file_name
stringlengths
18
83
original_function_name
stringlengths
1
741
stripped_function_name
stringlengths
2
57
decompiled_code_original
stringlengths
34
256k
decompiled_code_stripped
stringlengths
36
215k
assembly_code
stringlengths
3
189k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
4.92M
pcode_edges_stripped
stringlengths
11
4.86M
pcode_graph_original
float64
pcode_graph_stripped
float64
address
stringlengths
8
8
arch
stringclasses
1 value
opt_level
stringclasses
1 value
S-Expression_of_decompiled_code_stripped
stringlengths
345
5.19M
S-Expression_decompiled_code_original
stringlengths
339
6.03M
S-Expression_decompiled_code_original_noisy
stringlengths
345
5.19M
S-Expression_decompiled_code_original_clean
stringlengths
176
802k
S-Expression_decompiled_code_original_root
stringlengths
353
5.35M
Replace_function_name_and_variable_name
stringlengths
39
248k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
244
1.12M
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
215k
9459_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
__throw_bad_exception
FUN_003193d0
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::__throw_bad_exception() */ void std::__throw_bad_exception(void) { undefined8 *puVar1; puVar1 = (undefined8 *)__cxa_allocate_exception(8); *puVar1 = &PTR__bad_exception_004383e8; /* WARNING: Subroutine does not return */ __cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception); }
void FUN_003193d0(void) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_002daaf0(8); *puVar1 = &PTR_FUN_004383e8; /* WARNING: Subroutine does not return */ FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0); }
MOV EDI,0x8 SUB RSP,0x8 CALL 0x002daaf0 LEA RDX,[0x4383d8] LEA RSI,[0x438378] MOV RDI,RAX ADD RDX,0x10 MOV qword ptr [RAX],RDX LEA RDX,[0x2da3a0] CALL 0x002d9810
null
null
null
null
[(u'CALL_-1204907028', u'CAST_-1204906915'), (u'CAST_-1204906915', u'CALL_-1204906974'), ('const-4424568', u'PTRSUB_-1204906879'), ('const-8', u'CALL_-1204907028'), (u'CAST_-1204906915', u'STORE_-1204906992'), ('const-0', u'PTRSUB_-1204906880'), ('const-0', u'PTRSUB_-1204906888'), ('const-4424680', u'PTRSUB_-1204906888'), (u'PTRSUB_-1204906879', u'CALL_-1204906974'), ('const-1', u'RETURN_-1204906969'), ('const-0', u'PTRSUB_-1204906879'), (u'PTRSUB_-1204906888', u'STORE_-1204906992'), ('const-433', u'STORE_-1204906992'), ('const-2991008', u'PTRSUB_-1204906880'), (u'PTRSUB_-1204906880', u'CALL_-1204906974')]
[(u'CALL_-1204907028', u'CAST_-1204906915'), (u'CAST_-1204906915', u'CALL_-1204906974'), ('const-4424568', u'PTRSUB_-1204906879'), ('const-8', u'CALL_-1204907028'), (u'CAST_-1204906915', u'STORE_-1204906992'), ('const-0', u'PTRSUB_-1204906880'), ('const-0', u'PTRSUB_-1204906888'), ('const-4424680', u'PTRSUB_-1204906888'), (u'PTRSUB_-1204906879', u'CALL_-1204906974'), ('const-1', u'RETURN_-1204906969'), ('const-0', u'PTRSUB_-1204906879'), (u'PTRSUB_-1204906888', u'STORE_-1204906992'), ('const-433', u'STORE_-1204906992'), ('const-2991008', u'PTRSUB_-1204906880'), (u'PTRSUB_-1204906880', u'CALL_-1204906974')]
null
null
003193d0
x64
O2
(translation_unit "void FUN_003193d0(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}\n\n" (function_definition "void FUN_003193d0(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" primitive_type (function_declarator "FUN_003193d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n /* WARNING: Subroutine does not return */\n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar1 = (undefined8 *)FUN_002daaf0(8)" identifier = (cast_expression "(undefined8 *)FUN_002daaf0(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002daaf0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar1 = &PTR_FUN_004383e8;" (assignment_expression "*puVar1 = &PTR_FUN_004383e8" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_004383e8" & identifier)) ;) comment (expression_statement "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);" (call_expression "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" identifier (argument_list "(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_00438378" & identifier) , identifier ))) ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_bad_exception() */\n\nvoid std::__throw_bad_exception(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar1 = &PTR__bad_exception_004383e8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception);\n}\n\n" comment comment (function_definition "void std::__throw_bad_exception(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar1 = &PTR__bad_exception_004383e8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception);\n}" primitive_type (ERROR "std::" identifier : :) (function_declarator "__throw_bad_exception(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)__cxa_allocate_exception(8);\n *puVar1 = &PTR__bad_exception_004383e8;\n /* WARNING: Subroutine does not return */\n __cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception);\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)__cxa_allocate_exception(8);" (assignment_expression "puVar1 = (undefined8 *)__cxa_allocate_exception(8)" identifier = (cast_expression "(undefined8 *)__cxa_allocate_exception(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__cxa_allocate_exception(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar1 = &PTR__bad_exception_004383e8;" (assignment_expression "*puVar1 = &PTR__bad_exception_004383e8" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR__bad_exception_004383e8" & identifier)) ;) comment (expression_statement "__cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception);" (call_expression "__cxa_throw(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception)" identifier (argument_list "(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception)" ( identifier , (pointer_expression "&bad_exception" & identifier) (ERROR "::typeinfo" : : identifier) , (ERROR "bad_exception::" identifier : :) (unary_expression "~bad_exception" ~ identifier) ))) ;) })))
(translation_unit "void FUN_003193d0(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n \n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}\n\n" (function_definition "void FUN_003193d0(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n \n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" primitive_type (function_declarator "FUN_003193d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n \n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar1 = (undefined8 *)FUN_002daaf0(8)" identifier = (cast_expression "(undefined8 *)FUN_002daaf0(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002daaf0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar1 = &PTR_FUN_004383e8;" (assignment_expression "*puVar1 = &PTR_FUN_004383e8" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_004383e8" & identifier)) ;) (expression_statement "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);" (call_expression "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" identifier (argument_list "(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" ( identifier , (pointer_expression "&PTR_PTR_FUN_00438378" & identifier) , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT ))) ;) })))
(function_definition "void FUN_003193d0(void)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n \n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" (primitive_type "void") (function_declarator "FUN_003193d0(void)" (identifier "FUN_003193d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_002daaf0(8);\n *puVar1 = &PTR_FUN_004383e8;\n \n FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_002daaf0(8);" (assignment_expression "puVar1 = (undefined8 *)FUN_002daaf0(8)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_002daaf0(8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002daaf0(8)" (identifier "FUN_002daaf0") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_004383e8;" (assignment_expression "*puVar1 = &PTR_FUN_004383e8" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_004383e8" (& "&") (identifier "PTR_FUN_004383e8"))) (; ";")) (expression_statement "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0);" (call_expression "FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" (identifier "FUN_002d9810") (argument_list "(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0)" (( "(") (identifier "puVar1") (, ",") (pointer_expression "&PTR_PTR_FUN_00438378" (& "&") (identifier "PTR_PTR_FUN_00438378")) (, ",") (identifier "FUN_002da3a0") () ")"))) (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::__throw_bad_exception() */ void std::function_1(void) { type_1 *puVar1; puVar1 = (type_1 *)var_1(8); *puVar1 = &PTR__bad_exception_004383e8; /* WARNING: Subroutine does not return */ var_2(puVar1,&bad_exception::typeinfo,bad_exception::~bad_exception); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier)))))))
null
void MASKED(void) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_002daaf0(8); *puVar1 = &PTR_FUN_004383e8; /* WARNING: Subroutine does not return */ FUN_002d9810(puVar1,&PTR_PTR_FUN_00438378,FUN_002da3a0); }
298_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
insert_os_after
FUN_00116460
lang_statement_union_type ** insert_os_after(lang_output_section_statement_type *after) { lang_statement_union_type *plVar1; asection *paVar2; bfd_section *pbVar3; lang_statement_union_type *plVar4; lang_statement_union_type *plVar5; bool bVar6; plVar1 = (after->header).next; bVar6 = lang_output_section_statement.head == (lang_statement_union *)after; if (plVar1 == (lang_statement_union_type *)0x0) { switchD_00116492_caseD_10: return (lang_statement_union_type **)after; } plVar5 = (lang_statement_union_type *)0x0; do { plVar4 = plVar1; switch((plVar4->header).type) { case lang_output_section_statement_enum: if (plVar5 == (lang_statement_union_type *)0x0) { return (lang_statement_union_type **)(lang_statement_union_type *)after; } paVar2 = (plVar4->output_section_statement).bfd_section; if (paVar2 == (asection *)0x0) { return (lang_statement_union_type **)plVar5; } if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) { return (lang_statement_union_type **)plVar5; } if ((paVar2->flags & 1) != 0) { after = (lang_output_section_statement_type *)plVar5; } return (lang_statement_union_type **)after; case lang_assignment_statement_enum: if ((((plVar5 == (lang_statement_union_type *)0x0) && (*(int *)&((plVar4->input_section).section)->next != 8)) && (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) && ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) { plVar5 = (lang_statement_union_type *)after; } bVar6 = false; case lang_input_statement_enum: case lang_address_statement_enum: case lang_target_statement_enum: case lang_output_statement_enum: case lang_group_statement_enum: case lang_insert_statement_enum: plVar1 = (plVar4->header).next; break; case lang_wild_statement_enum: case lang_input_section_enum: case lang_object_symbols_statement_enum: case lang_fill_statement_enum: case lang_data_statement_enum: case lang_reloc_statement_enum: case lang_padding_statement_enum: case lang_constructors_statement_enum: plVar1 = (plVar4->header).next; plVar5 = (lang_statement_union_type *)0x0; break; default: goto switchD_00116492_caseD_10; } after = (lang_output_section_statement_type *)plVar4; if (plVar1 == (lang_statement_union_type *)0x0) { return (lang_statement_union_type **)plVar4; } } while( true ); }
long * FUN_00116460(long *param_1) { long *plVar1; long lVar2; char *pcVar3; long *plVar4; long *plVar5; bool bVar6; bVar6 = DAT_002a6640 == param_1; if ((long *)*param_1 == (long *)0x0) { switchD_00116492_caseD_10: return param_1; } plVar5 = (long *)0x0; plVar1 = (long *)*param_1; do { plVar4 = plVar1; switch((int)plVar4[1]) { case 0: if (plVar5 == (long *)0x0) { return param_1; } lVar2 = plVar4[7]; if (lVar2 == 0) { return plVar5; } if (*(long *)(lVar2 + 0x108) == 0) { return plVar5; } if ((*(byte *)(lVar2 + 0x20) & 1) != 0) { param_1 = plVar5; } return param_1; case 1: if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) && (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) && ((pcVar3[1] == '\0' && (!bVar6)))) { plVar5 = param_1; } bVar6 = false; case 2: case 3: case 10: case 0xb: case 0xd: case 0xe: plVar1 = (long *)*plVar4; break; case 4: case 5: case 6: case 7: case 8: case 9: case 0xc: case 0xf: plVar1 = (long *)*plVar4; plVar5 = (long *)0x0; break; default: goto switchD_00116492_caseD_10; } param_1 = plVar4; if (plVar1 == (long *)0x0) { return plVar4; } } while( true ); }
MOV RDX,qword ptr [RDI] XOR R8D,R8D CMP qword ptr [0x002a6640],RDI MOV RAX,RDI SETZ R8B TEST RDX,RDX JZ 0x001164db XOR EDI,EDI LEA RSI,[0x16fa00] CMP dword ptr [RDX + 0x8],0xf JA 0x001164db MOV ECX,dword ptr [RDX + 0x8] MOVSXD RCX,dword ptr [RSI + RCX*0x4] ADD RCX,RSI JMP RCX TEST RDI,RDI JZ 0x001164f0 XOR R8D,R8D MOV RAX,RDX MOV RDX,qword ptr [RDX] TEST RDX,RDX JNZ 0x00116482 RET MOV RAX,RDX MOV RDX,qword ptr [RDX] XOR EDI,EDI TEST RDX,RDX JNZ 0x00116482 JMP 0x001164ab TEST RDI,RDI JZ 0x001164db MOV RDX,qword ptr [RDX + 0x38] TEST RDX,RDX JZ 0x001164d8 CMP qword ptr [RDX + 0x108],0x0 JNZ 0x001164e0 MOV RAX,RDI RET TEST byte ptr [RDX + 0x20],0x1 CMOVNZ RAX,RDI RET MOV RCX,qword ptr [RDX + 0x10] CMP dword ptr [RCX + 0x10],0x8 JZ 0x0011649d MOV RCX,qword ptr [RCX + 0x18] CMP byte ptr [RCX],0x2e JNZ 0x0011649d CMP byte ptr [RCX + 0x1],0x0 JNZ 0x0011649d TEST R8D,R8D JNZ 0x0011649d MOV RDI,RAX JMP 0x0011649d
null
null
null
null
[('const-0', u'COPY_-1207015853'), ('tmp_87', u'CBRANCH_-1207016291'), ('const-433', u'LOAD_-1207016011'), (u'PTRSUB_-1207015678', u'LOAD_-1207016036'), (u'COPY_-1207015892', u'CAST_-1207015654'), (u'MULTIEQUAL_-1207015683', u'MULTIEQUAL_-1207015843'), ('const-56', u'PTRSUB_-1207015678'), (u'PTRSUB_-1207015609', u'CAST_-1207015571'), (u'BOOL_NEGATE_-1207015641', u'CBRANCH_-1207015976'), ('const-0', u'PTRSUB_-1207015783'), (u'COPY_-1207015683', u'MULTIEQUAL_-1207015775'), (u'COPY_-1207015656', u'MULTIEQUAL_-1207015818'), (u'LOAD_-1207016173', u'MULTIEQUAL_-1207015685'), ('tmp_1532', u'COPY_-1207015789'), (u'MULTIEQUAL_-1207015760', u'MULTIEQUAL_-1207015682'), ('const-0', u'INT_EQUAL_-1207016155'), (u'MULTIEQUAL_-1207015685', u'COPY_-1207015720'), (u'MULTIEQUAL_-1207015875', u'MULTIEQUAL_-1207015787'), (u'PTRSUB_-1207015627', u'CAST_-1207015588'), (u'PTRSUB_-1207015714', u'LOAD_-1207016173'), ('const-0', u'PTRSUB_-1207015609'), ('const-32', u'PTRSUB_-1207015649'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015706'), ('const-0', u'INT_EQUAL_-1207015999'), (u'LOAD_-1207016036', u'PTRSUB_-1207015615'), (u'COPY_-1207015776', u'PTRSUB_-1207015625'), (u'CAST_-1207015589', u'RETURN_-1207015948'), (u'COPY_-1207015639', u'MULTIEQUAL_-1207015818'), (u'COPY_-1207015776', u'PTRSUB_-1207015662'), (u'LOAD_-1207016062', u'PTRSUB_-1207015620'), (u'INT_EQUAL_-1207016158', u'CBRANCH_-1207016156'), ('const-0', u'RETURN_-1207015692'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015656'), (u'CAST_-1207015639', u'COPY_-1207015722'), ('const-24', u'PTRSUB_-1207015620'), (u'PTRSUB_-1207015615', u'CAST_-1207015577'), (u'CAST_-1207015601', u'RETURN_-1207015695'), (u'INT_EQUAL_-1207016017', u'CBRANCH_-1207016015'), ('const-0', u'PTRSUB_-1207015766'), (u'MULTIEQUAL_-1207015843', u'INT_EQUAL_-1207016158'), (u'CAST_-1207015599', u'COPY_-1207015700'), (u'COPY_-1207015853', u'MULTIEQUAL_-1207015683'), (u'LOAD_-1207016036', u'INT_EQUAL_-1207016017'), ('const-0', u'INT_EQUAL_-1207016017'), (u'CAST_-1207015600', u'RETURN_-1207015692'), (u'INT_EQUAL_-1207016293', u'CBRANCH_-1207016291'), (u'COPY_-1207015776', u'PTRSUB_-1207015697'), ('const-16', u'PTRSUB_-1207015632'), (u'LOAD_-1207016036', u'PTRSUB_-1207015649'), (u'MULTIEQUAL_-1207015843', u'CAST_-1207015594'), ('const-433', u'LOAD_-1207016036'), (u'PTRSUB_-1207015783', u'PTRSUB_-1207015766'), ('const-0', u'RETURN_-1207015695'), (u'PTRSUB_-1207015625', u'PTRSUB_-1207015678'), (u'MULTIEQUAL_-1207015875', u'CAST_-1207015555'), (u'COPY_-1207015785', u'MULTIEQUAL_-1207015864'), (u'MULTIEQUAL_-1207015787', u'CAST_-1207015597'), (u'PTRSUB_-1207015653', u'PTRSUB_-1207015697'), ('tmp_680', u'PTRSUB_-1207015783'), ('const-433', u'LOAD_-1207015979'), (u'PTRSUB_-1207015766', u'LOAD_-1207016350'), (u'LOAD_-1207016055', u'INT_NOTEQUAL_-1207016039'), ('const-0', u'PTRSUB_-1207015591'), (u'COPY_-1207015627', u'MULTIEQUAL_-1207015818'), ('const-0', u'PTRSUB_-1207015714'), ('tmp_1532', u'COPY_-1207015742'), ('const-0', u'INT_EQUAL_-1207015996'), (u'INT_NOTEQUAL_-1207015966', u'CBRANCH_-1207015961'), ('tmp_341', u'CBRANCH_-1207016156'), ('const-0', u'PTRSUB_-1207015653'), (u'PTRSUB_-1207015697', u'LOAD_-1207016185'), ('tmp_1532', u'INT_EQUAL_-1207016318'), ('tmp_520', u'CBRANCH_-1207015976'), (u'CAST_-1207015571', u'INT_ADD_-1207015655'), ('const-0', u'INT_EQUAL_-1207016293'), (u'MULTIEQUAL_-1207015729', u'MULTIEQUAL_-1207015682'), ('tmp_1532', u'COPY_-1207015699'), ('const-46', u'INT_EQUAL_-1207016015'), (u'PTRSUB_-1207015742', u'LOAD_-1207016249'), (u'PTRSUB_-1207015632', u'LOAD_-1207016062'), (u'COPY_-1207015706', u'CAST_-1207015601'), ('tmp_524', u'BRANCH_-1207015970'), ('tmp_1532', u'COPY_-1207015727'), ('const-0', u'COPY_-1207015916'), ('const-0', u'INT_EQUAL_-1207016158'), ('const-0', u'COPY_-1207015790'), (u'MULTIEQUAL_-1207015843', u'INT_EQUAL_-1207016039'), (u'INT_ADD_-1207015655', u'CAST_-1207015570'), ('const-1', u'INT_ADD_-1207015655'), ('const-0', u'RETURN_-1207016139'), (u'CAST_-1207015594', u'COPY_-1207015683'), (u'MULTIEQUAL_-1207015760', u'BOOL_NEGATE_-1207015641'), ('tmp_411', u'CBRANCH_-1207016037'), (u'CAST_-1207015588', u'LOAD_-1207016055'), ('const-433', u'LOAD_-1207016014'), (u'PTRSUB_-1207015620', u'LOAD_-1207016036'), (u'LOAD_-1207016030', u'INT_EQUAL_-1207016015'), (u'INT_EQUAL_-1207016015', u'CBRANCH_-1207016012'), (u'LOAD_-1207016036', u'PTRSUB_-1207015609'), (u'COPY_-1207015787', u'MULTIEQUAL_-1207015875'), (u'COPY_-1207015684', u'MULTIEQUAL_-1207015775'), ('tmp_680', u'CAST_-1207015734'), ('const-0', u'PTRSUB_-1207015625'), (u'MULTIEQUAL_-1207015685', u'INT_EQUAL_-1207016155'), ('tmp_492', u'CBRANCH_-1207015992'), ('const-0', u'INT_NOTEQUAL_-1207015966'), (u'COPY_-1207015776', u'PTRSUB_-1207015653'), ('const-433', u'LOAD_-1207016030'), (u'CAST_-1207015570', u'LOAD_-1207016011'), ('tmp_454', u'CBRANCH_-1207016012'), (u'MULTIEQUAL_-1207015843', u'MULTIEQUAL_-1207015814'), (u'COPY_-1207015720', u'MULTIEQUAL_-1207015864'), (u'CAST_-1207015654', u'RETURN_-1207016159'), ('tmp_583', u'CBRANCH_-1207016015'), ('const-264', u'PTRSUB_-1207015668'), ('const-8', u'PTRSUB_-1207015742'), (u'CAST_-1207015598', u'RETURN_-1207015689'), (u'COPY_-1207015646', u'MULTIEQUAL_-1207015818'), ('tmp_621', u'CBRANCH_-1207015991'), ('const-1', u'INT_AND_-1207015953'), (u'COPY_-1207015776', u'CAST_-1207015639'), ('const-0', u'PTRSUB_-1207015662'), ('const-0', u'RETURN_-1207016159'), (u'MULTIEQUAL_-1207015760', u'MULTIEQUAL_-1207015729'), (u'INT_AND_-1207015953', u'INT_NOTEQUAL_-1207015966'), (u'MULTIEQUAL_-1207015875', u'COPY_-1207015684'), ('const-8', u'INT_NOTEQUAL_-1207016039'), (u'PTRSUB_-1207015668', u'PTRSUB_-1207015615'), (u'LOAD_-1207016014', u'INT_EQUAL_-1207015999'), (u'PTRSUB_-1207015662', u'PTRSUB_-1207015714'), ('const-0', u'RETURN_-1207015948'), (u'PTRSUB_-1207015697', u'PTRSUB_-1207015742'), (u'CAST_-1207015555', u'COPY_-1207015627'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015633'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015703'), ('const-0', u'PTRSUB_-1207015697'), ('const-0', u'PTRSUB_-1207015697'), (u'LOAD_-1207016062', u'PTRSUB_-1207015627'), (u'INT_EQUAL_-1207015996', u'CBRANCH_-1207015992'), (u'PTRSUB_-1207015649', u'LOAD_-1207015979'), ('const-0', u'PTRSUB_-1207015615'), ('const-0', u'INT_EQUAL_-1207016039'), (u'COPY_-1207015700', u'CAST_-1207015598'), (u'COPY_-1207015790', u'MULTIEQUAL_-1207015729'), ('const-0', u'RETURN_-1207015689'), (u'CAST_-1207015734', u'INT_EQUAL_-1207016318'), ('const-433', u'LOAD_-1207016062'), (u'MULTIEQUAL_-1207015814', u'MULTIEQUAL_-1207015683'), (u'LOAD_-1207016249', u'BRANCHIND_-1207016219'), ('const-433', u'LOAD_-1207016249'), (u'COPY_-1207015916', u'MULTIEQUAL_-1207015843'), ('const-433', u'LOAD_-1207016055'), ('const-433', u'LOAD_-1207016350'), ('tmp_272', u'CBRANCH_-1207016152'), (u'COPY_-1207015633', u'MULTIEQUAL_-1207015818'), ('const-0', u'PTRSUB_-1207015615'), (u'COPY_-1207015776', u'COPY_-1207015892'), (u'COPY_-1207015776', u'PTRSUB_-1207015591'), (u'MULTIEQUAL_-1207015864', u'COPY_-1207015776'), ('tmp_549', u'CBRANCH_-1207016037'), (u'COPY_-1207015703', u'CAST_-1207015600'), (u'INT_EQUAL_-1207015999', u'CBRANCH_-1207015991'), (u'COPY_-1207015722', u'MULTIEQUAL_-1207015875'), (u'PTRSUB_-1207015615', u'LOAD_-1207016014'), (u'MULTIEQUAL_-1207015875', u'CAST_-1207015599'), (u'INT_EQUAL_-1207016155', u'CBRANCH_-1207016152'), (u'CAST_-1207015577', u'LOAD_-1207016030'), ('const-433', u'LOAD_-1207016185'), (u'LOAD_-1207016350', u'INT_EQUAL_-1207016293'), ('tmp_1532', u'COPY_-1207015705'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015639'), (u'LOAD_-1207016036', u'PTRSUB_-1207015668'), ('tmp_1532', u'COPY_-1207015702'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015646'), (u'MULTIEQUAL_-1207015682', u'MULTIEQUAL_-1207015760'), ('tmp_661', u'CBRANCH_-1207015961'), ('const-16', u'PTRSUB_-1207015627'), (u'PTRSUB_-1207015591', u'PTRSUB_-1207015632'), (u'MULTIEQUAL_-1207015775', u'CAST_-1207015589'), (u'INT_EQUAL_-1207016039', u'CBRANCH_-1207016037'), (u'INT_NOTEQUAL_-1207016039', u'CBRANCH_-1207016037'), ('tmp_680', u'COPY_-1207015787'), ('tmp_680', u'MULTIEQUAL_-1207015787'), ('const-433', u'LOAD_-1207016036'), (u'LOAD_-1207016350', u'COPY_-1207015785'), (u'LOAD_-1207016185', u'MULTIEQUAL_-1207015685'), (u'COPY_-1207015750', u'MULTIEQUAL_-1207015818'), (u'MULTIEQUAL_-1207015818', u'MULTIEQUAL_-1207015814'), ('const-433', u'LOAD_-1207016173'), (u'CAST_-1207015597', u'RETURN_-1207016139'), (u'INT_EQUAL_-1207016318', u'MULTIEQUAL_-1207015760'), (u'LOAD_-1207015979', u'INT_AND_-1207015953'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015750'), (u'LOAD_-1207016011', u'INT_EQUAL_-1207015996')]
[('const-433', u'LOAD_-1207016185'), ('tmp_87', u'CBRANCH_-1207016291'), ('tmp_492', u'CBRANCH_-1207015992'), (u'MULTIEQUAL_-1207015875', u'COPY_-1207015711'), (u'LOAD_-1207016036', u'LOAD_-1207016030'), (u'PTRADD_-1207015638', u'LOAD_-1207016062'), (u'CAST_-1207015616', u'LOAD_-1207015979'), (u'LOAD_-1207016350', u'CAST_-1207015750'), ('const-1', u'PTRADD_-1207015949'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015666'), (u'MULTIEQUAL_-1207015692', u'MULTIEQUAL_-1207015760'), ('tmp_454', u'CBRANCH_-1207016012'), (u'MULTIEQUAL_-1207015729', u'MULTIEQUAL_-1207015692'), (u'MULTIEQUAL_-1207015843', u'MULTIEQUAL_-1207015814'), (u'BOOL_NEGATE_-1207015641', u'CBRANCH_-1207015976'), (u'CAST_-1207015750', u'COPY_-1207015795'), ('const-46', u'INT_EQUAL_-1207016015'), (u'INT_ADD_-1207016039', u'CAST_-1207015600'), (u'COPY_-1207015760', u'MULTIEQUAL_-1207015818'), (u'COPY_-1207015656', u'MULTIEQUAL_-1207015818'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015714'), ('const-1', u'PTRADD_-1207015949'), ('tmp_583', u'CBRANCH_-1207016015'), ('tmp_1427', u'LOAD_-1207016350'), (u'CAST_-1207015635', u'LOAD_-1207016014'), (u'COPY_-1207015693', u'MULTIEQUAL_-1207015775'), ('tmp_1427', u'COPY_-1207015797'), ('const-0', u'INT_EQUAL_-1207015996'), (u'CAST_-1207015750', u'INT_EQUAL_-1207016293'), ('tmp_621', u'CBRANCH_-1207015991'), (u'COPY_-1207015786', u'LOAD_-1207016185'), ('const-0', u'INT_EQUAL_-1207016155'), ('tmp_1427', u'INT_EQUAL_-1207016318'), (u'MULTIEQUAL_-1207015875', u'MULTIEQUAL_-1207015787'), ('const-0', u'RETURN_-1207016159'), (u'MULTIEQUAL_-1207015760', u'MULTIEQUAL_-1207015729'), ('const-0', u'INT_EQUAL_-1207015999'), ('const-0', u'RETURN_-1207015706'), ('const-433', u'LOAD_-1207015979'), (u'INT_AND_-1207015953', u'INT_NOTEQUAL_-1207015966'), (u'CAST_-1207015593', u'LOAD_-1207016036'), ('const-0', u'COPY_-1207015790'), ('tmp_1534', u'COPY_-1207015716'), (u'COPY_-1207015892', u'RETURN_-1207016159'), (u'LOAD_-1207016014', u'INT_EQUAL_-1207015999'), ('const-433', u'LOAD_-1207016249'), ('const-0', u'RETURN_-1207015948'), (u'COPY_-1207015786', u'COPY_-1207015892'), ('const-0', u'RETURN_-1207015703'), (u'MULTIEQUAL_-1207015787', u'RETURN_-1207016139'), (u'INT_ADD_-1207016020', u'CAST_-1207015593'), ('tmp_1534', u'INT_EQUAL_-1207016318'), (u'INT_EQUAL_-1207016158', u'CBRANCH_-1207016156'), ('const-433', u'LOAD_-1207016350'), (u'PTRADD_-1207015744', u'LOAD_-1207016249'), (u'SUBPIECE_-1207015725', u'BRANCHIND_-1207016219'), ('tmp_1534', u'COPY_-1207015713'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015656'), ('const-1', u'INT_AND_-1207015953'), (u'COPY_-1207015643', u'MULTIEQUAL_-1207015818'), ('tmp_1534', u'COPY_-1207015727'), (u'COPY_-1207015711', u'RETURN_-1207015700'), (u'INT_EQUAL_-1207015996', u'CBRANCH_-1207015992'), (u'MULTIEQUAL_-1207015693', u'MULTIEQUAL_-1207015843'), ('tmp_1534', u'COPY_-1207015789'), (u'INT_EQUAL_-1207016017', u'CBRANCH_-1207016015'), (u'MULTIEQUAL_-1207015843', u'INT_EQUAL_-1207016158'), ('const-16', u'INT_ADD_-1207016039'), (u'COPY_-1207015853', u'MULTIEQUAL_-1207015693'), ('const-0', u'INT_EQUAL_-1207016039'), (u'PTRADD_-1207015682', u'LOAD_-1207016036'), ('const-8', u'PTRADD_-1207015744'), (u'MULTIEQUAL_-1207015875', u'COPY_-1207015637'), (u'LOAD_-1207016062', u'INT_ADD_-1207016020'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015649'), (u'COPY_-1207015790', u'MULTIEQUAL_-1207015729'), (u'LOAD_-1207016036', u'INT_ADD_-1207015998'), ('const-8', u'INT_NOTEQUAL_-1207016039'), (u'LOAD_-1207016036', u'INT_EQUAL_-1207016017'), ('const-0', u'RETURN_-1207015700'), (u'MULTIEQUAL_-1207015775', u'RETURN_-1207015948'), ('const-433', u'LOAD_-1207016173'), ('const-0', u'INT_EQUAL_-1207016017'), (u'INT_EQUAL_-1207016293', u'CBRANCH_-1207016291'), (u'MULTIEQUAL_-1207015864', u'COPY_-1207015786'), (u'COPY_-1207015694', u'MULTIEQUAL_-1207015775'), ('tmp_1534', u'COPY_-1207015710'), (u'LOAD_-1207016185', u'CAST_-1207015666'), (u'LOAD_-1207016173', u'CAST_-1207015679'), ('const-433', u'LOAD_-1207016036'), (u'COPY_-1207015916', u'MULTIEQUAL_-1207015843'), ('const-32', u'INT_ADD_-1207015965'), (u'LOAD_-1207016036', u'INT_ADD_-1207015965'), ('const-24', u'INT_ADD_-1207016020'), (u'COPY_-1207015786', u'PTRADD_-1207015682'), ('const-433', u'LOAD_-1207016014'), (u'CAST_-1207015666', u'MULTIEQUAL_-1207015695'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015717'), ('tmp_272', u'CBRANCH_-1207016152'), (u'LOAD_-1207016055', u'INT_NOTEQUAL_-1207016039'), (u'COPY_-1207015666', u'MULTIEQUAL_-1207015818'), (u'INT_NOTEQUAL_-1207015966', u'CBRANCH_-1207015961'), ('const-8', u'PTRADD_-1207015682'), ('tmp_549', u'CBRANCH_-1207016037'), (u'COPY_-1207015732', u'MULTIEQUAL_-1207015875'), ('tmp_341', u'CBRANCH_-1207016156'), ('const-433', u'LOAD_-1207016036'), (u'CAST_-1207015600', u'LOAD_-1207016055'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015760'), (u'INT_EQUAL_-1207015999', u'CBRANCH_-1207015991'), ('const-433', u'LOAD_-1207016030'), (u'LOAD_-1207016062', u'INT_ADD_-1207016039'), ('tmp_520', u'CBRANCH_-1207015976'), ('const-433', u'LOAD_-1207016011'), ('const-0', u'INT_EQUAL_-1207016293'), ('const-433', u'LOAD_-1207016062'), (u'INT_EQUAL_-1207016155', u'CBRANCH_-1207016152'), (u'MULTIEQUAL_-1207015875', u'COPY_-1207015694'), (u'PTRADD_-1207015949', u'LOAD_-1207016011'), (u'COPY_-1207015649', u'MULTIEQUAL_-1207015818'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015693'), ('tmp_1534', u'COPY_-1207015742'), (u'COPY_-1207015786', u'LOAD_-1207016173'), (u'MULTIEQUAL_-1207015695', u'INT_EQUAL_-1207016155'), (u'LOAD_-1207016036', u'PTRADD_-1207015949'), (u'COPY_-1207015797', u'MULTIEQUAL_-1207015875'), ('const-0', u'SUBPIECE_-1207015725'), ('tmp_524', u'BRANCH_-1207015970'), (u'INT_ADD_-1207015965', u'CAST_-1207015616'), ('const-433', u'LOAD_-1207016055'), ('tmp_661', u'CBRANCH_-1207015961'), ('const-0', u'INT_EQUAL_-1207016158'), (u'COPY_-1207015730', u'MULTIEQUAL_-1207015864'), ('const-0', u'COPY_-1207015916'), (u'MULTIEQUAL_-1207015814', u'MULTIEQUAL_-1207015693'), (u'LOAD_-1207016249', u'SUBPIECE_-1207015725'), (u'MULTIEQUAL_-1207015695', u'COPY_-1207015730'), (u'MULTIEQUAL_-1207015760', u'MULTIEQUAL_-1207015692'), ('const-7', u'PTRADD_-1207015682'), ('const-0', u'INT_NOTEQUAL_-1207015966'), (u'MULTIEQUAL_-1207015843', u'INT_EQUAL_-1207016039'), (u'INT_EQUAL_-1207016039', u'CBRANCH_-1207016037'), (u'INT_NOTEQUAL_-1207016039', u'CBRANCH_-1207016037'), ('tmp_1427', u'MULTIEQUAL_-1207015787'), ('const-0', u'RETURN_-1207016139'), ('const-2', u'PTRADD_-1207015638'), ('const-264', u'INT_ADD_-1207015998'), (u'MULTIEQUAL_-1207015760', u'BOOL_NEGATE_-1207015641'), ('const-0', u'COPY_-1207015853'), ('tmp_411', u'CBRANCH_-1207016037'), (u'COPY_-1207015714', u'RETURN_-1207015703'), (u'MULTIEQUAL_-1207015818', u'MULTIEQUAL_-1207015814'), ('const-1', u'PTRADD_-1207015744'), (u'COPY_-1207015786', u'PTRADD_-1207015638'), (u'COPY_-1207015717', u'RETURN_-1207015706'), (u'LOAD_-1207016030', u'INT_EQUAL_-1207016015'), (u'INT_EQUAL_-1207016015', u'CBRANCH_-1207016012'), (u'MULTIEQUAL_-1207015843', u'COPY_-1207015643'), (u'INT_ADD_-1207015998', u'CAST_-1207015635'), (u'CAST_-1207015679', u'MULTIEQUAL_-1207015695'), (u'INT_EQUAL_-1207016318', u'MULTIEQUAL_-1207015760'), (u'COPY_-1207015795', u'MULTIEQUAL_-1207015864'), ('const-8', u'PTRADD_-1207015638'), (u'LOAD_-1207015979', u'INT_AND_-1207015953'), (u'COPY_-1207015786', u'PTRADD_-1207015744'), (u'COPY_-1207015637', u'MULTIEQUAL_-1207015818'), (u'COPY_-1207015786', u'COPY_-1207015732'), (u'LOAD_-1207016011', u'INT_EQUAL_-1207015996')]
null
null
00116460
x64
O2
(translation_unit "long * FUN_00116460(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}\n\n" (function_definition "long * FUN_00116460(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00116460(long *param_1)" * (function_declarator "FUN_00116460(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (expression_statement "bVar6 = DAT_002a6640 == param_1;" (assignment_expression "bVar6 = DAT_002a6640 == param_1" identifier = (binary_expression "DAT_002a6640 == param_1" identifier == identifier)) ;) (if_statement "if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }" if (parenthesized_expression "((long *)*param_1 == (long *)0x0)" ( (binary_expression "(long *)*param_1 == (long *)0x0" (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nswitchD_00116492_caseD_10:\n return param_1;\n }" { (labeled_statement "switchD_00116492_caseD_10:\n return param_1;" statement_identifier : (return_statement "return param_1;" return identifier ;)) })) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (do_statement "do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );" do (compound_statement "{\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n }" { (expression_statement "plVar4 = plVar1;" (assignment_expression "plVar4 = plVar1" identifier = identifier) ;) (switch_statement "switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" switch (parenthesized_expression "((int)plVar4[1])" ( (cast_expression "(int)plVar4[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "plVar4[1]" identifier [ number_literal ])) )) (compound_statement "{\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" { (case_statement "case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;" case number_literal : (if_statement "if (plVar5 == (long *)0x0) {\n return param_1;\n }" if (parenthesized_expression "(plVar5 == (long *)0x0)" ( (binary_expression "plVar5 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "lVar2 = plVar4[7];" (assignment_expression "lVar2 = plVar4[7]" identifier = (subscript_expression "plVar4[7]" identifier [ number_literal ])) ;) (if_statement "if (lVar2 == 0) {\n return plVar5;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n return plVar5;\n }" { (return_statement "return plVar5;" return identifier ;) })) (if_statement "if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }" if (parenthesized_expression "(*(long *)(lVar2 + 0x108) == 0)" ( (binary_expression "*(long *)(lVar2 + 0x108) == 0" (pointer_expression "*(long *)(lVar2 + 0x108)" * (cast_expression "(long *)(lVar2 + 0x108)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x108)" ( (binary_expression "lVar2 + 0x108" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return plVar5;\n }" { (return_statement "return plVar5;" return identifier ;) })) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }" if (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) != 0)" ( (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" * (cast_expression "(byte *)(lVar2 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n param_1 = plVar5;\n }" { (expression_statement "param_1 = plVar5;" (assignment_expression "param_1 = plVar5" identifier = identifier) ;) })) (return_statement "return param_1;" return identifier ;)) (case_statement "case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;" case number_literal : (if_statement "if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }" if (parenthesized_expression "((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6))))" ( (binary_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))" (parenthesized_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'))" ( (binary_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" (parenthesized_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8))" ( (binary_expression "(plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)" (parenthesized_expression "(plVar5 == (long *)0x0)" ( (binary_expression "plVar5 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*(int *)(plVar4[2] + 0x10) != 8)" ( (binary_expression "*(int *)(plVar4[2] + 0x10) != 8" (pointer_expression "*(int *)(plVar4[2] + 0x10)" * (cast_expression "(int *)(plVar4[2] + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar4[2] + 0x10)" ( (binary_expression "plVar4[2] + 0x10" (subscript_expression "plVar4[2]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "(pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" ( (comma_expression "pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(plVar4[2] + 0x18)" identifier = (pointer_expression "*(char **)(plVar4[2] + 0x18)" * (cast_expression "(char **)(plVar4[2] + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(plVar4[2] + 0x18)" ( (binary_expression "plVar4[2] + 0x18" (subscript_expression "plVar4[2]" identifier [ number_literal ]) + number_literal) ))))) , (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'.'" ' character '))) ))) )) && (parenthesized_expression "((pcVar3[1] == '\0' && (!bVar6)))" ( (parenthesized_expression "(pcVar3[1] == '\0' && (!bVar6))" ( (binary_expression "pcVar3[1] == '\0' && (!bVar6)" (binary_expression "pcVar3[1] == '\0'" (subscript_expression "pcVar3[1]" identifier [ number_literal ]) == (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) ))) )) ))) )) (compound_statement "{\n plVar5 = param_1;\n }" { (expression_statement "plVar5 = param_1;" (assignment_expression "plVar5 = param_1" identifier = identifier) ;) })) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 3:" case number_literal :) (case_statement "case 10:" case number_literal :) (case_statement "case 0xb:" case number_literal :) (case_statement "case 0xd:" case number_literal :) (case_statement "case 0xe:\n plVar1 = (long *)*plVar4;\n break;" case number_literal : (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 4:" case number_literal :) (case_statement "case 5:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:" case number_literal :) (case_statement "case 8:" case number_literal :) (case_statement "case 9:" case number_literal :) (case_statement "case 0xc:" case number_literal :) (case_statement "case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;" case number_literal : (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto switchD_00116492_caseD_10;" default : (goto_statement "goto switchD_00116492_caseD_10;" goto statement_identifier ;)) })) (expression_statement "param_1 = plVar4;" (assignment_expression "param_1 = plVar4" identifier = identifier) ;) (if_statement "if (plVar1 == (long *)0x0) {\n return plVar4;\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return plVar4;\n }" { (return_statement "return plVar4;" return identifier ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "lang_statement_union_type ** insert_os_after(lang_output_section_statement_type *after)\n\n{\n lang_statement_union_type *plVar1;\n asection *paVar2;\n bfd_section *pbVar3;\n lang_statement_union_type *plVar4;\n lang_statement_union_type *plVar5;\n bool bVar6;\n \n plVar1 = (after->header).next;\n bVar6 = lang_output_section_statement.head == (lang_statement_union *)after;\n if (plVar1 == (lang_statement_union_type *)0x0) {\nswitchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;\n }\n plVar5 = (lang_statement_union_type *)0x0;\n do {\n plVar4 = plVar1;\n switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n after = (lang_output_section_statement_type *)plVar4;\n if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }\n } while( true );\n}\n\n" (function_definition "lang_statement_union_type ** insert_os_after(lang_output_section_statement_type *after)\n\n{\n lang_statement_union_type *plVar1;\n asection *paVar2;\n bfd_section *pbVar3;\n lang_statement_union_type *plVar4;\n lang_statement_union_type *plVar5;\n bool bVar6;\n \n plVar1 = (after->header).next;\n bVar6 = lang_output_section_statement.head == (lang_statement_union *)after;\n if (plVar1 == (lang_statement_union_type *)0x0) {\nswitchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;\n }\n plVar5 = (lang_statement_union_type *)0x0;\n do {\n plVar4 = plVar1;\n switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n after = (lang_output_section_statement_type *)plVar4;\n if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }\n } while( true );\n}" type_identifier (pointer_declarator "** insert_os_after(lang_output_section_statement_type *after)" * (pointer_declarator "* insert_os_after(lang_output_section_statement_type *after)" * (function_declarator "insert_os_after(lang_output_section_statement_type *after)" identifier (parameter_list "(lang_output_section_statement_type *after)" ( (parameter_declaration "lang_output_section_statement_type *after" type_identifier (pointer_declarator "*after" * identifier)) ))))) (compound_statement "{\n lang_statement_union_type *plVar1;\n asection *paVar2;\n bfd_section *pbVar3;\n lang_statement_union_type *plVar4;\n lang_statement_union_type *plVar5;\n bool bVar6;\n \n plVar1 = (after->header).next;\n bVar6 = lang_output_section_statement.head == (lang_statement_union *)after;\n if (plVar1 == (lang_statement_union_type *)0x0) {\nswitchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;\n }\n plVar5 = (lang_statement_union_type *)0x0;\n do {\n plVar4 = plVar1;\n switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n after = (lang_output_section_statement_type *)plVar4;\n if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }\n } while( true );\n}" { (declaration "lang_statement_union_type *plVar1;" type_identifier (pointer_declarator "*plVar1" * identifier) ;) (declaration "asection *paVar2;" type_identifier (pointer_declarator "*paVar2" * identifier) ;) (declaration "bfd_section *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "lang_statement_union_type *plVar4;" type_identifier (pointer_declarator "*plVar4" * identifier) ;) (declaration "lang_statement_union_type *plVar5;" type_identifier (pointer_declarator "*plVar5" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (expression_statement "plVar1 = (after->header).next;" (assignment_expression "plVar1 = (after->header).next" identifier = (field_expression "(after->header).next" (parenthesized_expression "(after->header)" ( (field_expression "after->header" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "bVar6 = lang_output_section_statement.head == (lang_statement_union *)after;" (assignment_expression "bVar6 = lang_output_section_statement.head == (lang_statement_union *)after" identifier = (binary_expression "lang_output_section_statement.head == (lang_statement_union *)after" (field_expression "lang_output_section_statement.head" identifier . field_identifier) == (cast_expression "(lang_statement_union *)after" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (if_statement "if (plVar1 == (lang_statement_union_type *)0x0) {\nswitchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;\n }" if (parenthesized_expression "(plVar1 == (lang_statement_union_type *)0x0)" ( (binary_expression "plVar1 == (lang_statement_union_type *)0x0" identifier == (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nswitchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;\n }" { (labeled_statement "switchD_00116492_caseD_10:\n return (lang_statement_union_type **)after;" statement_identifier : (return_statement "return (lang_statement_union_type **)after;" return (cast_expression "(lang_statement_union_type **)after" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) ;)) })) (expression_statement "plVar5 = (lang_statement_union_type *)0x0;" (assignment_expression "plVar5 = (lang_statement_union_type *)0x0" identifier = (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n plVar4 = plVar1;\n switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n after = (lang_output_section_statement_type *)plVar4;\n if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }\n } while( true );" do (compound_statement "{\n plVar4 = plVar1;\n switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n after = (lang_output_section_statement_type *)plVar4;\n if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }\n }" { (expression_statement "plVar4 = plVar1;" (assignment_expression "plVar4 = plVar1" identifier = identifier) ;) (switch_statement "switch((plVar4->header).type) {\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" switch (parenthesized_expression "((plVar4->header).type)" ( (field_expression "(plVar4->header).type" (parenthesized_expression "(plVar4->header)" ( (field_expression "plVar4->header" identifier -> field_identifier) )) . field_identifier) )) (compound_statement "{\n case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;\n case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;\n case lang_input_statement_enum:\n case lang_address_statement_enum:\n case lang_target_statement_enum:\n case lang_output_statement_enum:\n case lang_group_statement_enum:\n case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;\n case lang_wild_statement_enum:\n case lang_input_section_enum:\n case lang_object_symbols_statement_enum:\n case lang_fill_statement_enum:\n case lang_data_statement_enum:\n case lang_reloc_statement_enum:\n case lang_padding_statement_enum:\n case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" { (case_statement "case lang_output_section_statement_enum:\n if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }\n paVar2 = (plVar4->output_section_statement).bfd_section;\n if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }\n if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }\n return (lang_statement_union_type **)after;" case identifier : (if_statement "if (plVar5 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }" if (parenthesized_expression "(plVar5 == (lang_statement_union_type *)0x0)" ( (binary_expression "plVar5 == (lang_statement_union_type *)0x0" identifier == (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (lang_statement_union_type **)(lang_statement_union_type *)after;\n }" { (return_statement "return (lang_statement_union_type **)(lang_statement_union_type *)after;" return (cast_expression "(lang_statement_union_type **)(lang_statement_union_type *)after" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (cast_expression "(lang_statement_union_type *)after" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })) (expression_statement "paVar2 = (plVar4->output_section_statement).bfd_section;" (assignment_expression "paVar2 = (plVar4->output_section_statement).bfd_section" identifier = (field_expression "(plVar4->output_section_statement).bfd_section" (parenthesized_expression "(plVar4->output_section_statement)" ( (field_expression "plVar4->output_section_statement" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (paVar2 == (asection *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }" if (parenthesized_expression "(paVar2 == (asection *)0x0)" ( (binary_expression "paVar2 == (asection *)0x0" identifier == (cast_expression "(asection *)0x0" ( (type_descriptor "asection *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (lang_statement_union_type **)plVar5;\n }" { (return_statement "return (lang_statement_union_type **)plVar5;" return (cast_expression "(lang_statement_union_type **)plVar5" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) ;) })) (if_statement "if ((paVar2->map_head).link_order == (bfd_link_order *)0x0) {\n return (lang_statement_union_type **)plVar5;\n }" if (parenthesized_expression "((paVar2->map_head).link_order == (bfd_link_order *)0x0)" ( (binary_expression "(paVar2->map_head).link_order == (bfd_link_order *)0x0" (field_expression "(paVar2->map_head).link_order" (parenthesized_expression "(paVar2->map_head)" ( (field_expression "paVar2->map_head" identifier -> field_identifier) )) . field_identifier) == (cast_expression "(bfd_link_order *)0x0" ( (type_descriptor "bfd_link_order *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (lang_statement_union_type **)plVar5;\n }" { (return_statement "return (lang_statement_union_type **)plVar5;" return (cast_expression "(lang_statement_union_type **)plVar5" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) ;) })) (if_statement "if ((paVar2->flags & 1) != 0) {\n after = (lang_output_section_statement_type *)plVar5;\n }" if (parenthesized_expression "((paVar2->flags & 1) != 0)" ( (binary_expression "(paVar2->flags & 1) != 0" (parenthesized_expression "(paVar2->flags & 1)" ( (binary_expression "paVar2->flags & 1" (field_expression "paVar2->flags" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n after = (lang_output_section_statement_type *)plVar5;\n }" { (expression_statement "after = (lang_output_section_statement_type *)plVar5;" (assignment_expression "after = (lang_output_section_statement_type *)plVar5" identifier = (cast_expression "(lang_output_section_statement_type *)plVar5" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })) (return_statement "return (lang_statement_union_type **)after;" return (cast_expression "(lang_statement_union_type **)after" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) ;)) (case_statement "case lang_assignment_statement_enum:\n if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }\n bVar6 = false;" case identifier : (if_statement "if ((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) {\n plVar5 = (lang_statement_union_type *)after;\n }" if (parenthesized_expression "((((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6))))" ( (binary_expression "(((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) &&\n ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))" (parenthesized_expression "(((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.'))" ( (binary_expression "((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)) &&\n (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')" (parenthesized_expression "((plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8))" ( (binary_expression "(plVar5 == (lang_statement_union_type *)0x0) &&\n (*(int *)&((plVar4->input_section).section)->next != 8)" (parenthesized_expression "(plVar5 == (lang_statement_union_type *)0x0)" ( (binary_expression "plVar5 == (lang_statement_union_type *)0x0" identifier == (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*(int *)&((plVar4->input_section).section)->next != 8)" ( (binary_expression "*(int *)&((plVar4->input_section).section)->next != 8" (pointer_expression "*(int *)&((plVar4->input_section).section)->next" * (cast_expression "(int *)&((plVar4->input_section).section)->next" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((plVar4->input_section).section)->next" & (field_expression "((plVar4->input_section).section)->next" (parenthesized_expression "((plVar4->input_section).section)" ( (field_expression "(plVar4->input_section).section" (parenthesized_expression "(plVar4->input_section)" ( (field_expression "plVar4->input_section" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)))) != number_literal) ))) )) && (parenthesized_expression "(pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')" ( (comma_expression "pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.'" (assignment_expression "pbVar3 = ((plVar4->input_section).section)->prev" identifier = (field_expression "((plVar4->input_section).section)->prev" (parenthesized_expression "((plVar4->input_section).section)" ( (field_expression "(plVar4->input_section).section" (parenthesized_expression "(plVar4->input_section)" ( (field_expression "plVar4->input_section" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) , (binary_expression "*(char *)&pbVar3->name == '.'" (pointer_expression "*(char *)&pbVar3->name" * (cast_expression "(char *)&pbVar3->name" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pbVar3->name" & (field_expression "pbVar3->name" identifier -> field_identifier)))) == (char_literal "'.'" ' character '))) ))) )) && (parenthesized_expression "((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))" ( (parenthesized_expression "(*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6))" ( (binary_expression "*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)" (binary_expression "*(char *)((long)&pbVar3->name + 1) == '\0'" (pointer_expression "*(char *)((long)&pbVar3->name + 1)" * (cast_expression "(char *)((long)&pbVar3->name + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pbVar3->name + 1)" ( (binary_expression "(long)&pbVar3->name + 1" (cast_expression "(long)&pbVar3->name" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pbVar3->name" & (field_expression "pbVar3->name" identifier -> field_identifier))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) ))) )) ))) )) (compound_statement "{\n plVar5 = (lang_statement_union_type *)after;\n }" { (expression_statement "plVar5 = (lang_statement_union_type *)after;" (assignment_expression "plVar5 = (lang_statement_union_type *)after" identifier = (cast_expression "(lang_statement_union_type *)after" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;)) (case_statement "case lang_input_statement_enum:" case identifier :) (case_statement "case lang_address_statement_enum:" case identifier :) (case_statement "case lang_target_statement_enum:" case identifier :) (case_statement "case lang_output_statement_enum:" case identifier :) (case_statement "case lang_group_statement_enum:" case identifier :) (case_statement "case lang_insert_statement_enum:\n plVar1 = (plVar4->header).next;\n break;" case identifier : (expression_statement "plVar1 = (plVar4->header).next;" (assignment_expression "plVar1 = (plVar4->header).next" identifier = (field_expression "(plVar4->header).next" (parenthesized_expression "(plVar4->header)" ( (field_expression "plVar4->header" identifier -> field_identifier) )) . field_identifier)) ;) (break_statement "break;" break ;)) (case_statement "case lang_wild_statement_enum:" case identifier :) (case_statement "case lang_input_section_enum:" case identifier :) (case_statement "case lang_object_symbols_statement_enum:" case identifier :) (case_statement "case lang_fill_statement_enum:" case identifier :) (case_statement "case lang_data_statement_enum:" case identifier :) (case_statement "case lang_reloc_statement_enum:" case identifier :) (case_statement "case lang_padding_statement_enum:" case identifier :) (case_statement "case lang_constructors_statement_enum:\n plVar1 = (plVar4->header).next;\n plVar5 = (lang_statement_union_type *)0x0;\n break;" case identifier : (expression_statement "plVar1 = (plVar4->header).next;" (assignment_expression "plVar1 = (plVar4->header).next" identifier = (field_expression "(plVar4->header).next" (parenthesized_expression "(plVar4->header)" ( (field_expression "plVar4->header" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "plVar5 = (lang_statement_union_type *)0x0;" (assignment_expression "plVar5 = (lang_statement_union_type *)0x0" identifier = (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto switchD_00116492_caseD_10;" default : (goto_statement "goto switchD_00116492_caseD_10;" goto statement_identifier ;)) })) (expression_statement "after = (lang_output_section_statement_type *)plVar4;" (assignment_expression "after = (lang_output_section_statement_type *)plVar4" identifier = (cast_expression "(lang_output_section_statement_type *)plVar4" ( (type_descriptor "lang_output_section_statement_type *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (if_statement "if (plVar1 == (lang_statement_union_type *)0x0) {\n return (lang_statement_union_type **)plVar4;\n }" if (parenthesized_expression "(plVar1 == (lang_statement_union_type *)0x0)" ( (binary_expression "plVar1 == (lang_statement_union_type *)0x0" identifier == (cast_expression "(lang_statement_union_type *)0x0" ( (type_descriptor "lang_statement_union_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (lang_statement_union_type **)plVar4;\n }" { (return_statement "return (lang_statement_union_type **)plVar4;" return (cast_expression "(lang_statement_union_type **)plVar4" ( (type_descriptor "lang_statement_union_type **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier) ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "long * FUN_00116460(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}\n\n" (function_definition "long * FUN_00116460(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00116460(long *param_1)" * (function_declarator "FUN_00116460(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "bool bVar6;" primitive_type identifier ;) (expression_statement "bVar6 = DAT_002a6640 == param_1;" (assignment_expression "bVar6 = DAT_002a6640 == param_1" identifier = (binary_expression "DAT_002a6640 == param_1" identifier == identifier)) ;) (if_statement "if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }" if (parenthesized_expression "((long *)*param_1 == (long *)0x0)" ( (binary_expression "(long *)*param_1 == (long *)0x0" (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nswitchD_00116492_caseD_10:\n return param_1;\n }" { (labeled_statement "switchD_00116492_caseD_10:\n return param_1;" statement_identifier : (return_statement "return param_1;" return identifier ;)) })) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (do_statement "do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );" do (compound_statement "{\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n }" { (expression_statement "plVar4 = plVar1;" (assignment_expression "plVar4 = plVar1" identifier = identifier) ;) (switch_statement "switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" switch (parenthesized_expression "((int)plVar4[1])" ( (cast_expression "(int)plVar4[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "plVar4[1]" identifier [ number_literal ])) )) (compound_statement "{\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" { (case_statement "case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;" case number_literal : (if_statement "if (plVar5 == (long *)0x0) {\n return param_1;\n }" if (parenthesized_expression "(plVar5 == (long *)0x0)" ( (binary_expression "plVar5 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "lVar2 = plVar4[7];" (assignment_expression "lVar2 = plVar4[7]" identifier = (subscript_expression "plVar4[7]" identifier [ number_literal ])) ;) (if_statement "if (lVar2 == 0) {\n return plVar5;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n return plVar5;\n }" { (return_statement "return plVar5;" return identifier ;) })) (if_statement "if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }" if (parenthesized_expression "(*(long *)(lVar2 + 0x108) == 0)" ( (binary_expression "*(long *)(lVar2 + 0x108) == 0" (pointer_expression "*(long *)(lVar2 + 0x108)" * (cast_expression "(long *)(lVar2 + 0x108)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x108)" ( (binary_expression "lVar2 + 0x108" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return plVar5;\n }" { (return_statement "return plVar5;" return identifier ;) })) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }" if (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) != 0)" ( (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" * (cast_expression "(byte *)(lVar2 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n param_1 = plVar5;\n }" { (expression_statement "param_1 = plVar5;" (assignment_expression "param_1 = plVar5" identifier = identifier) ;) })) (return_statement "return param_1;" return identifier ;)) (case_statement "case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;" case number_literal : (if_statement "if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }" if (parenthesized_expression "((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6))))" ( (binary_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))" (parenthesized_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'))" ( (binary_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" (parenthesized_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8))" ( (binary_expression "(plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)" (parenthesized_expression "(plVar5 == (long *)0x0)" ( (binary_expression "plVar5 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(*(int *)(plVar4[2] + 0x10) != 8)" ( (binary_expression "*(int *)(plVar4[2] + 0x10) != 8" (pointer_expression "*(int *)(plVar4[2] + 0x10)" * (cast_expression "(int *)(plVar4[2] + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(plVar4[2] + 0x10)" ( (binary_expression "plVar4[2] + 0x10" (subscript_expression "plVar4[2]" identifier [ number_literal ]) + number_literal) )))) != number_literal) ))) )) && (parenthesized_expression "(pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" ( (comma_expression "pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(plVar4[2] + 0x18)" identifier = (pointer_expression "*(char **)(plVar4[2] + 0x18)" * (cast_expression "(char **)(plVar4[2] + 0x18)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(plVar4[2] + 0x18)" ( (binary_expression "plVar4[2] + 0x18" (subscript_expression "plVar4[2]" identifier [ number_literal ]) + number_literal) ))))) , (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'.'" ' character '))) ))) )) && (parenthesized_expression "((pcVar3[1] == '\0' && (!bVar6)))" ( (parenthesized_expression "(pcVar3[1] == '\0' && (!bVar6))" ( (binary_expression "pcVar3[1] == '\0' && (!bVar6)" (binary_expression "pcVar3[1] == '\0'" (subscript_expression "pcVar3[1]" identifier [ number_literal ]) == (char_literal "'\0'" ' escape_sequence ')) && (parenthesized_expression "(!bVar6)" ( (unary_expression "!bVar6" ! identifier) ))) )) ))) )) (compound_statement "{\n plVar5 = param_1;\n }" { (expression_statement "plVar5 = param_1;" (assignment_expression "plVar5 = param_1" identifier = identifier) ;) })) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;)) (case_statement "case 2:" case number_literal :) (case_statement "case 3:" case number_literal :) (case_statement "case 10:" case number_literal :) (case_statement "case 0xb:" case number_literal :) (case_statement "case 0xd:" case number_literal :) (case_statement "case 0xe:\n plVar1 = (long *)*plVar4;\n break;" case number_literal : (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (break_statement "break;" break ;)) (case_statement "case 4:" case number_literal :) (case_statement "case 5:" case number_literal :) (case_statement "case 6:" case number_literal :) (case_statement "case 7:" case number_literal :) (case_statement "case 8:" case number_literal :) (case_statement "case 9:" case number_literal :) (case_statement "case 0xc:" case number_literal :) (case_statement "case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;" case number_literal : (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (break_statement "break;" break ;)) (case_statement "default:\n goto switchD_00116492_caseD_10;" default : (goto_statement "goto switchD_00116492_caseD_10;" goto statement_identifier ;)) })) (expression_statement "param_1 = plVar4;" (assignment_expression "param_1 = plVar4" identifier = identifier) ;) (if_statement "if (plVar1 == (long *)0x0) {\n return plVar4;\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return plVar4;\n }" { (return_statement "return plVar4;" return identifier ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (return_statement return IDENT ;)) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (switch_statement switch (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) )) (compound_statement { (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return IDENT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (return_statement return IDENT ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (return_statement return IDENT ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) , (binary_expression (pointer_expression * IDENT) == (char_literal ' character '))) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) == (char_literal ' escape_sequence ')) && (parenthesized_expression ( (unary_expression ! IDENT) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (break_statement break ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (break_statement break ;)) (case_statement default : (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return IDENT ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "long * FUN_00116460(long *param_1)\n\n{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_00116460(long *param_1)" (* "*") (function_declarator "FUN_00116460(long *param_1)" (identifier "FUN_00116460") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n long *plVar1;\n long lVar2;\n char *pcVar3;\n long *plVar4;\n long *plVar5;\n bool bVar6;\n \n bVar6 = DAT_002a6640 == param_1;\n if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }\n plVar5 = (long *)0x0;\n plVar1 = (long *)*param_1;\n do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "long *plVar5;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar5" (* "*") (identifier "plVar5")) (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (expression_statement "bVar6 = DAT_002a6640 == param_1;" (assignment_expression "bVar6 = DAT_002a6640 == param_1" (identifier "bVar6") (= "=") (binary_expression "DAT_002a6640 == param_1" (identifier "DAT_002a6640") (== "==") (identifier "param_1"))) (; ";")) (if_statement "if ((long *)*param_1 == (long *)0x0) {\nswitchD_00116492_caseD_10:\n return param_1;\n }" (if "if") (parenthesized_expression "((long *)*param_1 == (long *)0x0)" (( "(") (binary_expression "(long *)*param_1 == (long *)0x0" (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nswitchD_00116492_caseD_10:\n return param_1;\n }" ({ "{") (labeled_statement "switchD_00116492_caseD_10:\n return param_1;" (statement_identifier "switchD_00116492_caseD_10") (: ":") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (} "}"))) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" (identifier "plVar5") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "plVar1 = (long *)*param_1;" (assignment_expression "plVar1 = (long *)*param_1" (identifier "plVar1") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (do_statement "do {\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n } while( true );" (do "do") (compound_statement "{\n plVar4 = plVar1;\n switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }\n param_1 = plVar4;\n if (plVar1 == (long *)0x0) {\n return plVar4;\n }\n }" ({ "{") (expression_statement "plVar4 = plVar1;" (assignment_expression "plVar4 = plVar1" (identifier "plVar4") (= "=") (identifier "plVar1")) (; ";")) (switch_statement "switch((int)plVar4[1]) {\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" (switch "switch") (parenthesized_expression "((int)plVar4[1])" (( "(") (cast_expression "(int)plVar4[1]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "plVar4[1]" (identifier "plVar4") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;\n case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;\n case 2:\n case 3:\n case 10:\n case 0xb:\n case 0xd:\n case 0xe:\n plVar1 = (long *)*plVar4;\n break;\n case 4:\n case 5:\n case 6:\n case 7:\n case 8:\n case 9:\n case 0xc:\n case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;\n default:\n goto switchD_00116492_caseD_10;\n }" ({ "{") (case_statement "case 0:\n if (plVar5 == (long *)0x0) {\n return param_1;\n }\n lVar2 = plVar4[7];\n if (lVar2 == 0) {\n return plVar5;\n }\n if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }\n if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }\n return param_1;" (case "case") (number_literal "0") (: ":") (if_statement "if (plVar5 == (long *)0x0) {\n return param_1;\n }" (if "if") (parenthesized_expression "(plVar5 == (long *)0x0)" (( "(") (binary_expression "plVar5 == (long *)0x0" (identifier "plVar5") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "lVar2 = plVar4[7];" (assignment_expression "lVar2 = plVar4[7]" (identifier "lVar2") (= "=") (subscript_expression "plVar4[7]" (identifier "plVar4") ([ "[") (number_literal "7") (] "]"))) (; ";")) (if_statement "if (lVar2 == 0) {\n return plVar5;\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return plVar5;\n }" ({ "{") (return_statement "return plVar5;" (return "return") (identifier "plVar5") (; ";")) (} "}"))) (if_statement "if (*(long *)(lVar2 + 0x108) == 0) {\n return plVar5;\n }" (if "if") (parenthesized_expression "(*(long *)(lVar2 + 0x108) == 0)" (( "(") (binary_expression "*(long *)(lVar2 + 0x108) == 0" (pointer_expression "*(long *)(lVar2 + 0x108)" (* "*") (cast_expression "(long *)(lVar2 + 0x108)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x108)" (( "(") (binary_expression "lVar2 + 0x108" (identifier "lVar2") (+ "+") (number_literal "0x108")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return plVar5;\n }" ({ "{") (return_statement "return plVar5;" (return "return") (identifier "plVar5") (; ";")) (} "}"))) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) != 0) {\n param_1 = plVar5;\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) != 0)" (( "(") (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) != 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" (( "(") (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" (* "*") (cast_expression "(byte *)(lVar2 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_1 = plVar5;\n }" ({ "{") (expression_statement "param_1 = plVar5;" (assignment_expression "param_1 = plVar5" (identifier "param_1") (= "=") (identifier "plVar5")) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case 1:\n if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }\n bVar6 = false;" (case "case") (number_literal "1") (: ":") (if_statement "if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))) {\n plVar5 = param_1;\n }" (if "if") (parenthesized_expression "((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6))))" (( "(") (binary_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) &&\n ((pcVar3[1] == '\0' && (!bVar6)))" (parenthesized_expression "(((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'))" (( "(") (binary_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) &&\n (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" (parenthesized_expression "((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8))" (( "(") (binary_expression "(plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)" (parenthesized_expression "(plVar5 == (long *)0x0)" (( "(") (binary_expression "plVar5 == (long *)0x0" (identifier "plVar5") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(plVar4[2] + 0x10) != 8)" (( "(") (binary_expression "*(int *)(plVar4[2] + 0x10) != 8" (pointer_expression "*(int *)(plVar4[2] + 0x10)" (* "*") (cast_expression "(int *)(plVar4[2] + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(plVar4[2] + 0x10)" (( "(") (binary_expression "plVar4[2] + 0x10" (subscript_expression "plVar4[2]" (identifier "plVar4") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "8")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')" (( "(") (comma_expression "pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.'" (assignment_expression "pcVar3 = *(char **)(plVar4[2] + 0x18)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(plVar4[2] + 0x18)" (* "*") (cast_expression "(char **)(plVar4[2] + 0x18)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(plVar4[2] + 0x18)" (( "(") (binary_expression "plVar4[2] + 0x18" (subscript_expression "plVar4[2]" (identifier "plVar4") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x18")) () ")"))))) (, ",") (binary_expression "*pcVar3 == '.'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (== "==") (char_literal "'.'" (' "'") (character ".") (' "'")))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((pcVar3[1] == '\0' && (!bVar6)))" (( "(") (parenthesized_expression "(pcVar3[1] == '\0' && (!bVar6))" (( "(") (binary_expression "pcVar3[1] == '\0' && (!bVar6)" (binary_expression "pcVar3[1] == '\0'" (subscript_expression "pcVar3[1]" (identifier "pcVar3") ([ "[") (number_literal "1") (] "]")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (&& "&&") (parenthesized_expression "(!bVar6)" (( "(") (unary_expression "!bVar6" (! "!") (identifier "bVar6")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n plVar5 = param_1;\n }" ({ "{") (expression_statement "plVar5 = param_1;" (assignment_expression "plVar5 = param_1" (identifier "plVar5") (= "=") (identifier "param_1")) (; ";")) (} "}"))) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";"))) (case_statement "case 2:" (case "case") (number_literal "2") (: ":")) (case_statement "case 3:" (case "case") (number_literal "3") (: ":")) (case_statement "case 10:" (case "case") (number_literal "10") (: ":")) (case_statement "case 0xb:" (case "case") (number_literal "0xb") (: ":")) (case_statement "case 0xd:" (case "case") (number_literal "0xd") (: ":")) (case_statement "case 0xe:\n plVar1 = (long *)*plVar4;\n break;" (case "case") (number_literal "0xe") (: ":") (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 4:" (case "case") (number_literal "4") (: ":")) (case_statement "case 5:" (case "case") (number_literal "5") (: ":")) (case_statement "case 6:" (case "case") (number_literal "6") (: ":")) (case_statement "case 7:" (case "case") (number_literal "7") (: ":")) (case_statement "case 8:" (case "case") (number_literal "8") (: ":")) (case_statement "case 9:" (case "case") (number_literal "9") (: ":")) (case_statement "case 0xc:" (case "case") (number_literal "0xc") (: ":")) (case_statement "case 0xf:\n plVar1 = (long *)*plVar4;\n plVar5 = (long *)0x0;\n break;" (case "case") (number_literal "0xf") (: ":") (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4")))) (; ";")) (expression_statement "plVar5 = (long *)0x0;" (assignment_expression "plVar5 = (long *)0x0" (identifier "plVar5") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "default:\n goto switchD_00116492_caseD_10;" (default "default") (: ":") (goto_statement "goto switchD_00116492_caseD_10;" (goto "goto") (statement_identifier "switchD_00116492_caseD_10") (; ";"))) (} "}"))) (expression_statement "param_1 = plVar4;" (assignment_expression "param_1 = plVar4" (identifier "param_1") (= "=") (identifier "plVar4")) (; ";")) (if_statement "if (plVar1 == (long *)0x0) {\n return plVar4;\n }" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return plVar4;\n }" ({ "{") (return_statement "return plVar4;" (return "return") (identifier "plVar4") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
type_1 ** function_1(type_2 *after) { type_1 *var_1; type_3 *var_3; type_4 *pbVar3; type_1 *plVar4; type_1 *var_2; bool bVar6; var_1 = (after->header).next; bVar6 = lang_output_section_statement.head == (type_5 *)after; if (var_1 == (type_1 *)0x0) { switchD_00116492_caseD_10: return (type_1 **)after; } var_2 = (type_1 *)0x0; do { plVar4 = var_1; switch((plVar4->header).type) { case lang_output_section_statement_enum: if (var_2 == (type_1 *)0x0) { return (type_1 **)(type_1 *)after; } var_3 = (plVar4->output_section_statement).type_4; if (var_3 == (type_3 *)0x0) { return (type_1 **)var_2; } if ((var_3->map_head).link_order == (type_6 *)0x0) { return (type_1 **)var_2; } if ((var_3->flags & 1) != 0) { after = (type_2 *)var_2; } return (type_1 **)after; case lang_assignment_statement_enum: if ((((var_2 == (type_1 *)0x0) && (*(int *)&((plVar4->input_section).section)->next != 8)) && (pbVar3 = ((plVar4->input_section).section)->prev, *(char *)&pbVar3->name == '.')) && ((*(char *)((long)&pbVar3->name + 1) == '\0' && (!bVar6)))) { var_2 = (type_1 *)after; } bVar6 = false; case lang_input_statement_enum: case lang_address_statement_enum: case lang_target_statement_enum: case lang_output_statement_enum: case lang_group_statement_enum: case lang_insert_statement_enum: var_1 = (plVar4->header).next; break; case lang_wild_statement_enum: case lang_input_section_enum: case lang_object_symbols_statement_enum: case lang_fill_statement_enum: case lang_data_statement_enum: case lang_reloc_statement_enum: case lang_padding_statement_enum: case lang_constructors_statement_enum: var_1 = (plVar4->header).next; var_2 = (type_1 *)0x0; break; default: goto switchD_00116492_caseD_10; } after = (type_2 *)plVar4; if (var_1 == (type_1 *)0x0) { return (type_1 **)plVar4; } } while( true ); }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (return_statement (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (switch_statement condition: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal)))) body: (compound_statement (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (return_statement (identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character))))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence))) right: (parenthesized_expression (unary_expression argument: (identifier)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (false)))) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (break_statement)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (break_statement)) (case_statement (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (identifier))))) condition: (parenthesized_expression (true))))))
null
long * MASKED(long *param_1) { long *plVar1; long lVar2; char *pcVar3; long *plVar4; long *plVar5; bool bVar6; bVar6 = DAT_002a6640 == param_1; if ((long *)*param_1 == (long *)0x0) { switchD_00116492_caseD_10: return param_1; } plVar5 = (long *)0x0; plVar1 = (long *)*param_1; do { plVar4 = plVar1; switch((int)plVar4[1]) { case 0: if (plVar5 == (long *)0x0) { return param_1; } lVar2 = plVar4[7]; if (lVar2 == 0) { return plVar5; } if (*(long *)(lVar2 + 0x108) == 0) { return plVar5; } if ((*(byte *)(lVar2 + 0x20) & 1) != 0) { param_1 = plVar5; } return param_1; case 1: if ((((plVar5 == (long *)0x0) && (*(int *)(plVar4[2] + 0x10) != 8)) && (pcVar3 = *(char **)(plVar4[2] + 0x18), *pcVar3 == '.')) && ((pcVar3[1] == '\0' && (!bVar6)))) { plVar5 = param_1; } bVar6 = false; case 2: case 3: case 10: case 0xb: case 0xd: case 0xe: plVar1 = (long *)*plVar4; break; case 4: case 5: case 6: case 7: case 8: case 9: case 0xc: case 0xf: plVar1 = (long *)*plVar4; plVar5 = (long *)0x0; break; default: goto switchD_00116492_caseD_10; } param_1 = plVar4; if (plVar1 == (long *)0x0) { return plVar4; } } while( true ); }
2287_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
release
FUN_0017a560
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void release(File_read * this) */ void __thiscall gold::File_read::release(File_read *this) { Lock *pLVar1; bool bVar2; bVar2 = is_locked(this); if (bVar2) { if ((parameters->options_ == (General_options *)0x0) || ((parameters->options_->stats_).value != false)) { Initialize_lock::initialize(&file_counts_initialize_lock); pLVar1 = file_counts_lock; if (file_counts_lock == (Lock *)0x0) { total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_; current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes; if (maximum_mapped_bytes < current_mapped_bytes) { maximum_mapped_bytes = current_mapped_bytes; } } else { (*file_counts_lock->lock_->_vptr_Lock_impl[2])(); total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_; current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes; if (maximum_mapped_bytes < current_mapped_bytes) { maximum_mapped_bytes = current_mapped_bytes; } (*pLVar1->lock_->_vptr_Lock_impl[3])(); } } this->mapped_bytes_ = 0; if (this->object_count_ < 2) { clear_views(this,CLEAR_VIEWS_NORMAL); if (this->is_descriptor_opened_ != false) { Descriptors::release(&descriptors,this->descriptor_,false); this->is_descriptor_opened_ = false; } } this->released_ = true; return; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/fileread.cc",0x104,"release"); }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_0017a560(long param_1) { undefined8 *puVar1; char cVar2; cVar2 = FUN_00179b60(); if (cVar2 != '\0') { if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) || (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) { FUN_0017f450(&DAT_0043e8c0); puVar1 = DAT_0043e8e0; if (DAT_0043e8e0 == (undefined8 *)0x0) { DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0); _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8; if (DAT_0043e8a0 < _DAT_0043e8a8) { DAT_0043e8a0 = _DAT_0043e8a8; } } else { (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))(); DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0); _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8; if (DAT_0043e8a0 < _DAT_0043e8a8) { DAT_0043e8a0 = _DAT_0043e8a8; } (**(code **)(*(long *)*puVar1 + 0x18))(); } } *(undefined8 *)(param_1 + 0xa0) = 0; if (*(int *)(param_1 + 0x28) < 2) { FUN_0017a380(param_1,0); if (*(char *)(param_1 + 0x24) != '\0') { FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0); *(undefined1 *)(param_1 + 0x24) = 0; } } *(undefined1 *)(param_1 + 0xa8) = 1; return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/fileread.cc",0x104,"release"); }
PUSH RBP PUSH RBX MOV RBX,RDI SUB RSP,0x8 CALL 0x00179b60 TEST AL,AL JZ 0x0017a675 MOV RAX,qword ptr [0x0043e6b0] MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x0017a5b0 CMP byte ptr [RAX + 0x5eb9],0x0 JNZ 0x0017a5b0 MOV qword ptr [RBX + 0xa0],0x0 CMP dword ptr [RBX + 0x28],0x1 JLE 0x0017a610 MOV byte ptr [RBX + 0xa8],0x1 ADD RSP,0x8 POP RBX POP RBP RET LEA RDI,[0x43e8c0] CALL 0x0017f450 MOV RBP,qword ptr [0x0043e8e0] TEST RBP,RBP JZ 0x0017a640 MOV RDI,qword ptr [RBP] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x10] MOV RAX,qword ptr [RBX + 0xa0] ADD qword ptr [0x0043e8b0],RAX ADD RAX,qword ptr [0x0043e8a8] CMP RAX,qword ptr [0x0043e8a0] MOV qword ptr [0x0043e8a8],RAX JBE 0x0017a5fe MOV qword ptr [0x0043e8a0],RAX MOV RDI,qword ptr [RBP] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x18] JMP 0x0017a58f XOR ESI,ESI MOV RDI,RBX CALL 0x0017a380 CMP byte ptr [RBX + 0x24],0x0 JZ 0x0017a5a0 MOV ESI,dword ptr [RBX + 0x20] XOR EDX,EDX LEA RDI,[0x449200] CALL 0x002986d0 MOV byte ptr [RBX + 0x24],0x0 JMP 0x0017a5a0 MOV RAX,qword ptr [RBX + 0xa0] ADD qword ptr [0x0043e8b0],RAX ADD RAX,qword ptr [0x0043e8a8] CMP RAX,qword ptr [0x0043e8a0] MOV qword ptr [0x0043e8a8],RAX JBE 0x0017a58f MOV qword ptr [0x0043e8a0],RAX JMP 0x0017a58f LEA RDX,[0x372b60] MOV ESI,0x104 LEA RDI,[0x372828] CALL 0x0017c650
null
null
null
null
[(u'PTRSUB_-1207392219', u'PTRSUB_-1207392203'), ('tmp_112', u'CBRANCH_-1207392845'), (u'INDIRECT_-1207392303', u'MULTIEQUAL_-1207392253'), (u'CALL_-1207392366', u'INDIRECT_-1207392015'), (u'INDIRECT_-1207392200', u'MULTIEQUAL_-1207392310'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392212'), ('const-0', u'INT_NOTEQUAL_-1207392828'), (u'PTRSUB_-1207392090', u'LOAD_-1207392561'), ('const-433', u'STORE_-1207392784'), ('const-160', u'PTRSUB_-1207392018'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392255'), (u'COPY_-1207392148', u'MULTIEQUAL_-1207392184'), (u'STORE_-1207392784', u'INDIRECT_-1207392295'), (u'INDIRECT_-1207392251', u'INT_ADD_-1207392439'), ('const-0', u'PTRSUB_-1207392173'), (u'PTRSUB_-1207392135', u'LOAD_-1207392639'), (u'INT_ADD_-1207392595', u'COPY_-1207392148'), ('const-433', u'STORE_-1207392819'), (u'INDIRECT_-1207392360', u'PTRSUB_-1207392229'), (u'INT_ADD_-1207392439', u'MULTIEQUAL_-1207392281'), (u'INDIRECT_-1207392331', u'MULTIEQUAL_-1207392281'), (u'INDIRECT_-1207392088', u'MULTIEQUAL_-1207392237'), (u'INDIRECT_-1207392295', u'COPY_-1207392345'), ('tmp_669', u'CBRANCH_-1207392413'), (u'COPY_-1207392043', u'MULTIEQUAL_-1207392296'), ('const-0', u'PTRSUB_-1207392085'), (u'PTRADD_-1207392140', u'LOAD_-1207392648'), (u'INDIRECT_-1207392015', u'COPY_-1207392068'), (u'LOAD_-1207392483', u'INT_ADD_-1207392455'), ('const-1', u'RETURN_-1207392361'), ('const-0', u'INT_NOTEQUAL_-1207392611'), ('const-160', u'PTRSUB_-1207392208'), ('const-433', u'LOAD_-1207392639'), (u'INDIRECT_-1207392256', u'MULTIEQUAL_-1207392237'), (u'STORE_-1207392819', u'INDIRECT_-1207392313'), (u'CALL_-1207392366', u'INDIRECT_-1207392043'), (u'LOAD_-1207392483', u'INT_ADD_-1207392439'), (u'STORE_-1207392784', u'INDIRECT_-1207392266'), ('const-433', u'LOAD_-1207392604'), (u'INDIRECT_-1207392072', u'COPY_-1207392125'), ('tmp_714', u'PTRSUB_-1207392135'), ('const-0', u'PTRSUB_-1207392090'), ('const-0', u'PTRSUB_-1207392143'), (u'CALL_-1207392684', u'INDIRECT_-1207392280'), ('const-0', u'PTRSUB_-1207392148'), (u'LOAD_-1207392807', u'INT_SLESS_-1207392780'), ('const-160', u'PTRSUB_-1207392135'), (u'STORE_-1207392819', u'INDIRECT_-1207392256'), ('tmp_714', u'PTRSUB_-1207392189'), ('tmp_389', u'BRANCH_-1207392561'), ('const-433', u'LOAD_-1207392654'), (u'PTRSUB_-1207392203', u'LOAD_-1207392844'), (u'INT_SLESS_-1207392780', u'CBRANCH_-1207392787'), (u'INT_ADD_-1207392439', u'COPY_-1207392029'), (u'STORE_-1207392819', u'INDIRECT_-1207392284'), (u'CALL_-1207392366', u'INDIRECT_-1207392072'), (u'LOAD_-1207392654', u'PTRADD_-1207392140'), ('const-0', u'STORE_-1207392819'), (u'CALL_-1207392366', u'INDIRECT_-1207392029'), (u'COPY_-1207392259', u'MULTIEQUAL_-1207392296'), (u'CALL_-1207392894', u'INDIRECT_-1207392346'), (u'INDIRECT_-1207392145', u'MULTIEQUAL_-1207392294'), (u'STORE_-1207392567', u'INDIRECT_-1207392131'), (u'INDIRECT_-1207392266', u'COPY_-1207392316'), ('const-3', u'PTRADD_-1207392082'), (u'INDIRECT_-1207392346', u'COPY_-1207392259'), (u'INDIRECT_-1207392252', u'COPY_-1207392302'), (u'INT_NOTEQUAL_-1207392828', u'CBRANCH_-1207392822'), (u'INT_ADD_-1207392439', u'INT_LESS_-1207392404'), ('tmp_76', u'CBRANCH_-1207392879'), (u'INDIRECT_-1207392140', u'MULTIEQUAL_-1207392251'), (u'PTRSUB_-1207392208', u'STORE_-1207392819'), (u'CALL_-1207392629', u'INDIRECT_-1207392140'), (u'INDIRECT_-1207392223', u'MULTIEQUAL_-1207392253'), ('const-433', u'LOAD_-1207392844'), (u'CALL_-1207392684', u'INDIRECT_-1207392266'), ('tmp_714', u'PTRSUB_-1207392059'), (u'CALL_-1207392571', u'INDIRECT_-1207392155'), ('const-0', u'INT_EQUAL_-1207392847'), (u'INT_EQUAL_-1207392662', u'CBRANCH_-1207392660'), (u'CALL_-1207392571', u'INDIRECT_-1207392141'), ('const-433', u'LOAD_-1207392627'), ('const-433', u'LOAD_-1207392807'), (u'COPY_-1207392029', u'MULTIEQUAL_-1207392296'), ('const-433', u'STORE_-1207392567'), ('tmp_575', u'BRANCH_-1207392539'), (u'COPY_-1207392151', u'MULTIEQUAL_-1207392184'), (u'LOAD_-1207392549', u'CALLIND_-1207392539'), (u'INDIRECT_-1207392313', u'MULTIEQUAL_-1207392294'), (u'INDIRECT_-1207392157', u'MULTIEQUAL_-1207392267'), (u'CALL_-1207392571', u'INDIRECT_-1207392112'), (u'INDIRECT_-1207392116', u'MULTIEQUAL_-1207392265'), (u'STORE_-1207392567', u'INDIRECT_-1207392116'), (u'INDIRECT_-1207392226', u'INT_ADD_-1207392595'), (u'STORE_-1207392784', u'INDIRECT_-1207392281'), ('const-2', u'PTRADD_-1207392140'), (u'INDIRECT_-1207392102', u'MULTIEQUAL_-1207392251'), (u'STORE_-1207392819', u'INDIRECT_-1207392270'), ('const-433', u'LOAD_-1207392866'), ('const-0', u'PTRSUB_-1207392051'), ('tmp_150', u'CBRANCH_-1207392822'), (u'LOAD_-1207392639', u'INT_ADD_-1207392595'), (u'LOAD_-1207392555', u'PTRADD_-1207392082'), (u'INDIRECT_-1207392241', u'COPY_-1207392151'), (u'INDIRECT_-1207392171', u'MULTIEQUAL_-1207392281'), ('const-0', u'CALL_-1207392571'), (u'INT_LESS_-1207392404', u'CBRANCH_-1207392413'), (u'INDIRECT_-1207392266', u'COPY_-1207392043'), ('const-40', u'PTRSUB_-1207392196'), (u'LOAD_-1207392561', u'PTRSUB_-1207392085'), (u'CALL_-1207392629', u'INDIRECT_-1207392126'), (u'LOAD_-1207392866', u'INT_EQUAL_-1207392847'), (u'INT_LESS_-1207392560', u'CBRANCH_-1207392569'), (u'CALL_-1207392894', u'INDIRECT_-1207392331'), ('tmp_714', u'PTRSUB_-1207392018'), (u'PTRSUB_-1207392229', u'LOAD_-1207392866'), (u'PTRSUB_-1207392059', u'LOAD_-1207392627'), ('const-4450496', u'PTRSUB_-1207392173'), (u'CALL_-1207392629', u'INDIRECT_-1207392183'), (u'CALL_-1207392894', u'CBRANCH_-1207392879'), (u'INDIRECT_-1207392299', u'MULTIEQUAL_-1207392280'), ('const-1', u'STORE_-1207392784'), (u'PTRSUB_-1207392085', u'LOAD_-1207392555'), ('tmp_673', u'BRANCH_-1207392399'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392226'), ('tmp_714', u'PTRSUB_-1207392196'), ('tmp_714', u'CALL_-1207392629'), ('const-433', u'LOAD_-1207392660'), (u'LOAD_-1207392844', u'INT_NOTEQUAL_-1207392828'), (u'INDIRECT_-1207392238', u'COPY_-1207392288'), (u'INDIRECT_-1207392360', u'MULTIEQUAL_-1207392310'), (u'CALL_-1207392684', u'INDIRECT_-1207392223'), (u'PTRSUB_-1207392173', u'CALL_-1207392684'), (u'INDIRECT_-1207392270', u'MULTIEQUAL_-1207392251'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392157'), (u'INDIRECT_-1207392029', u'COPY_-1207392082'), (u'INDIRECT_-1207392169', u'MULTIEQUAL_-1207392280'), (u'PTRSUB_-1207392051', u'CALL_-1207392571'), (u'STORE_-1207392784', u'INDIRECT_-1207392238'), ('const-0', u'INT_EQUAL_-1207392662'), (u'INDIRECT_-1207392237', u'INT_ADD_-1207392455'), (u'LOAD_-1207392866', u'PTRSUB_-1207392219'), ('const-8', u'PTRADD_-1207392140'), ('const-97', u'PTRSUB_-1207392203'), ('const-0', u'RETURN_-1207392744'), (u'CALL_-1207392684', u'INDIRECT_-1207392251'), (u'INDIRECT_-1207392223', u'PTRSUB_-1207392148'), ('const-433', u'LOAD_-1207392648'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392186'), ('tmp_714', u'PTRSUB_-1207392048'), (u'INDIRECT_-1207392223', u'INT_EQUAL_-1207392662'), (u'LOAD_-1207392627', u'INT_NOTEQUAL_-1207392611'), (u'INT_ADD_-1207392455', u'MULTIEQUAL_-1207392267'), (u'LOAD_-1207392639', u'INT_ADD_-1207392611'), (u'PTRSUB_-1207392143', u'LOAD_-1207392654'), (u'INDIRECT_-1207392266', u'INT_LESS_-1207392404'), (u'CALL_-1207392684', u'INDIRECT_-1207392237'), (u'INDIRECT_-1207392183', u'MULTIEQUAL_-1207392294'), (u'INDIRECT_-1207392212', u'INT_ADD_-1207392611'), ('const-260', u'CALL_-1207392366'), (u'INDIRECT_-1207392131', u'MULTIEQUAL_-1207392280'), (u'COPY_-1207392135', u'MULTIEQUAL_-1207392296'), (u'COPY_-1207392218', u'PTRSUB_-1207392090'), (u'LOAD_-1207392648', u'CALLIND_-1207392638'), (u'INDIRECT_-1207392281', u'COPY_-1207392331'), ('const-168', u'PTRSUB_-1207392189'), (u'PTRSUB_-1207392030', u'STORE_-1207392567'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392198'), (u'LOAD_-1207392604', u'CALL_-1207392571'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392241'), (u'PTRADD_-1207392082', u'LOAD_-1207392549'), (u'COPY_-1207392031', u'CALL_-1207392366'), (u'STORE_-1207392819', u'INDIRECT_-1207392299'), (u'INT_ADD_-1207392595', u'INT_LESS_-1207392560'), (u'CALL_-1207392571', u'INDIRECT_-1207392126'), (u'PTRSUB_-1207392189', u'STORE_-1207392784'), (u'INDIRECT_-1207392126', u'MULTIEQUAL_-1207392237'), (u'COPY_-1207392030', u'CALL_-1207392366'), (u'INDIRECT_-1207392317', u'MULTIEQUAL_-1207392267'), (u'STORE_-1207392567', u'INDIRECT_-1207392088'), ('const-32', u'PTRSUB_-1207392048'), (u'INT_EQUAL_-1207392847', u'CBRANCH_-1207392845'), ('const-3614760', u'COPY_-1207392031'), ('tmp_200', u'CBRANCH_-1207392787'), (u'CALL_-1207392894', u'INDIRECT_-1207392317'), ('const-2', u'INT_SLESS_-1207392780'), ('const-433', u'LOAD_-1207392549'), ('tmp_714', u'PTRSUB_-1207392208'), ('const-0', u'STORE_-1207392567'), (u'PTRSUB_-1207392018', u'LOAD_-1207392483'), ('const-36', u'PTRSUB_-1207392059'), (u'PTRSUB_-1207392196', u'LOAD_-1207392807'), (u'CALL_-1207392894', u'INDIRECT_-1207392303'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392143'), (u'INDIRECT_-1207392280', u'MULTIEQUAL_-1207392310'), ('const-4493824', u'PTRSUB_-1207392051'), (u'CALL_-1207392894', u'INDIRECT_-1207392360'), (u'INDIRECT_-1207392284', u'MULTIEQUAL_-1207392265'), (u'STORE_-1207392567', u'INDIRECT_-1207392102'), (u'INDIRECT_-1207392143', u'MULTIEQUAL_-1207392253'), (u'INDIRECT_-1207392186', u'COPY_-1207392135'), ('const-0', u'CALL_-1207392629'), ('tmp_546', u'CBRANCH_-1207392569'), (u'LOAD_-1207392660', u'PTRSUB_-1207392143'), (u'CALL_-1207392629', u'INDIRECT_-1207392154'), ('const-3615584', u'COPY_-1207392030'), (u'STORE_-1207392784', u'INDIRECT_-1207392252'), ('tmp_714', u'PTRSUB_-1207392030'), ('const-24152', u'PTRSUB_-1207392219'), (u'CALL_-1207392366', u'INDIRECT_-1207392058'), (u'STORE_-1207392567', u'INDIRECT_-1207392145'), (u'INDIRECT_-1207392058', u'COPY_-1207392111'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392200'), ('const-36', u'PTRSUB_-1207392030'), (u'INT_NOTEQUAL_-1207392611', u'CBRANCH_-1207392609'), (u'INDIRECT_-1207392043', u'COPY_-1207392096'), ('tmp_333', u'CBRANCH_-1207392609'), (u'INDIRECT_-1207392241', u'INT_LESS_-1207392560'), (u'PTRSUB_-1207392048', u'LOAD_-1207392604'), ('const-433', u'LOAD_-1207392483'), (u'CALL_-1207392629', u'INDIRECT_-1207392169'), ('tmp_426', u'CBRANCH_-1207392660'), (u'INDIRECT_-1207392154', u'MULTIEQUAL_-1207392265'), (u'CALL_-1207392571', u'INDIRECT_-1207392098'), ('const-16', u'PTRSUB_-1207392229'), (u'INDIRECT_-1207392223', u'COPY_-1207392218'), ('const-433', u'LOAD_-1207392555'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392171'), (u'PTRSUB_-1207392148', u'LOAD_-1207392660'), ('tmp_714', u'CALL_-1207392894'), ('const-433', u'LOAD_-1207392561'), ('const-8', u'PTRADD_-1207392082')]
[('tmp_112', u'CBRANCH_-1207392845'), (u'INDIRECT_-1207392241', u'MULTIEQUAL_-1207392271'), ('const-433', u'LOAD_-1207392807'), (u'CAST_-1207392231', u'LOAD_-1207392844'), (u'CAST_-1207392241', u'LOAD_-1207392866'), (u'INT_ADD_-1207392623', u'CAST_-1207392151'), (u'LOAD_-1207392654', u'INT_ADD_-1207392632'), ('const-433', u'LOAD_-1207392549'), (u'CALL_-1207392366', u'INDIRECT_-1207392061'), (u'INDIRECT_-1207392163', u'MULTIEQUAL_-1207392312'), (u'PTRSUB_-1207392068', u'CALL_-1207392571'), (u'CALL_-1207392571', u'INDIRECT_-1207392130'), (u'INDIRECT_-1207392149', u'MULTIEQUAL_-1207392298'), (u'INT_ADD_-1207392828', u'CAST_-1207392231'), (u'LOAD_-1207392866', u'INT_ADD_-1207392828'), (u'INT_ADD_-1207392595', u'COPY_-1207392183'), (u'CALL_-1207392894', u'INDIRECT_-1207392364'), ('const-160', u'INT_ADD_-1207392805'), (u'INDIRECT_-1207392230', u'INT_ADD_-1207392611'), (u'INDIRECT_-1207392288', u'MULTIEQUAL_-1207392269'), (u'INDIRECT_-1207392161', u'MULTIEQUAL_-1207392271'), (u'INDIRECT_-1207392106', u'MULTIEQUAL_-1207392255'), ('tmp_669', u'CBRANCH_-1207392413'), ('const-433', u'LOAD_-1207392648'), (u'INDIRECT_-1207392244', u'INT_ADD_-1207392595'), (u'COPY_-1207392186', u'MULTIEQUAL_-1207392202'), (u'STORE_-1207392819', u'INDIRECT_-1207392274'), (u'INDIRECT_-1207392187', u'MULTIEQUAL_-1207392298'), ('const-433', u'LOAD_-1207392561'), (u'LOAD_-1207392483', u'INT_ADD_-1207392455'), ('const-160', u'INT_ADD_-1207392623'), (u'INT_ADD_-1207392791', u'CAST_-1207392203'), ('const-1', u'PTRADD_-1207392804'), ('const-1', u'RETURN_-1207392361'), (u'INDIRECT_-1207392270', u'COPY_-1207392320'), (u'INDIRECT_-1207392241', u'LOAD_-1207392660'), ('const-433', u'LOAD_-1207392483'), ('const-32', u'INT_ADD_-1207392588'), (u'COPY_-1207392047', u'CALL_-1207392366'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392175'), (u'LOAD_-1207392483', u'INT_ADD_-1207392439'), (u'CALL_-1207392571', u'INDIRECT_-1207392144'), (u'INDIRECT_-1207392317', u'MULTIEQUAL_-1207392298'), ('const-0', u'INT_NOTEQUAL_-1207392879'), (u'INDIRECT_-1207392335', u'MULTIEQUAL_-1207392285'), (u'COPY_-1207392294', u'MULTIEQUAL_-1207392314'), (u'CALL_-1207392366', u'INDIRECT_-1207392090'), ('const-1', u'STORE_-1207392784'), (u'INDIRECT_-1207392241', u'COPY_-1207392253'), (u'LOAD_-1207392807', u'INT_SLESS_-1207392780'), (u'COPY_-1207392078', u'MULTIEQUAL_-1207392314'), (u'INT_ADD_-1207392439', u'MULTIEQUAL_-1207392299'), (u'INDIRECT_-1207392299', u'COPY_-1207392349'), ('tmp_389', u'BRANCH_-1207392561'), ('const-0', u'PTRSUB_-1207392190'), (u'INT_SLESS_-1207392780', u'CBRANCH_-1207392787'), (u'LOAD_-1207392561', u'CAST_-1207392106'), ('tmp_1347', u'INT_ADD_-1207392553'), (u'CALL_-1207392684', u'INDIRECT_-1207392284'), ('const-433', u'LOAD_-1207392866'), ('const-160', u'INT_ADD_-1207392467'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392273'), (u'PTRSUB_-1207392190', u'CALL_-1207392684'), (u'COPY_-1207392253', u'LOAD_-1207392561'), (u'INT_ADD_-1207392588', u'CAST_-1207392063'), ('const-0', u'INT_NOTEQUAL_-1207392828'), ('const-433', u'STORE_-1207392819'), (u'CAST_-1207392163', u'LOAD_-1207392654'), ('const-24249', u'INT_ADD_-1207392828'), ('const-433', u'LOAD_-1207392555'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392216'), (u'CALL_-1207392894', u'INDIRECT_-1207392378'), (u'STORE_-1207392784', u'INDIRECT_-1207392284'), (u'CALL_-1207392684', u'INDIRECT_-1207392298'), (u'INDIRECT_-1207392120', u'MULTIEQUAL_-1207392269'), (u'INDIRECT_-1207392047', u'COPY_-1207392100'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392244'), ('tmp_1347', u'INT_ADD_-1207392623'), ('tmp_1347', u'INT_ADD_-1207392805'), (u'INDIRECT_-1207392218', u'MULTIEQUAL_-1207392328'), (u'CALL_-1207392571', u'INDIRECT_-1207392173'), (u'INT_NOTEQUAL_-1207392828', u'CBRANCH_-1207392822'), (u'INT_ADD_-1207392439', u'INT_LESS_-1207392404'), ('tmp_76', u'CBRANCH_-1207392879'), (u'STORE_-1207392784', u'INDIRECT_-1207392270'), (u'INDIRECT_-1207392158', u'MULTIEQUAL_-1207392269'), (u'CAST_-1207392045', u'STORE_-1207392567'), (u'INT_ADD_-1207392553', u'CAST_-1207392045'), ('const-4493824', u'PTRSUB_-1207392068'), (u'STORE_-1207392567', u'INDIRECT_-1207392106'), (u'INDIRECT_-1207392313', u'COPY_-1207392363'), (u'CALL_-1207392894', u'INDIRECT_-1207392321'), (u'INDIRECT_-1207392321', u'MULTIEQUAL_-1207392271'), (u'CALL_-1207392366', u'INDIRECT_-1207392076'), ('const-0', u'INT_EQUAL_-1207392847'), (u'INT_EQUAL_-1207392662', u'CBRANCH_-1207392660'), ('const-0', u'PTRSUB_-1207392068'), (u'INDIRECT_-1207392378', u'MULTIEQUAL_-1207392328'), ('const-3615584', u'COPY_-1207392047'), (u'INT_NOTEQUAL_-1207392879', u'CBRANCH_-1207392879'), (u'CAST_-1207392044', u'LOAD_-1207392483'), ('tmp_575', u'BRANCH_-1207392539'), ('tmp_1347', u'INT_ADD_-1207392588'), (u'LOAD_-1207392549', u'CALLIND_-1207392539'), (u'CAST_-1207392074', u'LOAD_-1207392627'), (u'CALL_-1207392684', u'INDIRECT_-1207392241'), (u'CALL_-1207392629', u'INDIRECT_-1207392158'), (u'STORE_-1207392784', u'INDIRECT_-1207392299'), (u'LOAD_-1207392555', u'INT_ADD_-1207392533'), ('const-0', u'STORE_-1207392819'), (u'STORE_-1207392819', u'INDIRECT_-1207392331'), (u'CALL_-1207392894', u'INDIRECT_-1207392335'), (u'CALL_-1207392571', u'INDIRECT_-1207392159'), ('tmp_150', u'CBRANCH_-1207392822'), (u'LOAD_-1207392660', u'CAST_-1207392163'), ('tmp_1347', u'INT_ADD_-1207392611'), (u'LOAD_-1207392639', u'INT_ADD_-1207392595'), ('const-36', u'INT_ADD_-1207392553'), (u'INT_LESS_-1207392404', u'CBRANCH_-1207392413'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392189'), (u'INDIRECT_-1207392284', u'INT_LESS_-1207392404'), (u'LOAD_-1207392866', u'INT_EQUAL_-1207392847'), (u'INT_LESS_-1207392560', u'CBRANCH_-1207392569'), (u'INDIRECT_-1207392076', u'COPY_-1207392129'), (u'CALL_-1207392894', u'INT_NOTEQUAL_-1207392879'), (u'INDIRECT_-1207392090', u'COPY_-1207392143'), ('const-4450496', u'PTRSUB_-1207392190'), ('tmp_673', u'BRANCH_-1207392399'), (u'INDIRECT_-1207392331', u'MULTIEQUAL_-1207392312'), (u'STORE_-1207392784', u'INDIRECT_-1207392313'), (u'CALL_-1207392366', u'INDIRECT_-1207392047'), (u'LOAD_-1207392844', u'INT_NOTEQUAL_-1207392828'), (u'COPY_-1207392064', u'MULTIEQUAL_-1207392314'), (u'INDIRECT_-1207392255', u'INT_ADD_-1207392455'), (u'CALL_-1207392629', u'INDIRECT_-1207392172'), (u'CAST_-1207392151', u'LOAD_-1207392639'), ('const-433', u'STORE_-1207392784'), (u'STORE_-1207392567', u'INDIRECT_-1207392149'), (u'CALL_-1207392571', u'INDIRECT_-1207392116'), (u'CALL_-1207392629', u'INDIRECT_-1207392144'), (u'STORE_-1207392567', u'INDIRECT_-1207392120'), ('const-0', u'INT_EQUAL_-1207392662'), (u'COPY_-1207392048', u'CALL_-1207392366'), (u'INT_ADD_-1207392439', u'COPY_-1207392064'), ('const-0', u'RETURN_-1207392744'), (u'INDIRECT_-1207392378', u'PTRADD_-1207392804'), (u'INT_ADD_-1207392611', u'CAST_-1207392074'), ('const-433', u'LOAD_-1207392660'), (u'STORE_-1207392819', u'INDIRECT_-1207392317'), (u'INDIRECT_-1207392201', u'MULTIEQUAL_-1207392312'), (u'INDIRECT_-1207392269', u'INT_ADD_-1207392439'), ('const-433', u'LOAD_-1207392654'), (u'LOAD_-1207392627', u'INT_NOTEQUAL_-1207392611'), (u'LOAD_-1207392639', u'INT_ADD_-1207392611'), (u'CALL_-1207392684', u'INDIRECT_-1207392255'), ('const-3614760', u'COPY_-1207392048'), ('const-16', u'PTRADD_-1207392804'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392218'), ('const-433', u'LOAD_-1207392604'), ('const-2', u'INT_SLESS_-1207392780'), (u'LOAD_-1207392648', u'CALLIND_-1207392638'), (u'INDIRECT_-1207392175', u'MULTIEQUAL_-1207392285'), (u'INDIRECT_-1207392172', u'MULTIEQUAL_-1207392283'), ('tmp_1347', u'INT_ADD_-1207392791'), (u'LOAD_-1207392604', u'CALL_-1207392571'), (u'CALL_-1207392629', u'INDIRECT_-1207392187'), (u'COPY_-1207392183', u'MULTIEQUAL_-1207392202'), (u'INT_ADD_-1207392467', u'CAST_-1207392044'), (u'PTRADD_-1207392804', u'CAST_-1207392241'), (u'INDIRECT_-1207392298', u'MULTIEQUAL_-1207392328'), (u'CAST_-1207392215', u'STORE_-1207392819'), (u'INT_ADD_-1207392595', u'INT_LESS_-1207392560'), (u'INT_ADD_-1207392770', u'CAST_-1207392193'), (u'INDIRECT_-1207392241', u'INT_EQUAL_-1207392662'), (u'INDIRECT_-1207392349', u'MULTIEQUAL_-1207392299'), ('const-40', u'INT_ADD_-1207392791'), ('const-433', u'LOAD_-1207392844'), (u'INT_EQUAL_-1207392847', u'CBRANCH_-1207392845'), (u'INT_ADD_-1207392533', u'CAST_-1207392098'), (u'STORE_-1207392567', u'INDIRECT_-1207392134'), (u'STORE_-1207392819', u'INDIRECT_-1207392288'), (u'CAST_-1207392193', u'STORE_-1207392784'), (u'INDIRECT_-1207392033', u'COPY_-1207392086'), ('tmp_200', u'CBRANCH_-1207392787'), (u'CAST_-1207392155', u'LOAD_-1207392648'), (u'INDIRECT_-1207392061', u'COPY_-1207392114'), (u'CAST_-1207392063', u'LOAD_-1207392604'), ('const-433', u'STORE_-1207392567'), ('const-0', u'INT_NOTEQUAL_-1207392611'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392161'), ('const-433', u'LOAD_-1207392639'), ('const-0', u'CALL_-1207392571'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392259'), (u'CALL_-1207392366', u'INDIRECT_-1207392033'), ('tmp_1347', u'INT_ADD_-1207392467'), ('tmp_1347', u'INT_ADD_-1207392770'), (u'CALLIND_-1207392638', u'INDIRECT_-1207392230'), (u'INDIRECT_-1207392259', u'INT_LESS_-1207392560'), ('const-260', u'CALL_-1207392366'), (u'INDIRECT_-1207392256', u'COPY_-1207392306'), (u'INDIRECT_-1207392284', u'COPY_-1207392078'), ('tmp_1347', u'CALL_-1207392629'), (u'STORE_-1207392819', u'INDIRECT_-1207392302'), (u'STORE_-1207392784', u'INDIRECT_-1207392256'), (u'INT_ADD_-1207392632', u'CAST_-1207392155'), (u'CAST_-1207392203', u'LOAD_-1207392807'), (u'INT_ADD_-1207392455', u'MULTIEQUAL_-1207392285'), ('const-168', u'INT_ADD_-1207392770'), (u'CALLIND_-1207392539', u'INDIRECT_-1207392204'), (u'INDIRECT_-1207392144', u'MULTIEQUAL_-1207392255'), ('tmp_546', u'CBRANCH_-1207392569'), (u'CALL_-1207392684', u'INDIRECT_-1207392269'), ('const-24', u'INT_ADD_-1207392533'), ('const-0', u'CALL_-1207392629'), ('const-433', u'LOAD_-1207392627'), (u'CAST_-1207392106', u'LOAD_-1207392555'), (u'INDIRECT_-1207392274', u'MULTIEQUAL_-1207392255'), (u'INDIRECT_-1207392302', u'MULTIEQUAL_-1207392283'), (u'INT_NOTEQUAL_-1207392611', u'CBRANCH_-1207392609'), (u'CALL_-1207392629', u'INDIRECT_-1207392201'), ('tmp_333', u'CBRANCH_-1207392609'), (u'CALL_-1207392894', u'INDIRECT_-1207392349'), (u'INDIRECT_-1207392189', u'MULTIEQUAL_-1207392299'), (u'INT_ADD_-1207392805', u'CAST_-1207392215'), ('const-36', u'INT_ADD_-1207392611'), ('const-16', u'INT_ADD_-1207392632'), (u'INDIRECT_-1207392284', u'COPY_-1207392334'), ('tmp_426', u'CBRANCH_-1207392660'), (u'INDIRECT_-1207392259', u'COPY_-1207392186'), ('const-0', u'STORE_-1207392567'), (u'STORE_-1207392567', u'INDIRECT_-1207392163'), (u'INDIRECT_-1207392134', u'MULTIEQUAL_-1207392283'), (u'INDIRECT_-1207392364', u'COPY_-1207392294'), (u'CAST_-1207392098', u'LOAD_-1207392549'), (u'INDIRECT_-1207392204', u'COPY_-1207392170'), (u'COPY_-1207392170', u'MULTIEQUAL_-1207392314')]
null
null
0017a560
x64
O2
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_0017a560(long param_1)\n\n{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}\n\n" comment (function_definition "void FUN_0017a560(long param_1)\n\n{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" primitive_type (function_declarator "FUN_0017a560(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "cVar2 = FUN_00179b60();" (assignment_expression "cVar2 = FUN_00179b60()" identifier = (call_expression "FUN_00179b60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" { (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" if (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'))" ( (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" { (expression_statement "FUN_0017f450(&DAT_0043e8c0);" (call_expression "FUN_0017f450(&DAT_0043e8c0)" identifier (argument_list "(&DAT_0043e8c0)" ( (pointer_expression "&DAT_0043e8c0" & identifier) ))) ;) (expression_statement "puVar1 = DAT_0043e8e0;" (assignment_expression "puVar1 = DAT_0043e8e0" identifier = identifier) ;) (if_statement "if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" if (parenthesized_expression "(DAT_0043e8e0 == (undefined8 *)0x0)" ( (binary_expression "DAT_0043e8e0 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }" { (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier = (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier + (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" identifier = (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) + identifier)) ;) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" if (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" ( (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" identifier < identifier) )) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" { (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" identifier = identifier) ;) })) }) (else_clause "else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" else (compound_statement "{\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" { (expression_statement "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();" (call_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))()" (parenthesized_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))" ( (pointer_expression "**(code **)(*(long *)*DAT_0043e8e0 + 0x10)" * (pointer_expression "*(code **)(*(long *)*DAT_0043e8e0 + 0x10)" * (cast_expression "(code **)(*(long *)*DAT_0043e8e0 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*DAT_0043e8e0 + 0x10)" ( (binary_expression "*(long *)*DAT_0043e8e0 + 0x10" (pointer_expression "*(long *)*DAT_0043e8e0" * (cast_expression "(long *)*DAT_0043e8e0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_0043e8e0" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier = (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier + (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" identifier = (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) + identifier)) ;) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" if (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" ( (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" identifier < identifier) )) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" { (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" identifier = identifier) ;) })) (expression_statement "(**(code **)(*(long *)*puVar1 + 0x18))();" (call_expression "(**(code **)(*(long *)*puVar1 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*puVar1 + 0x18))" ( (pointer_expression "**(code **)(*(long *)*puVar1 + 0x18)" * (pointer_expression "*(code **)(*(long *)*puVar1 + 0x18)" * (cast_expression "(code **)(*(long *)*puVar1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*puVar1 + 0x18)" ( (binary_expression "*(long *)*puVar1 + 0x18" (pointer_expression "*(long *)*puVar1" * (cast_expression "(long *)*puVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) })) (expression_statement "*(undefined8 *)(param_1 + 0xa0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xa0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xa0)" * (cast_expression "(undefined8 *)(param_1 + 0xa0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x28) < 2)" ( (binary_expression "*(int *)(param_1 + 0x28) < 2" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < number_literal) )) (compound_statement "{\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" { (expression_statement "FUN_0017a380(param_1,0);" (call_expression "FUN_0017a380(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal ))) ;) (if_statement "if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x24) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x24) != '\0'" (pointer_expression "*(char *)(param_1 + 0x24)" * (cast_expression "(char *)(param_1 + 0x24)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" { (expression_statement "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);" (call_expression "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" identifier (argument_list "(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" ( (pointer_expression "&DAT_00449200" & identifier) , (pointer_expression "*(undefined4 *)(param_1 + 0x20)" * (cast_expression "(undefined4 *)(param_1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , number_literal ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x24) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x24) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x24)" * (cast_expression "(undefined1 *)(param_1 + 0x24)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "*(undefined1 *)(param_1 + 0xa8) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xa8) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xa8)" * (cast_expression "(undefined1 *)(param_1 + 0xa8)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/fileread.cc",0x104,"release");" (call_expression "FUN_0017c650("../../gold/fileread.cc",0x104,"release")" identifier (argument_list "("../../gold/fileread.cc",0x104,"release")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""release"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void release(File_read * this) */\n\nvoid __thiscall gold::File_read::release(File_read *this)\n\n{\n Lock *pLVar1;\n bool bVar2;\n \n bVar2 = is_locked(this);\n if (bVar2) {\n if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }\n this->mapped_bytes_ = 0;\n if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }\n this->released_ = true;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x104,"release");\n}\n\n" comment comment (function_definition "void __thiscall gold::File_read::release(File_read *this)\n\n{\n Lock *pLVar1;\n bool bVar2;\n \n bVar2 = is_locked(this);\n if (bVar2) {\n if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }\n this->mapped_bytes_ = 0;\n if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }\n this->released_ = true;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x104,"release");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::File_read::" identifier : : identifier : :) (function_declarator "release(File_read *this)" identifier (parameter_list "(File_read *this)" ( (parameter_declaration "File_read *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n Lock *pLVar1;\n bool bVar2;\n \n bVar2 = is_locked(this);\n if (bVar2) {\n if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }\n this->mapped_bytes_ = 0;\n if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }\n this->released_ = true;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/fileread.cc",0x104,"release");\n}" { (declaration "Lock *pLVar1;" type_identifier (pointer_declarator "*pLVar1" * identifier) ;) (declaration "bool bVar2;" primitive_type identifier ;) (expression_statement "bVar2 = is_locked(this);" (assignment_expression "bVar2 = is_locked(this)" identifier = (call_expression "is_locked(this)" identifier (argument_list "(this)" ( identifier )))) ;) (if_statement "if (bVar2) {\n if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }\n this->mapped_bytes_ = 0;\n if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }\n this->released_ = true;\n return;\n }" if (parenthesized_expression "(bVar2)" ( identifier )) (compound_statement "{\n if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }\n this->mapped_bytes_ = 0;\n if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }\n this->released_ = true;\n return;\n }" { (if_statement "if ((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)) {\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }" if (parenthesized_expression "((parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false))" ( (binary_expression "(parameters->options_ == (General_options *)0x0) ||\n ((parameters->options_->stats_).value != false)" (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "((parameters->options_->stats_).value != false)" ( (binary_expression "(parameters->options_->stats_).value != false" (field_expression "(parameters->options_->stats_).value" (parenthesized_expression "(parameters->options_->stats_)" ( (field_expression "parameters->options_->stats_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) ))) )) (compound_statement "{\n Initialize_lock::initialize(&file_counts_initialize_lock);\n pLVar1 = file_counts_lock;\n if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }\n }" { (labeled_statement "Initialize_lock::initialize(&file_counts_initialize_lock);" statement_identifier : (ERROR ":" :) (expression_statement "initialize(&file_counts_initialize_lock);" (call_expression "initialize(&file_counts_initialize_lock)" identifier (argument_list "(&file_counts_initialize_lock)" ( (pointer_expression "&file_counts_initialize_lock" & identifier) ))) ;)) (expression_statement "pLVar1 = file_counts_lock;" (assignment_expression "pLVar1 = file_counts_lock" identifier = identifier) ;) (if_statement "if (file_counts_lock == (Lock *)0x0) {\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }\n else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }" if (parenthesized_expression "(file_counts_lock == (Lock *)0x0)" ( (binary_expression "file_counts_lock == (Lock *)0x0" identifier == (cast_expression "(Lock *)0x0" ( (type_descriptor "Lock *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n }" { (expression_statement "total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;" (assignment_expression "total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_" identifier = (binary_expression "total_mapped_bytes + this->mapped_bytes_" identifier + (field_expression "this->mapped_bytes_" identifier -> field_identifier))) ;) (expression_statement "current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;" (assignment_expression "current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes" identifier = (binary_expression "this->mapped_bytes_ + current_mapped_bytes" (field_expression "this->mapped_bytes_" identifier -> field_identifier) + identifier)) ;) (if_statement "if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }" if (parenthesized_expression "(maximum_mapped_bytes < current_mapped_bytes)" ( (binary_expression "maximum_mapped_bytes < current_mapped_bytes" identifier < identifier) )) (compound_statement "{\n maximum_mapped_bytes = current_mapped_bytes;\n }" { (expression_statement "maximum_mapped_bytes = current_mapped_bytes;" (assignment_expression "maximum_mapped_bytes = current_mapped_bytes" identifier = identifier) ;) })) }) (else_clause "else {\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }" else (compound_statement "{\n (*file_counts_lock->lock_->_vptr_Lock_impl[2])();\n total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;\n current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;\n if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }\n (*pLVar1->lock_->_vptr_Lock_impl[3])();\n }" { (expression_statement "(*file_counts_lock->lock_->_vptr_Lock_impl[2])();" (call_expression "(*file_counts_lock->lock_->_vptr_Lock_impl[2])()" (parenthesized_expression "(*file_counts_lock->lock_->_vptr_Lock_impl[2])" ( (pointer_expression "*file_counts_lock->lock_->_vptr_Lock_impl[2]" * (subscript_expression "file_counts_lock->lock_->_vptr_Lock_impl[2]" (field_expression "file_counts_lock->lock_->_vptr_Lock_impl" (field_expression "file_counts_lock->lock_" identifier -> field_identifier) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) (expression_statement "total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_;" (assignment_expression "total_mapped_bytes = total_mapped_bytes + this->mapped_bytes_" identifier = (binary_expression "total_mapped_bytes + this->mapped_bytes_" identifier + (field_expression "this->mapped_bytes_" identifier -> field_identifier))) ;) (expression_statement "current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes;" (assignment_expression "current_mapped_bytes = this->mapped_bytes_ + current_mapped_bytes" identifier = (binary_expression "this->mapped_bytes_ + current_mapped_bytes" (field_expression "this->mapped_bytes_" identifier -> field_identifier) + identifier)) ;) (if_statement "if (maximum_mapped_bytes < current_mapped_bytes) {\n maximum_mapped_bytes = current_mapped_bytes;\n }" if (parenthesized_expression "(maximum_mapped_bytes < current_mapped_bytes)" ( (binary_expression "maximum_mapped_bytes < current_mapped_bytes" identifier < identifier) )) (compound_statement "{\n maximum_mapped_bytes = current_mapped_bytes;\n }" { (expression_statement "maximum_mapped_bytes = current_mapped_bytes;" (assignment_expression "maximum_mapped_bytes = current_mapped_bytes" identifier = identifier) ;) })) (expression_statement "(*pLVar1->lock_->_vptr_Lock_impl[3])();" (call_expression "(*pLVar1->lock_->_vptr_Lock_impl[3])()" (parenthesized_expression "(*pLVar1->lock_->_vptr_Lock_impl[3])" ( (pointer_expression "*pLVar1->lock_->_vptr_Lock_impl[3]" * (subscript_expression "pLVar1->lock_->_vptr_Lock_impl[3]" (field_expression "pLVar1->lock_->_vptr_Lock_impl" (field_expression "pLVar1->lock_" identifier -> field_identifier) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) }))) })) (expression_statement "this->mapped_bytes_ = 0;" (assignment_expression "this->mapped_bytes_ = 0" (field_expression "this->mapped_bytes_" identifier -> field_identifier) = number_literal) ;) (if_statement "if (this->object_count_ < 2) {\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }" if (parenthesized_expression "(this->object_count_ < 2)" ( (binary_expression "this->object_count_ < 2" (field_expression "this->object_count_" identifier -> field_identifier) < number_literal) )) (compound_statement "{\n clear_views(this,CLEAR_VIEWS_NORMAL);\n if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }\n }" { (expression_statement "clear_views(this,CLEAR_VIEWS_NORMAL);" (call_expression "clear_views(this,CLEAR_VIEWS_NORMAL)" identifier (argument_list "(this,CLEAR_VIEWS_NORMAL)" ( identifier , identifier ))) ;) (if_statement "if (this->is_descriptor_opened_ != false) {\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }" if (parenthesized_expression "(this->is_descriptor_opened_ != false)" ( (binary_expression "this->is_descriptor_opened_ != false" (field_expression "this->is_descriptor_opened_" identifier -> field_identifier) != false) )) (compound_statement "{\n Descriptors::release(&descriptors,this->descriptor_,false);\n this->is_descriptor_opened_ = false;\n }" { (labeled_statement "Descriptors::release(&descriptors,this->descriptor_,false);" statement_identifier : (ERROR ":" :) (expression_statement "release(&descriptors,this->descriptor_,false);" (call_expression "release(&descriptors,this->descriptor_,false)" identifier (argument_list "(&descriptors,this->descriptor_,false)" ( (pointer_expression "&descriptors" & identifier) , (field_expression "this->descriptor_" identifier -> field_identifier) , false ))) ;)) (expression_statement "this->is_descriptor_opened_ = false;" (assignment_expression "this->is_descriptor_opened_ = false" (field_expression "this->is_descriptor_opened_" identifier -> field_identifier) = false) ;) })) })) (expression_statement "this->released_ = true;" (assignment_expression "this->released_ = true" (field_expression "this->released_" identifier -> field_identifier) = true) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/fileread.cc",0x104,"release");" (call_expression "do_gold_unreachable("../../gold/fileread.cc",0x104,"release")" identifier (argument_list "("../../gold/fileread.cc",0x104,"release")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""release"" " string_content ") ))) ;) })))
(translation_unit "void FUN_0017a560(long param_1)\n\n{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n \n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}\n\n" (function_definition "void FUN_0017a560(long param_1)\n\n{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n \n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" primitive_type (function_declarator "FUN_0017a560(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n \n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "char cVar2;" primitive_type identifier ;) (expression_statement "cVar2 = FUN_00179b60();" (assignment_expression "cVar2 = FUN_00179b60()" identifier = (call_expression "FUN_00179b60()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" if (parenthesized_expression "(cVar2 != '\0')" ( (binary_expression "cVar2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" { (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" if (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'))" ( (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" * (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" { (expression_statement "FUN_0017f450(&DAT_0043e8c0);" (call_expression "FUN_0017f450(&DAT_0043e8c0)" identifier (argument_list "(&DAT_0043e8c0)" ( (pointer_expression "&DAT_0043e8c0" & identifier) ))) ;) (expression_statement "puVar1 = DAT_0043e8e0;" (assignment_expression "puVar1 = DAT_0043e8e0" identifier = identifier) ;) (if_statement "if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" if (parenthesized_expression "(DAT_0043e8e0 == (undefined8 *)0x0)" ( (binary_expression "DAT_0043e8e0 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }" { (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier = (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier + (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" identifier = (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) + identifier)) ;) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" if (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" ( (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" identifier < identifier) )) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" { (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" identifier = identifier) ;) })) }) (else_clause "else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" else (compound_statement "{\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" { (expression_statement "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();" (call_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))()" (parenthesized_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))" ( (pointer_expression "**(code **)(*(long *)*DAT_0043e8e0 + 0x10)" * (pointer_expression "*(code **)(*(long *)*DAT_0043e8e0 + 0x10)" * (cast_expression "(code **)(*(long *)*DAT_0043e8e0 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*DAT_0043e8e0 + 0x10)" ( (binary_expression "*(long *)*DAT_0043e8e0 + 0x10" (pointer_expression "*(long *)*DAT_0043e8e0" * (cast_expression "(long *)*DAT_0043e8e0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_0043e8e0" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier = (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" identifier + (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ;) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" identifier = (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" * (cast_expression "(long *)(param_1 + 0xa0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) + identifier)) ;) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" if (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" ( (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" identifier < identifier) )) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" { (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" identifier = identifier) ;) })) (expression_statement "(**(code **)(*(long *)*puVar1 + 0x18))();" (call_expression "(**(code **)(*(long *)*puVar1 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*puVar1 + 0x18))" ( (pointer_expression "**(code **)(*(long *)*puVar1 + 0x18)" * (pointer_expression "*(code **)(*(long *)*puVar1 + 0x18)" * (cast_expression "(code **)(*(long *)*puVar1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)*puVar1 + 0x18)" ( (binary_expression "*(long *)*puVar1 + 0x18" (pointer_expression "*(long *)*puVar1" * (cast_expression "(long *)*puVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) }))) })) (expression_statement "*(undefined8 *)(param_1 + 0xa0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xa0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xa0)" * (cast_expression "(undefined8 *)(param_1 + 0xa0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" if (parenthesized_expression "(*(int *)(param_1 + 0x28) < 2)" ( (binary_expression "*(int *)(param_1 + 0x28) < 2" (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) < number_literal) )) (compound_statement "{\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" { (expression_statement "FUN_0017a380(param_1,0);" (call_expression "FUN_0017a380(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal ))) ;) (if_statement "if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0x24) != '\0')" ( (binary_expression "*(char *)(param_1 + 0x24) != '\0'" (pointer_expression "*(char *)(param_1 + 0x24)" * (cast_expression "(char *)(param_1 + 0x24)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" { (expression_statement "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);" (call_expression "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" identifier (argument_list "(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" ( (pointer_expression "&DAT_00449200" & identifier) , (pointer_expression "*(undefined4 *)(param_1 + 0x20)" * (cast_expression "(undefined4 *)(param_1 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) , number_literal ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x24) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x24) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x24)" * (cast_expression "(undefined1 *)(param_1 + 0x24)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) )))) = number_literal) ;) })) })) (expression_statement "*(undefined1 *)(param_1 + 0xa8) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xa8) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xa8)" * (cast_expression "(undefined1 *)(param_1 + 0xa8)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/fileread.cc",0x104,"release");" (call_expression "FUN_0017c650("../../gold/fileread.cc",0x104,"release")" identifier (argument_list "("../../gold/fileread.cc",0x104,"release")" ( (string_literal ""../../gold/fileread.cc"" " string_content ") , number_literal , (string_literal ""release"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) }) (else_clause else (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) + LIT) ))))) )) (argument_list ( ))) ;) }))) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0017a560(long param_1)\n\n{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n \n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" (primitive_type "void") (function_declarator "FUN_0017a560(long param_1)" (identifier "FUN_0017a560") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n char cVar2;\n \n cVar2 = FUN_00179b60();\n if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }\n \n FUN_0017c650("../../gold/fileread.cc",0x104,"release");\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (expression_statement "cVar2 = FUN_00179b60();" (assignment_expression "cVar2 = FUN_00179b60()" (identifier "cVar2") (= "=") (call_expression "FUN_00179b60()" (identifier "FUN_00179b60") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar2 != '\0') {\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" (if "if") (parenthesized_expression "(cVar2 != '\0')" (( "(") (binary_expression "cVar2 != '\0'" (identifier "cVar2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }\n *(undefined8 *)(param_1 + 0xa0) = 0;\n if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }\n *(undefined1 *)(param_1 + 0xa8) = 1;\n return;\n }" ({ "{") (if_statement "if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) {\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" (if "if") (parenthesized_expression "((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'))" (( "(") (binary_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) ||\n (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x10" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5eb9")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n FUN_0017f450(&DAT_0043e8c0);\n puVar1 = DAT_0043e8e0;\n if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }\n }" ({ "{") (expression_statement "FUN_0017f450(&DAT_0043e8c0);" (call_expression "FUN_0017f450(&DAT_0043e8c0)" (identifier "FUN_0017f450") (argument_list "(&DAT_0043e8c0)" (( "(") (pointer_expression "&DAT_0043e8c0" (& "&") (identifier "DAT_0043e8c0")) () ")"))) (; ";")) (expression_statement "puVar1 = DAT_0043e8e0;" (assignment_expression "puVar1 = DAT_0043e8e0" (identifier "puVar1") (= "=") (identifier "DAT_0043e8e0")) (; ";")) (if_statement "if (DAT_0043e8e0 == (undefined8 *)0x0) {\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }\n else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" (if "if") (parenthesized_expression "(DAT_0043e8e0 == (undefined8 *)0x0)" (( "(") (binary_expression "DAT_0043e8e0 == (undefined8 *)0x0" (identifier "DAT_0043e8e0") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n }" ({ "{") (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" (identifier "DAT_0043e8b0") (= "=") (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" (identifier "DAT_0043e8b0") (+ "+") (pointer_expression "*(long *)(param_1 + 0xa0)" (* "*") (cast_expression "(long *)(param_1 + 0xa0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))))) (; ";")) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (identifier "_DAT_0043e8a8") (= "=") (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" (* "*") (cast_expression "(long *)(param_1 + 0xa0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (+ "+") (identifier "_DAT_0043e8a8"))) (; ";")) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" (if "if") (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" (( "(") (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" (identifier "DAT_0043e8a0") (< "<") (identifier "_DAT_0043e8a8")) () ")")) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" ({ "{") (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" (identifier "DAT_0043e8a0") (= "=") (identifier "_DAT_0043e8a8")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" (else "else") (compound_statement "{\n (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();\n DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);\n _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;\n if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }\n (**(code **)(*(long *)*puVar1 + 0x18))();\n }" ({ "{") (expression_statement "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))();" (call_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))()" (parenthesized_expression "(**(code **)(*(long *)*DAT_0043e8e0 + 0x10))" (( "(") (pointer_expression "**(code **)(*(long *)*DAT_0043e8e0 + 0x10)" (* "*") (pointer_expression "*(code **)(*(long *)*DAT_0043e8e0 + 0x10)" (* "*") (cast_expression "(code **)(*(long *)*DAT_0043e8e0 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*DAT_0043e8e0 + 0x10)" (( "(") (binary_expression "*(long *)*DAT_0043e8e0 + 0x10" (pointer_expression "*(long *)*DAT_0043e8e0" (* "*") (cast_expression "(long *)*DAT_0043e8e0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*DAT_0043e8e0" (* "*") (identifier "DAT_0043e8e0")))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0);" (assignment_expression "DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" (identifier "DAT_0043e8b0") (= "=") (binary_expression "DAT_0043e8b0 + *(long *)(param_1 + 0xa0)" (identifier "DAT_0043e8b0") (+ "+") (pointer_expression "*(long *)(param_1 + 0xa0)" (* "*") (cast_expression "(long *)(param_1 + 0xa0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))))) (; ";")) (expression_statement "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8;" (assignment_expression "_DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (identifier "_DAT_0043e8a8") (= "=") (binary_expression "*(long *)(param_1 + 0xa0) + _DAT_0043e8a8" (pointer_expression "*(long *)(param_1 + 0xa0)" (* "*") (cast_expression "(long *)(param_1 + 0xa0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (+ "+") (identifier "_DAT_0043e8a8"))) (; ";")) (if_statement "if (DAT_0043e8a0 < _DAT_0043e8a8) {\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" (if "if") (parenthesized_expression "(DAT_0043e8a0 < _DAT_0043e8a8)" (( "(") (binary_expression "DAT_0043e8a0 < _DAT_0043e8a8" (identifier "DAT_0043e8a0") (< "<") (identifier "_DAT_0043e8a8")) () ")")) (compound_statement "{\n DAT_0043e8a0 = _DAT_0043e8a8;\n }" ({ "{") (expression_statement "DAT_0043e8a0 = _DAT_0043e8a8;" (assignment_expression "DAT_0043e8a0 = _DAT_0043e8a8" (identifier "DAT_0043e8a0") (= "=") (identifier "_DAT_0043e8a8")) (; ";")) (} "}"))) (expression_statement "(**(code **)(*(long *)*puVar1 + 0x18))();" (call_expression "(**(code **)(*(long *)*puVar1 + 0x18))()" (parenthesized_expression "(**(code **)(*(long *)*puVar1 + 0x18))" (( "(") (pointer_expression "**(code **)(*(long *)*puVar1 + 0x18)" (* "*") (pointer_expression "*(code **)(*(long *)*puVar1 + 0x18)" (* "*") (cast_expression "(code **)(*(long *)*puVar1 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)*puVar1 + 0x18)" (( "(") (binary_expression "*(long *)*puVar1 + 0x18" (pointer_expression "*(long *)*puVar1" (* "*") (cast_expression "(long *)*puVar1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (} "}"))) (expression_statement "*(undefined8 *)(param_1 + 0xa0) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xa0) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xa0)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xa0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (*(int *)(param_1 + 0x28) < 2) {\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 0x28) < 2)" (( "(") (binary_expression "*(int *)(param_1 + 0x28) < 2" (pointer_expression "*(int *)(param_1 + 0x28)" (* "*") (cast_expression "(int *)(param_1 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n FUN_0017a380(param_1,0);\n if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }\n }" ({ "{") (expression_statement "FUN_0017a380(param_1,0);" (call_expression "FUN_0017a380(param_1,0)" (identifier "FUN_0017a380") (argument_list "(param_1,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (*(char *)(param_1 + 0x24) != '\0') {\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0x24) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x24) != '\0'" (pointer_expression "*(char *)(param_1 + 0x24)" (* "*") (cast_expression "(char *)(param_1 + 0x24)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);\n *(undefined1 *)(param_1 + 0x24) = 0;\n }" ({ "{") (expression_statement "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0);" (call_expression "FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" (identifier "FUN_002986d0") (argument_list "(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0)" (( "(") (pointer_expression "&DAT_00449200" (& "&") (identifier "DAT_00449200")) (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0x20)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x24) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 0x24) = 0" (pointer_expression "*(undefined1 *)(param_1 + 0x24)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x24)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (expression_statement "*(undefined1 *)(param_1 + 0xa8) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0xa8) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0xa8)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0xa8)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/fileread.cc",0x104,"release");" (call_expression "FUN_0017c650("../../gold/fileread.cc",0x104,"release")" (identifier "FUN_0017c650") (argument_list "("../../gold/fileread.cc",0x104,"release")" (( "(") (string_literal ""../../gold/fileread.cc"" (" """) (string_content "../../gold/fileread.cc") (" """)) (, ",") (number_literal "0x104") (, ",") (string_literal ""release"" (" """) (string_content "release") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void release(File_read * this) */ void __thiscall gold::type_1::function_1(type_1 *this) { type_2 *pLVar1; bool bVar2; bVar2 = var_1(this); if (bVar2) { if ((parameters->options_ == (type_3 *)0x0) || ((parameters->options_->stats_).value != false)) { Initialize_lock::var_2(&file_counts_initialize_lock); pLVar1 = var_3; if (var_3 == (type_2 *)0x0) { var_4 = var_4 + this->mapped_bytes_; var_5 = this->mapped_bytes_ + var_5; if (var_6 < var_5) { var_6 = var_5; } } else { (*var_3->lock_->_vptr_Lock_impl[2])(); var_4 = var_4 + this->mapped_bytes_; var_5 = this->mapped_bytes_ + var_5; if (var_6 < var_5) { var_6 = var_5; } (*pLVar1->lock_->_vptr_Lock_impl[3])(); } } this->mapped_bytes_ = 0; if (this->object_count_ < 2) { var_7(this,CLEAR_VIEWS_NORMAL); if (this->is_descriptor_opened_ != false) { Descriptors::function_1(&descriptors,this->descriptor_,false); this->is_descriptor_opened_ = false; } } this->released_ = true; return; } /* WARNING: Subroutine does not return */ var_8("../../gold/fileread.cc",0x104,"release"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (number_literal))))))) arguments: (argument_list)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(long param_1) { undefined8 *puVar1; char cVar2; cVar2 = FUN_00179b60(); if (cVar2 != '\0') { if ((*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) || (*(char *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x5eb9) != '\0')) { FUN_0017f450(&DAT_0043e8c0); puVar1 = DAT_0043e8e0; if (DAT_0043e8e0 == (undefined8 *)0x0) { DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0); _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8; if (DAT_0043e8a0 < _DAT_0043e8a8) { DAT_0043e8a0 = _DAT_0043e8a8; } } else { (**(code **)(*(long *)*DAT_0043e8e0 + 0x10))(); DAT_0043e8b0 = DAT_0043e8b0 + *(long *)(param_1 + 0xa0); _DAT_0043e8a8 = *(long *)(param_1 + 0xa0) + _DAT_0043e8a8; if (DAT_0043e8a0 < _DAT_0043e8a8) { DAT_0043e8a0 = _DAT_0043e8a8; } (**(code **)(*(long *)*puVar1 + 0x18))(); } } *(undefined8 *)(param_1 + 0xa0) = 0; if (*(int *)(param_1 + 0x28) < 2) { FUN_0017a380(param_1,0); if (*(char *)(param_1 + 0x24) != '\0') { FUN_002986d0(&DAT_00449200,*(undefined4 *)(param_1 + 0x20),0); *(undefined1 *)(param_1 + 0x24) = 0; } } *(undefined1 *)(param_1 + 0xa8) = 1; return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/fileread.cc",0x104,"release"); }
7668_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
open
FUN_002db270
/* std::__basic_file<char>::open(char const*, std::_Ios_Openmode, int) */ char * std::__basic_file<char>::open(char *param_1,_Ios_Openmode param_2,int param_3) { char cVar1; char *__modes; FILE *pFVar2; undefined4 in_register_00000034; char *__filename; __filename = (char *)CONCAT44(in_register_00000034,param_2); __modes = (char *)::(anonymous_namespace)::fopen_mode(param_3); if (__modes != (char *)0x0) { cVar1 = is_open((__basic_file<char> *)param_1); if (cVar1 == '\0') { pFVar2 = fopen64(__filename,__modes); *(FILE **)param_1 = pFVar2; if (pFVar2 != (FILE *)0x0) { param_1[8] = '\x01'; return param_1; } } } return (char *)0x0; }
undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3) { char cVar1; char *__modes; FILE *pFVar2; __modes = (char *)FUN_002db000(param_3); if (__modes != (char *)0x0) { cVar1 = FUN_002db160(param_1); if (cVar1 == '\0') { pFVar2 = fopen64(param_2,__modes); *param_1 = pFVar2; if (pFVar2 != (FILE *)0x0) { *(undefined1 *)(param_1 + 1) = 1; return param_1; } } } return (undefined8 *)0x0; }
PUSH R12 PUSH RBP PUSH RBX MOV RBX,RDI MOV EDI,EDX CALL 0x002db000 TEST RAX,RAX JZ 0x002db2b8 MOV RDI,RBX MOV R12,RSI MOV RBP,RAX CALL 0x002db160 TEST AL,AL JNZ 0x002db2b8 MOV RSI,RBP MOV RDI,R12 CALL 0x00147980 MOV qword ptr [RBX],RAX TEST RAX,RAX JZ 0x002db2b8 MOV RAX,RBX MOV byte ptr [RBX + 0x8],0x1 POP RBX POP RBP POP R12 RET POP RBX XOR EAX,EAX POP RBP POP R12 RET
null
null
null
null
[(u'PTRADD_-1204636888', u'STORE_-1204636948'), ('const-1', u'STORE_-1204636948'), ('const-0', u'RETURN_-1204636918'), (u'COPY_-1204636956', u'RETURN_-1204636918'), ('const-8', u'PTRADD_-1204636888'), (u'INT_EQUAL_-1204636993', u'CBRANCH_-1204636991'), ('tmp_272', u'CAST_-1204636762'), ('const-433', u'STORE_-1204636948'), (u'INDIRECT_-1204636856', u'CALL_-1204636976'), ('const-0', u'INT_NOTEQUAL_-1204637027'), (u'CALL_-1204636976', u'STORE_-1204636973'), ('const-0', u'INT_NOTEQUAL_-1204636956'), ('tmp_147', u'CBRANCH_-1204636955'), ('tmp_274', u'CALL_-1204637042'), ('const-1', u'PTRADD_-1204636888'), (u'PIECE_-1204636865', u'CAST_-1204636792'), ('tmp_272', u'COPY_-1204636956'), (u'INT_NOTEQUAL_-1204636956', u'CBRANCH_-1204636955'), ('tmp_272', u'PTRADD_-1204636888'), (u'CAST_-1204636782', u'CALL_-1204636976'), (u'COPY_-1204636913', u'RETURN_-1204636882'), ('tmp_62', u'CBRANCH_-1204637026'), (u'CAST_-1204636782', u'INT_NOTEQUAL_-1204637027'), (u'INT_NOTEQUAL_-1204637027', u'CBRANCH_-1204637026'), ('tmp_390', u'PIECE_-1204636865'), (u'CALL_-1204637007', u'INT_EQUAL_-1204636993'), ('const-433', u'STORE_-1204636973'), ('const-0', u'COPY_-1204636913'), (u'CAST_-1204636762', u'CALL_-1204637007'), ('tmp_272', u'CAST_-1204636741'), (u'CALL_-1204636976', u'INT_NOTEQUAL_-1204636956'), (u'CALL_-1204637042', u'INDIRECT_-1204636856'), (u'CALL_-1204637042', u'CAST_-1204636782'), ('const-0', u'INT_EQUAL_-1204636993'), ('tmp_273', u'PIECE_-1204636865'), ('const-0', u'RETURN_-1204636882'), ('tmp_104', u'CBRANCH_-1204636991'), (u'CAST_-1204636741', u'STORE_-1204636973')]
[(u'INDIRECT_-1204636857', u'CALL_-1204636976'), ('const-0', u'COPY_-1204636913'), ('const-0', u'RETURN_-1204636918'), (u'COPY_-1204636956', u'RETURN_-1204636918'), (u'INT_EQUAL_-1204636993', u'CBRANCH_-1204636991'), (u'CAST_-1204636785', u'CALL_-1204636976'), ('const-0', u'INT_NOTEQUAL_-1204637027'), (u'CALL_-1204636976', u'STORE_-1204636973'), ('tmp_522', u'COPY_-1204636956'), ('const-0', u'INT_NOTEQUAL_-1204636956'), ('tmp_522', u'PTRADD_-1204636735'), ('tmp_147', u'CBRANCH_-1204636955'), ('const-433', u'STORE_-1204636948'), (u'CAST_-1204636734', u'STORE_-1204636948'), (u'INT_NOTEQUAL_-1204636956', u'CBRANCH_-1204636955'), (u'CALL_-1204637042', u'INDIRECT_-1204636857'), (u'COPY_-1204636913', u'RETURN_-1204636882'), ('tmp_62', u'CBRANCH_-1204637026'), ('const-1', u'STORE_-1204636948'), (u'INT_NOTEQUAL_-1204637027', u'CBRANCH_-1204637026'), ('const-1', u'PTRADD_-1204636735'), (u'CALL_-1204637007', u'INT_EQUAL_-1204636993'), ('tmp_523', u'CALL_-1204637042'), ('const-433', u'STORE_-1204636973'), (u'CALL_-1204636976', u'INT_NOTEQUAL_-1204636956'), ('tmp_522', u'CALL_-1204637007'), (u'CAST_-1204636785', u'INT_NOTEQUAL_-1204637027'), ('tmp_522', u'STORE_-1204636973'), ('const-0', u'INT_EQUAL_-1204636993'), ('const-8', u'PTRADD_-1204636735'), (u'PTRADD_-1204636735', u'CAST_-1204636734'), (u'CALL_-1204637042', u'CAST_-1204636785'), ('const-0', u'RETURN_-1204636882'), ('tmp_104', u'CBRANCH_-1204636991')]
null
null
002db270
x64
O2
(translation_unit "undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}\n\n" (function_definition "undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" type_identifier (pointer_declarator "* FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" * (function_declarator "FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" identifier (parameter_list "(undefined8 *param_1,char *param_2,undefined4 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) )))) (compound_statement "{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *__modes;" primitive_type (pointer_declarator "*__modes" * identifier) ;) (declaration "FILE *pFVar2;" type_identifier (pointer_declarator "*pFVar2" * identifier) ;) (expression_statement "__modes = (char *)FUN_002db000(param_3);" (assignment_expression "__modes = (char *)FUN_002db000(param_3)" identifier = (cast_expression "(char *)FUN_002db000(param_3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002db000(param_3)" identifier (argument_list "(param_3)" ( identifier ))))) ;) (if_statement "if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" if (parenthesized_expression "(__modes != (char *)0x0)" ( (binary_expression "__modes != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" { (expression_statement "cVar1 = FUN_002db160(param_1);" (assignment_expression "cVar1 = FUN_002db160(param_1)" identifier = (call_expression "FUN_002db160(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" { (expression_statement "pFVar2 = fopen64(param_2,__modes);" (assignment_expression "pFVar2 = fopen64(param_2,__modes)" identifier = (call_expression "fopen64(param_2,__modes)" identifier (argument_list "(param_2,__modes)" ( identifier , identifier )))) ;) (expression_statement "*param_1 = pFVar2;" (assignment_expression "*param_1 = pFVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" if (parenthesized_expression "(pFVar2 != (FILE *)0x0)" ( (binary_expression "pFVar2 != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" { (expression_statement "*(undefined1 *)(param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 1" (pointer_expression "*(undefined1 *)(param_1 + 1)" * (cast_expression "(undefined1 *)(param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return param_1;" return identifier ;) })) })) })) (return_statement "return (undefined8 *)0x0;" return (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "/* std::__basic_file<char>::open(char const*, std::_Ios_Openmode, int) */\n\nchar * std::__basic_file<char>::open(char *param_1,_Ios_Openmode param_2,int param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n undefined4 in_register_00000034;\n char *__filename;\n \n __filename = (char *)CONCAT44(in_register_00000034,param_2);\n __modes = (char *)::(anonymous_namespace)::fopen_mode(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = is_open((__basic_file<char> *)param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }\n }\n return (char *)0x0;\n}\n\n" comment (function_definition "char * std::__basic_file<char>::open(char *param_1,_Ios_Openmode param_2,int param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n undefined4 in_register_00000034;\n char *__filename;\n \n __filename = (char *)CONCAT44(in_register_00000034,param_2);\n __modes = (char *)::(anonymous_namespace)::fopen_mode(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = is_open((__basic_file<char> *)param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }\n }\n return (char *)0x0;\n}" primitive_type (pointer_declarator "* std::__basic_file<char>::open(char *param_1,_Ios_Openmode param_2,int param_3)" * (ERROR "std::__basic_file<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "open(char *param_1,_Ios_Openmode param_2,int param_3)" identifier (parameter_list "(char *param_1,_Ios_Openmode param_2,int param_3)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "_Ios_Openmode param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) )))) (compound_statement "{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n undefined4 in_register_00000034;\n char *__filename;\n \n __filename = (char *)CONCAT44(in_register_00000034,param_2);\n __modes = (char *)::(anonymous_namespace)::fopen_mode(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = is_open((__basic_file<char> *)param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }\n }\n return (char *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *__modes;" primitive_type (pointer_declarator "*__modes" * identifier) ;) (declaration "FILE *pFVar2;" type_identifier (pointer_declarator "*pFVar2" * identifier) ;) (declaration "undefined4 in_register_00000034;" type_identifier identifier ;) (declaration "char *__filename;" primitive_type (pointer_declarator "*__filename" * identifier) ;) (expression_statement "__filename = (char *)CONCAT44(in_register_00000034,param_2);" (assignment_expression "__filename = (char *)CONCAT44(in_register_00000034,param_2)" identifier = (cast_expression "(char *)CONCAT44(in_register_00000034,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(in_register_00000034,param_2)" identifier (argument_list "(in_register_00000034,param_2)" ( identifier , identifier ))))) ;) (labeled_statement "__modes = (char *)::(anonymous_namespace)::fopen_mode(param_3);" statement_identifier (ERROR "= (char *)::(anonymous_namespace):" = ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) : : (parenthesized_expression "(anonymous_namespace)" ( identifier )) :) : (expression_statement "fopen_mode(param_3);" (call_expression "fopen_mode(param_3)" identifier (argument_list "(param_3)" ( identifier ))) ;)) (if_statement "if (__modes != (char *)0x0) {\n cVar1 = is_open((__basic_file<char> *)param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }\n }" if (parenthesized_expression "(__modes != (char *)0x0)" ( (binary_expression "__modes != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = is_open((__basic_file<char> *)param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }\n }" { (expression_statement "cVar1 = is_open((__basic_file<char> *)param_1);" (assignment_expression "cVar1 = is_open((__basic_file<char> *)param_1)" identifier = (call_expression "is_open((__basic_file<char> *)param_1)" identifier (argument_list "((__basic_file<char> *)param_1)" ( (parenthesized_expression "(__basic_file<char> *)param_1)" ( (binary_expression "__basic_file<char> *)param_1" (binary_expression "__basic_file<char" identifier < identifier) > (pointer_expression "*)param_1" * (ERROR ")" )) identifier)) )) )))) ;) (if_statement "if (cVar1 == '\0') {\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pFVar2 = fopen64(__filename,__modes);\n *(FILE **)param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }\n }" { (expression_statement "pFVar2 = fopen64(__filename,__modes);" (assignment_expression "pFVar2 = fopen64(__filename,__modes)" identifier = (call_expression "fopen64(__filename,__modes)" identifier (argument_list "(__filename,__modes)" ( identifier , identifier )))) ;) (expression_statement "*(FILE **)param_1 = pFVar2;" (assignment_expression "*(FILE **)param_1 = pFVar2" (pointer_expression "*(FILE **)param_1" * (cast_expression "(FILE **)param_1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = identifier) ;) (if_statement "if (pFVar2 != (FILE *)0x0) {\n param_1[8] = '\x01';\n return param_1;\n }" if (parenthesized_expression "(pFVar2 != (FILE *)0x0)" ( (binary_expression "pFVar2 != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n param_1[8] = '\x01';\n return param_1;\n }" { (expression_statement "param_1[8] = '\x01';" (assignment_expression "param_1[8] = '\x01'" (subscript_expression "param_1[8]" identifier [ number_literal ]) = (char_literal "'\x01'" ' escape_sequence ')) ;) (return_statement "return param_1;" return identifier ;) })) })) })) (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit "undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}\n\n" (function_definition "undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" type_identifier (pointer_declarator "* FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" * (function_declarator "FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" identifier (parameter_list "(undefined8 *param_1,char *param_2,undefined4 param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 param_3" type_identifier identifier) )))) (compound_statement "{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *__modes;" primitive_type (pointer_declarator "*__modes" * identifier) ;) (declaration "FILE *pFVar2;" type_identifier (pointer_declarator "*pFVar2" * identifier) ;) (expression_statement "__modes = (char *)FUN_002db000(param_3);" (assignment_expression "__modes = (char *)FUN_002db000(param_3)" identifier = (cast_expression "(char *)FUN_002db000(param_3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002db000(param_3)" identifier (argument_list "(param_3)" ( identifier ))))) ;) (if_statement "if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" if (parenthesized_expression "(__modes != (char *)0x0)" ( (binary_expression "__modes != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" { (expression_statement "cVar1 = FUN_002db160(param_1);" (assignment_expression "cVar1 = FUN_002db160(param_1)" identifier = (call_expression "FUN_002db160(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" { (expression_statement "pFVar2 = fopen64(param_2,__modes);" (assignment_expression "pFVar2 = fopen64(param_2,__modes)" identifier = (call_expression "fopen64(param_2,__modes)" identifier (argument_list "(param_2,__modes)" ( identifier , identifier )))) ;) (expression_statement "*param_1 = pFVar2;" (assignment_expression "*param_1 = pFVar2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" if (parenthesized_expression "(pFVar2 != (FILE *)0x0)" ( (binary_expression "pFVar2 != (FILE *)0x0" identifier != (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" { (expression_statement "*(undefined1 *)(param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 1" (pointer_expression "*(undefined1 *)(param_1 + 1)" * (cast_expression "(undefined1 *)(param_1 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = number_literal) ;) (return_statement "return param_1;" return identifier ;) })) })) })) (return_statement "return (undefined8 *)0x0;" return (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return IDENT ;) })) })) })) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })))
(function_definition "undefined8 * FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)\n\n{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" (* "*") (function_declarator "FUN_002db270(undefined8 *param_1,char *param_2,undefined4 param_3)" (identifier "FUN_002db270") (parameter_list "(undefined8 *param_1,char *param_2,undefined4 param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")")))) (compound_statement "{\n char cVar1;\n char *__modes;\n FILE *pFVar2;\n \n __modes = (char *)FUN_002db000(param_3);\n if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }\n return (undefined8 *)0x0;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "char *__modes;" (primitive_type "char") (pointer_declarator "*__modes" (* "*") (identifier "__modes")) (; ";")) (declaration "FILE *pFVar2;" (type_identifier "FILE") (pointer_declarator "*pFVar2" (* "*") (identifier "pFVar2")) (; ";")) (expression_statement "__modes = (char *)FUN_002db000(param_3);" (assignment_expression "__modes = (char *)FUN_002db000(param_3)" (identifier "__modes") (= "=") (cast_expression "(char *)FUN_002db000(param_3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002db000(param_3)" (identifier "FUN_002db000") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")"))))) (; ";")) (if_statement "if (__modes != (char *)0x0) {\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" (if "if") (parenthesized_expression "(__modes != (char *)0x0)" (( "(") (binary_expression "__modes != (char *)0x0" (identifier "__modes") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n cVar1 = FUN_002db160(param_1);\n if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }\n }" ({ "{") (expression_statement "cVar1 = FUN_002db160(param_1);" (assignment_expression "cVar1 = FUN_002db160(param_1)" (identifier "cVar1") (= "=") (call_expression "FUN_002db160(param_1)" (identifier "FUN_002db160") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (cVar1 == '\0') {\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pFVar2 = fopen64(param_2,__modes);\n *param_1 = pFVar2;\n if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }\n }" ({ "{") (expression_statement "pFVar2 = fopen64(param_2,__modes);" (assignment_expression "pFVar2 = fopen64(param_2,__modes)" (identifier "pFVar2") (= "=") (call_expression "fopen64(param_2,__modes)" (identifier "fopen64") (argument_list "(param_2,__modes)" (( "(") (identifier "param_2") (, ",") (identifier "__modes") () ")")))) (; ";")) (expression_statement "*param_1 = pFVar2;" (assignment_expression "*param_1 = pFVar2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "pFVar2")) (; ";")) (if_statement "if (pFVar2 != (FILE *)0x0) {\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" (if "if") (parenthesized_expression "(pFVar2 != (FILE *)0x0)" (( "(") (binary_expression "pFVar2 != (FILE *)0x0" (identifier "pFVar2") (!= "!=") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_1 + 1) = 1;\n return param_1;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_1 + 1) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 1) = 1" (pointer_expression "*(undefined1 *)(param_1 + 1)" (* "*") (cast_expression "(undefined1 *)(param_1 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (} "}"))) (} "}"))) (return_statement "return (undefined8 *)0x0;" (return "return") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}")))
/* std::__basic_file<char>::open(char const*, std::_Ios_Openmode, int) */ char * std::var_5<char>::function_1(char *param_1,type_1 param_2,int param_3) { char var_7; char *var_3; type_2 *var_9; type_3 in_register_00000034; char *__filename; __filename = (char *)var_1(in_register_00000034,param_2); __modes = (char *)::(anonymous_namespace)::var_2(param_3); if (var_3 != (char *)0x0) { var_7 = var_4((var_5<var_6> *)param_1); if (var_7 == '\0') { var_9 = var_8(__filename,var_3); *(type_2 **)param_1 = var_9; if (var_9 != (type_2 *)0x0) { param_1[8] = '\x01'; return param_1; } } } return (char *)0x0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement (identifier)))))))) (return_statement (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))
null
undefined8 * MASKED(undefined8 *param_1,char *param_2,undefined4 param_3) { char cVar1; char *__modes; FILE *pFVar2; __modes = (char *)FUN_002db000(param_3); if (__modes != (char *)0x0) { cVar1 = FUN_002db160(param_1); if (cVar1 == '\0') { pFVar2 = fopen64(param_2,__modes); *param_1 = pFVar2; if (pFVar2 != (FILE *)0x0) { *(undefined1 *)(param_1 + 1) = 1; return param_1; } } } return (undefined8 *)0x0; }
1335_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
~Struct_section_ordering_file
FUN_0014f930
/* DWARF original prototype: void ~Struct_section_ordering_file(Struct_section_ordering_file * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_section_ordering_file::~Struct_section_ordering_file (Struct_section_ordering_file *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x70); return; }
void FUN_0014f930(undefined8 *param_1) { *param_1 = &PTR_FUN_003a8ac0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20(); } thunk_FUN_00276d20(param_1,0x70); return; }
LEA RAX,[0x3a8ac0] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x0014f950 CALL 0x00276d20 MOV RDI,RBX MOV ESI,0x70 POP RBX JMP 0x00276d10
null
null
null
null
[('const-433', u'LOAD_-1207174840'), (u'PTRSUB_-1207174697', u'PTRSUB_-1207174694'), ('tmp_58', u'CBRANCH_-1207174812'), ('tmp_93', u'PTRSUB_-1207174702'), ('const-0', u'PTRSUB_-1207174701'), ('const-3836608', u'PTRSUB_-1207174707'), ('const-433', u'STORE_-1207174844'), ('tmp_93', u'PTRSUB_-1207174696'), ('const-112', u'CALL_-1207174784'), (u'PTRSUB_-1207174702', u'PTRSUB_-1207174701'), ('const-8', u'PTRSUB_-1207174696'), (u'LOAD_-1207174840', u'CALL_-1207174805'), (u'PTRSUB_-1207174706', u'PTRSUB_-1207174701'), (u'PTRSUB_-1207174689', u'INT_NOTEQUAL_-1207174813'), ('const-0', u'PTRSUB_-1207174697'), (u'PTRSUB_-1207174692', u'PTRSUB_-1207174689'), ('const-0', u'RETURN_-1207174780'), ('const-0', u'PTRSUB_-1207174707'), (u'PTRSUB_-1207174707', u'CAST_-1207174697'), ('const-8', u'PTRSUB_-1207174702'), (u'PTRSUB_-1207174701', u'PTRSUB_-1207174697'), (u'INT_NOTEQUAL_-1207174813', u'CBRANCH_-1207174812'), (u'PTRSUB_-1207174694', u'LOAD_-1207174840'), (u'CAST_-1207174697', u'STORE_-1207174844'), ('const-0', u'PTRSUB_-1207174694'), ('const-0', u'PTRSUB_-1207174706'), ('const-0', u'PTRSUB_-1207174692'), ('tmp_93', u'CALL_-1207174784'), ('const-0', u'PTRSUB_-1207174701'), (u'CAST_-1207174685', u'INT_NOTEQUAL_-1207174813'), (u'PTRSUB_-1207174701', u'STORE_-1207174844'), (u'LOAD_-1207174840', u'CAST_-1207174685'), ('tmp_93', u'PTRSUB_-1207174706'), (u'PTRSUB_-1207174696', u'PTRSUB_-1207174692'), ('const-16', u'PTRSUB_-1207174689')]
[('tmp_58', u'CBRANCH_-1207174812'), ('const-1', u'PTRADD_-1207174705'), ('const-8', u'PTRADD_-1207174700'), ('const-0', u'PTRSUB_-1207174708'), (u'PTRSUB_-1207174708', u'STORE_-1207174844'), (u'CAST_-1207174704', u'INT_NOTEQUAL_-1207174813'), ('tmp_194', u'CALL_-1207174784'), (u'INT_NOTEQUAL_-1207174813', u'CBRANCH_-1207174812'), ('tmp_194', u'PTRADD_-1207174700'), ('const-433', u'STORE_-1207174844'), (u'PTRADD_-1207174705', u'LOAD_-1207174840'), ('tmp_194', u'PTRADD_-1207174705'), (u'LOAD_-1207174840', u'CAST_-1207174704'), ('const-3', u'PTRADD_-1207174700'), ('tmp_194', u'STORE_-1207174844'), ('const-3836608', u'PTRSUB_-1207174708'), (u'PTRADD_-1207174700', u'INT_NOTEQUAL_-1207174813'), ('const-8', u'PTRADD_-1207174705'), ('const-112', u'CALL_-1207174784'), ('const-433', u'LOAD_-1207174840'), ('const-0', u'RETURN_-1207174780')]
null
null
0014f930
x64
O2
(translation_unit "void FUN_0014f930(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_0014f930(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" primitive_type (function_declarator "FUN_0014f930(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a8ac0;" (assignment_expression "*param_1 = &PTR_FUN_003a8ac0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a8ac0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x70);" (call_expression "thunk_FUN_00276d20(param_1,0x70)" identifier (argument_list "(param_1,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_section_ordering_file(Struct_section_ordering_file * this,\n int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_section_ordering_file::~Struct_section_ordering_file\n (Struct_section_ordering_file *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_section_ordering_file::~Struct_section_ordering_file\n (Struct_section_ordering_file *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_section_ordering_file::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_section_ordering_file\n (Struct_section_ordering_file *this,int __in_chrg)" identifier (parameter_list "(Struct_section_ordering_file *this,int __in_chrg)" ( (parameter_declaration "Struct_section_ordering_file *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x70);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8ac0" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_003a8ac0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a8ac0" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x70);" (call_expression "operator_delete(this,0x70)" identifier (argument_list "(this,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0014f930(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_0014f930(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" primitive_type (function_declarator "FUN_0014f930(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a8ac0;" (assignment_expression "*param_1 = &PTR_FUN_003a8ac0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a8ac0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x70);" (call_expression "thunk_FUN_00276d20(param_1,0x70)" identifier (argument_list "(param_1,0x70)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0014f930(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014f930(undefined8 *param_1)" (identifier "FUN_0014f930") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8ac0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a8ac0;" (assignment_expression "*param_1 = &PTR_FUN_003a8ac0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a8ac0" (& "&") (identifier "PTR_FUN_003a8ac0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20();\n }" ({ "{") (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_00276d20(param_1,0x70);" (call_expression "thunk_FUN_00276d20(param_1,0x70)" (identifier "thunk_FUN_00276d20") (argument_list "(param_1,0x70)" (( "(") (identifier "param_1") (, ",") (number_literal "0x70") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_section_ordering_file(Struct_section_ordering_file * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003a8ac0; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x70); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_003a8ac0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20(); } thunk_FUN_00276d20(param_1,0x70); return; }
1566_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
~Struct_filter
FUN_00152480
/* DWARF original prototype: void ~Struct_filter(Struct_filter * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_filter::~Struct_filter(Struct_filter *this,int __in_chrg) { pointer pcVar1; pcVar1 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); return; } return; }
void FUN_00152480(undefined8 *param_1) { *param_1 = &PTR_FUN_003a7800; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20((undefined8 *)param_1[1]); return; } return; }
LEA RAX,[0x3a7800] MOV RDX,qword ptr [RDI + 0x8] MOV qword ptr [RDI],RAX LEA RAX,[RDI + 0x18] CMP RDX,RAX JZ 0x001524a0 MOV RDI,RDX JMP 0x00276d20 RET
null
null
null
null
[('tmp_48', u'CBRANCH_-1207294804'), (u'PTRSUB_-1207294732', u'PTRSUB_-1207294731'), (u'PTRSUB_-1207294731', u'PTRSUB_-1207294727'), (u'PTRSUB_-1207294726', u'PTRSUB_-1207294722'), (u'PTRSUB_-1207294722', u'PTRSUB_-1207294718'), ('const-8', u'PTRSUB_-1207294732'), (u'LOAD_-1207294837', u'CAST_-1207294711'), (u'PTRSUB_-1207294727', u'PTRSUB_-1207294723'), (u'CAST_-1207294711', u'INT_NOTEQUAL_-1207294805'), (u'PTRSUB_-1207294718', u'PTRSUB_-1207294715'), ('tmp_68', u'PTRSUB_-1207294732'), (u'INT_NOTEQUAL_-1207294805', u'CBRANCH_-1207294804'), ('const-0', u'PTRSUB_-1207294729'), ('const-8', u'PTRSUB_-1207294722'), ('const-433', u'STORE_-1207294829'), ('tmp_68', u'PTRSUB_-1207294726'), ('const-0', u'PTRSUB_-1207294727'), (u'PTRSUB_-1207294722', u'STORE_-1207294829'), ('const-433', u'LOAD_-1207294837'), ('const-3831808', u'PTRSUB_-1207294729'), ('const-0', u'RETURN_-1207294782'), (u'LOAD_-1207294837', u'CALL_-1207294795'), ('const-0', u'PTRSUB_-1207294718'), ('tmp_68', u'PTRSUB_-1207294722'), (u'PTRSUB_-1207294723', u'LOAD_-1207294837'), ('const-0', u'PTRSUB_-1207294722'), ('const-0', u'PTRSUB_-1207294731'), ('const-0', u'RETURN_-1207294791'), (u'PTRSUB_-1207294729', u'CAST_-1207294719'), ('const-0', u'PTRSUB_-1207294726'), (u'PTRSUB_-1207294715', u'INT_NOTEQUAL_-1207294805'), ('const-0', u'PTRSUB_-1207294723'), ('const-16', u'PTRSUB_-1207294715'), (u'CAST_-1207294719', u'STORE_-1207294829')]
[(u'PTRSUB_-1207294730', u'STORE_-1207294829'), (u'CAST_-1207294733', u'CALL_-1207294795'), ('const-3', u'PTRADD_-1207294726'), ('tmp_48', u'CBRANCH_-1207294804'), ('tmp_109', u'STORE_-1207294829'), ('const-433', u'LOAD_-1207294837'), ('tmp_109', u'PTRADD_-1207294726'), ('const-8', u'PTRADD_-1207294734'), (u'PTRADD_-1207294726', u'INT_NOTEQUAL_-1207294805'), (u'LOAD_-1207294837', u'CAST_-1207294733'), ('const-3831808', u'PTRSUB_-1207294730'), ('const-433', u'STORE_-1207294829'), ('const-0', u'RETURN_-1207294782'), ('const-1', u'PTRADD_-1207294734'), (u'CAST_-1207294733', u'INT_NOTEQUAL_-1207294805'), ('const-0', u'PTRSUB_-1207294730'), (u'PTRADD_-1207294734', u'LOAD_-1207294837'), ('const-8', u'PTRADD_-1207294726'), ('const-0', u'RETURN_-1207294791'), (u'INT_NOTEQUAL_-1207294805', u'CBRANCH_-1207294804'), ('tmp_109', u'PTRADD_-1207294734')]
null
null
00152480
x64
O2
(translation_unit "void FUN_00152480(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00152480(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00152480(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a7800;" (assignment_expression "*param_1 = &PTR_FUN_003a7800" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a7800" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_filter(Struct_filter * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_filter::~Struct_filter(Struct_filter *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_filter::~Struct_filter(Struct_filter *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_filter::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_filter(Struct_filter *this,int __in_chrg)" identifier (parameter_list "(Struct_filter *this,int __in_chrg)" ( (parameter_declaration "Struct_filter *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->option).longname._M_dataplus._M_p;\n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a7800" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_003a7800" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a7800" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00152480(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00152480(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00152480(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a7800;" (assignment_expression "*param_1 = &PTR_FUN_003a7800" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a7800" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" identifier (argument_list "((undefined8 *)param_1[1])" ( (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_00152480(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00152480(undefined8 *param_1)" (identifier "FUN_00152480") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a7800;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a7800;" (assignment_expression "*param_1 = &PTR_FUN_003a7800" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a7800" (& "&") (identifier "PTR_FUN_003a7800"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_00276d20((undefined8 *)param_1[1]);" (call_expression "FUN_00276d20((undefined8 *)param_1[1])" (identifier "FUN_00276d20") (argument_list "((undefined8 *)param_1[1])" (( "(") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_filter(Struct_filter * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; var_5 = (this->option).longname._M_dataplus._M_p; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003a7800; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_003a7800; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20((undefined8 *)param_1[1]); return; } return; }
107_m68k-linux-gnu-elfedit_and_m68k-linux-gnu-elfedit_strip.c
__libc_start_main
__libc_start_main
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206931310')]
[('const-1', u'RETURN_-1206931310')]
null
null
0010b088
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
866_hppa-linux-gnu-as_and_hppa-linux-gnu-as_strip.c
bfd_elf_get_default_section_type
bfd_elf_get_default_section_type
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf_get_default_section_type(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_elf_get_default_section_type(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207410174')]
[('const-1', u'RETURN_-1207410174')]
null
null
001761f8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_get_default_section_type(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_get_default_section_type(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_default_section_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_elf_get_default_section_type(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_elf_get_default_section_type(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_default_section_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bfd_elf_get_default_section_type(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_elf_get_default_section_type(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_elf_get_default_section_type(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_elf_get_default_section_type(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_elf_get_default_section_type(void)" (identifier "bfd_elf_get_default_section_type") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
5494_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
do_write
FUN_00248490
/* DWARF original prototype: void do_write(Output_data_reloc_base<4,_true,_64,_false> * this, Output_file * of) */ void __thiscall gold::Output_data_reloc_base<4,_true,_64,_false>::do_write (Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of) { byte bVar1; long lVar2; uchar *puVar3; ulong uVar4; Output_file *in_RCX; void *__buf; void *extraout_RDX; void *extraout_RDX_00; void *extraout_RDX_01; void *extraout_RDX_02; Output_reloc<4,_true,_64,_false> *pOVar5; Output_reloc<4,_true,_64,_false> *this_00; uchar *puVar6; uchar *puVar7; long lVar8; Output_reloc<4,_true,_64,_false> *pOVar9; bVar1 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20; if ((bVar1 & 4) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xe3,"offset"); } __buf = (void *)(ulong)(bVar1 & 2); lVar8 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; if ((bVar1 & 2) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xcf,"data_size"); } lVar2 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_; if ((lVar8 < 0) || (__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf)) { Output_file::get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX); goto LAB_002485f2; } puVar3 = of->base_ + lVar8; pOVar5 = (this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_finish; this_00 = (this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_start; if (((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (pOVar5 == this_00)) { puVar6 = puVar3; if (pOVar5 != this_00) goto LAB_00248500; LAB_002485d8: lVar8 = 0; } else { uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555; lVar8 = 0x3f; if (uVar4 != 0) { for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) { } } std:: __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_> (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2); if ((long)pOVar5 - (long)this_00 < 0x301) { std:: __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_> (this_00,pOVar5); __buf = extraout_RDX_02; } else { pOVar9 = this_00 + 0x10; std:: __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_> (this_00,pOVar9); __buf = extraout_RDX_00; for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) { std:: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_> (pOVar9); __buf = extraout_RDX_01; } } this_00 = (this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_start; puVar6 = puVar3; if ((this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_finish == this_00) goto LAB_002485d8; LAB_00248500: do { puVar7 = puVar6 + 0x18; pOVar5 = this_00 + 1; Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX); __buf = extraout_RDX; this_00 = pOVar5; puVar6 = puVar7; } while ((this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_finish != pOVar5); lVar8 = (long)puVar7 - (long)puVar3; } if (lVar2 == lVar8) { pOVar5 = (this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_start; if (this_00 != pOVar5) { (this->relocs_). super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_> ._M_impl._M_finish = pOVar5; } return; } LAB_002485f2: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x669,"do_write_generic"); }
void FUN_00248490(long param_1,long param_2) { long lVar1; long lVar2; ulong uVar3; long lVar4; long lVar5; long lVar6; long lVar7; if ((*(byte *)(param_1 + 0x20) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0xe3,"offset"); } lVar2 = *(long *)(param_1 + 0x18); if ((*(byte *)(param_1 + 0x20) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0xcf,"data_size"); } lVar1 = *(long *)(param_1 + 0x10); if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) { FUN_0020a1d0(); goto LAB_002485f2; } lVar2 = lVar2 + *(long *)(param_2 + 0x18); lVar4 = *(long *)(param_1 + 0x50); lVar5 = *(long *)(param_1 + 0x48); if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) { lVar7 = lVar2; if (lVar4 != lVar5) goto LAB_00248500; LAB_002485d8: lVar6 = 0; } else { uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555; lVar7 = 0x3f; if (uVar3 != 0) { for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) { } } FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2); if (lVar4 - lVar5 < 0x301) { FUN_002464a0(lVar5,lVar4); } else { lVar7 = lVar5 + 0x300; FUN_002464a0(lVar5,lVar7); for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) { FUN_00246400(lVar7); } } lVar5 = *(long *)(param_1 + 0x48); lVar7 = lVar2; if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8; LAB_00248500: do { lVar6 = lVar7 + 0x18; lVar4 = lVar5 + 0x30; FUN_0023f490(lVar5,lVar7); lVar5 = lVar4; lVar7 = lVar6; } while (*(long *)(param_1 + 0x50) != lVar4); lVar6 = lVar6 - lVar2; } if (lVar1 == lVar6) { if (lVar5 != *(long *)(param_1 + 0x48)) { *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48); } return; } LAB_002485f2: /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic"); }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x8 MOVZX EDX,byte ptr [RDI + 0x20] TEST DL,0x4 JZ 0x00248622 AND EDX,0x2 MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x18] JZ 0x0024860a MOV R13,qword ptr [RDI + 0x10] TEST RAX,RAX JS 0x002485ed LEA RDX,[RAX + R13*0x1] CMP RDX,qword ptr [RSI + 0x10] JG 0x002485ed ADD RAX,qword ptr [RSI + 0x18] CMP byte ptr [RDI + 0x40],0x0 MOV R14,RAX MOV R12,qword ptr [RDI + 0x50] MOV RBP,qword ptr [RDI + 0x48] JNZ 0x00248548 CMP R12,RBP JZ 0x002485d8 MOV R12,R14 NOP word ptr [RAX + RAX*0x1] MOV RSI,R12 MOV RDI,RBP ADD R12,0x18 ADD RBP,0x30 CALL 0x0023f490 CMP qword ptr [RBX + 0x50],RBP JNZ 0x00248500 SUB R12,R14 CMP R13,R12 JNZ 0x002485f2 MOV RAX,qword ptr [RBX + 0x48] CMP RBP,RAX JZ 0x00248532 MOV qword ptr [RBX + 0x50],RAX ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CMP R12,RBP JZ 0x002484eb MOV R15,R12 MOV RSI,R12 MOV RDI,RBP MOV RDX,-0x5555555555555555 SUB R15,RBP MOV RAX,R15 SAR RAX,0x4 IMUL RAX,RDX MOV EDX,0x3f BSR RAX,RAX XOR RAX,0x3f CDQE SUB RDX,RAX ADD RDX,RDX CALL 0x00248240 CMP R15,0x300 JLE 0x002485e0 LEA R15,[RBP + 0x300] MOV RDI,RBP MOV RSI,R15 CALL 0x002464a0 CMP R12,R15 JZ 0x002485c1 NOP dword ptr [RAX + RAX*0x1] MOV RDI,R15 ADD R15,0x30 CALL 0x00246400 CMP R12,R15 JNZ 0x002485b0 MOV RBP,qword ptr [RBX + 0x48] MOV R12,qword ptr [RBX + 0x50] CMP R12,RBP JNZ 0x002484f4 NOP word ptr [RAX + RAX*0x1] XOR R12D,R12D JMP 0x0024851c MOV RSI,R12 MOV RDI,RBP CALL 0x002464a0 JMP 0x002485c1 CALL 0x0020a1d0 LEA RDX,[0x39ac60] MOV ESI,0x669 LEA RDI,[0x387398] CALL 0x0018ff20 LEA RDX,[0x39b0d0] MOV ESI,0xcf LEA RDI,[0x387398] CALL 0x0018ff20 LEA RDX,[0x39b04f] MOV ESI,0xe3 LEA RDI,[0x387398] CALL 0x0018ff20
null
null
null
null
[('const-2', u'INT_MULT_-1204057671'), (u'LOAD_-1204058787', u'INT_NOTEQUAL_-1204058762'), (u'PTRSUB_-1204057610', u'LOAD_-1204058890'), (u'INDIRECT_-1204057863', u'MULTIEQUAL_-1204057434'), (u'INT_SUB_-1204058481', u'INT_SRIGHT_-1204058454'), (u'PTRSUB_-1204057407', u'PTRSUB_-1204057406'), (u'COPY_-1204057381', u'CALL_-1204058089'), ('const-0', u'PTRSUB_-1204057542'), ('const-433', u'LOAD_-1204058794'), ('tmp_1296', u'PTRSUB_-1204057658'), ('const-72', u'PTRSUB_-1204057558'), (u'SUBPIECE_-1204057648', u'INT_XOR_-1204058389'), ('const-63', u'COPY_-1204058430'), (u'CAST_-1204057587', u'MULTIEQUAL_-1204057747'), (u'INT_RIGHT_-1204058397', u'INT_EQUAL_-1204058415'), ('const-0', u'PTRSUB_-1204057589'), (u'LOAD_-1204058794', u'INT_EQUAL_-1204058526'), (u'PTRSUB_-1204057377', u'PTRSUB_-1204057358'), ('const-3779680', u'COPY_-1204057430'), (u'PTRSUB_-1204057688', u'PTRSUB_-1204057668'), ('const-3699608', u'COPY_-1204057433'), (u'INT_EQUAL_-1204058654', u'CBRANCH_-1204058651'), (u'INT_SLESS_-1204058829', u'CBRANCH_-1204058836'), (u'PTRSUB_-1204057558', u'PTRSUB_-1204057531'), (u'LOAD_-1204058787', u'CALL_-1204058368'), (u'PTRSUB_-1204057669', u'LOAD_-1204058857'), (u'INT_ADD_-1204058405', u'MULTIEQUAL_-1204057999'), (u'MULTIEQUAL_-1204057436', u'INT_NOTEQUAL_-1204058305'), ('tmp_1295', u'PTRSUB_-1204057407'), (u'LOAD_-1204058787', u'CALL_-1204058186'), ('const-3699608', u'COPY_-1204057408'), ('tmp_1295', u'CAST_-1204057292'), ('const-4', u'INT_SRIGHT_-1204058454'), (u'COPY_-1204058430', u'MULTIEQUAL_-1204057999'), (u'INT_EQUAL_-1204058908', u'CBRANCH_-1204058895'), (u'PTRSUB_-1204057561', u'PTRSUB_-1204057542'), (u'COPY_-1204057408', u'CALL_-1204058121'), (u'PTRSUB_-1204057589', u'PTRSUB_-1204057561'), ('const-16', u'PTRSUB_-1204057669'), ('const-1', u'RETURN_-1204058084'), (u'PTRADD_-1204057423', u'MULTIEQUAL_-1204057436'), ('const-24', u'PTRSUB_-1204057658'), ('const-0', u'INT_EQUAL_-1204058799'), (u'CAST_-1204057578', u'INT_SLESS_-1204058829'), (u'PTRSUB_-1204057635', u'PTRSUB_-1204057618'), (u'COPY_-1204057404', u'CALL_-1204058121'), (u'CALL_-1204058701', u'INDIRECT_-1204057978'), (u'CALL_-1204058368', u'INDIRECT_-1204057892'), ('tmp_1295', u'PTRSUB_-1204057700'), ('const-0', u'PTRSUB_-1204057635'), (u'CAST_-1204057292', u'CALL_-1204058175'), ('const-4', u'INT_AND_-1204057884'), (u'COPY_-1204057432', u'MULTIEQUAL_-1204057433'), ('const-48', u'PTRADD_-1204057458'), (u'INT_MULT_-1204057671', u'CALL_-1204058368'), (u'INT_AND_-1204057884', u'INT_EQUAL_-1204058928'), (u'PTRSUB_-1204057522', u'LOAD_-1204058646'), (u'MULTIEQUAL_-1204057897', u'INT_EQUAL_-1204058654'), (u'INT_XOR_-1204058389', u'CAST_-1204057401'), ('const-0', u'PTRSUB_-1204057512'), (u'CALL_-1204058321', u'INDIRECT_-1204057836'), ('const-0', u'PTRSUB_-1204057568'), (u'PTRSUB_-1204057658', u'LOAD_-1204058827'), (u'INT_SEXT_-1204058386', u'INT_SUB_-1204058379'), ('const-433', u'LOAD_-1204058827'), ('const-3780687', u'COPY_-1204057381'), ('const-0', u'PTRSUB_-1204057688'), ('const-8', u'PTRSUB_-1204057527'), ('const-0', u'INT_SLESS_-1204058870'), ('tmp_1295', u'PTRSUB_-1204057644'), (u'LOAD_-1204058251', u'INT_EQUAL_-1204058224'), ('const-207', u'CALL_-1204058121'), ('const-0', u'INT_EQUAL_-1204058415'), (u'PTRSUB_-1204057347', u'LOAD_-1204058244'), ('const-1', u'PTRADD_-1204057600'), (u'MULTIEQUAL_-1204057974', u'PTRADD_-1204057600'), (u'CAST_-1204057430', u'INT_SUB_-1204058481'), (u'LOAD_-1204058787', u'PTRADD_-1204057458'), (u'CAST_-1204057617', u'MULTIEQUAL_-1204057747'), (u'PTRSUB_-1204057608', u'PTRSUB_-1204057589'), ('const-0', u'INT_EQUAL_-1204058908'), (u'INDIRECT_-1204058005', u'MULTIEQUAL_-1204058014'), (u'LOAD_-1204058251', u'MULTIEQUAL_-1204057974'), (u'PTRADD_-1204057600', u'COPY_-1204057580'), (u'LOAD_-1204058904', u'PTRADD_-1204058763'), ('const-0', u'PTRSUB_-1204057522'), ('const--6148914691236517205', u'INT_MULT_-1204058414'), (u'LOAD_-1204058827', u'PTRADD_-1204058763'), (u'COPY_-1204057618', u'MULTIEQUAL_-1204057924'), ('const-0', u'PTRSUB_-1204057653'), (u'PTRSUB_-1204057358', u'PTRSUB_-1204057347'), ('tmp_1224', u'BRANCH_-1204058183'), ('const-3', u'CBRANCH_-1204058420'), (u'LOAD_-1204058794', u'INT_NOTEQUAL_-1204058305'), ('const-0', u'PTRSUB_-1204057358'), ('const-769', u'INT_SLESS_-1204058338'), (u'PTRSUB_-1204057542', u'PTRSUB_-1204057527'), ('const-1641', u'CALL_-1204058360'), (u'LOAD_-1204058904', u'INT_SLESS_-1204058870'), ('tmp_466', u'CBRANCH_-1204058680'), ('const-72', u'PTRSUB_-1204057401'), (u'INT_ADD_-1204058847', u'CAST_-1204057587'), (u'MULTIEQUAL_-1204057999', u'INT_RIGHT_-1204058397'), (u'PTRSUB_-1204057614', u'PTRSUB_-1204057595'), ('const-0', u'PTRSUB_-1204057637'), (u'INT_SUB_-1204058379', u'INT_MULT_-1204057671'), ('const-24', u'PTRSUB_-1204057621'), (u'COPY_-1204057771', u'MULTIEQUAL_-1204057897'), (u'MULTIEQUAL_-1204057999', u'MULTIEQUAL_-1204057998'), (u'INT_NOTEQUAL_-1204058305', u'CBRANCH_-1204058304'), (u'LOAD_-1204058787', u'CALL_-1204058321'), (u'MULTIEQUAL_-1204057433', u'MULTIEQUAL_-1204057798'), (u'PTRADD_-1204057458', u'CALL_-1204058321'), ('tmp_1295', u'PTRSUB_-1204057721'), (u'MULTIEQUAL_-1204057924', u'SUBPIECE_-1204057952'), ('tmp_1295', u'PTRSUB_-1204057569'), ('const-1', u'RETURN_-1204058116'), (u'LOAD_-1204058787', u'MULTIEQUAL_-1204057759'), ('const-72', u'PTRSUB_-1204057569'), (u'PTRSUB_-1204057622', u'LOAD_-1204058814'), (u'PTRADD_-1204058763', u'COPY_-1204057395'), ('tmp_707', u'BRANCH_-1204058392'), (u'PTRSUB_-1204057363', u'LOAD_-1204058251'), ('const-6', u'CBRANCH_-1204058423'), ('tmp_524', u'CBRANCH_-1204058651'), (u'INT_SRIGHT_-1204058454', u'INT_MULT_-1204058414'), (u'LOAD_-1204058904', u'INT_ADD_-1204058847'), ('const-63', u'INT_XOR_-1204058389'), (u'INT_EQUAL_-1204058526', u'CBRANCH_-1204058524'), ('const-8', u'PTRSUB_-1204057499'), ('const-0', u'PTRSUB_-1204057668'), ('const-72', u'PTRSUB_-1204057644'), ('tmp_232', u'CBRANCH_-1204058836'), ('tmp_1082', u'CBRANCH_-1204058304'), (u'PTRSUB_-1204057647', u'PTRSUB_-1204057630'), (u'INT_MULT_-1204058414', u'INT_NOTEQUAL_-1204058418'), (u'PTRSUB_-1204057721', u'PTRSUB_-1204057688'), (u'INT_SUB_-1204058660', u'MULTIEQUAL_-1204057897'), ('tmp_146', u'CBRANCH_-1204058895'), ('const-0', u'PTRSUB_-1204057651'), (u'CAST_-1204057496', u'INT_SUB_-1204058660'), ('const-63', u'INT_SUB_-1204058379'), (u'LOAD_-1204058699', u'INT_NOTEQUAL_-1204058683'), (u'MULTIEQUAL_-1204057436', u'CALL_-1204058270'), (u'PTRSUB_-1204057382', u'PTRSUB_-1204057363'), ('const-8', u'PTRSUB_-1204057578'), ('const-48', u'PTRADD_-1204057600'), (u'MULTIEQUAL_-1204057987', u'CALL_-1204058701'), (u'LOAD_-1204058787', u'INT_EQUAL_-1204058526'), ('const-0', u'SUBPIECE_-1204057648'), (u'PTRSUB_-1204057589', u'LOAD_-1204058787'), (u'COPY_-1204057578', u'MULTIEQUAL_-1204057924'), (u'LOAD_-1204058794', u'CALL_-1204058368'), ('const-1', u'RETURN_-1204058355'), ('const-0', u'INT_NOTEQUAL_-1204058418'), ('tmp_356', u'CBRANCH_-1204058761'), (u'INT_NOTEQUAL_-1204058762', u'CBRANCH_-1204058761'), (u'COPY_-1204057383', u'CALL_-1204058089'), (u'PTRSUB_-1204057401', u'PTRSUB_-1204057377'), ('tmp_1035', u'CBRANCH_-1204058345'), (u'INT_SUB_-1204058481', u'INT_SLESS_-1204058338'), ('const-48', u'PTRADD_-1204057423'), (u'CALL_-1204058270', u'INDIRECT_-1204057837'), (u'MULTIEQUAL_-1204057999', u'INT_ADD_-1204058405'), (u'LOAD_-1204058251', u'MULTIEQUAL_-1204057759'), (u'INT_NOTEQUAL_-1204058625', u'CBRANCH_-1204058624'), ('tmp_108', u'CBRANCH_-1204058926'), (u'INT_AND_-1204058895', u'INT_ZEXT_-1204058129'), ('const--1', u'INT_ADD_-1204058405'), ('const-0', u'RETURN_-1204058560'), (u'CALL_-1204058186', u'INDIRECT_-1204057765'), (u'INT_EQUAL_-1204058224', u'CBRANCH_-1204058221'), ('const-0', u'PTRSUB_-1204057630'), (u'PTRADD_-1204058669', u'COPY_-1204057578'), (u'COPY_-1204057370', u'MULTIEQUAL_-1204057798'), (u'INT_SLESS_-1204058870', u'CBRANCH_-1204058869'), (u'CAST_-1204057587', u'CAST_-1204057578'), ('const-0', u'PTRSUB_-1204057647'), ('tmp_1295', u'PTRSUB_-1204057638'), ('const-0', u'PTRSUB_-1204057608'), (u'LOAD_-1204058646', u'INT_NOTEQUAL_-1204058625'), ('const-1', u'PTRADD_-1204057423'), (u'COPY_-1204057580', u'MULTIEQUAL_-1204057974'), (u'LOAD_-1204058794', u'CALL_-1204058186'), ('const-433', u'LOAD_-1204058904'), ('const-0', u'PTRSUB_-1204057406'), (u'INT_NOTEQUAL_-1204058418', u'CBRANCH_-1204058423'), (u'PTRSUB_-1204057569', u'PTRSUB_-1204057568'), (u'PTRSUB_-1204057541', u'PTRSUB_-1204057522'), ('const-433', u'LOAD_-1204058251'), ('const-0', u'PTRSUB_-1204057667'), (u'MULTIEQUAL_-1204057998', u'SUBPIECE_-1204057648'), ('const-0', u'PTRSUB_-1204057614'), (u'LOAD_-1204058890', u'INT_ADD_-1204058847'), ('const-3699608', u'COPY_-1204057383'), (u'INT_NOTEQUAL_-1204058683', u'CBRANCH_-1204058680'), (u'INT_ZEXT_-1204058137', u'INT_AND_-1204058895'), (u'INT_EQUAL_-1204058928', u'CBRANCH_-1204058926'), (u'PTRSUB_-1204057700', u'PTRSUB_-1204057667'), ('const-16', u'PTRSUB_-1204057610'), ('tmp_2935', u'CALL_-1204058175'), ('tmp_1295', u'PTRSUB_-1204057653'), (u'INDIRECT_-1204057978', u'COPY_-1204057581'), (u'PTRSUB_-1204057638', u'PTRSUB_-1204057637'), ('const-0', u'PTRSUB_-1204057561'), (u'PTRSUB_-1204057406', u'PTRSUB_-1204057382'), (u'PTRSUB_-1204057668', u'PTRSUB_-1204057651'), ('const-0', u'PTRSUB_-1204057688'), (u'MULTIEQUAL_-1204057798', u'MULTIEQUAL_-1204057987'), (u'INDIRECT_-1204057837', u'MULTIEQUAL_-1204057434'), ('tmp_1295', u'PTRSUB_-1204057688'), ('const-433', u'LOAD_-1204058787'), (u'LOAD_-1204058787', u'CAST_-1204057429'), (u'MULTIEQUAL_-1204057434', u'MULTIEQUAL_-1204057825'), (u'CALL_-1204058186', u'INDIRECT_-1204057792'), ('tmp_562', u'CBRANCH_-1204058624'), (u'LOAD_-1204058794', u'INT_NOTEQUAL_-1204058762'), (u'CAST_-1204057290', u'CALL_-1204058175'), ('const-1', u'PTRADD_-1204058763'), (u'PTRSUB_-1204057688', u'PTRSUB_-1204057655'), (u'CAST_-1204057509', u'CALL_-1204058701'), (u'LOAD_-1204058794', u'CAST_-1204057430'), (u'LOAD_-1204058948', u'INT_AND_-1204057874'), ('const-0', u'PTRSUB_-1204057595'), (u'COPY_-1204057395', u'MULTIEQUAL_-1204057924'), (u'INT_ZEXT_-1204058129', u'CAST_-1204057617'), ('const-433', u'LOAD_-1204058948'), ('const-227', u'CALL_-1204058089'), ('const-433', u'LOAD_-1204058890'), (u'PTRSUB_-1204057651', u'PTRSUB_-1204057641'), ('const-24', u'PTRADD_-1204058669'), ('const-0', u'PTRSUB_-1204057541'), (u'PTRSUB_-1204057527', u'LOAD_-1204058699'), (u'INDIRECT_-1204057792', u'MULTIEQUAL_-1204057825'), (u'PTRADD_-1204058669', u'CAST_-1204057497'), (u'PTRSUB_-1204057655', u'PTRSUB_-1204057635'), (u'PTRSUB_-1204057595', u'PTRSUB_-1204057578'), (u'MULTIEQUAL_-1204057436', u'PTRADD_-1204057423'), (u'LOAD_-1204058244', u'INT_EQUAL_-1204058224'), ('const-433', u'LOAD_-1204058646'), (u'PTRSUB_-1204057644', u'PTRSUB_-1204057614'), (u'LOAD_-1204058857', u'INT_SLESS_-1204058829'), ('const-0', u'COPY_-1204057771'), (u'PTRSUB_-1204057568', u'PTRSUB_-1204057541'), ('tmp_1204', u'CBRANCH_-1204058221'), (u'COPY_-1204057433', u'CALL_-1204058360'), ('tmp_1295', u'PTRSUB_-1204057589'), ('const-433', u'LOAD_-1204058814'), ('tmp_2935', u'MULTIEQUAL_-1204058014'), (u'MULTIEQUAL_-1204057974', u'CALL_-1204058701'), ('const-433', u'LOAD_-1204058244'), ('const-0', u'PTRSUB_-1204057618'), (u'CALL_-1204058701', u'INDIRECT_-1204058005'), (u'COPY_-1204057430', u'CALL_-1204058360'), ('tmp_326', u'CBRANCH_-1204058777'), ('const-0', u'PTRSUB_-1204057531'), (u'INT_SLESS_-1204058338', u'CBRANCH_-1204058345'), (u'MULTIEQUAL_-1204057825', u'MULTIEQUAL_-1204058014'), ('const-0', u'PTRSUB_-1204057721'), ('const-1', u'PTRADD_-1204058669'), (u'LOAD_-1204058890', u'INT_EQUAL_-1204058654'), ('tmp_1296', u'CAST_-1204057291'), ('const-32', u'PTRSUB_-1204057641'), (u'CAST_-1204057497', u'INT_SUB_-1204058660'), (u'COPY_-1204057580', u'MULTIEQUAL_-1204057945'), ('const-0', u'PTRSUB_-1204057377'), ('const-433', u'LOAD_-1204058857'), ('const-0', u'SUBPIECE_-1204057952'), ('const-72', u'PTRSUB_-1204057589'), ('const-2', u'INT_AND_-1204057874'), ('tmp_180', u'CBRANCH_-1204058869'), (u'INT_AND_-1204057874', u'INT_EQUAL_-1204058908'), ('const-0', u'INT_EQUAL_-1204058928'), (u'INDIRECT_-1204057836', u'COPY_-1204057432'), (u'COPY_-1204057406', u'MULTIEQUAL_-1204057433'), ('const-0', u'PTRSUB_-1204057700'), (u'CAST_-1204057587', u'MULTIEQUAL_-1204057987'), ('const-0', u'PTRSUB_-1204057382'), (u'INT_EQUAL_-1204058799', u'CBRANCH_-1204058777'), ('const-16', u'PTRADD_-1204057458'), (u'LOAD_-1204058948', u'INT_ZEXT_-1204058137'), (u'PTRSUB_-1204057653', u'PTRSUB_-1204057622'), (u'PTRSUB_-1204057667', u'PTRSUB_-1204057647'), (u'PTRSUB_-1204057531', u'PTRSUB_-1204057512'), ('const-3780816', u'COPY_-1204057404'), (u'PTRSUB_-1204057641', u'LOAD_-1204058948'), (u'PTRSUB_-1204057637', u'PTRSUB_-1204057608'), (u'INT_MULT_-1204058414', u'INT_RIGHT_-1204058397'), ('const-433', u'STORE_-1204058621'), ('const-64', u'PTRSUB_-1204057622'), (u'PTRADD_-1204058763', u'CAST_-1204057496'), (u'MULTIEQUAL_-1204057759', u'MULTIEQUAL_-1204057945'), ('const-4294967292', u'BRANCH_-1204058419'), (u'MULTIEQUAL_-1204057945', u'INT_NOTEQUAL_-1204058625'), ('const-0', u'PTRSUB_-1204057655'), (u'LOAD_-1204058948', u'INT_AND_-1204057884'), (u'PTRSUB_-1204057578', u'LOAD_-1204058794'), (u'COPY_-1204058430', u'MULTIEQUAL_-1204057998'), ('tmp_1296', u'PTRSUB_-1204057669'), ('const-433', u'LOAD_-1204058699'), ('const-0', u'PTRSUB_-1204057363'), (u'CAST_-1204057429', u'INT_SUB_-1204058481'), (u'MULTIEQUAL_-1204057747', u'CAST_-1204057290'), (u'MULTIEQUAL_-1204057924', u'PTRADD_-1204058669'), (u'LOAD_-1204058646', u'STORE_-1204058621'), (u'INDIRECT_-1204057765', u'COPY_-1204057370'), (u'PTRADD_-1204057458', u'MULTIEQUAL_-1204057436'), (u'PTRADD_-1204058763', u'COPY_-1204057618'), ('const-8', u'PTRSUB_-1204057347'), (u'INDIRECT_-1204057810', u'COPY_-1204057406'), (u'COPY_-1204057581', u'MULTIEQUAL_-1204057987'), (u'PTRADD_-1204057600', u'INT_NOTEQUAL_-1204058683'), (u'CAST_-1204057401', u'INT_SEXT_-1204058386'), (u'PTRSUB_-1204057618', u'PTRSUB_-1204057610'), (u'LOAD_-1204058787', u'MULTIEQUAL_-1204057974'), (u'PTRSUB_-1204057621', u'LOAD_-1204058904'), ('const-72', u'PTRSUB_-1204057638'), (u'MULTIEQUAL_-1204058014', u'CAST_-1204057509'), (u'INT_EQUAL_-1204058415', u'CBRANCH_-1204058420'), ('const-2', u'INT_AND_-1204058895'), ('tmp_736', u'CBRANCH_-1204058524'), (u'PTRSUB_-1204057499', u'STORE_-1204058621'), ('const-72', u'PTRSUB_-1204057407'), (u'CALL_-1204058270', u'INDIRECT_-1204057810'), (u'SUBPIECE_-1204057952', u'CALL_-1204058701'), (u'CALL_-1204058321', u'INDIRECT_-1204057863'), ('tmp_1295', u'PTRSUB_-1204057401'), (u'LOAD_-1204058814', u'INT_EQUAL_-1204058799'), (u'CAST_-1204057291', u'CALL_-1204058175'), ('tmp_1295', u'PTRSUB_-1204057558'), (u'PTRSUB_-1204057630', u'PTRSUB_-1204057621'), (u'PTRSUB_-1204057512', u'PTRSUB_-1204057499')]
[('const-433', u'LOAD_-1204058794'), (u'LOAD_-1204058787', u'INT_NOTEQUAL_-1204058762'), (u'COPY_-1204057451', u'CALL_-1204058360'), (u'MULTIEQUAL_-1204057481', u'INT_ADD_-1204058271'), (u'COPY_-1204057426', u'CALL_-1204058121'), (u'INT_SUB_-1204058481', u'INT_SRIGHT_-1204058454'), ('const-227', u'CALL_-1204058089'), (u'LOAD_-1204058948', u'INT_AND_-1204057902'), (u'CAST_-1204057698', u'LOAD_-1204058890'), ('const-433', u'LOAD_-1204058787'), (u'COPY_-1204057492', u'MULTIEQUAL_-1204057942'), ('const-63', u'COPY_-1204058430'), (u'LOAD_-1204058787', u'INT_ADD_-1204058328'), ('tmp_2874', u'INT_ADD_-1204058607'), (u'INT_RIGHT_-1204058397', u'INT_EQUAL_-1204058415'), (u'COPY_-1204057399', u'CALL_-1204058089'), (u'MULTIEQUAL_-1204057988', u'INT_ADD_-1204058702'), (u'LOAD_-1204058794', u'INT_EQUAL_-1204058526'), ('const-63', u'INT_XOR_-1204058389'), ('const-3699608', u'COPY_-1204057451'), (u'INT_EQUAL_-1204058654', u'CBRANCH_-1204058651'), ('const-433', u'STORE_-1204058621'), (u'LOAD_-1204058251', u'MULTIEQUAL_-1204057773'), (u'INT_SLESS_-1204058829', u'CBRANCH_-1204058836'), (u'LOAD_-1204058787', u'CALL_-1204058368'), (u'INT_ADD_-1204058405', u'MULTIEQUAL_-1204057999'), (u'LOAD_-1204058787', u'CALL_-1204058186'), (u'MULTIEQUAL_-1204057959', u'INT_NOTEQUAL_-1204058625'), (u'COPY_-1204058430', u'MULTIEQUAL_-1204057999'), (u'INT_AND_-1204057892', u'INT_EQUAL_-1204058908'), (u'INT_EQUAL_-1204058908', u'CBRANCH_-1204058895'), ('const-769', u'INT_SLESS_-1204058338'), ('const-0', u'INT_EQUAL_-1204058799'), ('const-24', u'INT_ADD_-1204058815'), (u'LOAD_-1204058827', u'INT_ADD_-1204058809'), ('const-3699608', u'COPY_-1204057401'), ('const-1', u'RETURN_-1204058084'), (u'INT_ADD_-1204058874', u'CAST_-1204057698'), (u'LOAD_-1204058787', u'MULTIEQUAL_-1204057773'), (u'MULTIEQUAL_-1204057481', u'CALL_-1204058270'), ('tmp_2874', u'INT_ADD_-1204058932'), (u'CAST_-1204057582', u'LOAD_-1204058646'), (u'INT_ADD_-1204058932', u'CAST_-1204057729'), (u'COPY_-1204057448', u'CALL_-1204058360'), (u'COPY_-1204057675', u'MULTIEQUAL_-1204057942'), ('const-80', u'INT_ADD_-1204058683'), ('const-1641', u'CALL_-1204058360'), (u'INT_SEXT_-1204058386', u'INT_SUB_-1204058379'), ('const-0', u'SUBPIECE_-1204057666'), (u'INT_ADD_-1204058235', u'CAST_-1204057429'), ('const-433', u'LOAD_-1204058699'), ('const-0', u'INT_SLESS_-1204058870'), (u'LOAD_-1204058251', u'INT_EQUAL_-1204058224'), (u'COPY_-1204057677', u'MULTIEQUAL_-1204057988'), (u'MULTIEQUAL_-1204057998', u'SUBPIECE_-1204057666'), ('const-0', u'INT_EQUAL_-1204058415'), ('const--6148914691236517205', u'INT_MULT_-1204058414'), ('const-72', u'INT_ADD_-1204058771'), (u'CAST_-1204057669', u'LOAD_-1204058827'), ('const-80', u'INT_ADD_-1204058778'), ('const-48', u'INT_ADD_-1204058702'), ('tmp_2874', u'INT_ADD_-1204058771'), ('tmp_1224', u'BRANCH_-1204058183'), (u'LOAD_-1204058794', u'INT_NOTEQUAL_-1204058305'), ('const-3', u'CBRANCH_-1204058420'), ('const-0', u'COPY_-1204057789'), (u'INT_ADD_-1204058702', u'INT_NOTEQUAL_-1204058683'), (u'LOAD_-1204058904', u'INT_SLESS_-1204058870'), ('tmp_466', u'CBRANCH_-1204058680'), (u'INT_XOR_-1204058389', u'CAST_-1204057500'), (u'MULTIEQUAL_-1204057999', u'INT_RIGHT_-1204058397'), ('tmp_2874', u'INT_ADD_-1204058683'), ('const-433', u'LOAD_-1204058244'), (u'MULTIEQUAL_-1204057999', u'MULTIEQUAL_-1204057998'), (u'CAST_-1204057664', u'LOAD_-1204058814'), (u'INT_NOTEQUAL_-1204058305', u'CBRANCH_-1204058304'), ('const-16', u'INT_ADD_-1204058841'), (u'INT_ADD_-1204058809', u'INT_SUB_-1204058660'), ('const-2', u'INT_MULT_-1204057689'), (u'LOAD_-1204058787', u'CALL_-1204058321'), (u'MULTIEQUAL_-1204057942', u'CALL_-1204058701'), (u'CAST_-1204057601', u'LOAD_-1204058699'), ('const-433', u'LOAD_-1204058890'), ('const-80', u'INT_ADD_-1204058228'), ('const-1', u'RETURN_-1204058116'), ('tmp_2874', u'INT_ADD_-1204058630'), ('const-2', u'INT_AND_-1204057892'), (u'INT_ADD_-1204058607', u'CAST_-1204057572'), ('tmp_707', u'BRANCH_-1204058392'), (u'CAST_-1204057651', u'LOAD_-1204058787'), (u'INT_ADD_-1204058798', u'CAST_-1204057664'), ('const-6', u'CBRANCH_-1204058423'), ('tmp_524', u'CBRANCH_-1204058651'), (u'INT_SRIGHT_-1204058454', u'INT_MULT_-1204058414'), (u'LOAD_-1204058904', u'INT_ADD_-1204058847'), (u'INT_MULT_-1204057689', u'CALL_-1204058368'), (u'INT_EQUAL_-1204058526', u'CBRANCH_-1204058524'), ('tmp_232', u'CBRANCH_-1204058836'), ('tmp_2874', u'INT_ADD_-1204058798'), ('tmp_1082', u'CBRANCH_-1204058304'), (u'INT_MULT_-1204058414', u'INT_NOTEQUAL_-1204058418'), ('const-433', u'LOAD_-1204058251'), ('tmp_146', u'CBRANCH_-1204058895'), ('const-72', u'INT_ADD_-1204058630'), (u'INT_ADD_-1204058715', u'COPY_-1204057675'), ('const-64', u'INT_ADD_-1204058798'), ('const-0', u'INT_EQUAL_-1204058908'), (u'LOAD_-1204058699', u'INT_NOTEQUAL_-1204058683'), ('const-3780816', u'COPY_-1204057422'), (u'INT_ADD_-1204058771', u'CAST_-1204057651'), (u'INT_SUB_-1204058660', u'MULTIEQUAL_-1204057915'), (u'LOAD_-1204058787', u'INT_EQUAL_-1204058526'), ('const-3779680', u'COPY_-1204057448'), (u'LOAD_-1204058794', u'CALL_-1204058368'), ('const-1', u'RETURN_-1204058355'), ('const-0', u'INT_EQUAL_-1204058928'), ('const-0', u'INT_NOTEQUAL_-1204058418'), (u'INT_ADD_-1204058328', u'MULTIEQUAL_-1204057481'), ('tmp_356', u'CBRANCH_-1204058761'), (u'INT_NOTEQUAL_-1204058762', u'CBRANCH_-1204058761'), (u'INT_ADD_-1204058715', u'INT_SUB_-1204058660'), (u'LOAD_-1204058787', u'INT_SUB_-1204058481'), ('tmp_1035', u'CBRANCH_-1204058345'), (u'INT_SUB_-1204058481', u'INT_SLESS_-1204058338'), ('const-433', u'LOAD_-1204058857'), (u'MULTIEQUAL_-1204057999', u'INT_ADD_-1204058405'), (u'INT_NOTEQUAL_-1204058625', u'CBRANCH_-1204058624'), ('tmp_108', u'CBRANCH_-1204058926'), ('const-768', u'INT_ADD_-1204058328'), (u'INT_ADD_-1204058228', u'CAST_-1204057424'), ('const-0', u'RETURN_-1204058560'), (u'INT_EQUAL_-1204058224', u'CBRANCH_-1204058221'), (u'MULTIEQUAL_-1204057942', u'INT_ADD_-1204058715'), (u'INT_SLESS_-1204058870', u'CBRANCH_-1204058869'), (u'LOAD_-1204058646', u'INT_NOTEQUAL_-1204058625'), ('tmp_2874', u'INT_ADD_-1204058778'), (u'CAST_-1204057500', u'INT_SEXT_-1204058386'), (u'LOAD_-1204058794', u'CALL_-1204058186'), (u'INT_ADD_-1204058847', u'INT_SLESS_-1204058829'), (u'INT_NOTEQUAL_-1204058418', u'CBRANCH_-1204058423'), (u'CAST_-1204057424', u'LOAD_-1204058244'), (u'LOAD_-1204058890', u'INT_ADD_-1204058847'), (u'INT_NOTEQUAL_-1204058683', u'CBRANCH_-1204058680'), (u'COPY_-1204057677', u'MULTIEQUAL_-1204057959'), (u'INT_ADD_-1204058630', u'CAST_-1204057582'), (u'INT_EQUAL_-1204058928', u'CBRANCH_-1204058926'), ('const-433', u'LOAD_-1204058814'), ('const-24', u'INT_ADD_-1204058715'), ('tmp_562', u'CBRANCH_-1204058624'), (u'MULTIEQUAL_-1204057481', u'INT_NOTEQUAL_-1204058305'), (u'LOAD_-1204058794', u'INT_NOTEQUAL_-1204058762'), (u'CAST_-1204057729', u'LOAD_-1204058948'), ('const-4', u'INT_AND_-1204057902'), (u'COPY_-1204057789', u'MULTIEQUAL_-1204057915'), (u'LOAD_-1204058948', u'INT_AND_-1204057892'), ('const-433', u'LOAD_-1204058948'), ('const-80', u'INT_ADD_-1204058607'), (u'INT_ADD_-1204058328', u'CALL_-1204058321'), (u'INT_ADD_-1204058683', u'CAST_-1204057601'), ('const-32', u'INT_ADD_-1204058932'), (u'INT_ADD_-1204058809', u'COPY_-1204057492'), ('tmp_2874', u'INT_ADD_-1204058888'), ('tmp_2874', u'INT_ADD_-1204058228'), ('const-3780687', u'COPY_-1204057399'), (u'LOAD_-1204058244', u'INT_EQUAL_-1204058224'), (u'LOAD_-1204058857', u'INT_SLESS_-1204058829'), ('tmp_1204', u'CBRANCH_-1204058221'), ('tmp_2884', u'INT_ADD_-1204058815'), ('tmp_2874', u'INT_ADD_-1204058874'), (u'CAST_-1204057429', u'LOAD_-1204058251'), (u'INT_SUB_-1204058379', u'INT_MULT_-1204057689'), ('tmp_2884', u'INT_ADD_-1204058841'), ('tmp_326', u'CBRANCH_-1204058777'), (u'LOAD_-1204058904', u'INT_ADD_-1204058809'), (u'INT_SLESS_-1204058338', u'CBRANCH_-1204058345'), ('tmp_2874', u'INT_ADD_-1204058235'), (u'COPY_-1204057715', u'MULTIEQUAL_-1204057942'), (u'LOAD_-1204058890', u'INT_EQUAL_-1204058654'), (u'INT_ADD_-1204058888', u'CAST_-1204057709'), ('const--1', u'INT_ADD_-1204058405'), ('const-48', u'INT_ADD_-1204058271'), ('const-72', u'INT_ADD_-1204058235'), (u'CAST_-1204057572', u'STORE_-1204058621'), ('tmp_180', u'CBRANCH_-1204058869'), ('const-16', u'INT_ADD_-1204058874'), (u'MULTIEQUAL_-1204057988', u'CALL_-1204058701'), (u'MULTIEQUAL_-1204057915', u'INT_EQUAL_-1204058654'), (u'INT_ADD_-1204058809', u'COPY_-1204057715'), ('const-63', u'INT_SUB_-1204058379'), (u'INT_ADD_-1204058702', u'COPY_-1204057677'), (u'INT_ADD_-1204058271', u'MULTIEQUAL_-1204057481'), (u'INT_ADD_-1204058815', u'CAST_-1204057669'), (u'INT_EQUAL_-1204058799', u'CBRANCH_-1204058777'), (u'SUBPIECE_-1204057666', u'INT_XOR_-1204058389'), (u'LOAD_-1204058794', u'INT_SUB_-1204058481'), (u'COPY_-1204057401', u'CALL_-1204058089'), ('const-433', u'LOAD_-1204058827'), (u'INT_ADD_-1204058778', u'CAST_-1204057656'), (u'INT_ADD_-1204058841', u'CAST_-1204057680'), (u'MULTIEQUAL_-1204057773', u'MULTIEQUAL_-1204057959'), (u'INT_MULT_-1204058414', u'INT_RIGHT_-1204058397'), ('const-4', u'INT_SRIGHT_-1204058454'), ('const-24', u'INT_ADD_-1204058888'), ('const-207', u'CALL_-1204058121'), (u'CAST_-1204057680', u'LOAD_-1204058857'), ('const-4294967292', u'BRANCH_-1204058419'), (u'COPY_-1204058430', u'MULTIEQUAL_-1204057998'), ('const-433', u'LOAD_-1204058904'), (u'LOAD_-1204058646', u'STORE_-1204058621'), (u'COPY_-1204057422', u'CALL_-1204058121'), (u'INT_AND_-1204057902', u'INT_EQUAL_-1204058928'), (u'LOAD_-1204058787', u'MULTIEQUAL_-1204057988'), (u'CAST_-1204057656', u'LOAD_-1204058794'), (u'LOAD_-1204058251', u'MULTIEQUAL_-1204057988'), (u'INT_EQUAL_-1204058415', u'CBRANCH_-1204058420'), ('const-433', u'LOAD_-1204058646'), ('tmp_736', u'CBRANCH_-1204058524'), ('const-3699608', u'COPY_-1204057426'), (u'LOAD_-1204058814', u'INT_EQUAL_-1204058799'), (u'CAST_-1204057709', u'LOAD_-1204058904')]
null
null
00248490
x64
O2
(translation_unit "void FUN_00248490(long param_1,long param_2)\n\n{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}\n\n" (function_definition "void FUN_00248490(long param_1,long param_2)\n\n{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" primitive_type (function_declarator "FUN_00248490(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" { comment (expression_statement "FUN_0018ff20("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0018ff20("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "lVar2 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "FUN_0018ff20("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0018ff20("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" if (parenthesized_expression "((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1))" ( (binary_expression "(lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)" (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar2 + lVar1)" ( (binary_expression "*(long *)(param_2 + 0x10) < lVar2 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (binary_expression "lVar2 + lVar1" identifier + identifier)) ))) )) (compound_statement "{\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" { (expression_statement "FUN_0020a1d0();" (call_expression "FUN_0020a1d0()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_002485f2;" goto statement_identifier ;) })) (expression_statement "lVar2 = lVar2 + *(long *)(param_2 + 0x18);" (assignment_expression "lVar2 = lVar2 + *(long *)(param_2 + 0x18)" identifier = (binary_expression "lVar2 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "lVar4 = *(long *)(param_1 + 0x50);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x50)" identifier = (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" identifier = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5))" ( (binary_expression "(*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)" (parenthesized_expression "(*(char *)(param_1 + 0x40) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x40) == '\0'" (pointer_expression "*(char *)(param_1 + 0x40)" * (cast_expression "(char *)(param_1 + 0x40)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(lVar4 == lVar5)" ( (binary_expression "lVar4 == lVar5" identifier == identifier) ))) )) (compound_statement "{\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }" { (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" identifier = identifier) ;) (if_statement "if (lVar4 != lVar5) goto LAB_00248500;" if (parenthesized_expression "(lVar4 != lVar5)" ( (binary_expression "lVar4 != lVar5" identifier != identifier) )) (goto_statement "goto LAB_00248500;" goto statement_identifier ;)) (labeled_statement "LAB_002485d8:\n lVar6 = 0;" statement_identifier : (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;)) }) (else_clause "else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" else (compound_statement "{\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" { (expression_statement "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;" (assignment_expression "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555" identifier = (binary_expression "(lVar4 - lVar5 >> 4) * -0x5555555555555555" (parenthesized_expression "(lVar4 - lVar5 >> 4)" ( (binary_expression "lVar4 - lVar5 >> 4" (binary_expression "lVar4 - lVar5" identifier - identifier) >> number_literal) )) * number_literal)) ;) (expression_statement "lVar7 = 0x3f;" (assignment_expression "lVar7 = 0x3f" identifier = number_literal) ;) (if_statement "if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" { (for_statement "for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }" for ( ; (binary_expression "uVar3 >> lVar7 == 0" (binary_expression "uVar3 >> lVar7" identifier >> identifier) == number_literal) ; (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (expression_statement "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);" (call_expression "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" identifier (argument_list "(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" ( identifier , identifier , (binary_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2" (parenthesized_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f))" ( (binary_expression "0x3f - (long)(int)((uint)lVar7 ^ 0x3f)" number_literal - (cast_expression "(long)(int)((uint)lVar7 ^ 0x3f)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)((uint)lVar7 ^ 0x3f)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)lVar7 ^ 0x3f)" ( (binary_expression "(uint)lVar7 ^ 0x3f" (cast_expression "(uint)lVar7" ( (type_descriptor "uint" type_identifier) ) identifier) ^ number_literal) ))))) )) * number_literal) ))) ;) (if_statement "if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" if (parenthesized_expression "(lVar4 - lVar5 < 0x301)" ( (binary_expression "lVar4 - lVar5 < 0x301" (binary_expression "lVar4 - lVar5" identifier - identifier) < number_literal) )) (compound_statement "{\n FUN_002464a0(lVar5,lVar4);\n }" { (expression_statement "FUN_002464a0(lVar5,lVar4);" (call_expression "FUN_002464a0(lVar5,lVar4)" identifier (argument_list "(lVar5,lVar4)" ( identifier , identifier ))) ;) }) (else_clause "else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" else (compound_statement "{\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" { (expression_statement "lVar7 = lVar5 + 0x300;" (assignment_expression "lVar7 = lVar5 + 0x300" identifier = (binary_expression "lVar5 + 0x300" identifier + number_literal)) ;) (expression_statement "FUN_002464a0(lVar5,lVar7);" (call_expression "FUN_002464a0(lVar5,lVar7)" identifier (argument_list "(lVar5,lVar7)" ( identifier , identifier ))) ;) (for_statement "for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }" for ( ; (binary_expression "lVar4 != lVar7" identifier != identifier) ; (assignment_expression "lVar7 = lVar7 + 0x30" identifier = (binary_expression "lVar7 + 0x30" identifier + number_literal)) ) (compound_statement "{\n FUN_00246400(lVar7);\n }" { (expression_statement "FUN_00246400(lVar7);" (call_expression "FUN_00246400(lVar7)" identifier (argument_list "(lVar7)" ( identifier ))) ;) })) }))) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" identifier = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" identifier = identifier) ;) (if_statement "if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;" if (parenthesized_expression "(*(long *)(param_1 + 0x50) == lVar5)" ( (binary_expression "*(long *)(param_1 + 0x50) == lVar5" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == identifier) )) (goto_statement "goto LAB_002485d8;" goto statement_identifier ;)) (labeled_statement "LAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" statement_identifier : (do_statement "do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" do (compound_statement "{\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n }" { (expression_statement "lVar6 = lVar7 + 0x18;" (assignment_expression "lVar6 = lVar7 + 0x18" identifier = (binary_expression "lVar7 + 0x18" identifier + number_literal)) ;) (expression_statement "lVar4 = lVar5 + 0x30;" (assignment_expression "lVar4 = lVar5 + 0x30" identifier = (binary_expression "lVar5 + 0x30" identifier + number_literal)) ;) (expression_statement "FUN_0023f490(lVar5,lVar7);" (call_expression "FUN_0023f490(lVar5,lVar7)" identifier (argument_list "(lVar5,lVar7)" ( identifier , identifier ))) ;) (expression_statement "lVar5 = lVar4;" (assignment_expression "lVar5 = lVar4" identifier = identifier) ;) (expression_statement "lVar7 = lVar6;" (assignment_expression "lVar7 = lVar6" identifier = identifier) ;) }) while (parenthesized_expression "(*(long *)(param_1 + 0x50) != lVar4)" ( (binary_expression "*(long *)(param_1 + 0x50) != lVar4" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != identifier) )) ;)) (expression_statement "lVar6 = lVar6 - lVar2;" (assignment_expression "lVar6 = lVar6 - lVar2" identifier = (binary_expression "lVar6 - lVar2" identifier - identifier)) ;) }))) (if_statement "if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" if (parenthesized_expression "(lVar1 == lVar6)" ( (binary_expression "lVar1 == lVar6" identifier == identifier) )) (compound_statement "{\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" { (if_statement "if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" if (parenthesized_expression "(lVar5 != *(long *)(param_1 + 0x48))" ( (binary_expression "lVar5 != *(long *)(param_1 + 0x48)" identifier != (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" { (expression_statement "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);" (assignment_expression "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48)" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) })) (return_statement "return;" return ;) })) (labeled_statement "LAB_002485f2:\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" statement_identifier : comment (expression_statement "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" (call_expression "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic")" identifier (argument_list "("../../gold/output.h",0x669,"do_write_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_write_generic"" " string_content ") ))) ;)) })))
(translation_unit "/* DWARF original prototype: void do_write(Output_data_reloc_base<4,_true,_64,_false> * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_data_reloc_base<4,_true,_64,_false>::do_write\n (Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of)\n\n{\n byte bVar1;\n long lVar2;\n uchar *puVar3;\n ulong uVar4;\n Output_file *in_RCX;\n void *__buf;\n void *extraout_RDX;\n void *extraout_RDX_00;\n void *extraout_RDX_01;\n void *extraout_RDX_02;\n Output_reloc<4,_true,_64,_false> *pOVar5;\n Output_reloc<4,_true,_64,_false> *this_00;\n uchar *puVar6;\n uchar *puVar7;\n long lVar8;\n Output_reloc<4,_true,_64,_false> *pOVar9;\n \n bVar1 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20;\n if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }\n __buf = (void *)(ulong)(bVar1 & 2);\n lVar8 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;\n if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }\n lVar2 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_;\n if ((lVar8 < 0) || (__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf)) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX);\n goto LAB_002485f2;\n }\n puVar3 = of->base_ + lVar8;\n pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish;\n this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n if (((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (pOVar5 == this_00)) {\n puVar6 = puVar3;\n if (pOVar5 != this_00) goto LAB_00248500;\nLAB_002485d8:\n lVar8 = 0;\n }\n else {\n uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555;\n lVar8 = 0x3f;\n if (uVar4 != 0) {\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);\n if ((long)pOVar5 - (long)this_00 < 0x301) {\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }\n else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }\n this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n puVar6 = puVar3;\n if ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00) goto LAB_002485d8;\nLAB_00248500:\n do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);\n lVar8 = (long)puVar7 - (long)puVar3;\n }\n if (lVar2 == lVar8) {\n pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n if (this_00 != pOVar5) {\n (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n return;\n }\nLAB_002485f2:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x669,"do_write_generic");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc_base<4,_true,_64,_false>::do_write\n (Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::do_write\n (Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of)\n\n{\n byte" identifier > : : (function_declarator "do_write\n (Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of)" identifier (parameter_list "(Output_data_reloc_base<4,_true,_64,_false> *this,Output_file *of)" ( (parameter_declaration "Output_data_reloc_base" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_file *of" type_identifier (pointer_declarator "*of" * identifier)) ))) { identifier) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uchar *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "Output_file *in_RCX;" type_identifier (pointer_declarator "*in_RCX" * identifier) ;) (declaration "void *__buf;" primitive_type (pointer_declarator "*__buf" * identifier) ;) (declaration "void *extraout_RDX;" primitive_type (pointer_declarator "*extraout_RDX" * identifier) ;) (declaration "void *extraout_RDX_00;" primitive_type (pointer_declarator "*extraout_RDX_00" * identifier) ;) (declaration "void *extraout_RDX_01;" primitive_type (pointer_declarator "*extraout_RDX_01" * identifier) ;) (declaration "void *extraout_RDX_02;" primitive_type (pointer_declarator "*extraout_RDX_02" * identifier) ;) (expression_statement "Output_reloc<4,_true,_64,_false> *pOVar5;" (update_expression "Output_reloc<4,_true,_64,_false> *pOVar5" (binary_expression "Output_reloc<4,_true,_64,_false> *pOVar5" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar5" * identifier)) --) ;) (expression_statement "Output_reloc<4,_true,_64,_false> *this_00;" (update_expression "Output_reloc<4,_true,_64,_false> *this_00" (binary_expression "Output_reloc<4,_true,_64,_false> *this_00" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*this_00" * identifier)) --) ;) (declaration "uchar *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "uchar *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (expression_statement "Output_reloc<4,_true,_64,_false> *pOVar9;" (update_expression "Output_reloc<4,_true,_64,_false> *pOVar9" (binary_expression "Output_reloc<4,_true,_64,_false> *pOVar9" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar9" * identifier)) --) ;) (expression_statement "bVar1 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20;" (assignment_expression "bVar1 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20" identifier = (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_reloc_generic)" ( (field_expression "this->super_Output_data_reloc_generic" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 4) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((bVar1 & 4) == 0)" ( (binary_expression "(bVar1 & 4) == 0" (parenthesized_expression "(bVar1 & 4)" ( (binary_expression "bVar1 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xe3,"offset");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xe3,"offset");" (call_expression "do_gold_unreachable("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "__buf = (void *)(ulong)(bVar1 & 2);" (assignment_expression "__buf = (void *)(ulong)(bVar1 & 2)" identifier = (cast_expression "(void *)(ulong)(bVar1 & 2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(ulong)(bVar1 & 2)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) ))))) ;) (expression_statement "lVar8 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_;" (assignment_expression "lVar8 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" identifier = (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.offset_" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_reloc_generic)" ( (field_expression "this->super_Output_data_reloc_generic" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar1 & 2) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((bVar1 & 2) == 0)" ( (binary_expression "(bVar1 & 2) == 0" (parenthesized_expression "(bVar1 & 2)" ( (binary_expression "bVar1 & 2" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xcf,"data_size");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xcf,"data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "lVar2 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_;" (assignment_expression "lVar2 = (this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" identifier = (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build.\n super_Output_section_data" (field_expression "(this->super_Output_data_reloc_generic).super_Output_section_data_build" (parenthesized_expression "(this->super_Output_data_reloc_generic)" ( (field_expression "this->super_Output_data_reloc_generic" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((lVar8 < 0) || (__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf)) {\n Output_file::get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX);\n goto LAB_002485f2;\n }" if (parenthesized_expression "((lVar8 < 0) || (__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf))" ( (binary_expression "(lVar8 < 0) || (__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf)" (parenthesized_expression "(lVar8 < 0)" ( (binary_expression "lVar8 < 0" identifier < number_literal) )) || (parenthesized_expression "(__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf)" ( (comma_expression "__buf = (void *)(lVar8 + lVar2), of->file_size_ < (long)__buf" (assignment_expression "__buf = (void *)(lVar8 + lVar2)" identifier = (cast_expression "(void *)(lVar8 + lVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar8 + lVar2)" ( (binary_expression "lVar8 + lVar2" identifier + identifier) )))) , (binary_expression "of->file_size_ < (long)__buf" (field_expression "of->file_size_" identifier -> field_identifier) < (cast_expression "(long)__buf" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ))) )) (compound_statement "{\n Output_file::get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX);\n goto LAB_002485f2;\n }" { (labeled_statement "Output_file::get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX);" statement_identifier : (ERROR ":" :) (expression_statement "get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX);" (call_expression "get_output_view((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX)" identifier (argument_list "((Output_file *)this,(off_t)of,(size_t)__buf,in_RCX)" ( (cast_expression "(Output_file *)this" ( (type_descriptor "Output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(off_t)of" ( (type_descriptor "off_t" type_identifier) ) identifier) , (cast_expression "(size_t)__buf" ( (type_descriptor "size_t" primitive_type) ) identifier) , identifier ))) ;)) (goto_statement "goto LAB_002485f2;" goto statement_identifier ;) })) (expression_statement "puVar3 = of->base_ + lVar8;" (assignment_expression "puVar3 = of->base_ + lVar8" identifier = (binary_expression "of->base_ + lVar8" (field_expression "of->base_" identifier -> field_identifier) + identifier)) ;) (expression_statement "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish;" (field_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish" (field_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;" (field_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start" (field_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "this_00 = (this->relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (pOVar5 == this_00)) {\n puVar6 = puVar3;\n if (pOVar5 != this_00) goto LAB_00248500;\nLAB_002485d8:\n lVar8 = 0;\n }\n else {\n uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555;\n lVar8 = 0x3f;\n if (uVar4 != 0) {\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);\n if ((long)pOVar5 - (long)this_00 < 0x301) {\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }\n else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }\n this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n puVar6 = puVar3;\n if ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00) goto LAB_002485d8;\nLAB_00248500:\n do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);\n lVar8 = (long)puVar7 - (long)puVar3;\n }" if (parenthesized_expression "(((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (pOVar5 == this_00))" ( (binary_expression "((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (pOVar5 == this_00)" (parenthesized_expression "((this->super_Output_data_reloc_generic).sort_relocs_ == false)" ( (binary_expression "(this->super_Output_data_reloc_generic).sort_relocs_ == false" (field_expression "(this->super_Output_data_reloc_generic).sort_relocs_" (parenthesized_expression "(this->super_Output_data_reloc_generic)" ( (field_expression "this->super_Output_data_reloc_generic" identifier -> field_identifier) )) . field_identifier) == false) )) || (parenthesized_expression "(pOVar5 == this_00)" ( (binary_expression "pOVar5 == this_00" identifier == identifier) ))) )) (compound_statement "{\n puVar6 = puVar3;\n if (pOVar5 != this_00) goto LAB_00248500;\nLAB_002485d8:\n lVar8 = 0;\n }" { (expression_statement "puVar6 = puVar3;" (assignment_expression "puVar6 = puVar3" identifier = identifier) ;) (if_statement "if (pOVar5 != this_00) goto LAB_00248500;" if (parenthesized_expression "(pOVar5 != this_00)" ( (binary_expression "pOVar5 != this_00" identifier != identifier) )) (goto_statement "goto LAB_00248500;" goto statement_identifier ;)) (labeled_statement "LAB_002485d8:\n lVar8 = 0;" statement_identifier : (expression_statement "lVar8 = 0;" (assignment_expression "lVar8 = 0" identifier = number_literal) ;)) }) (else_clause "else {\n uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555;\n lVar8 = 0x3f;\n if (uVar4 != 0) {\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);\n if ((long)pOVar5 - (long)this_00 < 0x301) {\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }\n else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }\n this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n puVar6 = puVar3;\n if ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00) goto LAB_002485d8;\nLAB_00248500:\n do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);\n lVar8 = (long)puVar7 - (long)puVar3;\n }" else (compound_statement "{\n uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555;\n lVar8 = 0x3f;\n if (uVar4 != 0) {\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);\n if ((long)pOVar5 - (long)this_00 < 0x301) {\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }\n else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }\n this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n puVar6 = puVar3;\n if ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00) goto LAB_002485d8;\nLAB_00248500:\n do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);\n lVar8 = (long)puVar7 - (long)puVar3;\n }" { (expression_statement "uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555;" (assignment_expression "uVar4 = ((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555" identifier = (binary_expression "((long)pOVar5 - (long)this_00 >> 4) * -0x5555555555555555" (parenthesized_expression "((long)pOVar5 - (long)this_00 >> 4)" ( (binary_expression "(long)pOVar5 - (long)this_00 >> 4" (binary_expression "(long)pOVar5 - (long)this_00" (cast_expression "(long)pOVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)this_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) )) * number_literal)) ;) (expression_statement "lVar8 = 0x3f;" (assignment_expression "lVar8 = 0x3f" identifier = number_literal) ;) (if_statement "if (uVar4 != 0) {\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }" if (parenthesized_expression "(uVar4 != 0)" ( (binary_expression "uVar4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }\n }" { (for_statement "for (; uVar4 >> lVar8 == 0; lVar8 = lVar8 + -1) {\n }" for ( ; (binary_expression "uVar4 >> lVar8 == 0" (binary_expression "uVar4 >> lVar8" identifier >> identifier) == number_literal) ; (assignment_expression "lVar8 = lVar8 + -1" identifier = (binary_expression "lVar8 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (labeled_statement "std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);" statement_identifier (ERROR "::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx:" : : (binary_expression "__introsort_loop<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>*,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>*,_std" identifier , (comma_expression "_64,_false>*,_std" identifier , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>_>_>_>,_long_int,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>_>,_long_int,___gnu_cxx" identifier , (comma_expression "_64,_false>_>_>_>,_long_int,___gnu_cxx" identifier , (comma_expression "_false>_>_>_>,_long_int,___gnu_cxx" (binary_expression "_false>_>_>_>,_long_int" (binary_expression "_false>_>_>_" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier) , identifier)))) :) : (labeled_statement "__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);" statement_identifier (ERROR "::_Iter_comp_iter<gold:" : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) :) : (expression_statement "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2);" (comma_expression "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2)" identifier , (comma_expression "_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2)" identifier , (binary_expression "_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2)" (binary_expression "_false>::Sort_relocs_comparison>_" (binary_expression "_false>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2)" ( (comma_expression "this_00,pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2" identifier , (comma_expression "pOVar5,(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2" identifier , (binary_expression "(0x3f - (long)(int)((uint)lVar8 ^ 0x3f)) * 2" (parenthesized_expression "(0x3f - (long)(int)((uint)lVar8 ^ 0x3f))" ( (binary_expression "0x3f - (long)(int)((uint)lVar8 ^ 0x3f)" number_literal - (cast_expression "(long)(int)((uint)lVar8 ^ 0x3f)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)((uint)lVar8 ^ 0x3f)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)lVar8 ^ 0x3f)" ( (binary_expression "(uint)lVar8 ^ 0x3f" (cast_expression "(uint)lVar8" ( (type_descriptor "uint" type_identifier) ) identifier) ^ number_literal) ))))) )) * number_literal))) )))))) ;))) (if_statement "if ((long)pOVar5 - (long)this_00 < 0x301) {\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }\n else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }" if (parenthesized_expression "((long)pOVar5 - (long)this_00 < 0x301)" ( (binary_expression "(long)pOVar5 - (long)this_00 < 0x301" (binary_expression "(long)pOVar5 - (long)this_00" (cast_expression "(long)pOVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)this_00" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) < number_literal) )) (compound_statement "{\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);\n __buf = extraout_RDX_02;\n }" { (labeled_statement "std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);" statement_identifier (ERROR "::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx:" : : (binary_expression "__insertion_sort<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>*,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>*,_std" identifier , (comma_expression "_64,_false>*,_std" identifier , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>_>,___gnu_cxx" identifier , (comma_expression "_64,_false>_>_>_>,___gnu_cxx" identifier , (binary_expression "_false>_>_>_>,___gnu_cxx" (binary_expression "_false>_>_>_" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier)))) :) : (labeled_statement "__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);" statement_identifier (ERROR "::_Iter_comp_iter<gold:" : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) :) : (expression_statement "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5);" (comma_expression "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5)" identifier , (comma_expression "_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5)" identifier , (binary_expression "_false>::Sort_relocs_comparison>_>\n (this_00,pOVar5)" (binary_expression "_false>::Sort_relocs_comparison>_" (binary_expression "_false>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(this_00,pOVar5)" ( (comma_expression "this_00,pOVar5" identifier , identifier) )))))) ;))) (expression_statement "__buf = extraout_RDX_02;" (assignment_expression "__buf = extraout_RDX_02" identifier = identifier) ;) }) (else_clause "else {\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }" else (compound_statement "{\n pOVar9 = this_00 + 0x10;\n std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);\n __buf = extraout_RDX_00;\n for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }\n }" { (expression_statement "pOVar9 = this_00 + 0x10;" (assignment_expression "pOVar9 = this_00 + 0x10" identifier = (binary_expression "this_00 + 0x10" identifier + number_literal)) ;) (labeled_statement "std::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);" statement_identifier (ERROR "::\n __insertion_sort<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx:" : : (binary_expression "__insertion_sort<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>*,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>*,_std" identifier , (comma_expression "_64,_false>*,_std" identifier , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>_>,___gnu_cxx" identifier , (comma_expression "_64,_false>_>_>_>,___gnu_cxx" identifier , (binary_expression "_false>_>_>_>,___gnu_cxx" (binary_expression "_false>_>_>_" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier)))) :) : (labeled_statement "__ops::_Iter_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);" statement_identifier (ERROR "::_Iter_comp_iter<gold:" : : (binary_expression "_Iter_comp_iter<gold" identifier < identifier) :) : (expression_statement "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9);" (comma_expression "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9)" identifier , (comma_expression "_64,_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9)" identifier , (binary_expression "_false>::Sort_relocs_comparison>_>\n (this_00,pOVar9)" (binary_expression "_false>::Sort_relocs_comparison>_" (binary_expression "_false>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(this_00,pOVar9)" ( (comma_expression "this_00,pOVar9" identifier , identifier) )))))) ;))) (expression_statement "__buf = extraout_RDX_00;" (assignment_expression "__buf = extraout_RDX_00" identifier = identifier) ;) (for_statement "for (; pOVar5 != pOVar9; pOVar9 = pOVar9 + 1) {\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }" for ( ; (binary_expression "pOVar5 != pOVar9" identifier != identifier) ; (assignment_expression "pOVar9 = pOVar9 + 1" identifier = (binary_expression "pOVar9 + 1" identifier + number_literal)) ) (compound_statement "{\n std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);\n __buf = extraout_RDX_01;\n }" { (labeled_statement "std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);" statement_identifier (ERROR "::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_reloc<4,_true,_64,_false>*,_std::vector<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx:" : : (binary_expression "__unguarded_linear_insert<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>*,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>*,_std" identifier , (comma_expression "_64,_false>*,_std" identifier , (binary_expression "_false>*,_std" identifier > (pointer_expression "*,_std" * (ERROR "," ,) identifier))))) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_true,_64,_false>_>_>_>,___gnu_cxx" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>_>,___gnu_cxx" identifier , (comma_expression "_64,_false>_>_>_>,___gnu_cxx" identifier , (binary_expression "_false>_>_>_>,___gnu_cxx" (binary_expression "_false>_>_>_" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > identifier) > (ERROR "," ,) identifier)))) :) : (labeled_statement "__ops::_Val_comp_iter<gold::Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);" statement_identifier (ERROR "::_Val_comp_iter<gold:" : : (binary_expression "_Val_comp_iter<gold" identifier < identifier) :) : (expression_statement "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9);" (comma_expression "Output_data_reloc_base<4,_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9)" (binary_expression "Output_data_reloc_base<4" identifier < number_literal) , (comma_expression "_true,_64,_false>::Sort_relocs_comparison>_>\n (pOVar9)" identifier , (comma_expression "_64,_false>::Sort_relocs_comparison>_>\n (pOVar9)" identifier , (binary_expression "_false>::Sort_relocs_comparison>_>\n (pOVar9)" (binary_expression "_false>::Sort_relocs_comparison>_" (binary_expression "_false>::Sort_relocs_comparison" identifier > (ERROR "::" : :) identifier) > identifier) > (parenthesized_expression "(pOVar9)" ( identifier )))))) ;))) (expression_statement "__buf = extraout_RDX_01;" (assignment_expression "__buf = extraout_RDX_01" identifier = identifier) ;) })) }))) (ERROR "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::" (comma_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "this_00 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "this_00 = (this->relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;" (comma_expression "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_start" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_start" identifier , (field_expression "_false>_>_>\n ._M_impl._M_start" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ;) (expression_statement "puVar6 = puVar3;" (assignment_expression "puVar6 = puVar3" identifier = identifier) ;) (if_statement "if ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00) goto LAB_002485d8;" if (parenthesized_expression "((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00)" ( (ERROR "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::" (comma_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_finish == this_00" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_finish == this_00" identifier , (binary_expression "_false>_>_>\n ._M_impl._M_finish == this_00" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == identifier)))) )) (goto_statement "goto LAB_002485d8;" goto statement_identifier ;)) (labeled_statement "LAB_00248500:\n do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);" statement_identifier : (do_statement "do {\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n } while ((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5);" do (compound_statement "{\n puVar7 = puVar6 + 0x18;\n pOVar5 = this_00 + 1;\n Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);\n __buf = extraout_RDX;\n this_00 = pOVar5;\n puVar6 = puVar7;\n }" { (expression_statement "puVar7 = puVar6 + 0x18;" (assignment_expression "puVar7 = puVar6 + 0x18" identifier = (binary_expression "puVar6 + 0x18" identifier + number_literal)) ;) (expression_statement "pOVar5 = this_00 + 1;" (assignment_expression "pOVar5 = this_00 + 1" identifier = (binary_expression "this_00 + 1" identifier + number_literal)) ;) (expression_statement "Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX);" (comma_expression "Output_reloc<4,_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX)" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX)" identifier , (comma_expression "_64,_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX)" identifier , (binary_expression "_false>::write(this_00,(int)puVar6,__buf,(size_t)in_RCX)" identifier > (ERROR "::" : :) (call_expression "write(this_00,(int)puVar6,__buf,(size_t)in_RCX)" identifier (argument_list "(this_00,(int)puVar6,__buf,(size_t)in_RCX)" ( identifier , (cast_expression "(int)puVar6" ( (type_descriptor "int" primitive_type) ) identifier) , identifier , (cast_expression "(size_t)in_RCX" ( (type_descriptor "size_t" primitive_type) ) identifier) ))))))) ;) (expression_statement "__buf = extraout_RDX;" (assignment_expression "__buf = extraout_RDX" identifier = identifier) ;) (expression_statement "this_00 = pOVar5;" (assignment_expression "this_00 = pOVar5" identifier = identifier) ;) (expression_statement "puVar6 = puVar7;" (assignment_expression "puVar6 = puVar7" identifier = identifier) ;) }) while (parenthesized_expression "((this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5)" ( (ERROR "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::" (comma_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_finish != pOVar5" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_finish != pOVar5" identifier , (binary_expression "_false>_>_>\n ._M_impl._M_finish != pOVar5" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier)))) )) ;)) (expression_statement "lVar8 = (long)puVar7 - (long)puVar3;" (assignment_expression "lVar8 = (long)puVar7 - (long)puVar3" identifier = (binary_expression "(long)puVar7 - (long)puVar3" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) }))) (if_statement "if (lVar2 == lVar8) {\n pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n if (this_00 != pOVar5) {\n (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n return;\n }" if (parenthesized_expression "(lVar2 == lVar8)" ( (binary_expression "lVar2 == lVar8" identifier == identifier) )) (compound_statement "{\n pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;\n if (this_00 != pOVar5) {\n (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;\n }\n return;\n }" { (ERROR "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::" (comma_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "pOVar5 = (this->relocs_).\n super__Vector_base<gold" identifier = (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start;" (comma_expression "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_start" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_start" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_start" identifier , (field_expression "_false>_>_>\n ._M_impl._M_start" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)))) ;) (if_statement "if (this_00 != pOVar5) {\n (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;\n }" if (parenthesized_expression "(this_00 != pOVar5)" ( (binary_expression "this_00 != pOVar5" identifier != identifier) )) (compound_statement "{\n (this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;\n }" { (ERROR "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std::allocator<gold::" (comma_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4,_true,_64,_false>,_std" (binary_expression "(this->relocs_).\n super__Vector_base<gold::Output_reloc<4" (binary_expression "(this->relocs_).\n super__Vector_base<gold" (field_expression "(this->relocs_).\n super__Vector_base" (parenthesized_expression "(this->relocs_)" ( (field_expression "this->relocs_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_true,_64,_false>,_std" identifier , (comma_expression "_64,_false>,_std" identifier , (binary_expression "_false>,_std" identifier > (ERROR "," ,) identifier)))) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5;" (comma_expression "Output_reloc<4,_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_true,_64,_false>_>_>\n ._M_impl._M_finish = pOVar5" identifier , (comma_expression "_64,_false>_>_>\n ._M_impl._M_finish = pOVar5" identifier , (assignment_expression "_false>_>_>\n ._M_impl._M_finish = pOVar5" (field_expression "_false>_>_>\n ._M_impl._M_finish" (field_expression "_false>_>_>\n ._M_impl" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier)))) ;) })) (return_statement "return;" return ;) })) (labeled_statement "LAB_002485f2:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x669,"do_write_generic");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x669,"do_write_generic");" (call_expression "do_gold_unreachable("../../gold/output.h",0x669,"do_write_generic")" identifier (argument_list "("../../gold/output.h",0x669,"do_write_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_write_generic"" " string_content ") ))) ;)) (ERROR "}" }))
(translation_unit "void FUN_00248490(long param_1,long param_2)\n\n{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}\n\n" (function_definition "void FUN_00248490(long param_1,long param_2)\n\n{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" primitive_type (function_declarator "FUN_00248490(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" { (expression_statement "FUN_0018ff20("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0018ff20("../../gold/output.h",0xe3,"offset")" identifier (argument_list "("../../gold/output.h",0xe3,"offset")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""offset"" " string_content ") ))) ;) })) (expression_statement "lVar2 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x18)" identifier = (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" { (expression_statement "FUN_0018ff20("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0018ff20("../../gold/output.h",0xcf,"data_size")" identifier (argument_list "("../../gold/output.h",0xcf,"data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""data_size"" " string_content ") ))) ;) })) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" if (parenthesized_expression "((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1))" ( (binary_expression "(lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)" (parenthesized_expression "(lVar2 < 0)" ( (binary_expression "lVar2 < 0" identifier < number_literal) )) || (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar2 + lVar1)" ( (binary_expression "*(long *)(param_2 + 0x10) < lVar2 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) < (binary_expression "lVar2 + lVar1" identifier + identifier)) ))) )) (compound_statement "{\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" { (expression_statement "FUN_0020a1d0();" (call_expression "FUN_0020a1d0()" identifier (argument_list "()" ( ))) ;) (goto_statement "goto LAB_002485f2;" goto statement_identifier ;) })) (expression_statement "lVar2 = lVar2 + *(long *)(param_2 + 0x18);" (assignment_expression "lVar2 = lVar2 + *(long *)(param_2 + 0x18)" identifier = (binary_expression "lVar2 + *(long *)(param_2 + 0x18)" identifier + (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))))) ;) (expression_statement "lVar4 = *(long *)(param_1 + 0x50);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x50)" identifier = (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" identifier = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (if_statement "if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" if (parenthesized_expression "((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5))" ( (binary_expression "(*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)" (parenthesized_expression "(*(char *)(param_1 + 0x40) == '\0')" ( (binary_expression "*(char *)(param_1 + 0x40) == '\0'" (pointer_expression "*(char *)(param_1 + 0x40)" * (cast_expression "(char *)(param_1 + 0x40)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(lVar4 == lVar5)" ( (binary_expression "lVar4 == lVar5" identifier == identifier) ))) )) (compound_statement "{\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }" { (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" identifier = identifier) ;) (if_statement "if (lVar4 != lVar5) goto LAB_00248500;" if (parenthesized_expression "(lVar4 != lVar5)" ( (binary_expression "lVar4 != lVar5" identifier != identifier) )) (goto_statement "goto LAB_00248500;" goto statement_identifier ;)) (labeled_statement "LAB_002485d8:\n lVar6 = 0;" statement_identifier : (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;)) }) (else_clause "else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" else (compound_statement "{\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" { (expression_statement "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;" (assignment_expression "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555" identifier = (binary_expression "(lVar4 - lVar5 >> 4) * -0x5555555555555555" (parenthesized_expression "(lVar4 - lVar5 >> 4)" ( (binary_expression "lVar4 - lVar5 >> 4" (binary_expression "lVar4 - lVar5" identifier - identifier) >> number_literal) )) * number_literal)) ;) (expression_statement "lVar7 = 0x3f;" (assignment_expression "lVar7 = 0x3f" identifier = number_literal) ;) (if_statement "if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" { (for_statement "for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }" for ( ; (binary_expression "uVar3 >> lVar7 == 0" (binary_expression "uVar3 >> lVar7" identifier >> identifier) == number_literal) ; (assignment_expression "lVar7 = lVar7 + -1" identifier = (binary_expression "lVar7 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (expression_statement "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);" (call_expression "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" identifier (argument_list "(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" ( identifier , identifier , (binary_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2" (parenthesized_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f))" ( (binary_expression "0x3f - (long)(int)((uint)lVar7 ^ 0x3f)" number_literal - (cast_expression "(long)(int)((uint)lVar7 ^ 0x3f)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)((uint)lVar7 ^ 0x3f)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)lVar7 ^ 0x3f)" ( (binary_expression "(uint)lVar7 ^ 0x3f" (cast_expression "(uint)lVar7" ( (type_descriptor "uint" type_identifier) ) identifier) ^ number_literal) ))))) )) * number_literal) ))) ;) (if_statement "if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" if (parenthesized_expression "(lVar4 - lVar5 < 0x301)" ( (binary_expression "lVar4 - lVar5 < 0x301" (binary_expression "lVar4 - lVar5" identifier - identifier) < number_literal) )) (compound_statement "{\n FUN_002464a0(lVar5,lVar4);\n }" { (expression_statement "FUN_002464a0(lVar5,lVar4);" (call_expression "FUN_002464a0(lVar5,lVar4)" identifier (argument_list "(lVar5,lVar4)" ( identifier , identifier ))) ;) }) (else_clause "else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" else (compound_statement "{\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" { (expression_statement "lVar7 = lVar5 + 0x300;" (assignment_expression "lVar7 = lVar5 + 0x300" identifier = (binary_expression "lVar5 + 0x300" identifier + number_literal)) ;) (expression_statement "FUN_002464a0(lVar5,lVar7);" (call_expression "FUN_002464a0(lVar5,lVar7)" identifier (argument_list "(lVar5,lVar7)" ( identifier , identifier ))) ;) (for_statement "for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }" for ( ; (binary_expression "lVar4 != lVar7" identifier != identifier) ; (assignment_expression "lVar7 = lVar7 + 0x30" identifier = (binary_expression "lVar7 + 0x30" identifier + number_literal)) ) (compound_statement "{\n FUN_00246400(lVar7);\n }" { (expression_statement "FUN_00246400(lVar7);" (call_expression "FUN_00246400(lVar7)" identifier (argument_list "(lVar7)" ( identifier ))) ;) })) }))) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" identifier = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" identifier = identifier) ;) (if_statement "if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;" if (parenthesized_expression "(*(long *)(param_1 + 0x50) == lVar5)" ( (binary_expression "*(long *)(param_1 + 0x50) == lVar5" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) == identifier) )) (goto_statement "goto LAB_002485d8;" goto statement_identifier ;)) (labeled_statement "LAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" statement_identifier : (do_statement "do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" do (compound_statement "{\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n }" { (expression_statement "lVar6 = lVar7 + 0x18;" (assignment_expression "lVar6 = lVar7 + 0x18" identifier = (binary_expression "lVar7 + 0x18" identifier + number_literal)) ;) (expression_statement "lVar4 = lVar5 + 0x30;" (assignment_expression "lVar4 = lVar5 + 0x30" identifier = (binary_expression "lVar5 + 0x30" identifier + number_literal)) ;) (expression_statement "FUN_0023f490(lVar5,lVar7);" (call_expression "FUN_0023f490(lVar5,lVar7)" identifier (argument_list "(lVar5,lVar7)" ( identifier , identifier ))) ;) (expression_statement "lVar5 = lVar4;" (assignment_expression "lVar5 = lVar4" identifier = identifier) ;) (expression_statement "lVar7 = lVar6;" (assignment_expression "lVar7 = lVar6" identifier = identifier) ;) }) while (parenthesized_expression "(*(long *)(param_1 + 0x50) != lVar4)" ( (binary_expression "*(long *)(param_1 + 0x50) != lVar4" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) != identifier) )) ;)) (expression_statement "lVar6 = lVar6 - lVar2;" (assignment_expression "lVar6 = lVar6 - lVar2" identifier = (binary_expression "lVar6 - lVar2" identifier - identifier)) ;) }))) (if_statement "if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" if (parenthesized_expression "(lVar1 == lVar6)" ( (binary_expression "lVar1 == lVar6" identifier == identifier) )) (compound_statement "{\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" { (if_statement "if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" if (parenthesized_expression "(lVar5 != *(long *)(param_1 + 0x48))" ( (binary_expression "lVar5 != *(long *)(param_1 + 0x48)" identifier != (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) )) (compound_statement "{\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" { (expression_statement "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);" (assignment_expression "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48)" (pointer_expression "*(long *)(param_1 + 0x50)" * (cast_expression "(long *)(param_1 + 0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) ;) })) (return_statement "return;" return ;) })) (labeled_statement "LAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" statement_identifier : (expression_statement "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" (call_expression "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic")" identifier (argument_list "("../../gold/output.h",0x669,"do_write_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_write_generic"" " string_content ") ))) ;)) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < (binary_expression IDENT + IDENT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) || (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) >> LIT) )) * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (for_statement for ( ; (binary_expression (binary_expression IDENT >> IDENT) == LIT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) ^ LIT) ))))) )) * LIT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - IDENT) < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (for_statement for ( ; (binary_expression IDENT != IDENT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) }))) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })))
(function_definition "void FUN_00248490(long param_1,long param_2)\n\n{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" (primitive_type "void") (function_declarator "FUN_00248490(long param_1,long param_2)" (identifier "FUN_00248490") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n \n if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }\n lVar2 = *(long *)(param_1 + 0x18);\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }\n lVar1 = *(long *)(param_1 + 0x10);\n if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }\n lVar2 = lVar2 + *(long *)(param_2 + 0x18);\n lVar4 = *(long *)(param_1 + 0x50);\n lVar5 = *(long *)(param_1 + 0x48);\n if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }\n if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }\nLAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 4) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 4) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 4" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0018ff20("../../gold/output.h",0xe3,"offset");\n }" ({ "{") (expression_statement "FUN_0018ff20("../../gold/output.h",0xe3,"offset");" (call_expression "FUN_0018ff20("../../gold/output.h",0xe3,"offset")" (identifier "FUN_0018ff20") (argument_list "("../../gold/output.h",0xe3,"offset")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xe3") (, ",") (string_literal ""offset"" (" """) (string_content "offset") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar2 = *(long *)(param_1 + 0x18);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x18)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0018ff20("../../gold/output.h",0xcf,"data_size");\n }" ({ "{") (expression_statement "FUN_0018ff20("../../gold/output.h",0xcf,"data_size");" (call_expression "FUN_0018ff20("../../gold/output.h",0xcf,"data_size")" (identifier "FUN_0018ff20") (argument_list "("../../gold/output.h",0xcf,"data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xcf") (, ",") (string_literal ""data_size"" (" """) (string_content "data_size") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) {\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" (if "if") (parenthesized_expression "((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1))" (( "(") (binary_expression "(lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)" (parenthesized_expression "(lVar2 < 0)" (( "(") (binary_expression "lVar2 < 0" (identifier "lVar2") (< "<") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(long *)(param_2 + 0x10) < lVar2 + lVar1)" (( "(") (binary_expression "*(long *)(param_2 + 0x10) < lVar2 + lVar1" (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (< "<") (binary_expression "lVar2 + lVar1" (identifier "lVar2") (+ "+") (identifier "lVar1"))) () ")"))) () ")")) (compound_statement "{\n FUN_0020a1d0();\n goto LAB_002485f2;\n }" ({ "{") (expression_statement "FUN_0020a1d0();" (call_expression "FUN_0020a1d0()" (identifier "FUN_0020a1d0") (argument_list "()" (( "(") () ")"))) (; ";")) (goto_statement "goto LAB_002485f2;" (goto "goto") (statement_identifier "LAB_002485f2") (; ";")) (} "}"))) (expression_statement "lVar2 = lVar2 + *(long *)(param_2 + 0x18);" (assignment_expression "lVar2 = lVar2 + *(long *)(param_2 + 0x18)" (identifier "lVar2") (= "=") (binary_expression "lVar2 + *(long *)(param_2 + 0x18)" (identifier "lVar2") (+ "+") (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))))) (; ";")) (expression_statement "lVar4 = *(long *)(param_1 + 0x50);" (assignment_expression "lVar4 = *(long *)(param_1 + 0x50)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" (identifier "lVar5") (= "=") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (if_statement "if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) {\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }\n else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" (if "if") (parenthesized_expression "((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5))" (( "(") (binary_expression "(*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)" (parenthesized_expression "(*(char *)(param_1 + 0x40) == '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0x40) == '\0'" (pointer_expression "*(char *)(param_1 + 0x40)" (* "*") (cast_expression "(char *)(param_1 + 0x40)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(lVar4 == lVar5)" (( "(") (binary_expression "lVar4 == lVar5" (identifier "lVar4") (== "==") (identifier "lVar5")) () ")"))) () ")")) (compound_statement "{\n lVar7 = lVar2;\n if (lVar4 != lVar5) goto LAB_00248500;\nLAB_002485d8:\n lVar6 = 0;\n }" ({ "{") (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" (identifier "lVar7") (= "=") (identifier "lVar2")) (; ";")) (if_statement "if (lVar4 != lVar5) goto LAB_00248500;" (if "if") (parenthesized_expression "(lVar4 != lVar5)" (( "(") (binary_expression "lVar4 != lVar5" (identifier "lVar4") (!= "!=") (identifier "lVar5")) () ")")) (goto_statement "goto LAB_00248500;" (goto "goto") (statement_identifier "LAB_00248500") (; ";"))) (labeled_statement "LAB_002485d8:\n lVar6 = 0;" (statement_identifier "LAB_002485d8") (: ":") (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" (identifier "lVar6") (= "=") (number_literal "0")) (; ";"))) (} "}")) (else_clause "else {\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" (else "else") (compound_statement "{\n uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;\n lVar7 = 0x3f;\n if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }\n FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);\n if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }\n lVar5 = *(long *)(param_1 + 0x48);\n lVar7 = lVar2;\n if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;\nLAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);\n lVar6 = lVar6 - lVar2;\n }" ({ "{") (expression_statement "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555;" (assignment_expression "uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555" (identifier "uVar3") (= "=") (binary_expression "(lVar4 - lVar5 >> 4) * -0x5555555555555555" (parenthesized_expression "(lVar4 - lVar5 >> 4)" (( "(") (binary_expression "lVar4 - lVar5 >> 4" (binary_expression "lVar4 - lVar5" (identifier "lVar4") (- "-") (identifier "lVar5")) (>> ">>") (number_literal "4")) () ")")) (* "*") (number_literal "-0x5555555555555555"))) (; ";")) (expression_statement "lVar7 = 0x3f;" (assignment_expression "lVar7 = 0x3f" (identifier "lVar7") (= "=") (number_literal "0x3f")) (; ";")) (if_statement "if (uVar3 != 0) {\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }\n }" ({ "{") (for_statement "for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) {\n }" (for "for") (( "(") (; ";") (binary_expression "uVar3 >> lVar7 == 0" (binary_expression "uVar3 >> lVar7" (identifier "uVar3") (>> ">>") (identifier "lVar7")) (== "==") (number_literal "0")) (; ";") (assignment_expression "lVar7 = lVar7 + -1" (identifier "lVar7") (= "=") (binary_expression "lVar7 + -1" (identifier "lVar7") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (} "}"))) (expression_statement "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2);" (call_expression "FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" (identifier "FUN_00248240") (argument_list "(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2)" (( "(") (identifier "lVar5") (, ",") (identifier "lVar4") (, ",") (binary_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2" (parenthesized_expression "(0x3f - (long)(int)((uint)lVar7 ^ 0x3f))" (( "(") (binary_expression "0x3f - (long)(int)((uint)lVar7 ^ 0x3f)" (number_literal "0x3f") (- "-") (cast_expression "(long)(int)((uint)lVar7 ^ 0x3f)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)((uint)lVar7 ^ 0x3f)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((uint)lVar7 ^ 0x3f)" (( "(") (binary_expression "(uint)lVar7 ^ 0x3f" (cast_expression "(uint)lVar7" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar7")) (^ "^") (number_literal "0x3f")) () ")"))))) () ")")) (* "*") (number_literal "2")) () ")"))) (; ";")) (if_statement "if (lVar4 - lVar5 < 0x301) {\n FUN_002464a0(lVar5,lVar4);\n }\n else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" (if "if") (parenthesized_expression "(lVar4 - lVar5 < 0x301)" (( "(") (binary_expression "lVar4 - lVar5 < 0x301" (binary_expression "lVar4 - lVar5" (identifier "lVar4") (- "-") (identifier "lVar5")) (< "<") (number_literal "0x301")) () ")")) (compound_statement "{\n FUN_002464a0(lVar5,lVar4);\n }" ({ "{") (expression_statement "FUN_002464a0(lVar5,lVar4);" (call_expression "FUN_002464a0(lVar5,lVar4)" (identifier "FUN_002464a0") (argument_list "(lVar5,lVar4)" (( "(") (identifier "lVar5") (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" (else "else") (compound_statement "{\n lVar7 = lVar5 + 0x300;\n FUN_002464a0(lVar5,lVar7);\n for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }\n }" ({ "{") (expression_statement "lVar7 = lVar5 + 0x300;" (assignment_expression "lVar7 = lVar5 + 0x300" (identifier "lVar7") (= "=") (binary_expression "lVar5 + 0x300" (identifier "lVar5") (+ "+") (number_literal "0x300"))) (; ";")) (expression_statement "FUN_002464a0(lVar5,lVar7);" (call_expression "FUN_002464a0(lVar5,lVar7)" (identifier "FUN_002464a0") (argument_list "(lVar5,lVar7)" (( "(") (identifier "lVar5") (, ",") (identifier "lVar7") () ")"))) (; ";")) (for_statement "for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) {\n FUN_00246400(lVar7);\n }" (for "for") (( "(") (; ";") (binary_expression "lVar4 != lVar7" (identifier "lVar4") (!= "!=") (identifier "lVar7")) (; ";") (assignment_expression "lVar7 = lVar7 + 0x30" (identifier "lVar7") (= "=") (binary_expression "lVar7 + 0x30" (identifier "lVar7") (+ "+") (number_literal "0x30"))) () ")") (compound_statement "{\n FUN_00246400(lVar7);\n }" ({ "{") (expression_statement "FUN_00246400(lVar7);" (call_expression "FUN_00246400(lVar7)" (identifier "FUN_00246400") (argument_list "(lVar7)" (( "(") (identifier "lVar7") () ")"))) (; ";")) (} "}"))) (} "}")))) (expression_statement "lVar5 = *(long *)(param_1 + 0x48);" (assignment_expression "lVar5 = *(long *)(param_1 + 0x48)" (identifier "lVar5") (= "=") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (expression_statement "lVar7 = lVar2;" (assignment_expression "lVar7 = lVar2" (identifier "lVar7") (= "=") (identifier "lVar2")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8;" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x50) == lVar5)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) == lVar5" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (== "==") (identifier "lVar5")) () ")")) (goto_statement "goto LAB_002485d8;" (goto "goto") (statement_identifier "LAB_002485d8") (; ";"))) (labeled_statement "LAB_00248500:\n do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" (statement_identifier "LAB_00248500") (: ":") (do_statement "do {\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n } while (*(long *)(param_1 + 0x50) != lVar4);" (do "do") (compound_statement "{\n lVar6 = lVar7 + 0x18;\n lVar4 = lVar5 + 0x30;\n FUN_0023f490(lVar5,lVar7);\n lVar5 = lVar4;\n lVar7 = lVar6;\n }" ({ "{") (expression_statement "lVar6 = lVar7 + 0x18;" (assignment_expression "lVar6 = lVar7 + 0x18" (identifier "lVar6") (= "=") (binary_expression "lVar7 + 0x18" (identifier "lVar7") (+ "+") (number_literal "0x18"))) (; ";")) (expression_statement "lVar4 = lVar5 + 0x30;" (assignment_expression "lVar4 = lVar5 + 0x30" (identifier "lVar4") (= "=") (binary_expression "lVar5 + 0x30" (identifier "lVar5") (+ "+") (number_literal "0x30"))) (; ";")) (expression_statement "FUN_0023f490(lVar5,lVar7);" (call_expression "FUN_0023f490(lVar5,lVar7)" (identifier "FUN_0023f490") (argument_list "(lVar5,lVar7)" (( "(") (identifier "lVar5") (, ",") (identifier "lVar7") () ")"))) (; ";")) (expression_statement "lVar5 = lVar4;" (assignment_expression "lVar5 = lVar4" (identifier "lVar5") (= "=") (identifier "lVar4")) (; ";")) (expression_statement "lVar7 = lVar6;" (assignment_expression "lVar7 = lVar6" (identifier "lVar7") (= "=") (identifier "lVar6")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(long *)(param_1 + 0x50) != lVar4)" (( "(") (binary_expression "*(long *)(param_1 + 0x50) != lVar4" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (!= "!=") (identifier "lVar4")) () ")")) (; ";"))) (expression_statement "lVar6 = lVar6 - lVar2;" (assignment_expression "lVar6 = lVar6 - lVar2" (identifier "lVar6") (= "=") (binary_expression "lVar6 - lVar2" (identifier "lVar6") (- "-") (identifier "lVar2"))) (; ";")) (} "}")))) (if_statement "if (lVar1 == lVar6) {\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" (if "if") (parenthesized_expression "(lVar1 == lVar6)" (( "(") (binary_expression "lVar1 == lVar6" (identifier "lVar1") (== "==") (identifier "lVar6")) () ")")) (compound_statement "{\n if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }\n return;\n }" ({ "{") (if_statement "if (lVar5 != *(long *)(param_1 + 0x48)) {\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" (if "if") (parenthesized_expression "(lVar5 != *(long *)(param_1 + 0x48))" (( "(") (binary_expression "lVar5 != *(long *)(param_1 + 0x48)" (identifier "lVar5") (!= "!=") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48);" (assignment_expression "*(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48)" (pointer_expression "*(long *)(param_1 + 0x50)" (* "*") (cast_expression "(long *)(param_1 + 0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_002485f2:\n \n FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" (statement_identifier "LAB_002485f2") (: ":") (expression_statement "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic");" (call_expression "FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic")" (identifier "FUN_0018ff20") (argument_list "("../../gold/output.h",0x669,"do_write_generic")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x669") (, ",") (string_literal ""do_write_generic"" (" """) (string_content "do_write_generic") (" """)) () ")"))) (; ";"))) (} "}")))
/* DWARF original prototype: void do_write(Output_data_reloc_base<4,_true,_64,_false> * this, Output_file * of) */ void __thiscall var_7::var_13<4,_true,_64,var_14>::do_write (var_13<4,_true,_64,var_14> *this,type_3 *of) { byte var_2; long var_5; type_1 *puVar3; type_2 var_12; type_3 *in_RCX; void *__buf; void *extraout_RDX; void *extraout_RDX_00; void *extraout_RDX_01; void *extraout_RDX_02; var_1<4,_true,_64,var_14> *var_10; var_1<4,_true,_64,var_14> *var_11; type_1 *var_17; type_1 *puVar7; long var_4; var_1<4,_true,_64,var_14> *var_16; var_2 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.field_0x20; if ((var_2 & 4) == 0) { /* WARNING: Subroutine does not return */ var_3("../../gold/output.h",0xe3,"offset"); } __buf = (void *)(type_2)(var_2 & 2); var_4 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.offset_; if ((var_2 & 2) == 0) { /* WARNING: Subroutine does not return */ var_3("../../gold/output.h",0xcf,"data_size"); } var_5 = (this->super_Output_data_reloc_generic).super_Output_section_data_build. super_Output_section_data.super_Output_data.data_size_; if ((var_4 < 0) || (__buf = (void *)(var_4 + var_5), of->file_size_ < (long)__buf)) { Output_file::var_6((type_3 *)this,(type_4)of,(size_t)__buf,in_RCX); goto LAB_002485f2; } puVar3 = of->base_ + var_4; var_10 = (this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_finish; var_11 = (this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_start; if (((this->super_Output_data_reloc_generic).sort_relocs_ == false) || (var_10 == var_11)) { var_17 = puVar3; if (var_10 != var_11) goto LAB_00248500; LAB_002485d8: var_4 = 0; } else { var_12 = ((long)var_10 - (long)var_11 >> 4) * -0x5555555555555555; var_4 = 0x3f; if (var_12 != 0) { for (; var_12 >> var_4 == 0; var_4 = var_4 + -1) { } } std:: __introsort_loop<__gnu_cxx::__normal_iterator<var_7::var_1<4,_true,_64,var_14>*,var_8::vector<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9>var_9>,_long_int,___gnu_cxx::__ops::_Iter_comp_iter<var_7::var_13<4,_true,_64,var_14>::var_15>var_9> (var_11,var_10,(0x3f - (long)(int)((type_5)var_4 ^ 0x3f)) * 2); if ((long)var_10 - (long)var_11 < 0x301) { std:: __insertion_sort<__gnu_cxx::__normal_iterator<var_7::var_1<4,_true,_64,var_14>*,var_8::vector<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9>var_9>,___gnu_cxx::__ops::_Iter_comp_iter<var_7::var_13<4,_true,_64,var_14>::var_15>var_9> (var_11,var_10); __buf = extraout_RDX_02; } else { var_16 = var_11 + 0x10; std:: __insertion_sort<__gnu_cxx::__normal_iterator<var_7::var_1<4,_true,_64,var_14>*,var_8::vector<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9>var_9>,___gnu_cxx::__ops::_Iter_comp_iter<var_7::var_13<4,_true,_64,var_14>::var_15>var_9> (var_11,var_16); __buf = extraout_RDX_00; for (; var_10 != var_16; var_16 = var_16 + 1) { std:: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<var_7::var_1<4,_true,_64,var_14>*,var_8::vector<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9>var_9>,___gnu_cxx::__ops::_Val_comp_iter<var_7::var_13<4,_true,_64,var_14>::var_15>var_9> (var_16); __buf = extraout_RDX_01; } } var_11 = (this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_start; var_17 = puVar3; if ((this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_finish == var_11) goto LAB_002485d8; LAB_00248500: do { puVar7 = var_17 + 0x18; var_10 = var_11 + 1; var_1<4,_true,_64,var_14>::var_18(var_11,(int)var_17,__buf,(size_t)in_RCX); __buf = extraout_RDX; var_11 = var_10; var_17 = puVar7; } while ((this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_finish != var_10); var_4 = (long)puVar7 - (long)puVar3; } if (var_5 == var_4) { var_10 = (this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_start; if (var_11 != var_10) { (this->relocs_). super__Vector_base<var_7::var_1<4,_true,_64,var_14>,var_8::allocator<var_7::var_1<4,_true,_64,var_14>var_9>var_9> ._M_impl._M_finish = var_10; } return; } LAB_002485f2: /* WARNING: Subroutine does not return */ var_3("../../gold/output.h",0x669,"do_write_generic"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (identifier)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (for_statement condition: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (for_statement condition: (binary_expression left: (identifier) right: (identifier)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))))
null
void MASKED(long param_1,long param_2) { long lVar1; long lVar2; ulong uVar3; long lVar4; long lVar5; long lVar6; long lVar7; if ((*(byte *)(param_1 + 0x20) & 4) == 0) { /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0xe3,"offset"); } lVar2 = *(long *)(param_1 + 0x18); if ((*(byte *)(param_1 + 0x20) & 2) == 0) { /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0xcf,"data_size"); } lVar1 = *(long *)(param_1 + 0x10); if ((lVar2 < 0) || (*(long *)(param_2 + 0x10) < lVar2 + lVar1)) { FUN_0020a1d0(); goto LAB_002485f2; } lVar2 = lVar2 + *(long *)(param_2 + 0x18); lVar4 = *(long *)(param_1 + 0x50); lVar5 = *(long *)(param_1 + 0x48); if ((*(char *)(param_1 + 0x40) == '\0') || (lVar4 == lVar5)) { lVar7 = lVar2; if (lVar4 != lVar5) goto LAB_00248500; LAB_002485d8: lVar6 = 0; } else { uVar3 = (lVar4 - lVar5 >> 4) * -0x5555555555555555; lVar7 = 0x3f; if (uVar3 != 0) { for (; uVar3 >> lVar7 == 0; lVar7 = lVar7 + -1) { } } FUN_00248240(lVar5,lVar4,(0x3f - (long)(int)((uint)lVar7 ^ 0x3f)) * 2); if (lVar4 - lVar5 < 0x301) { FUN_002464a0(lVar5,lVar4); } else { lVar7 = lVar5 + 0x300; FUN_002464a0(lVar5,lVar7); for (; lVar4 != lVar7; lVar7 = lVar7 + 0x30) { FUN_00246400(lVar7); } } lVar5 = *(long *)(param_1 + 0x48); lVar7 = lVar2; if (*(long *)(param_1 + 0x50) == lVar5) goto LAB_002485d8; LAB_00248500: do { lVar6 = lVar7 + 0x18; lVar4 = lVar5 + 0x30; FUN_0023f490(lVar5,lVar7); lVar5 = lVar4; lVar7 = lVar6; } while (*(long *)(param_1 + 0x50) != lVar4); lVar6 = lVar6 - lVar2; } if (lVar1 == lVar6) { if (lVar5 != *(long *)(param_1 + 0x48)) { *(long *)(param_1 + 0x50) = *(long *)(param_1 + 0x48); } return; } LAB_002485f2: /* WARNING: Subroutine does not return */ FUN_0018ff20("../../gold/output.h",0x669,"do_write_generic"); }
222_i686-kfreebsd-gnu-readelf_and_i686-kfreebsd-gnu-readelf_strip.c
unw_print_xyreg
FUN_0013c200
void unw_print_xyreg(char *cp,uint x,uint ytreg) { uint uVar1; uVar1 = x * 2 | ytreg >> 7 & 1; if (uVar1 == 1) { sprintf(cp,"f%u",(ulong)(ytreg & 0x1f)); return; } if (uVar1 != 0) { if (uVar1 == 2) { sprintf(cp,"b%u",(ulong)(ytreg & 0x1f)); return; } return; } sprintf(cp,"r%u",(ulong)(ytreg & 0x1f)); return; }
void FUN_0013c200(char *param_1,int param_2,uint param_3) { uint uVar1; uVar1 = param_2 * 2 | param_3 >> 7 & 1; if (uVar1 == 1) { sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f)); return; } if (uVar1 != 0) { if (uVar1 == 2) { sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f)); return; } return; } sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f)); return; }
MOV EAX,EDX ADD ESI,ESI SHR EAX,0x7 AND EAX,0x1 OR ESI,EAX CMP ESI,0x1 JZ 0x0013c238 TEST ESI,ESI JZ 0x0013c250 CMP ESI,0x2 JNZ 0x0013c230 AND EDX,0x1f LEA RSI,[0x17c8a2] XOR EAX,EAX JMP 0x001073c0 RET AND EDX,0x1f LEA RSI,[0x17c89e] XOR EAX,EAX JMP 0x001073c0 AND EDX,0x1f LEA RSI,[0x17c89a] XOR EAX,EAX JMP 0x001073c0
null
null
null
null
[(u'COPY_-1207123085', u'CALL_-1207123287'), ('tmp_468', u'CALL_-1207123208'), ('const-31', u'INT_AND_-1207123298'), (u'INT_EQUAL_-1207123358', u'CBRANCH_-1207123356'), (u'COPY_-1207123033', u'CALL_-1207123207'), ('const-1', u'INT_AND_-1207123370'), (u'INT_AND_-1207123298', u'INT_ZEXT_-1207123158'), ('const-31', u'INT_AND_-1207123218'), ('tmp_470', u'INT_RIGHT_-1207123097'), ('const-31', u'INT_AND_-1207123219'), ('const-0', u'INT_NOTEQUAL_-1207123342'), (u'INT_OR_-1207123356', u'INT_EQUAL_-1207123358'), (u'INT_AND_-1207123219', u'INT_ZEXT_-1207123126'), ('const-7', u'INT_RIGHT_-1207123097'), ('tmp_469', u'INT_MULT_-1207123098'), (u'INT_AND_-1207123218', u'INT_ZEXT_-1207123100'), ('const-1558686', u'COPY_-1207123056'), (u'INT_NOTEQUAL_-1207123342', u'CBRANCH_-1207123342'), (u'INT_EQUAL_-1207123328', u'CBRANCH_-1207123325'), (u'INT_OR_-1207123356', u'INT_NOTEQUAL_-1207123342'), (u'INT_OR_-1207123356', u'INT_EQUAL_-1207123328'), ('tmp_470', u'INT_AND_-1207123219'), ('const-0', u'RETURN_-1207123203'), ('tmp_468', u'CALL_-1207123207'), (u'INT_ZEXT_-1207123158', u'CALL_-1207123287'), ('const-1', u'INT_EQUAL_-1207123358'), ('const-2', u'INT_EQUAL_-1207123328'), (u'COPY_-1207123056', u'CALL_-1207123208'), ('const-0', u'RETURN_-1207123204'), (u'INT_RIGHT_-1207123097', u'INT_AND_-1207123370'), ('const-1558682', u'COPY_-1207123033'), (u'INT_MULT_-1207123098', u'INT_OR_-1207123356'), ('tmp_276', u'CBRANCH_-1207123325'), (u'INT_AND_-1207123370', u'INT_OR_-1207123356'), ('const-2', u'INT_MULT_-1207123098'), ('const-0', u'RETURN_-1207123270'), ('tmp_470', u'INT_AND_-1207123218'), ('tmp_244', u'CBRANCH_-1207123342'), ('const-0', u'RETURN_-1207123283'), ('tmp_468', u'CALL_-1207123287'), (u'INT_ZEXT_-1207123100', u'CALL_-1207123207'), ('tmp_218', u'CBRANCH_-1207123356'), ('tmp_470', u'INT_AND_-1207123298'), ('const-1558690', u'COPY_-1207123085'), (u'INT_ZEXT_-1207123126', u'CALL_-1207123208')]
[('const-31', u'INT_AND_-1207123298'), ('tmp_809', u'INT_AND_-1207123218'), (u'INT_EQUAL_-1207123358', u'CBRANCH_-1207123356'), (u'COPY_-1207123059', u'CALL_-1207123208'), ('tmp_794', u'CALL_-1207123287'), (u'INT_AND_-1207123219', u'INT_ZEXT_-1207123127'), ('tmp_809', u'INT_AND_-1207123298'), ('const-1558686', u'COPY_-1207123059'), ('const-31', u'INT_AND_-1207123218'), ('tmp_809', u'INT_AND_-1207123219'), (u'INT_AND_-1207123298', u'INT_ZEXT_-1207123159'), ('const-31', u'INT_AND_-1207123219'), ('tmp_809', u'INT_RIGHT_-1207123408'), ('const-0', u'INT_NOTEQUAL_-1207123342'), ('const-2', u'INT_MULT_-1207123098'), ('tmp_813', u'INT_MULT_-1207123098'), (u'INT_ZEXT_-1207123127', u'CALL_-1207123208'), ('const-1558690', u'COPY_-1207123088'), (u'INT_AND_-1207123218', u'INT_ZEXT_-1207123101'), (u'INT_OR_-1207123356', u'INT_EQUAL_-1207123358'), (u'COPY_-1207123036', u'CALL_-1207123207'), (u'INT_NOTEQUAL_-1207123342', u'CBRANCH_-1207123342'), (u'INT_EQUAL_-1207123328', u'CBRANCH_-1207123325'), (u'INT_OR_-1207123356', u'INT_NOTEQUAL_-1207123342'), (u'INT_OR_-1207123356', u'INT_EQUAL_-1207123328'), ('tmp_794', u'CALL_-1207123208'), ('const-0', u'RETURN_-1207123203'), (u'INT_RIGHT_-1207123408', u'INT_AND_-1207123370'), ('const-2', u'INT_EQUAL_-1207123328'), ('const-1', u'INT_AND_-1207123370'), ('const-0', u'RETURN_-1207123204'), (u'INT_ZEXT_-1207123159', u'CALL_-1207123287'), ('const-1558682', u'COPY_-1207123036'), (u'INT_ZEXT_-1207123101', u'CALL_-1207123207'), ('const-7', u'INT_RIGHT_-1207123408'), (u'INT_MULT_-1207123098', u'INT_OR_-1207123356'), ('tmp_276', u'CBRANCH_-1207123325'), (u'INT_AND_-1207123370', u'INT_OR_-1207123356'), ('const-0', u'RETURN_-1207123270'), ('tmp_244', u'CBRANCH_-1207123342'), ('const-0', u'RETURN_-1207123283'), (u'COPY_-1207123088', u'CALL_-1207123287'), ('tmp_218', u'CBRANCH_-1207123356'), ('tmp_794', u'CALL_-1207123207'), ('const-1', u'INT_EQUAL_-1207123358')]
null
null
0013c200
x64
O2
(translation_unit "void FUN_0013c200(char *param_1,int param_2,uint param_3)\n\n{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}\n\n" (function_definition "void FUN_0013c200(char *param_1,int param_2,uint param_3)\n\n{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" primitive_type (function_declarator "FUN_0013c200(char *param_1,int param_2,uint param_3)" identifier (parameter_list "(char *param_1,int param_2,uint param_3)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = param_2 * 2 | param_3 >> 7 & 1;" (assignment_expression "uVar1 = param_2 * 2 | param_3 >> 7 & 1" identifier = (binary_expression "param_2 * 2 | param_3 >> 7 & 1" (binary_expression "param_2 * 2" identifier * number_literal) | (binary_expression "param_3 >> 7 & 1" (binary_expression "param_3 >> 7" identifier >> number_literal) & number_literal))) ;) (if_statement "if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" { (expression_statement "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"f%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""f%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" { (if_statement "if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 2)" ( (binary_expression "uVar1 == 2" identifier == number_literal) )) (compound_statement "{\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" { (expression_statement "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"b%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""b%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"r%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""r%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void unw_print_xyreg(char *cp,uint x,uint ytreg)\n\n{\n uint uVar1;\n \n uVar1 = x * 2 | ytreg >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }\n return;\n }\n sprintf(cp,"r%u",(ulong)(ytreg & 0x1f));\n return;\n}\n\n" (function_definition "void unw_print_xyreg(char *cp,uint x,uint ytreg)\n\n{\n uint uVar1;\n \n uVar1 = x * 2 | ytreg >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }\n return;\n }\n sprintf(cp,"r%u",(ulong)(ytreg & 0x1f));\n return;\n}" primitive_type (function_declarator "unw_print_xyreg(char *cp,uint x,uint ytreg)" identifier (parameter_list "(char *cp,uint x,uint ytreg)" ( (parameter_declaration "char *cp" primitive_type (pointer_declarator "*cp" * identifier)) , (parameter_declaration "uint x" type_identifier identifier) , (parameter_declaration "uint ytreg" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = x * 2 | ytreg >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }\n return;\n }\n sprintf(cp,"r%u",(ulong)(ytreg & 0x1f));\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = x * 2 | ytreg >> 7 & 1;" (assignment_expression "uVar1 = x * 2 | ytreg >> 7 & 1" identifier = (binary_expression "x * 2 | ytreg >> 7 & 1" (binary_expression "x * 2" identifier * number_literal) | (binary_expression "ytreg >> 7 & 1" (binary_expression "ytreg >> 7" identifier >> number_literal) & number_literal))) ;) (if_statement "if (uVar1 == 1) {\n sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));\n return;\n }" { (expression_statement "sprintf(cp,"f%u",(ulong)(ytreg & 0x1f));" (call_expression "sprintf(cp,"f%u",(ulong)(ytreg & 0x1f))" identifier (argument_list "(cp,"f%u",(ulong)(ytreg & 0x1f))" ( identifier , (string_literal ""f%u"" " string_content ") , (call_expression "(ulong)(ytreg & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ytreg & 0x1f)" ( (binary_expression "ytreg & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }\n return;\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }\n return;\n }" { (if_statement "if (uVar1 == 2) {\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 2)" ( (binary_expression "uVar1 == 2" identifier == number_literal) )) (compound_statement "{\n sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));\n return;\n }" { (expression_statement "sprintf(cp,"b%u",(ulong)(ytreg & 0x1f));" (call_expression "sprintf(cp,"b%u",(ulong)(ytreg & 0x1f))" identifier (argument_list "(cp,"b%u",(ulong)(ytreg & 0x1f))" ( identifier , (string_literal ""b%u"" " string_content ") , (call_expression "(ulong)(ytreg & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ytreg & 0x1f)" ( (binary_expression "ytreg & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "sprintf(cp,"r%u",(ulong)(ytreg & 0x1f));" (call_expression "sprintf(cp,"r%u",(ulong)(ytreg & 0x1f))" identifier (argument_list "(cp,"r%u",(ulong)(ytreg & 0x1f))" ( identifier , (string_literal ""r%u"" " string_content ") , (call_expression "(ulong)(ytreg & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ytreg & 0x1f)" ( (binary_expression "ytreg & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0013c200(char *param_1,int param_2,uint param_3)\n\n{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}\n\n" (function_definition "void FUN_0013c200(char *param_1,int param_2,uint param_3)\n\n{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" primitive_type (function_declarator "FUN_0013c200(char *param_1,int param_2,uint param_3)" identifier (parameter_list "(char *param_1,int param_2,uint param_3)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = param_2 * 2 | param_3 >> 7 & 1;" (assignment_expression "uVar1 = param_2 * 2 | param_3 >> 7 & 1" identifier = (binary_expression "param_2 * 2 | param_3 >> 7 & 1" (binary_expression "param_2 * 2" identifier * number_literal) | (binary_expression "param_3 >> 7 & 1" (binary_expression "param_3 >> 7" identifier >> number_literal) & number_literal))) ;) (if_statement "if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 1)" ( (binary_expression "uVar1 == 1" identifier == number_literal) )) (compound_statement "{\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" { (expression_statement "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"f%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""f%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (if_statement "if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" if (parenthesized_expression "(uVar1 != 0)" ( (binary_expression "uVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" { (if_statement "if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" if (parenthesized_expression "(uVar1 == 2)" ( (binary_expression "uVar1 == 2" identifier == number_literal) )) (compound_statement "{\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" { (expression_statement "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"b%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""b%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })) (expression_statement "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f))" identifier (argument_list "(param_1,"r%u",(ulong)(param_3 & 0x1f))" ( identifier , (string_literal ""r%u"" " string_content ") , (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_3 & 0x1f)" ( (binary_expression "param_3 & 0x1f" identifier & number_literal) ))) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) | (binary_expression (binary_expression IDENT >> LIT) & LIT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) ))) ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) ))) ))) ;) (return_statement return ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT & LIT) ))) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0013c200(char *param_1,int param_2,uint param_3)\n\n{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" (primitive_type "void") (function_declarator "FUN_0013c200(char *param_1,int param_2,uint param_3)" (identifier "FUN_0013c200") (parameter_list "(char *param_1,int param_2,uint param_3)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")"))) (compound_statement "{\n uint uVar1;\n \n uVar1 = param_2 * 2 | param_3 >> 7 & 1;\n if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }\n if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }\n sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = param_2 * 2 | param_3 >> 7 & 1;" (assignment_expression "uVar1 = param_2 * 2 | param_3 >> 7 & 1" (identifier "uVar1") (= "=") (binary_expression "param_2 * 2 | param_3 >> 7 & 1" (binary_expression "param_2 * 2" (identifier "param_2") (* "*") (number_literal "2")) (| "|") (binary_expression "param_3 >> 7 & 1" (binary_expression "param_3 >> 7" (identifier "param_3") (>> ">>") (number_literal "7")) (& "&") (number_literal "1")))) (; ";")) (if_statement "if (uVar1 == 1) {\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" (if "if") (parenthesized_expression "(uVar1 == 1)" (( "(") (binary_expression "uVar1 == 1" (identifier "uVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));\n return;\n }" ({ "{") (expression_statement "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f))" (identifier "sprintf") (argument_list "(param_1,"f%u",(ulong)(param_3 & 0x1f))" (( "(") (identifier "param_1") (, ",") (string_literal ""f%u"" (" """) (string_content "f%u") (" """)) (, ",") (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_3 & 0x1f)" (( "(") (binary_expression "param_3 & 0x1f" (identifier "param_3") (& "&") (number_literal "0x1f")) () ")"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (uVar1 != 0) {\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" (if "if") (parenthesized_expression "(uVar1 != 0)" (( "(") (binary_expression "uVar1 != 0" (identifier "uVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }\n return;\n }" ({ "{") (if_statement "if (uVar1 == 2) {\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" (if "if") (parenthesized_expression "(uVar1 == 2)" (( "(") (binary_expression "uVar1 == 2" (identifier "uVar1") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));\n return;\n }" ({ "{") (expression_statement "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f))" (identifier "sprintf") (argument_list "(param_1,"b%u",(ulong)(param_3 & 0x1f))" (( "(") (identifier "param_1") (, ",") (string_literal ""b%u"" (" """) (string_content "b%u") (" """)) (, ",") (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_3 & 0x1f)" (( "(") (binary_expression "param_3 & 0x1f" (identifier "param_3") (& "&") (number_literal "0x1f")) () ")"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f));" (call_expression "sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f))" (identifier "sprintf") (argument_list "(param_1,"r%u",(ulong)(param_3 & 0x1f))" (( "(") (identifier "param_1") (, ",") (string_literal ""r%u"" (" """) (string_content "r%u") (" """)) (, ",") (call_expression "(ulong)(param_3 & 0x1f)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_3 & 0x1f)" (( "(") (binary_expression "param_3 & 0x1f" (identifier "param_3") (& "&") (number_literal "0x1f")) () ")"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(char *cp,type_1 var_1,type_1 var_2) { type_1 var_3; var_3 = var_1 * 2 | var_2 >> 7 & 1; if (var_3 == 1) { var_4(cp,"f%u",(ulong)(var_2 & 0x1f)); return; } if (var_3 != 0) { if (var_3 == 2) { var_4(cp,"b%u",(ulong)(var_2 & 0x1f)); return; } return; } var_4(cp,"r%u",(ulong)(var_2 & 0x1f)); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (return_statement))))
null
void MASKED(char *param_1,int param_2,uint param_3) { uint uVar1; uVar1 = param_2 * 2 | param_3 >> 7 & 1; if (uVar1 == 1) { sprintf(param_1,"f%u",(ulong)(param_3 & 0x1f)); return; } if (uVar1 != 0) { if (uVar1 == 2) { sprintf(param_1,"b%u",(ulong)(param_3 & 0x1f)); return; } return; } sprintf(param_1,"r%u",(ulong)(param_3 & 0x1f)); return; }
102_expand_and_expand_strip.c
quotearg_char
FUN_001052b0
char * quotearg_char(char *arg,char ch) { char *pcVar1; pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch); return pcVar1; }
void FUN_001052b0(undefined8 param_1,char param_2) { FUN_00105210(param_1,0xffffffffffffffff,(int)param_2); return; }
MOVSX EDX,SIL MOV RSI,-0x1 JMP 0x00105210
null
null
null
null
[('tmp_16', u'CALL_-1206955323'), ('const-0', u'RETURN_-1206955319'), ('tmp_15', u'CALL_-1206955323'), ('const--1', u'CALL_-1206955323'), (u'CALL_-1206955323', u'RETURN_-1206955319')]
[('const--1', u'CALL_-1206955323'), (u'INT_SEXT_-1206955326', u'CALL_-1206955323'), ('const-0', u'RETURN_-1206955319'), ('tmp_45', u'INT_SEXT_-1206955326'), ('tmp_53', u'CALL_-1206955323')]
null
null
001052b0
x64
O2
(translation_unit "void FUN_001052b0(undefined8 param_1,char param_2)\n\n{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}\n\n" (function_definition "void FUN_001052b0(undefined8 param_1,char param_2)\n\n{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" primitive_type (function_declarator "FUN_001052b0(undefined8 param_1,char param_2)" identifier (parameter_list "(undefined8 param_1,char param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" { (expression_statement "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);" (call_expression "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2)" identifier (argument_list "(param_1,0xffffffffffffffff,(int)param_2)" ( identifier , number_literal , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "char * quotearg_char(char *arg,char ch)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_char(char *arg,char ch)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch);\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_char(char *arg,char ch)" * (function_declarator "quotearg_char(char *arg,char ch)" identifier (parameter_list "(char *arg,char ch)" ( (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "char ch" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch);" (assignment_expression "pcVar1 = quotearg_char_mem(arg,0xffffffffffffffff,ch)" identifier = (call_expression "quotearg_char_mem(arg,0xffffffffffffffff,ch)" identifier (argument_list "(arg,0xffffffffffffffff,ch)" ( identifier , number_literal , identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "void FUN_001052b0(undefined8 param_1,char param_2)\n\n{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}\n\n" (function_definition "void FUN_001052b0(undefined8 param_1,char param_2)\n\n{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" primitive_type (function_declarator "FUN_001052b0(undefined8 param_1,char param_2)" identifier (parameter_list "(undefined8 param_1,char param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" { (expression_statement "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);" (call_expression "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2)" identifier (argument_list "(param_1,0xffffffffffffffff,(int)param_2)" ( identifier , number_literal , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001052b0(undefined8 param_1,char param_2)\n\n{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001052b0(undefined8 param_1,char param_2)" (identifier "FUN_001052b0") (parameter_list "(undefined8 param_1,char param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "char param_2" (primitive_type "char") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);\n return;\n}" ({ "{") (expression_statement "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2);" (call_expression "FUN_00105210(param_1,0xffffffffffffffff,(int)param_2)" (identifier "FUN_00105210") (argument_list "(param_1,0xffffffffffffffff,(int)param_2)" (( "(") (identifier "param_1") (, ",") (number_literal "0xffffffffffffffff") (, ",") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
char * function_1(char *arg,char ch) { char *pcVar1; pcVar1 = var_1(arg,0xffffffffffffffff,ch); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (return_statement))))
null
void MASKED(undefined8 param_1,char param_2) { FUN_00105210(param_1,0xffffffffffffffff,(int)param_2); return; }
1829_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Struct_now
FUN_0018bef0
/* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x68); return; }
void FUN_0018bef0(undefined8 *param_1) { *param_1 = &PTR_FUN_00652fe0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x68); return; }
LEA RAX,[0x652fe0] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x0018bf10 CALL 0x0049e330 MOV RDI,RBX MOV ESI,0x68 POP RBX JMP 0x0049e320
null
null
null
null
[('const-0', u'RETURN_-1207451836'), (u'CAST_-1207451753', u'STORE_-1207451900'), ('const-0', u'PTRSUB_-1207451763'), (u'INT_NOTEQUAL_-1207451869', u'CBRANCH_-1207451868'), ('const-433', u'LOAD_-1207451896'), ('const-0', u'PTRSUB_-1207451748'), ('const-0', u'PTRSUB_-1207451757'), (u'PTRSUB_-1207451762', u'PTRSUB_-1207451757'), (u'PTRSUB_-1207451758', u'PTRSUB_-1207451757'), ('const-16', u'PTRSUB_-1207451745'), ('const-0', u'PTRSUB_-1207451762'), ('const-104', u'CALL_-1207451840'), (u'LOAD_-1207451896', u'CAST_-1207451741'), (u'LOAD_-1207451896', u'CALL_-1207451861'), ('tmp_93', u'PTRSUB_-1207451762'), ('const-6631392', u'PTRSUB_-1207451763'), (u'PTRSUB_-1207451752', u'PTRSUB_-1207451748'), ('const-0', u'PTRSUB_-1207451750'), (u'CAST_-1207451741', u'INT_NOTEQUAL_-1207451869'), (u'PTRSUB_-1207451763', u'CAST_-1207451753'), (u'PTRSUB_-1207451750', u'LOAD_-1207451896'), ('const-0', u'PTRSUB_-1207451757'), (u'PTRSUB_-1207451757', u'STORE_-1207451900'), ('tmp_58', u'CBRANCH_-1207451868'), (u'PTRSUB_-1207451757', u'PTRSUB_-1207451753'), (u'PTRSUB_-1207451753', u'PTRSUB_-1207451750'), ('tmp_93', u'PTRSUB_-1207451758'), ('const-0', u'PTRSUB_-1207451753'), ('const-8', u'PTRSUB_-1207451752'), ('const-8', u'PTRSUB_-1207451758'), ('const-433', u'STORE_-1207451900'), ('tmp_93', u'CALL_-1207451840'), (u'PTRSUB_-1207451748', u'PTRSUB_-1207451745'), ('tmp_93', u'PTRSUB_-1207451752'), (u'PTRSUB_-1207451745', u'INT_NOTEQUAL_-1207451869')]
[('const-1', u'PTRADD_-1207451761'), ('const-8', u'PTRADD_-1207451756'), ('const-104', u'CALL_-1207451840'), ('const-433', u'LOAD_-1207451896'), ('const-8', u'PTRADD_-1207451761'), (u'PTRSUB_-1207451764', u'STORE_-1207451900'), ('tmp_58', u'CBRANCH_-1207451868'), ('const-0', u'RETURN_-1207451836'), ('const-433', u'STORE_-1207451900'), ('tmp_194', u'STORE_-1207451900'), ('tmp_194', u'PTRADD_-1207451756'), ('const-6631392', u'PTRSUB_-1207451764'), (u'PTRADD_-1207451761', u'LOAD_-1207451896'), (u'CAST_-1207451760', u'INT_NOTEQUAL_-1207451869'), (u'INT_NOTEQUAL_-1207451869', u'CBRANCH_-1207451868'), ('tmp_194', u'CALL_-1207451840'), ('const-3', u'PTRADD_-1207451756'), (u'PTRADD_-1207451756', u'INT_NOTEQUAL_-1207451869'), (u'LOAD_-1207451896', u'CAST_-1207451760'), ('const-0', u'PTRSUB_-1207451764'), ('tmp_194', u'PTRADD_-1207451761')]
null
null
0018bef0
x64
O2
(translation_unit "void FUN_0018bef0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_0018bef0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_0018bef0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652fe0;" (assignment_expression "*param_1 = &PTR_FUN_00652fe0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652fe0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x68);" (call_expression "thunk_FUN_0049e330(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */\n\nvoid __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::General_options::Struct_now::~Struct_now(Struct_now *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_now::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_now(Struct_now *this,int __in_chrg)" identifier (parameter_list "(Struct_now *this,int __in_chrg)" ( (parameter_declaration "Struct_now *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00652fe0" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00652fe0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00652fe0" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x68);" (call_expression "operator_delete(this,0x68)" identifier (argument_list "(this,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0018bef0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_0018bef0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_0018bef0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00652fe0;" (assignment_expression "*param_1 = &PTR_FUN_00652fe0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00652fe0" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x68);" (call_expression "thunk_FUN_0049e330(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0018bef0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018bef0(undefined8 *param_1)" (identifier "FUN_0018bef0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00652fe0;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x68);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00652fe0;" (assignment_expression "*param_1 = &PTR_FUN_00652fe0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00652fe0" (& "&") (identifier "PTR_FUN_00652fe0"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_0049e330(param_1,0x68);" (call_expression "thunk_FUN_0049e330(param_1,0x68)" (identifier "thunk_FUN_0049e330") (argument_list "(param_1,0x68)" (( "(") (identifier "param_1") (, ",") (number_literal "0x68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_now(Struct_now * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00652fe0; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x68); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00652fe0; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x68); return; }
5336_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
write
FUN_0022b830
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * this, uchar * pov) */ ssize_t __thiscall gold::Output_reloc<4,_true,_64,_false>::write (Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n) { byte bVar1; uint uVar2; uint uVar3; Target *pTVar4; uint uVar5; Elf_Addr EVar6; Addend addend; undefined4 in_register_00000034; Elf_Addr *pEVar7; pEVar7 = (Elf_Addr *)CONCAT44(in_register_00000034,__fd); EVar6 = Output_reloc<9,_true,_64,_false>::get_address(&this->rel_); *pEVar7 = EVar6; uVar5 = Output_reloc<9,_true,_64,_false>::get_symbol_index(&this->rel_); uVar2 = *(uint *)&(this->rel_).field_0x1c; uVar3 = (this->rel_).local_sym_index_; pEVar7[1] = CONCAT44(uVar5,uVar2) & 0xffffffff0fffffff; addend = this->addend_; if (uVar3 == 0xfffffffd) { pTVar4 = parameters->target_; if (pTVar4 != (Target *)0x0) { EVar6 = (**(code **)(*(long *)pTVar4 + 0x60)) (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend); pEVar7[2] = EVar6; return EVar6; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } bVar1 = (this->rel_).field_0x1f; if ((bVar1 & 0x20) == 0) { if (((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)) { EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend); pEVar7[2] = EVar6; return EVar6; } } else { addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend); } pEVar7[2] = addend; return addend; }
void FUN_0022b830(undefined8 *param_1,undefined8 *param_2) { uint uVar1; long *plVar2; undefined8 uVar3; long lVar4; ulong uVar5; uVar3 = FUN_0022b530(); *param_2 = uVar3; lVar4 = FUN_00205210(param_1); uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff); uVar1 = *(uint *)(param_1 + 3); param_2[1] = (lVar4 << 0x20) + uVar5; uVar3 = param_1[5]; if (uVar1 == 0xfffffffd) { plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18); if (plVar2 != (long *)0x0) { uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3); param_2[2] = uVar3; return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x69,"target"); } if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) { if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) && ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) { uVar3 = FUN_0022b3a0(param_1,uVar3); param_2[2] = uVar3; return; } } else { uVar3 = FUN_00204f50(param_1,uVar3); } param_2[2] = uVar3; return; }
PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDI SUB RSP,0x8 CALL 0x0022b530 MOV RDI,RBX MOV qword ptr [RBP],RAX CALL 0x00205210 MOV EDX,dword ptr [RBX + 0x1c] SHL RAX,0x20 AND EDX,0xfffffff MOV ECX,EDX ADD RAX,RCX MOV ECX,dword ptr [RBX + 0x18] MOV qword ptr [RBP + 0x8],RAX MOV RAX,qword ptr [RBX + 0x28] CMP ECX,-0x3 JZ 0x0022b8c0 MOVZX EDX,byte ptr [RBX + 0x1f] TEST DL,0x20 JNZ 0x0022b8a0 CMP ECX,-0x2 JNC 0x0022b8ab CMP ECX,-0x4 JZ 0x0022b8ab AND EDX,0x40 JZ 0x0022b8ab MOV RDI,RBX MOV RSI,RAX CALL 0x0022b3a0 MOV qword ptr [RBP + 0x10],RAX ADD RSP,0x8 POP RBX POP RBP RET MOV RSI,RAX MOV RDI,RBX CALL 0x00204f50 MOV qword ptr [RBP + 0x10],RAX ADD RSP,0x8 POP RBX POP RBP RET MOV RCX,qword ptr [0x0043e6b0] MOV RDI,qword ptr [RCX + 0x18] TEST RDI,RDI JZ 0x0022b8e8 MOV R8,qword ptr [RDI] MOV RSI,qword ptr [RBX] MOV RCX,RAX CALL qword ptr [R8 + 0x60] MOV qword ptr [RBP + 0x10],RAX ADD RSP,0x8 POP RBX POP RBP RET LEA RDX,[0x380e1b] MOV ESI,0x69 LEA RDI,[0x3726d0] CALL 0x0017c650
null
null
null
null
[(u'PTRSUB_-1203913959', u'PTRSUB_-1203913953'), ('const-31', u'PTRSUB_-1203914060'), (u'INDIRECT_-1203914127', u'MULTIEQUAL_-1203914051'), (u'INT_AND_-1203914157', u'INT_EQUAL_-1203914509'), (u'PTRSUB_-1203914060', u'LOAD_-1203914529'), (u'CALL_-1203914227', u'INDIRECT_-1203913983'), ('const-433', u'LOAD_-1203914299'), ('tmp_735', u'PTRSUB_-1203914109'), (u'PTRADD_-1203914085', u'STORE_-1203914557'), (u'INT_NOTEQUAL_-1203914458', u'CBRANCH_-1203914457'), (u'PTRADD_-1203914007', u'STORE_-1203914390'), (u'CALLIND_-1203914289', u'INDIRECT_-1203914016'), ('const-4294967292', u'INT_NOTEQUAL_-1203914474'), ('const-4294967293', u'INT_EQUAL_-1203914532'), (u'CALL_-1203914666', u'STORE_-1203914659'), ('tmp_393', u'CBRANCH_-1203914473'), ('const-0', u'PTRSUB_-1203914095'), (u'CAST_-1203913959', u'LOAD_-1203914314'), (u'CAST_-1203914123', u'STORE_-1203914659'), (u'PTRADD_-1203913954', u'STORE_-1203914287'), (u'PIECE_-1203914106', u'INT_AND_-1203914552'), (u'STORE_-1203914287', u'INDIRECT_-1203914001'), (u'INDIRECT_-1203914001', u'COPY_-1203914057'), ('tmp_293', u'CBRANCH_-1203914530'), ('tmp_603', u'CBRANCH_-1203914314'), ('const-40', u'PTRSUB_-1203914079'), ('const-0', u'PTRSUB_-1203914109'), (u'INT_AND_-1203914572', u'CALLIND_-1203914289'), ('const--4026531841', u'INT_AND_-1203914552'), (u'LOAD_-1203914529', u'INT_AND_-1203914157'), (u'PTRSUB_-1203913964', u'PTRSUB_-1203913959'), (u'PTRSUB_-1203914079', u'LOAD_-1203914552'), ('tmp_735', u'PTRSUB_-1203914095'), (u'CAST_-1203914123', u'PTRADD_-1203914007'), ('const-2', u'PTRADD_-1203913954'), (u'CALL_-1203914366', u'MULTIEQUAL_-1203914203'), ('const-28', u'PTRSUB_-1203914096'), ('const-24', u'PTRSUB_-1203913977'), (u'LOAD_-1203914552', u'CALL_-1203914442'), ('const-0', u'PTRSUB_-1203914108'), (u'CALL_-1203914442', u'RETURN_-1203914401'), ('const-268435455', u'INT_AND_-1203914572'), (u'INT_AND_-1203914141', u'INT_NOTEQUAL_-1203914458'), (u'PIECE_-1203914277', u'CAST_-1203914123'), (u'LOAD_-1203914335', u'CAST_-1203913959'), (u'LOAD_-1203914309', u'CALLIND_-1203914289'), ('const-32', u'INT_AND_-1203914157'), (u'INT_AND_-1203914552', u'STORE_-1203914557'), (u'LOAD_-1203914566', u'INT_LESS_-1203914492'), (u'INT_ADD_-1203914283', u'CAST_-1203913948'), (u'CALL_-1203914648', u'INDIRECT_-1203914163'), (u'INDIRECT_-1203914127', u'PTRSUB_-1203913977'), (u'INT_EQUAL_-1203914532', u'CBRANCH_-1203914530'), ('const-8', u'PTRADD_-1203914033'), (u'CAST_-1203914091', u'LOAD_-1203914646'), (u'INT_NOTEQUAL_-1203914474', u'CBRANCH_-1203914473'), ('tmp_735', u'PTRSUB_-1203913996'), (u'LOAD_-1203914529', u'INT_AND_-1203914141'), ('const-3614416', u'COPY_-1203914002'), (u'INT_LESS_-1203914492', u'CBRANCH_-1203914489'), (u'PTRSUB_-1203914020', u'CALL_-1203914442'), ('const-433', u'LOAD_-1203914314'), ('const-1', u'PTRADD_-1203914085'), ('tmp_736', u'PIECE_-1203914277'), ('const-0', u'PTRSUB_-1203913953'), ('tmp_981', u'PIECE_-1203914277'), (u'CAST_-1203914123', u'PTRADD_-1203914085'), (u'LOAD_-1203914552', u'CALL_-1203914366'), ('const-0', u'RETURN_-1203914250'), ('const-3673627', u'COPY_-1203914001'), (u'CALL_-1203914442', u'STORE_-1203914438'), (u'LOAD_-1203914335', u'INT_NOTEQUAL_-1203914315'), (u'LOAD_-1203914646', u'PIECE_-1203914106'), (u'LOAD_-1203914299', u'CALLIND_-1203914289'), (u'COPY_-1203914001', u'CALL_-1203914227'), (u'LOAD_-1203914566', u'INT_EQUAL_-1203914532'), (u'INT_EQUAL_-1203914509', u'CBRANCH_-1203914506'), ('const-433', u'LOAD_-1203914646'), (u'PTRSUB_-1203914095', u'CALL_-1203914648'), ('const-0', u'PTRSUB_-1203913959'), (u'PTRSUB_-1203914077', u'LOAD_-1203914566'), ('const-8', u'PTRADD_-1203914085'), (u'CALLIND_-1203914289', u'STORE_-1203914287'), ('const-433', u'STORE_-1203914287'), (u'MULTIEQUAL_-1203914203', u'RETURN_-1203914353'), (u'CAST_-1203914123', u'PTRADD_-1203913954'), (u'PTRSUB_-1203913996', u'CALL_-1203914366'), (u'STORE_-1203914557', u'INDIRECT_-1203914127'), (u'CALLIND_-1203914289', u'RETURN_-1203914250'), ('const-433', u'LOAD_-1203914552'), (u'INDIRECT_-1203914078', u'COPY_-1203914134'), (u'LOAD_-1203914335', u'CALLIND_-1203914289'), ('const-0', u'PTRSUB_-1203914069'), (u'LOAD_-1203914646', u'INT_AND_-1203914572'), (u'PTRSUB_-1203914089', u'PTRSUB_-1203914077'), ('const-64', u'INT_AND_-1203914141'), ('const-433', u'STORE_-1203914390'), ('tmp_735', u'PTRSUB_-1203914069'), ('const-8', u'PTRADD_-1203913954'), ('const-433', u'STORE_-1203914659'), ('const-433', u'STORE_-1203914438'), (u'CAST_-1203914123', u'PTRADD_-1203914033'), (u'INDIRECT_-1203913983', u'COPY_-1203914036'), (u'PTRSUB_-1203914108', u'CALL_-1203914666'), ('const-433', u'LOAD_-1203914335'), ('const-0', u'INT_NOTEQUAL_-1203914315'), (u'COPY_-1203914002', u'CALL_-1203914227'), (u'STORE_-1203914390', u'INDIRECT_-1203914052'), (u'LOAD_-1203914552', u'CALLIND_-1203914289'), (u'INT_NOTEQUAL_-1203914315', u'CBRANCH_-1203914314'), ('const-433', u'LOAD_-1203914529'), (u'CAST_-1203913948', u'LOAD_-1203914299'), (u'LOAD_-1203914314', u'INT_ADD_-1203914283'), (u'MULTIEQUAL_-1203914203', u'STORE_-1203914390'), (u'PTRSUB_-1203914096', u'CAST_-1203914091'), (u'PTRSUB_-1203913953', u'LOAD_-1203914309'), ('tmp_735', u'PTRSUB_-1203914020'), ('const-0', u'INT_EQUAL_-1203914509'), (u'INDIRECT_-1203914052', u'COPY_-1203914108'), ('const-433', u'LOAD_-1203914309'), (u'LOAD_-1203914566', u'INT_NOTEQUAL_-1203914474'), (u'INDIRECT_-1203914066', u'MULTIEQUAL_-1203914051'), ('const-2', u'PTRADD_-1203914033'), (u'PTRSUB_-1203914109', u'PTRSUB_-1203914096'), ('const-0', u'INT_NOTEQUAL_-1203914458'), (u'STORE_-1203914438', u'INDIRECT_-1203914078'), ('const-96', u'INT_ADD_-1203914283'), ('tmp_421', u'CBRANCH_-1203914457'), ('const-433', u'STORE_-1203914557'), ('tmp_735', u'PTRSUB_-1203914089'), ('const-4294967294', u'INT_LESS_-1203914492'), ('const-0', u'RETURN_-1203914353'), ('const-0', u'PTRSUB_-1203914020'), ('const-24', u'PTRSUB_-1203914077'), ('tmp_735', u'PTRSUB_-1203913964'), (u'LOAD_-1203914552', u'MULTIEQUAL_-1203914203'), ('tmp_331', u'CBRANCH_-1203914506'), (u'PTRADD_-1203914033', u'STORE_-1203914438'), ('const-0', u'RETURN_-1203914401'), (u'PTRSUB_-1203914069', u'PTRSUB_-1203914060'), (u'CALL_-1203914648', u'PIECE_-1203914106'), (u'PTRSUB_-1203913977', u'LOAD_-1203914335'), ('const-105', u'CALL_-1203914227'), (u'CALL_-1203914366', u'INDIRECT_-1203914066'), (u'STORE_-1203914659', u'INDIRECT_-1203914158'), ('const-2', u'PTRADD_-1203914007'), ('tmp_735', u'PTRSUB_-1203914079'), ('tmp_363', u'CBRANCH_-1203914489'), ('const-0', u'PTRSUB_-1203914089'), ('const-1', u'RETURN_-1203914222'), ('const-0', u'PTRSUB_-1203913964'), (u'CALL_-1203914442', u'INDIRECT_-1203914090'), (u'CALL_-1203914666', u'INDIRECT_-1203914176'), ('tmp_735', u'PTRSUB_-1203914108'), ('const-433', u'LOAD_-1203914566'), ('const-0', u'PTRSUB_-1203913996'), ('const-8', u'PTRADD_-1203914007')]
[(u'CALLIND_-1203914289', u'INDIRECT_-1203914019'), ('const-433', u'LOAD_-1203914646'), (u'CAST_-1203914090', u'LOAD_-1203914566'), ('const-4294967292', u'INT_NOTEQUAL_-1203914474'), ('const-3673627', u'COPY_-1203914006'), (u'LOAD_-1203914552', u'MULTIEQUAL_-1203914202'), (u'INT_ADD_-1203914630', u'CAST_-1203914109'), (u'INT_NOTEQUAL_-1203914458', u'CBRANCH_-1203914457'), ('const-64', u'INT_AND_-1203914144'), (u'MULTIEQUAL_-1203914202', u'STORE_-1203914390'), (u'INT_ADD_-1203914513', u'CAST_-1203914070'), ('const-8', u'PTRADD_-1203913966'), (u'CALL_-1203914666', u'STORE_-1203914659'), ('tmp_393', u'CBRANCH_-1203914473'), (u'COPY_-1203914007', u'CALL_-1203914227'), ('const-433', u'LOAD_-1203914529'), ('tmp_1232', u'STORE_-1203914659'), (u'PTRADD_-1203914043', u'STORE_-1203914438'), (u'CALL_-1203914442', u'INDIRECT_-1203914093'), ('tmp_293', u'CBRANCH_-1203914530'), ('tmp_603', u'CBRANCH_-1203914314'), ('const-5', u'PTRADD_-1203914088'), ('const-32', u'INT_AND_-1203914160'), ('const-433', u'STORE_-1203914659'), ('const-0', u'INT_NOTEQUAL_-1203914458'), (u'STORE_-1203914287', u'INDIRECT_-1203914004'), (u'INT_ADD_-1203914560', u'STORE_-1203914557'), (u'CAST_-1203914109', u'LOAD_-1203914646'), (u'INDIRECT_-1203914081', u'COPY_-1203914137'), (u'LOAD_-1203914552', u'CALL_-1203914442'), ('tmp_1232', u'PTRADD_-1203914017'), ('const-8', u'PTRADD_-1203914093'), (u'CALL_-1203914366', u'INDIRECT_-1203914069'), ('const-268435455', u'INT_AND_-1203914572'), (u'STORE_-1203914390', u'INDIRECT_-1203914055'), (u'LOAD_-1203914309', u'CALLIND_-1203914289'), ('tmp_1234', u'LOAD_-1203914309'), (u'LOAD_-1203914566', u'INT_LESS_-1203914492'), (u'INDIRECT_-1203914069', u'MULTIEQUAL_-1203914054'), (u'INT_AND_-1203914144', u'INT_NOTEQUAL_-1203914458'), ('const-3', u'PTRADD_-1203914097'), (u'INT_EQUAL_-1203914532', u'CBRANCH_-1203914530'), (u'INT_NOTEQUAL_-1203914474', u'CBRANCH_-1203914473'), (u'INT_LESS_-1203914492', u'CBRANCH_-1203914489'), ('const-433', u'LOAD_-1203914552'), ('const-2', u'PTRADD_-1203914017'), ('const-4294967294', u'INT_LESS_-1203914492'), ('const-105', u'CALL_-1203914227'), (u'PTRADD_-1203914273', u'CAST_-1203913985'), (u'INT_LEFT_-1203914611', u'INT_ADD_-1203914560'), ('const-433', u'LOAD_-1203914335'), ('const-8', u'PTRADD_-1203914043'), (u'LOAD_-1203914552', u'CALL_-1203914366'), ('const-433', u'LOAD_-1203914314'), ('const-0', u'RETURN_-1203914250'), (u'INDIRECT_-1203914130', u'MULTIEQUAL_-1203914054'), (u'CALL_-1203914442', u'STORE_-1203914438'), (u'INT_ZEXT_-1203914298', u'CALLIND_-1203914289'), (u'LOAD_-1203914335', u'INT_NOTEQUAL_-1203914315'), ('const-8', u'PTRADD_-1203914088'), (u'LOAD_-1203914299', u'CALLIND_-1203914289'), (u'CAST_-1203914070', u'LOAD_-1203914529'), (u'LOAD_-1203914566', u'INT_EQUAL_-1203914532'), ('const-4294967293', u'INT_EQUAL_-1203914532'), (u'PTRADD_-1203914093', u'STORE_-1203914557'), (u'INT_EQUAL_-1203914509', u'CBRANCH_-1203914506'), (u'CAST_-1203913985', u'LOAD_-1203914335'), ('tmp_1234', u'CAST_-1203914110'), (u'INT_ZEXT_-1203914298', u'INT_ADD_-1203914560'), ('const-31', u'INT_ADD_-1203914513'), ('tmp_1234', u'PTRADD_-1203914088'), ('const-433', u'STORE_-1203914557'), (u'INT_ADD_-1203914283', u'CAST_-1203913966'), (u'CALLIND_-1203914289', u'STORE_-1203914287'), ('const-28', u'INT_ADD_-1203914630'), ('tmp_1234', u'CALL_-1203914366'), (u'COPY_-1203914006', u'CALL_-1203914227'), (u'CALL_-1203914666', u'INDIRECT_-1203914179'), ('const-1', u'PTRADD_-1203914093'), (u'LOAD_-1203914335', u'CALLIND_-1203914289'), (u'LOAD_-1203914646', u'INT_AND_-1203914572'), (u'INDIRECT_-1203914130', u'PTRADD_-1203914273'), ('const-2', u'PTRADD_-1203913966'), (u'CAST_-1203913966', u'LOAD_-1203914299'), (u'PTRADD_-1203914088', u'LOAD_-1203914552'), ('const-433', u'LOAD_-1203914309'), (u'INT_AND_-1203914160', u'INT_EQUAL_-1203914509'), (u'CALL_-1203914366', u'MULTIEQUAL_-1203914202'), ('const-433', u'LOAD_-1203914299'), ('tmp_1232', u'PTRADD_-1203914043'), ('const-0', u'INT_NOTEQUAL_-1203914315'), (u'LOAD_-1203914552', u'CALLIND_-1203914289'), (u'INT_NOTEQUAL_-1203914315', u'CBRANCH_-1203914314'), (u'INDIRECT_-1203913986', u'COPY_-1203914039'), (u'LOAD_-1203914314', u'INT_ADD_-1203914283'), (u'LOAD_-1203914335', u'LOAD_-1203914314'), (u'LOAD_-1203914529', u'INT_AND_-1203914144'), (u'PTRADD_-1203914017', u'STORE_-1203914390'), (u'LOAD_-1203914566', u'INT_NOTEQUAL_-1203914474'), ('const-433', u'LOAD_-1203914566'), ('const-1', u'PTRADD_-1203914273'), (u'INT_AND_-1203914572', u'INT_ZEXT_-1203914298'), (u'INDIRECT_-1203914055', u'COPY_-1203914111'), ('const-32', u'INT_LEFT_-1203914611'), (u'INDIRECT_-1203914004', u'COPY_-1203914060'), ('const-96', u'INT_ADD_-1203914283'), ('const-8', u'PTRADD_-1203914017'), ('const-433', u'STORE_-1203914438'), ('tmp_421', u'CBRANCH_-1203914457'), ('const-24', u'PTRADD_-1203914273'), (u'CALL_-1203914227', u'INDIRECT_-1203913986'), ('const-0', u'RETURN_-1203914353'), (u'PTRADD_-1203914097', u'CAST_-1203914090'), (u'STORE_-1203914659', u'INDIRECT_-1203914161'), ('const-2', u'PTRADD_-1203914043'), (u'PTRADD_-1203913966', u'STORE_-1203914287'), ('tmp_331', u'CBRANCH_-1203914506'), (u'CAST_-1203914071', u'INT_ADD_-1203914513'), ('const-0', u'RETURN_-1203914401'), (u'LOAD_-1203914529', u'INT_AND_-1203914160'), (u'CALL_-1203914648', u'INDIRECT_-1203914166'), ('tmp_1234', u'CAST_-1203914071'), ('const-433', u'STORE_-1203914287'), ('tmp_1232', u'PTRADD_-1203914093'), ('const-433', u'STORE_-1203914390'), (u'CALL_-1203914648', u'INT_LEFT_-1203914611'), ('tmp_1234', u'CALL_-1203914442'), ('tmp_1234', u'PTRADD_-1203914097'), ('tmp_1232', u'PTRADD_-1203913966'), ('const-3614416', u'COPY_-1203914007'), (u'STORE_-1203914438', u'INDIRECT_-1203914081'), ('const-0', u'INT_EQUAL_-1203914509'), ('tmp_363', u'CBRANCH_-1203914489'), ('const-8', u'PTRADD_-1203914097'), ('tmp_1234', u'CALL_-1203914648'), ('const-1', u'RETURN_-1203914222'), (u'STORE_-1203914557', u'INDIRECT_-1203914130'), (u'CAST_-1203914110', u'INT_ADD_-1203914630')]
null
null
0022b830
x64
O2
(translation_unit "void FUN_0022b830(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}\n\n" (function_definition "void FUN_0022b830(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" primitive_type (function_declarator "FUN_0022b830(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (expression_statement "uVar3 = FUN_0022b530();" (assignment_expression "uVar3 = FUN_0022b530()" identifier = (call_expression "FUN_0022b530()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "lVar4 = FUN_00205210(param_1);" (assignment_expression "lVar4 = FUN_00205210(param_1)" identifier = (call_expression "FUN_00205210(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);" (assignment_expression "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" identifier = (call_expression "(ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" ( (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 3);" (assignment_expression "uVar1 = *(uint *)(param_1 + 3)" identifier = (pointer_expression "*(uint *)(param_1 + 3)" * (cast_expression "(uint *)(param_1 + 3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = (lVar4 << 0x20) + uVar5;" (assignment_expression "param_2[1] = (lVar4 << 0x20) + uVar5" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "(lVar4 << 0x20) + uVar5" (parenthesized_expression "(lVar4 << 0x20)" ( (binary_expression "lVar4 << 0x20" identifier << number_literal) )) + identifier)) ;) (expression_statement "uVar3 = param_1[5];" (assignment_expression "uVar3 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(uVar1 == 0xfffffffd)" ( (binary_expression "uVar1 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" if (parenthesized_expression "(plVar2 != (long *)0x0)" ( (binary_expression "plVar2 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" { (expression_statement "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);" (assignment_expression "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" identifier = (call_expression "(**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x60))" ( (pointer_expression "**(code **)(*plVar2 + 0x60)" * (pointer_expression "*(code **)(*plVar2 + 0x60)" * (cast_expression "(code **)(*plVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x60)" ( (binary_expression "*plVar2 + 0x60" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,*param_1,uVar5,uVar3)" ( identifier , (pointer_expression "*param_1" * identifier) , identifier , identifier )))) ;) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" if (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20)" ( (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x20" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }" { (if_statement "if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" if (parenthesized_expression "(((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0))" ( (binary_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" (parenthesized_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc))" ( (binary_expression "(uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)" (parenthesized_expression "(uVar1 < 0xfffffffe)" ( (binary_expression "uVar1 < 0xfffffffe" identifier < number_literal) )) && (parenthesized_expression "(uVar1 != 0xfffffffc)" ( (binary_expression "uVar1 != 0xfffffffc" identifier != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40) != 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40)" ( (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" { (expression_statement "uVar3 = FUN_0022b3a0(param_1,uVar3);" (assignment_expression "uVar3 = FUN_0022b3a0(param_1,uVar3)" identifier = (call_expression "FUN_0022b3a0(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) }) (else_clause "else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" else (compound_statement "{\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" { (expression_statement "uVar3 = FUN_00204f50(param_1,uVar3);" (assignment_expression "uVar3 = FUN_00204f50(param_1,uVar3)" identifier = (call_expression "FUN_00204f50(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) }))) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * this, uchar * pov) */\n\nssize_t __thiscall\ngold::Output_reloc<4,_true,_64,_false>::write\n (Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n Target *pTVar4;\n uint uVar5;\n Elf_Addr EVar6;\n Addend addend;\n undefined4 in_register_00000034;\n Elf_Addr *pEVar7;\n \n pEVar7 = (Elf_Addr *)CONCAT44(in_register_00000034,__fd);\n EVar6 = Output_reloc<9,_true,_64,_false>::get_address(&this->rel_);\n *pEVar7 = EVar6;\n uVar5 = Output_reloc<9,_true,_64,_false>::get_symbol_index(&this->rel_);\n uVar2 = *(uint *)&(this->rel_).field_0x1c;\n uVar3 = (this->rel_).local_sym_index_;\n pEVar7[1] = CONCAT44(uVar5,uVar2) & 0xffffffff0fffffff;\n addend = this->addend_;\n if (uVar3 == 0xfffffffd) {\n pTVar4 = parameters->target_;\n if (pTVar4 != (Target *)0x0) {\n EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n bVar1 = (this->rel_).field_0x1f;\n if ((bVar1 & 0x20) == 0) {\n if (((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)) {\n EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n }\n else {\n addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend);\n }\n pEVar7[2] = addend;\n return addend;\n}\n\n" comment comment (declaration "ssize_t __thiscall\ngold::Output_reloc<4,_true,_64,_false>::write\n (Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::write\n (Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)\n\n{\n byte" (function_declarator "_false>::write\n (Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)" identifier (ERROR ">::write" > : : identifier) (parameter_list "(Output_reloc<4,_true,_64,_false> *this,int __fd,void *__buf,size_t __n)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "void *__buf" primitive_type (pointer_declarator "*__buf" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) { identifier) identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "Target *pTVar4;" type_identifier (pointer_declarator "*pTVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "Elf_Addr EVar6;" type_identifier identifier ;) (declaration "Addend addend;" type_identifier identifier ;) (declaration "undefined4 in_register_00000034;" type_identifier identifier ;) (declaration "Elf_Addr *pEVar7;" type_identifier (pointer_declarator "*pEVar7" * identifier) ;) (expression_statement "pEVar7 = (Elf_Addr *)CONCAT44(in_register_00000034,__fd);" (assignment_expression "pEVar7 = (Elf_Addr *)CONCAT44(in_register_00000034,__fd)" identifier = (cast_expression "(Elf_Addr *)CONCAT44(in_register_00000034,__fd)" ( (type_descriptor "Elf_Addr *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT44(in_register_00000034,__fd)" identifier (argument_list "(in_register_00000034,__fd)" ( identifier , identifier ))))) ;) (expression_statement "EVar6 = Output_reloc<9,_true,_64,_false>::get_address(&this->rel_);" (update_expression "EVar6 = Output_reloc<9,_true,_64,_false>::get_address(&this->rel_)" (binary_expression "EVar6 = Output_reloc<9,_true,_64,_false>::get_address(&this->rel_)" (assignment_expression "EVar6 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "get_address(&this->rel_)" identifier (argument_list "(&this->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) )))) --) ;) (expression_statement "*pEVar7 = EVar6;" (assignment_expression "*pEVar7 = EVar6" (pointer_expression "*pEVar7" * identifier) = identifier) ;) (expression_statement "uVar5 = Output_reloc<9,_true,_64,_false>::get_symbol_index(&this->rel_);" (update_expression "uVar5 = Output_reloc<9,_true,_64,_false>::get_symbol_index(&this->rel_)" (binary_expression "uVar5 = Output_reloc<9,_true,_64,_false>::get_symbol_index(&this->rel_)" (assignment_expression "uVar5 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) (ERROR ",_true,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "get_symbol_index(&this->rel_)" identifier (argument_list "(&this->rel_)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) )))) --) ;) (expression_statement "uVar2 = *(uint *)&(this->rel_).field_0x1c;" (assignment_expression "uVar2 = *(uint *)&(this->rel_).field_0x1c" identifier = (pointer_expression "*(uint *)&(this->rel_).field_0x1c" * (cast_expression "(uint *)&(this->rel_).field_0x1c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->rel_).field_0x1c" & (field_expression "(this->rel_).field_0x1c" (parenthesized_expression "(this->rel_)" ( (field_expression "this->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "uVar3 = (this->rel_).local_sym_index_;" (assignment_expression "uVar3 = (this->rel_).local_sym_index_" identifier = (field_expression "(this->rel_).local_sym_index_" (parenthesized_expression "(this->rel_)" ( (field_expression "this->rel_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pEVar7[1] = CONCAT44(uVar5,uVar2) & 0xffffffff0fffffff;" (assignment_expression "pEVar7[1] = CONCAT44(uVar5,uVar2) & 0xffffffff0fffffff" (subscript_expression "pEVar7[1]" identifier [ number_literal ]) = (binary_expression "CONCAT44(uVar5,uVar2) & 0xffffffff0fffffff" (call_expression "CONCAT44(uVar5,uVar2)" identifier (argument_list "(uVar5,uVar2)" ( identifier , identifier ))) & number_literal)) ;) (expression_statement "addend = this->addend_;" (assignment_expression "addend = this->addend_" identifier = (field_expression "this->addend_" identifier -> field_identifier)) ;) (if_statement "if (uVar3 == 0xfffffffd) {\n pTVar4 = parameters->target_;\n if (pTVar4 != (Target *)0x0) {\n EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(uVar3 == 0xfffffffd)" ( (binary_expression "uVar3 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n pTVar4 = parameters->target_;\n if (pTVar4 != (Target *)0x0) {\n EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "pTVar4 = parameters->target_;" (assignment_expression "pTVar4 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar4 != (Target *)0x0) {\n EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }" if (parenthesized_expression "(pTVar4 != (Target *)0x0)" ( (binary_expression "pTVar4 != (Target *)0x0" identifier != (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }" { (expression_statement "EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend);" (assignment_expression "EVar6 = (**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend)" identifier = (call_expression "(**(code **)(*(long *)pTVar4 + 0x60))\n (pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend)" (parenthesized_expression "(**(code **)(*(long *)pTVar4 + 0x60))" ( (pointer_expression "**(code **)(*(long *)pTVar4 + 0x60)" * (pointer_expression "*(code **)(*(long *)pTVar4 + 0x60)" * (cast_expression "(code **)(*(long *)pTVar4 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar4 + 0x60)" ( (binary_expression "*(long *)pTVar4 + 0x60" (pointer_expression "*(long *)pTVar4" * (cast_expression "(long *)pTVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar4,(this->rel_).u1_.relobj,uVar2 & 0xfffffff,addend)" ( identifier , (field_expression "(this->rel_).u1_.relobj" (field_expression "(this->rel_).u1_" (parenthesized_expression "(this->rel_)" ( (field_expression "this->rel_" identifier -> field_identifier) )) . field_identifier) . field_identifier) , (binary_expression "uVar2 & 0xfffffff" identifier & number_literal) , identifier )))) ;) (expression_statement "pEVar7[2] = EVar6;" (assignment_expression "pEVar7[2] = EVar6" (subscript_expression "pEVar7[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return EVar6;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x69,"target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (expression_statement "bVar1 = (this->rel_).field_0x1f;" (assignment_expression "bVar1 = (this->rel_).field_0x1f" identifier = (field_expression "(this->rel_).field_0x1f" (parenthesized_expression "(this->rel_)" ( (field_expression "this->rel_" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((bVar1 & 0x20) == 0) {\n if (((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)) {\n EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n }\n else {\n addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend);\n }" if (parenthesized_expression "((bVar1 & 0x20) == 0)" ( (binary_expression "(bVar1 & 0x20) == 0" (parenthesized_expression "(bVar1 & 0x20)" ( (binary_expression "bVar1 & 0x20" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)) {\n EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }\n }" { (if_statement "if (((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)) {\n EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }" if (parenthesized_expression "(((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0))" ( (binary_expression "((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)) && ((bVar1 & 0x40) != 0)" (parenthesized_expression "((uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc))" ( (binary_expression "(uVar3 < 0xfffffffe) && (uVar3 != 0xfffffffc)" (parenthesized_expression "(uVar3 < 0xfffffffe)" ( (binary_expression "uVar3 < 0xfffffffe" identifier < number_literal) )) && (parenthesized_expression "(uVar3 != 0xfffffffc)" ( (binary_expression "uVar3 != 0xfffffffc" identifier != number_literal) ))) )) && (parenthesized_expression "((bVar1 & 0x40) != 0)" ( (binary_expression "(bVar1 & 0x40) != 0" (parenthesized_expression "(bVar1 & 0x40)" ( (binary_expression "bVar1 & 0x40" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);\n pEVar7[2] = EVar6;\n return EVar6;\n }" { (expression_statement "EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend);" (comma_expression "EVar6 = Output_reloc<9,_true,_64,_false>::local_section_offset(&this->rel_,addend)" (assignment_expression "EVar6 = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) , (comma_expression "_true,_64,_false>::local_section_offset(&this->rel_,addend)" identifier , (comma_expression "_64,_false>::local_section_offset(&this->rel_,addend)" identifier , (binary_expression "_false>::local_section_offset(&this->rel_,addend)" identifier > (ERROR "::" : :) (call_expression "local_section_offset(&this->rel_,addend)" identifier (argument_list "(&this->rel_,addend)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , identifier ))))))) ;) (expression_statement "pEVar7[2] = EVar6;" (assignment_expression "pEVar7[2] = EVar6" (subscript_expression "pEVar7[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return EVar6;" return identifier ;) })) }) (else_clause "else {\n addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend);\n }" else (compound_statement "{\n addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend);\n }" { (expression_statement "addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend);" (comma_expression "addend = Output_reloc<9,_true,_64,_false>::symbol_value(&this->rel_,addend)" (assignment_expression "addend = Output_reloc<9" identifier = (binary_expression "Output_reloc<9" identifier < number_literal)) , (comma_expression "_true,_64,_false>::symbol_value(&this->rel_,addend)" identifier , (comma_expression "_64,_false>::symbol_value(&this->rel_,addend)" identifier , (binary_expression "_false>::symbol_value(&this->rel_,addend)" identifier > (ERROR "::" : :) (call_expression "symbol_value(&this->rel_,addend)" identifier (argument_list "(&this->rel_,addend)" ( (pointer_expression "&this->rel_" & (field_expression "this->rel_" identifier -> field_identifier)) , identifier ))))))) ;) }))) (expression_statement "pEVar7[2] = addend;" (assignment_expression "pEVar7[2] = addend" (subscript_expression "pEVar7[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return addend;" return identifier ;) (ERROR "}" }))
(translation_unit "void FUN_0022b830(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}\n\n" (function_definition "void FUN_0022b830(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" primitive_type (function_declarator "FUN_0022b830(undefined8 *param_1,undefined8 *param_2)" identifier (parameter_list "(undefined8 *param_1,undefined8 *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (expression_statement "uVar3 = FUN_0022b530();" (assignment_expression "uVar3 = FUN_0022b530()" identifier = (call_expression "FUN_0022b530()" identifier (argument_list "()" ( )))) ;) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "lVar4 = FUN_00205210(param_1);" (assignment_expression "lVar4 = FUN_00205210(param_1)" identifier = (call_expression "FUN_00205210(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);" (assignment_expression "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" identifier = (call_expression "(ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" ( (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" * (cast_expression "(uint *)((long)param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1c)" ( (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )))) ;) (expression_statement "uVar1 = *(uint *)(param_1 + 3);" (assignment_expression "uVar1 = *(uint *)(param_1 + 3)" identifier = (pointer_expression "*(uint *)(param_1 + 3)" * (cast_expression "(uint *)(param_1 + 3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) ))))) ;) (expression_statement "param_2[1] = (lVar4 << 0x20) + uVar5;" (assignment_expression "param_2[1] = (lVar4 << 0x20) + uVar5" (subscript_expression "param_2[1]" identifier [ number_literal ]) = (binary_expression "(lVar4 << 0x20) + uVar5" (parenthesized_expression "(lVar4 << 0x20)" ( (binary_expression "lVar4 << 0x20" identifier << number_literal) )) + identifier)) ;) (expression_statement "uVar3 = param_1[5];" (assignment_expression "uVar3 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;) (if_statement "if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(uVar1 == 0xfffffffd)" ( (binary_expression "uVar1 == 0xfffffffd" identifier == number_literal) )) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" if (parenthesized_expression "(plVar2 != (long *)0x0)" ( (binary_expression "plVar2 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" { (expression_statement "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);" (assignment_expression "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" identifier = (call_expression "(**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x60))" ( (pointer_expression "**(code **)(*plVar2 + 0x60)" * (pointer_expression "*(code **)(*plVar2 + 0x60)" * (cast_expression "(code **)(*plVar2 + 0x60)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar2 + 0x60)" ( (binary_expression "*plVar2 + 0x60" (pointer_expression "*plVar2" * identifier) + number_literal) ))))) )) (argument_list "(plVar2,*param_1,uVar5,uVar3)" ( identifier , (pointer_expression "*param_1" * identifier) , identifier , identifier )))) ;) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (if_statement "if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" if (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20)" ( (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x20" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }" { (if_statement "if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" if (parenthesized_expression "(((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0))" ( (binary_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" (parenthesized_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc))" ( (binary_expression "(uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)" (parenthesized_expression "(uVar1 < 0xfffffffe)" ( (binary_expression "uVar1 < 0xfffffffe" identifier < number_literal) )) && (parenthesized_expression "(uVar1 != 0xfffffffc)" ( (binary_expression "uVar1 != 0xfffffffc" identifier != number_literal) ))) )) && (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" ( (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40) != 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40)" ( (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" * (cast_expression "(byte *)((long)param_1 + 0x1f)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x1f)" ( (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) ))) )) (compound_statement "{\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" { (expression_statement "uVar3 = FUN_0022b3a0(param_1,uVar3);" (assignment_expression "uVar3 = FUN_0022b3a0(param_1,uVar3)" identifier = (call_expression "FUN_0022b3a0(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) }) (else_clause "else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" else (compound_statement "{\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" { (expression_statement "uVar3 = FUN_00204f50(param_1,uVar3);" (assignment_expression "uVar3 = FUN_00204f50(param_1,uVar3)" identifier = (call_expression "FUN_00204f50(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) }))) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT << LIT) )) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , (pointer_expression * IDENT) , IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0022b830(undefined8 *param_1,undefined8 *param_2)\n\n{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022b830(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_0022b830") (parameter_list "(undefined8 *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n uint uVar1;\n long *plVar2;\n undefined8 uVar3;\n long lVar4;\n ulong uVar5;\n \n uVar3 = FUN_0022b530();\n *param_2 = uVar3;\n lVar4 = FUN_00205210(param_1);\n uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);\n uVar1 = *(uint *)(param_1 + 3);\n param_2[1] = (lVar4 << 0x20) + uVar5;\n uVar3 = param_1[5];\n if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }\n param_2[2] = uVar3;\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (expression_statement "uVar3 = FUN_0022b530();" (assignment_expression "uVar3 = FUN_0022b530()" (identifier "uVar3") (= "=") (call_expression "FUN_0022b530()" (identifier "FUN_0022b530") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*param_2 = uVar3;" (assignment_expression "*param_2 = uVar3" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "lVar4 = FUN_00205210(param_1);" (assignment_expression "lVar4 = FUN_00205210(param_1)" (identifier "lVar4") (= "=") (call_expression "FUN_00205210(param_1)" (identifier "FUN_00205210") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff);" (assignment_expression "uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" (identifier "uVar5") (= "=") (call_expression "(ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(*(uint *)((long)param_1 + 0x1c) & 0xfffffff)" (( "(") (binary_expression "*(uint *)((long)param_1 + 0x1c) & 0xfffffff" (pointer_expression "*(uint *)((long)param_1 + 0x1c)" (* "*") (cast_expression "(uint *)((long)param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1c)" (( "(") (binary_expression "(long)param_1 + 0x1c" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "0xfffffff")) () ")")))) (; ";")) (expression_statement "uVar1 = *(uint *)(param_1 + 3);" (assignment_expression "uVar1 = *(uint *)(param_1 + 3)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_1 + 3)" (* "*") (cast_expression "(uint *)(param_1 + 3)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")"))))) (; ";")) (expression_statement "param_2[1] = (lVar4 << 0x20) + uVar5;" (assignment_expression "param_2[1] = (lVar4 << 0x20) + uVar5" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(lVar4 << 0x20) + uVar5" (parenthesized_expression "(lVar4 << 0x20)" (( "(") (binary_expression "lVar4 << 0x20" (identifier "lVar4") (<< "<<") (number_literal "0x20")) () ")")) (+ "+") (identifier "uVar5"))) (; ";")) (expression_statement "uVar3 = param_1[5];" (assignment_expression "uVar3 = param_1[5]" (identifier "uVar3") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (if_statement "if (uVar1 == 0xfffffffd) {\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "(uVar1 == 0xfffffffd)" (( "(") (binary_expression "uVar1 == 0xfffffffd" (identifier "uVar1") (== "==") (number_literal "0xfffffffd")) () ")")) (compound_statement "{\n plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);\n if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" ({ "{") (expression_statement "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18);" (assignment_expression "plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18)" (identifier "plVar2") (= "=") (pointer_expression "*(long **)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_0043e6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x18" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar2 != (long *)0x0) {\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" (if "if") (parenthesized_expression "(plVar2 != (long *)0x0)" (( "(") (binary_expression "plVar2 != (long *)0x0" (identifier "plVar2") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);\n param_2[2] = uVar3;\n return;\n }" ({ "{") (expression_statement "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3);" (assignment_expression "uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" (identifier "uVar3") (= "=") (call_expression "(**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3)" (parenthesized_expression "(**(code **)(*plVar2 + 0x60))" (( "(") (pointer_expression "**(code **)(*plVar2 + 0x60)" (* "*") (pointer_expression "*(code **)(*plVar2 + 0x60)" (* "*") (cast_expression "(code **)(*plVar2 + 0x60)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar2 + 0x60)" (( "(") (binary_expression "*plVar2 + 0x60" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (+ "+") (number_literal "0x60")) () ")"))))) () ")")) (argument_list "(plVar2,*param_1,uVar5,uVar3)" (( "(") (identifier "plVar2") (, ",") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (identifier "uVar5") (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) {\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }\n else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" (if "if") (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0)" (( "(") (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20) == 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x20)" (( "(") (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x20" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x1f)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1f)" (( "(") (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1f")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }\n }" ({ "{") (if_statement "if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) {\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" (if "if") (parenthesized_expression "(((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0))" (( "(") (binary_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) &&\n ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" (parenthesized_expression "((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc))" (( "(") (binary_expression "(uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)" (parenthesized_expression "(uVar1 < 0xfffffffe)" (( "(") (binary_expression "uVar1 < 0xfffffffe" (identifier "uVar1") (< "<") (number_literal "0xfffffffe")) () ")")) (&& "&&") (parenthesized_expression "(uVar1 != 0xfffffffc)" (( "(") (binary_expression "uVar1 != 0xfffffffc" (identifier "uVar1") (!= "!=") (number_literal "0xfffffffc")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)" (( "(") (binary_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40) != 0" (parenthesized_expression "(*(byte *)((long)param_1 + 0x1f) & 0x40)" (( "(") (binary_expression "*(byte *)((long)param_1 + 0x1f) & 0x40" (pointer_expression "*(byte *)((long)param_1 + 0x1f)" (* "*") (cast_expression "(byte *)((long)param_1 + 0x1f)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x1f)" (( "(") (binary_expression "(long)param_1 + 0x1f" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x1f")) () ")")))) (& "&") (number_literal "0x40")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar3 = FUN_0022b3a0(param_1,uVar3);\n param_2[2] = uVar3;\n return;\n }" ({ "{") (expression_statement "uVar3 = FUN_0022b3a0(param_1,uVar3);" (assignment_expression "uVar3 = FUN_0022b3a0(param_1,uVar3)" (identifier "uVar3") (= "=") (call_expression "FUN_0022b3a0(param_1,uVar3)" (identifier "FUN_0022b3a0") (argument_list "(param_1,uVar3)" (( "(") (identifier "param_1") (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" (else "else") (compound_statement "{\n uVar3 = FUN_00204f50(param_1,uVar3);\n }" ({ "{") (expression_statement "uVar3 = FUN_00204f50(param_1,uVar3);" (assignment_expression "uVar3 = FUN_00204f50(param_1,uVar3)" (identifier "uVar3") (= "=") (call_expression "FUN_00204f50(param_1,uVar3)" (identifier "FUN_00204f50") (argument_list "(param_1,uVar3)" (( "(") (identifier "param_1") (, ",") (identifier "uVar3") () ")")))) (; ";")) (} "}")))) (expression_statement "param_2[2] = uVar3;" (assignment_expression "param_2[2] = uVar3" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void write(Output_reloc<4,_true,_64,_false> * this, uchar * pov) */ ssize_t __thiscall gold::var_2<4,_true,_64,var_10>::write (var_2<4,_true,_64,var_10> *this,int __fd,void *__buf,size_t __n) { byte var_9; type_1 var_7; type_1 var_5; type_2 *var_6; type_1 uVar5; type_3 EVar6; type_4 addend; type_5 in_register_00000034; type_3 *pEVar7; pEVar7 = (type_3 *)var_1(in_register_00000034,__fd); EVar6 = var_2<9,_true,_64,var_10>::var_3(&this->rel_); *pEVar7 = EVar6; uVar5 = var_2<9,_true,_64,var_10>::var_4(&this->rel_); var_7 = *(type_1 *)&(this->rel_).field_0x1c; var_5 = (this->rel_).local_sym_index_; pEVar7[1] = var_1(uVar5,var_7) & 0xffffffff0fffffff; addend = this->addend_; if (var_5 == 0xfffffffd) { var_6 = parameters->target_; if (var_6 != (type_2 *)0x0) { EVar6 = (**(type_6 **)(*(long *)var_6 + 0x60)) (var_6,(this->rel_).u1_.relobj,var_7 & 0xfffffff,addend); pEVar7[2] = EVar6; return EVar6; } /* WARNING: Subroutine does not return */ var_8("../../gold/parameters.h",0x69,"target"); } var_9 = (this->rel_).field_0x1f; if ((var_9 & 0x20) == 0) { if (((var_5 < 0xfffffffe) && (var_5 != 0xfffffffc)) && ((var_9 & 0x40) != 0)) { EVar6 = var_2<9,_true,_64,var_10>::var_11(&this->rel_,addend); pEVar7[2] = EVar6; return EVar6; } } else { addend = var_2<9,_true,_64,var_10>::var_12(&this->rel_,addend); } pEVar7[2] = addend; return addend; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1,undefined8 *param_2) { uint uVar1; long *plVar2; undefined8 uVar3; long lVar4; ulong uVar5; uVar3 = FUN_0022b530(); *param_2 = uVar3; lVar4 = FUN_00205210(param_1); uVar5 = (ulong)(*(uint *)((long)param_1 + 0x1c) & 0xfffffff); uVar1 = *(uint *)(param_1 + 3); param_2[1] = (lVar4 << 0x20) + uVar5; uVar3 = param_1[5]; if (uVar1 == 0xfffffffd) { plVar2 = *(long **)(PTR_DAT_0043e6b0 + 0x18); if (plVar2 != (long *)0x0) { uVar3 = (**(code **)(*plVar2 + 0x60))(plVar2,*param_1,uVar5,uVar3); param_2[2] = uVar3; return; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x69,"target"); } if ((*(byte *)((long)param_1 + 0x1f) & 0x20) == 0) { if (((uVar1 < 0xfffffffe) && (uVar1 != 0xfffffffc)) && ((*(byte *)((long)param_1 + 0x1f) & 0x40) != 0)) { uVar3 = FUN_0022b3a0(param_1,uVar3); param_2[2] = uVar3; return; } } else { uVar3 = FUN_00204f50(param_1,uVar3); } param_2[2] = uVar3; return; }
7364_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
get_sized_symbol<32>
FUN_002be8e0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: Sized_symbol<32> * get_sized_symbol<32>(Symbol_table * this, Symbol * sym) */ Sized_symbol<32> * __thiscall gold::Symbol_table::get_sized_symbol<32>(Symbol_table *this,Symbol *sym) { if (parameters->target_ == (Target *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } if (**(int **)(parameters->target_ + 8) == 0x20) { return (Sized_symbol<32> *)this; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/symtab.h",0x7f4,"get_sized_symbol"); }
undefined8 FUN_002be8e0(undefined8 param_1) { if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x69,"target"); } if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) { return param_1; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol"); }
SUB RSP,0x8 MOV RDX,qword ptr [0x0043e6b0] MOV RDX,qword ptr [RDX + 0x18] TEST RDX,RDX JZ 0x002be905 MOV RAX,qword ptr [RDX + 0x8] CMP dword ptr [RAX],0x20 JNZ 0x002be91d MOV RAX,RDI ADD RSP,0x8 RET LEA RDX,[0x38de11] MOV ESI,0x69 LEA RDI,[0x3726d0] CALL 0x0017c650 LEA RDX,[0x38ddc0] MOV ESI,0x7f4 LEA RDI,[0x3726ed] CALL 0x0017c650
null
null
null
null
[('const-433', u'LOAD_-1204492018'), ('const-433', u'LOAD_-1204492012'), ('tmp_182', u'COPY_-1204491995'), (u'LOAD_-1204492012', u'INT_EQUAL_-1204491997'), (u'INDIRECT_-1204491816', u'COPY_-1204491874'), ('const-1', u'RETURN_-1204491915'), (u'LOAD_-1204492018', u'LOAD_-1204492012'), ('tmp_103', u'CBRANCH_-1204491994'), (u'CAST_-1204491844', u'RETURN_-1204491967'), (u'INDIRECT_-1204491841', u'COPY_-1204491897'), (u'PTRSUB_-1204491869', u'LOAD_-1204492040'), (u'CAST_-1204491861', u'LOAD_-1204492018'), ('const-433', u'LOAD_-1204492040'), (u'INT_EQUAL_-1204492021', u'CBRANCH_-1204492019'), (u'CALL_-1204491920', u'INDIRECT_-1204491816'), (u'COPY_-1204491893', u'CALL_-1204491936'), ('const-0', u'RETURN_-1204491967'), (u'COPY_-1204491867', u'CALL_-1204491920'), ('tmp_331', u'PTRSUB_-1204491869'), ('tmp_60', u'CBRANCH_-1204492019'), ('const-32', u'INT_EQUAL_-1204491997'), (u'COPY_-1204491890', u'CALL_-1204491936'), (u'COPY_-1204491995', u'CAST_-1204491844'), ('const-105', u'CALL_-1204491936'), ('const-1', u'RETURN_-1204491931'), ('const-8', u'PTRADD_-1204491956'), ('const-3614416', u'COPY_-1204491893'), ('const-0', u'INT_EQUAL_-1204492021'), ('tmp_331', u'COPY_-1204491919'), (u'CALL_-1204491936', u'INDIRECT_-1204491841'), (u'PTRADD_-1204491956', u'CAST_-1204491861'), ('const-3614445', u'COPY_-1204491868'), (u'COPY_-1204491868', u'CALL_-1204491920'), (u'LOAD_-1204492040', u'PTRADD_-1204491956'), ('const-2036', u'CALL_-1204491920'), ('const-24', u'PTRSUB_-1204491869'), ('const-3726865', u'COPY_-1204491890'), (u'LOAD_-1204492040', u'INT_EQUAL_-1204492021'), ('const-1', u'PTRADD_-1204491956'), ('const-3726784', u'COPY_-1204491867'), (u'INT_EQUAL_-1204491997', u'CBRANCH_-1204491994')]
[(u'COPY_-1204491870', u'CALL_-1204491920'), (u'CAST_-1204491873', u'LOAD_-1204492040'), (u'LOAD_-1204492012', u'INT_EQUAL_-1204491997'), ('const-1', u'PTRADD_-1204491978'), ('const-1', u'RETURN_-1204491915'), ('const-3614416', u'COPY_-1204491895'), (u'LOAD_-1204492018', u'LOAD_-1204492012'), ('tmp_103', u'CBRANCH_-1204491994'), (u'INT_EQUAL_-1204492021', u'CBRANCH_-1204492019'), ('const-24', u'PTRADD_-1204491978'), (u'CAST_-1204491863', u'LOAD_-1204492018'), ('const-0', u'RETURN_-1204491967'), ('const-3726865', u'COPY_-1204491892'), (u'CALL_-1204491936', u'INDIRECT_-1204491843'), ('const-2036', u'CALL_-1204491920'), (u'INDIRECT_-1204491818', u'COPY_-1204491876'), ('const-3726784', u'COPY_-1204491869'), ('tmp_60', u'CBRANCH_-1204492019'), ('tmp_322', u'PTRADD_-1204491978'), ('const-32', u'INT_EQUAL_-1204491997'), ('tmp_273', u'COPY_-1204491995'), (u'COPY_-1204491995', u'RETURN_-1204491967'), ('const-1', u'RETURN_-1204491931'), ('const-3614445', u'COPY_-1204491870'), ('const-0', u'INT_EQUAL_-1204492021'), (u'LOAD_-1204492040', u'INT_ADD_-1204492002'), ('const-433', u'LOAD_-1204492012'), (u'INDIRECT_-1204491843', u'COPY_-1204491899'), (u'CALL_-1204491920', u'INDIRECT_-1204491818'), ('const-105', u'CALL_-1204491936'), (u'LOAD_-1204492040', u'INT_EQUAL_-1204492021'), ('const-433', u'LOAD_-1204492040'), (u'INT_ADD_-1204492002', u'CAST_-1204491863'), (u'COPY_-1204491869', u'CALL_-1204491920'), (u'INT_EQUAL_-1204491997', u'CBRANCH_-1204491994'), ('tmp_322', u'COPY_-1204491921'), (u'COPY_-1204491892', u'CALL_-1204491936'), (u'PTRADD_-1204491978', u'CAST_-1204491873'), (u'COPY_-1204491895', u'CALL_-1204491936'), ('const-8', u'INT_ADD_-1204492002'), ('const-433', u'LOAD_-1204492018')]
null
null
002be8e0
x64
O2
(translation_unit "undefined8 FUN_002be8e0(undefined8 param_1)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}\n\n" (function_definition "undefined8 FUN_002be8e0(undefined8 param_1)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" type_identifier (function_declarator "FUN_002be8e0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" { comment (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (if_statement "if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }" if (parenthesized_expression "(**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20)" ( (binary_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20" (pointer_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" * (pointer_expression "*(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" * (cast_expression "(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) )))) + number_literal) ))))) == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) comment (expression_statement "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");" (call_expression "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol")" identifier (argument_list "("../../gold/symtab.h",0x7f4,"get_sized_symbol")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""get_sized_symbol"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Sized_symbol<32> * get_sized_symbol<32>(Symbol_table * this, Symbol *\n sym) */\n\nSized_symbol<32> * __thiscall\ngold::Symbol_table::get_sized_symbol<32>(Symbol_table *this,Symbol *sym)\n\n{\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(parameters->target_ + 8) == 0x20) {\n return (Sized_symbol<32> *)this;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}\n\n" comment comment (ERROR "Sized_symbol<32> * __thiscall\ngold::Symbol_table::get_sized_symbol<32>(Symbol_table *this,Symbol *sym)" (binary_expression "Sized_symbol<32> * __thiscall\ngold::Symbol_table::get_sized_symbol<32>(Symbol_table *this,Symbol *sym)" (binary_expression "Sized_symbol<32> * __thiscall\ngold::Symbol_table::get_sized_symbol<32" (binary_expression "Sized_symbol<32> * __thiscall" (binary_expression "Sized_symbol<32" identifier < number_literal) > (pointer_expression "* __thiscall" * identifier)) (ERROR "gold::Symbol_table::get_sized_symbol" identifier : : identifier : : identifier) < number_literal) > (parenthesized_expression "(Symbol_table *this,Symbol *sym)" ( (comma_expression "Symbol_table *this,Symbol *sym" (binary_expression "Symbol_table *this" identifier * identifier) , (binary_expression "Symbol *sym" identifier * identifier)) )))) (compound_statement "{\n if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(parameters->target_ + 8) == 0x20) {\n return (Sized_symbol<32> *)this;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" { (if_statement "if (parameters->target_ == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(parameters->target_ == (Target *)0x0)" ( (binary_expression "parameters->target_ == (Target *)0x0" (field_expression "parameters->target_" identifier -> field_identifier) == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x69,"target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (if_statement "if (**(int **)(parameters->target_ + 8) == 0x20) {\n return (Sized_symbol<32> *)this;\n }" if (parenthesized_expression "(**(int **)(parameters->target_ + 8) == 0x20)" ( (binary_expression "**(int **)(parameters->target_ + 8) == 0x20" (pointer_expression "**(int **)(parameters->target_ + 8)" * (pointer_expression "*(int **)(parameters->target_ + 8)" * (cast_expression "(int **)(parameters->target_ + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(parameters->target_ + 8)" ( (binary_expression "parameters->target_ + 8" (field_expression "parameters->target_" identifier -> field_identifier) + number_literal) ))))) == number_literal) )) (compound_statement "{\n return (Sized_symbol<32> *)this;\n }" { (return_statement "return (Sized_symbol<32> *)this;" return (parenthesized_expression "(Sized_symbol<32> *)this" ( (binary_expression "Sized_symbol<32> *)this" (binary_expression "Sized_symbol<32" identifier < number_literal) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) )) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/symtab.h",0x7f4,"get_sized_symbol");" (call_expression "do_gold_unreachable("../../gold/symtab.h",0x7f4,"get_sized_symbol")" identifier (argument_list "("../../gold/symtab.h",0x7f4,"get_sized_symbol")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""get_sized_symbol"" " string_content ") ))) ;) }))
(translation_unit "undefined8 FUN_002be8e0(undefined8 param_1)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n \n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}\n\n" (function_definition "undefined8 FUN_002be8e0(undefined8 param_1)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n \n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" type_identifier (function_declarator "FUN_002be8e0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n \n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" { (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (if_statement "if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }" if (parenthesized_expression "(**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20)" ( (binary_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20" (pointer_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" * (pointer_expression "*(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" * (cast_expression "(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" * (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" ( (binary_expression "PTR_DAT_0043e6b0 + 0x18" identifier + number_literal) )))) + number_literal) ))))) == number_literal) )) (compound_statement "{\n return param_1;\n }" { (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");" (call_expression "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol")" identifier (argument_list "("../../gold/symtab.h",0x7f4,"get_sized_symbol")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""get_sized_symbol"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) == LIT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "undefined8 FUN_002be8e0(undefined8 param_1)\n\n{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n \n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" (type_identifier "undefined8") (function_declarator "FUN_002be8e0(undefined8 param_1)" (identifier "FUN_002be8e0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }\n \n FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");\n}" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x18" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_0017c650("../../gold/parameters.h",0x69,"target")" (identifier "FUN_0017c650") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) {\n return param_1;\n }" (if "if") (parenthesized_expression "(**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20)" (( "(") (binary_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20" (pointer_expression "**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" (* "*") (pointer_expression "*(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" (* "*") (cast_expression "(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8" (pointer_expression "*(long *)(PTR_DAT_0043e6b0 + 0x18)" (* "*") (cast_expression "(long *)(PTR_DAT_0043e6b0 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0043e6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_0043e6b0 + 0x18" (identifier "PTR_DAT_0043e6b0") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "8")) () ")"))))) (== "==") (number_literal "0x20")) () ")")) (compound_statement "{\n return param_1;\n }" ({ "{") (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol");" (call_expression "FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol")" (identifier "FUN_0017c650") (argument_list "("../../gold/symtab.h",0x7f4,"get_sized_symbol")" (( "(") (string_literal ""../../gold/symtab.h"" (" """) (string_content "../../gold/symtab.h") (" """)) (, ",") (number_literal "0x7f4") (, ",") (string_literal ""get_sized_symbol"" (" """) (string_content "get_sized_symbol") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: Sized_symbol<32> * get_sized_symbol<32>(Symbol_table * this, Symbol * sym) */ var_2<32> * __thiscall gold::Symbol_table::get_sized_symbol<32>(Symbol_table *this,Symbol *sym) { if (parameters->target_ == (type_1 *)0x0) { /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x69,"target"); } if (**(int **)(parameters->target_ + 8) == 0x20) { return (var_2<32> *)this; } /* WARNING: Subroutine does not return */ var_1("../../gold/symtab.h",0x7f4,"get_sized_symbol"); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
undefined8 MASKED(undefined8 param_1) { if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/parameters.h",0x69,"target"); } if (**(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8) == 0x20) { return param_1; } /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/symtab.h",0x7f4,"get_sized_symbol"); }
549_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
FUN_0014e944
FUN_0014e944
void FUN_0014e944(void) { void *unaff_R13; __cxa_begin_catch(); operator_delete__(unaff_R13); /* WARNING: Subroutine does not return */ /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */ __cxa_rethrow(); }
void FUN_0014e944(void) { FUN_002da4d0(); thunk_FUN_002dac60(); /* WARNING: Subroutine does not return */ /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */ FUN_002d9860(); }
MOV RDI,RAX CALL 0x002da4d0 MOV RDI,R13 CALL 0x002dac30 CALL 0x002d9860
null
null
null
null
[('tmp_88', u'CALL_-1207178915'), ('const-1', u'RETURN_-1207178902')]
[('const-1', u'RETURN_-1207178902')]
null
null
0014e944
x64
O2
(translation_unit "void FUN_0014e944(void)\n\n{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n FUN_002d9860();\n}\n\n" (function_definition "void FUN_0014e944(void)\n\n{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n FUN_002d9860();\n}" primitive_type (function_declarator "FUN_0014e944(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n FUN_002d9860();\n}" { (expression_statement "FUN_002da4d0();" (call_expression "FUN_002da4d0()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) comment comment (expression_statement "FUN_002d9860();" (call_expression "FUN_002d9860()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0014e944(void)\n\n{\n void *unaff_R13;\n \n __cxa_begin_catch();\n operator_delete__(unaff_R13);\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n __cxa_rethrow();\n}\n\n" (function_definition "void FUN_0014e944(void)\n\n{\n void *unaff_R13;\n \n __cxa_begin_catch();\n operator_delete__(unaff_R13);\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n __cxa_rethrow();\n}" primitive_type (function_declarator "FUN_0014e944(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n void *unaff_R13;\n \n __cxa_begin_catch();\n operator_delete__(unaff_R13);\n /* WARNING: Subroutine does not return */\n /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */\n __cxa_rethrow();\n}" { (declaration "void *unaff_R13;" primitive_type (pointer_declarator "*unaff_R13" * identifier) ;) (expression_statement "__cxa_begin_catch();" (call_expression "__cxa_begin_catch()" identifier (argument_list "()" ( ))) ;) (expression_statement "operator_delete__(unaff_R13);" (call_expression "operator_delete__(unaff_R13)" identifier (argument_list "(unaff_R13)" ( identifier ))) ;) comment comment (expression_statement "__cxa_rethrow();" (call_expression "__cxa_rethrow()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0014e944(void)\n\n{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n \n \n FUN_002d9860();\n}\n\n" (function_definition "void FUN_0014e944(void)\n\n{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n \n \n FUN_002d9860();\n}" primitive_type (function_declarator "FUN_0014e944(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n \n \n FUN_002d9860();\n}" { (expression_statement "FUN_002da4d0();" (call_expression "FUN_002da4d0()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_002d9860();" (call_expression "FUN_002d9860()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0014e944(void)\n\n{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n \n \n FUN_002d9860();\n}" (primitive_type "void") (function_declarator "FUN_0014e944(void)" (identifier "FUN_0014e944") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_002da4d0();\n thunk_FUN_002dac60();\n \n \n FUN_002d9860();\n}" ({ "{") (expression_statement "FUN_002da4d0();" (call_expression "FUN_002da4d0()" (identifier "FUN_002da4d0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" (identifier "thunk_FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_002d9860();" (call_expression "FUN_002d9860()" (identifier "FUN_002d9860") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
void function_1(void) { void *unaff_R13; var_1(); var_2(unaff_R13); /* WARNING: Subroutine does not return */ /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */ var_3(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { FUN_002da4d0(); thunk_FUN_002dac60(); /* WARNING: Subroutine does not return */ /* try { // try from 0014e954 to 0014e958 has its CatchHandler @ 0014e987 */ FUN_002d9860(); }
5019_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
split_stack_adjust_reltype<9>
FUN_0022be90
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void split_stack_adjust_reltype<9>(Sized_relobj_file<32,_false> * this, Symbol_table * symtab, uchar * pshdrs, uint shndx, uchar * prelocs, size_t reloc_count, uchar * view, section_size_type view_size, Reloc_symbol_changes * * reloc_map, Sized_target<32,_false> * target) */ void __thiscall gold::Sized_relobj_file<32,_false>::split_stack_adjust_reltype<9> (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx, uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size, Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target) { _Base_ptr *pp_Var1; byte bVar2; _func_int_varargs **pp_Var3; _func_int_varargs *p_Var4; code *pcVar5; _Alloc_hider _Var6; _Alloc_hider _Var7; uint uVar8; int iVar9; ulong uVar10; Symbol *from_00; _Rb_tree_node_base *p_Var11; _Rb_tree_node_base *p_Var12; _Base_ptr p_Var13; ulong uVar14; char *format; Reloc_symbol_changes *pRVar15; pointer ppSVar16; pointer plVar17; uint *puVar18; Target *pTVar19; _Rb_tree_header *p_Var20; ulong uVar21; bool bVar22; Symbol *local_138; ulong local_110; uint local_104; vector<long_int,_std::allocator<long_int>_> non_split_refs; string from; string to; Function_offsets function_offsets; Function_offsets calls_non_split; pp_Var3 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object; p_Var4 = pp_Var3[0x23]; if (p_Var4 == Relobj::local_symbol_count) { local_104 = (*pp_Var3[0x2f])(); } else { local_104 = (*p_Var4)(); } non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start = (pointer)0x0; non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish = (pointer)0x0; non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_end_of_storage = (pointer)0x0; if (reloc_count != 0) { local_110 = 0; puVar18 = (uint *)prelocs; uVar10 = local_110; do { local_110 = uVar10; p_Var4 = (target->super_Target)._vptr_Target[0x3c]; if (p_Var4 == Sized_target<32,_false>::get_r_sym) { uVar8 = puVar18[1] >> 8; } else { uVar8 = (*p_Var4)(target,puVar18); } if (local_104 <= uVar8) { if (uVar8 < this->local_symbol_count_) { LAB_0022c640: /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype"); } uVar10 = (ulong)(uVar8 - this->local_symbol_count_); ppSVar16 = (this->symbols_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_start; if ((ulong)((long)(this->symbols_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_finish - (long)ppSVar16 >> 3) <= uVar10) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */ do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol"); } from_00 = ppSVar16[uVar10]; if (from_00 == (Symbol *)0x0) goto LAB_0022c640; if ((from_00->field_0x3a & 0x10) != 0) { from_00 = Symbol_table::resolve_forwards(symtab,from_00); } bVar2 = from_00->field_0x3a; if ((bVar2 & 7) == 0) { if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) && ((bVar2 & 7) == 0)) && (((ulong)((from_00->u1_).output_segment)->output_lists_[2]. super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>. _M_impl._M_finish & 0x400000000) == 0)) { pTVar19 = parameters->target_; if (pTVar19 == (Target *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */ iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size); if ((char)iVar9 != '\0') { calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18); if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish == non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_end_of_storage) { /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */ std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&> (&non_split_refs, (iterator) non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>. _M_impl._M_finish,(long *)&calls_non_split); } else { *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish = calls_non_split._M_t._M_impl._0_8_; non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>. _M_impl._M_finish + 1; } } } } else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/symtab.h",0xa1,"object"); } } puVar18 = puVar18 + 2; uVar10 = local_110 + 1; } while (reloc_count != uVar10); plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish; if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish) { function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0; function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left; /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */ find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t); if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) { calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish) { p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header; plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_start; do { if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent == (_Base_ptr)0x0) { LAB_0022c4f0: p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header); LAB_0022c1e7: /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */ std:: _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_> ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&> (&calls_non_split._M_t, (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1)); } else { p_Var11 = &p_Var20->_M_header; p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; do { while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) { p_Var11 = p_Var12; p_Var13 = p_Var12->_M_left; if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3; } pp_Var1 = &p_Var12->_M_right; p_Var12 = p_Var11; p_Var13 = *pp_Var1; } while (*pp_Var1 != (_Base_ptr)0x0); LAB_0022c1c3: if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0; if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7; if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12) { p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12); goto LAB_0022c1e7; } } plVar17 = plVar17 + 1; } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_finish != plVar17); if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) && ((_Rb_tree_header *) calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left != &calls_non_split._M_t._M_impl.super__Rb_tree_header)) { pTVar19 = parameters->target_; if (pTVar19 != (Target *)0x0) { p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left; do { to._M_dataplus._M_p = (pointer)&to.field_2; from._M_dataplus._M_p = (pointer)&from.field_2; to.field_2._M_local_buf[0] = '\0'; to._M_string_length = 0; from.field_2._M_local_buf[0] = '\0'; from._M_string_length = 0; /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */ (*pTVar19->_vptr_Target[0x16]) (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1), p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to); if (from._M_string_length != 0) { if (to._M_string_length == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */ do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype"); } uVar21 = 0; local_138 = (Symbol *)0x0; puVar18 = (uint *)prelocs; do { p_Var4 = (target->super_Target)._vptr_Target[0x3c]; if (p_Var4 == Sized_target<32,_false>::get_r_sym) { uVar8 = puVar18[1] >> 8; } else { uVar8 = (*p_Var4)(target,puVar18); } if (local_104 <= uVar8) { if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) && ((long)(ulong)*puVar18 < (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) { if (uVar8 < this->local_symbol_count_) { /* WARNING: Does not return */ pcVar5 = (code *)invalidInstructionException(); (*pcVar5)(); } uVar14 = (ulong)(uVar8 - this->local_symbol_count_); ppSVar16 = (this->symbols_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_> ._M_impl._M_start; if ((ulong)((long)(this->symbols_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_> ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */ do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol"); } iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_); if (iVar9 == 0) { if ((local_138 == (Symbol *)0x0) && (local_138 = Symbol_table::lookup (symtab,to._M_dataplus._M_p,(char *)0x0), _Var7 = to._M_dataplus, _Var6 = from._M_dataplus, local_138 == (Symbol *)0x0)) { format = (char *)gettext("could not convert call to \'%s\' to \'%s\'"); Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p); break; } if (*reloc_map == (Reloc_symbol_changes *)0x0) { pRVar15 = (Reloc_symbol_changes *)operator_new(0x18); (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start = (pointer)0x0; (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_finish = (pointer)0x0; (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_end_of_storage = (pointer)0x0; if (0x1fffffffffffffff < uVar10) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */ std::__throw_bad_alloc(); } /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */ ppSVar16 = (pointer)operator_new(uVar10 * 8); (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start = ppSVar16; (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_end_of_storage = ppSVar16 + uVar10; uVar14 = 0; do { ppSVar16[uVar14] = (Symbol *)0x0; bVar22 = uVar14 != local_110; uVar14 = uVar14 + 1; } while (bVar22); (pRVar15->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_finish = ppSVar16 + uVar10; *reloc_map = pRVar15; } else { ppSVar16 = ((*reloc_map)->vec_). super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_> ._M_impl._M_start; } ppSVar16[uVar21] = local_138; } } } uVar21 = uVar21 + 1; puVar18 = puVar18 + 2; } while (uVar21 < uVar10); } if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)to._M_dataplus._M_p != &to.field_2) { operator_delete(to._M_dataplus._M_p); } if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)from._M_dataplus._M_p != &from.field_2) { operator_delete(from._M_dataplus._M_p); } p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13); if ((_Rb_tree_header *)p_Var13 == &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095; pTVar19 = parameters->target_; } while (pTVar19 != (Target *)0x0); } to._M_dataplus._M_p = (pointer)&to.field_2; from._M_dataplus._M_p = (pointer)&from.field_2; to.field_2._M_local_buf[0] = '\0'; to._M_string_length = 0; from.field_2._M_local_buf[0] = '\0'; from._M_string_length = 0; /* WARNING: Subroutine does not return */ /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */ do_gold_unreachable("../../gold/parameters.h",0x69,"target"); } } LAB_0022c095: std:: _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_> ::_M_erase(&calls_non_split._M_t, (_Link_type) calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent); } std:: _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_> ::_M_erase(&function_offsets._M_t, (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ); plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl. _M_start; } if (plVar17 != (pointer)0x0) { operator_delete(plVar17); } } return; }
void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4, uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9, long *param_10) { byte bVar1; code *pcVar2; undefined1 *puVar3; undefined1 *puVar4; undefined4 *puVar5; char cVar6; uint uVar7; int iVar8; ulong uVar9; long lVar10; undefined4 *puVar11; undefined4 *puVar12; ulong uVar13; undefined8 uVar14; long *plVar15; long lVar16; ulong *puVar17; uint *puVar18; ulong uVar19; bool bVar20; long local_138; ulong local_110; uint local_104; ulong *local_f8; ulong *local_f0; ulong *local_e8; undefined1 *local_d8; long local_d0; undefined1 local_c8 [16]; undefined1 *local_b8; long local_b0; undefined1 local_a8 [16]; undefined1 local_98 [8]; undefined4 local_90 [2]; undefined4 *local_88; undefined4 *local_80; undefined4 *local_78; long local_70; ulong local_68; undefined4 local_60 [2]; undefined8 local_58; undefined4 *local_50; undefined4 *local_48; long local_40; pcVar2 = *(code **)(*param_1 + 0x118); if (pcVar2 == FUN_00168560) { local_104 = (**(code **)(*param_1 + 0x178))(); } else { local_104 = (*pcVar2)(); } local_f8 = (ulong *)0x0; local_f0 = (ulong *)0x0; local_e8 = (ulong *)0x0; if (param_6 != 0) { local_110 = 0; puVar18 = param_5; uVar9 = local_110; do { local_110 = uVar9; if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) { uVar7 = puVar18[1] >> 8; } else { uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18); } if (local_104 <= uVar7) { if (uVar7 < *(uint *)(param_1 + 0x24)) { LAB_0022c640: /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype"); } uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24)); if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */ FUN_00199900("../../gold/object.h",0x8ad,"global_symbol"); } lVar10 = *(long *)(param_1[0x26] + uVar9 * 8); if (lVar10 == 0) goto LAB_0022c640; if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) { lVar10 = FUN_0024aed0(param_2); } bVar1 = *(byte *)(lVar10 + 0x3a); if ((bVar1 & 7) == 0) { if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) && ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) { plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); if (plVar15 == (long *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */ FUN_00199900("../../gold/parameters.h",0x69,"target"); } /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */ cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8); if (cVar6 != '\0') { local_68 = (ulong)*puVar18; if (local_f0 == local_e8) { /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */ FUN_00229a40(&local_f8,local_f0,&local_68); } else { *local_f0 = local_68; local_f0 = local_f0 + 1; } } } } else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/symtab.h",0xa1,"object"); } } puVar18 = puVar18 + 2; uVar9 = local_110 + 1; } while (param_6 != uVar9); puVar17 = local_f0; if (local_f8 != local_f0) { local_80 = local_90; local_90[0] = 0; local_88 = (undefined4 *)0x0; local_70 = 0; local_78 = local_80; /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */ FUN_0022bc60(param_1,param_3,param_4,local_98); if (local_70 != 0) { local_60[0] = 0; local_58 = 0; local_50 = local_60; local_48 = local_60; local_40 = 0; if (local_f8 != local_f0) { puVar17 = local_f8; do { if (local_88 == (undefined4 *)0x0) { LAB_0022c4f0: puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90); LAB_0022c1e7: /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */ FUN_00229d50(&local_68,puVar11 + 8); } else { puVar12 = local_90; puVar5 = local_88; do { while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) { puVar12 = puVar11; puVar5 = *(undefined4 **)(puVar11 + 4); if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3; } plVar15 = (long *)(puVar11 + 6); puVar11 = puVar12; puVar5 = (undefined4 *)*plVar15; } while ((undefined4 *)*plVar15 != (undefined4 *)0x0); LAB_0022c1c3: if (puVar11 == local_90) goto LAB_0022c4f0; if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7; if (local_80 != puVar11) { puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11); goto LAB_0022c1e7; } } puVar17 = puVar17 + 1; } while (local_f0 != puVar17); if ((local_40 != 0) && (local_50 != local_60)) { plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); if (plVar15 != (long *)0x0) { puVar12 = local_50; do { local_b8 = local_a8; local_d8 = local_c8; local_a8[0] = 0; local_b0 = 0; local_c8[0] = 0; local_d0 = 0; /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */ (**(code **)(*plVar15 + 0xb0)) (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8), *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8, &local_b8); if (local_d0 != 0) { if (local_b0 == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype"); } uVar19 = 0; local_138 = 0; puVar18 = param_5; do { if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) { uVar7 = puVar18[1] >> 8; } else { uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18); } if (local_104 <= uVar7) { if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) && ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))) { if (uVar7 < *(uint *)(param_1 + 0x24)) { /* WARNING: Does not return */ pcVar2 = (code *)invalidInstructionException(); (*pcVar2)(); } uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24)); if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/object.h",0x8ad,"global_symbol"); } iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8) ); if (iVar8 == 0) { if ((local_138 == 0) && (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8, puVar3 = local_d8, local_138 == 0)) { uVar14 = gettext("could not convert call to \'%s\' to \'%s\'"); FUN_001c7b60(param_1,uVar14,puVar3,puVar4); break; } if ((long *)*param_9 == (long *)0x0) { plVar15 = (long *)FUN_002a11b0(0x18); *plVar15 = 0; plVar15[1] = 0; plVar15[2] = 0; if (0x1fffffffffffffff < uVar9) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */ FUN_002e1130(); } /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */ lVar16 = FUN_002a11b0(uVar9 * 8); lVar10 = lVar16 + uVar9 * 8; *plVar15 = lVar16; plVar15[2] = lVar10; uVar13 = 0; do { *(undefined8 *)(lVar16 + uVar13 * 8) = 0; bVar20 = uVar13 != local_110; uVar13 = uVar13 + 1; } while (bVar20); plVar15[1] = lVar10; *param_9 = (long)plVar15; } else { lVar16 = *(long *)*param_9; } *(long *)(lVar16 + uVar19 * 8) = local_138; } } } uVar19 = uVar19 + 1; puVar18 = puVar18 + 2; } while (uVar19 < uVar9); } if (local_b8 != local_a8) { FUN_002a2980(); } if (local_d8 != local_c8) { FUN_002a2980(); } puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12); if (puVar12 == local_60) goto LAB_0022c095; plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); } while (plVar15 != (long *)0x0); } local_b8 = local_a8; local_d8 = local_c8; local_a8[0] = 0; local_b0 = 0; local_c8[0] = 0; local_d0 = 0; /* WARNING: Subroutine does not return */ /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/parameters.h",0x69,"target"); } } LAB_0022c095: FUN_00229b90(&local_68,local_58); } FUN_00229b90(local_98,local_88); puVar17 = local_f8; } if (puVar17 != (ulong *)0x0) { FUN_002a2980(); } } return; }
PUSH RBP MOV RBP,RSP PUSH R15 MOV R15,RDI PUSH R14 PUSH R13 MOV R13,RDX PUSH R12 MOV R12,R9 PUSH RBX SUB RSP,0x128 MOV RAX,qword ptr [RDI] MOV dword ptr [RBP + -0x100],ECX LEA RCX,[0x168560] MOV qword ptr [RBP + -0x138],RSI MOV R14,qword ptr [RBP + 0x28] MOV RDX,qword ptr [RAX + 0x118] MOV qword ptr [RBP + -0x128],R8 CMP RDX,RCX JNZ 0x0022c612 CALL qword ptr [RAX + 0x178] MOV dword ptr [RBP + -0xfc],EAX MOV qword ptr [RBP + -0xf0],0x0 MOV qword ptr [RBP + -0xe8],0x0 MOV qword ptr [RBP + -0xe0],0x0 TEST R12,R12 JZ 0x0022c0c2 LEA RAX,[RBP + -0x60] MOV RBX,qword ptr [RBP + -0x128] MOV qword ptr [RBP + -0x108],0x0 MOV qword ptr [RBP + -0x110],RAX LEA RAX,[RBP + -0xf0] MOV qword ptr [RBP + -0x118],RAX JMP 0x0022bfc5 MOV EDX,dword ptr [RSI + 0x18] TEST EDX,EDX JNZ 0x0022bf55 TEST byte ptr [RSI + 0x3b],0x20 JNZ 0x0022bf98 TEST AL,0x7 JNZ 0x0022bf98 MOV RAX,qword ptr [RSI + 0x10] TEST byte ptr [RAX + 0x3c],0x4 JNZ 0x0022bf98 MOV RAX,qword ptr [0x003f85c0] MOV RDI,qword ptr [RAX + 0x18] TEST RDI,RDI JZ 0x0022c6bd MOV RAX,qword ptr [RDI] MOV R8,qword ptr [RBP + 0x18] MOV RDX,RBX MOV RCX,qword ptr [RBP + 0x10] CALL qword ptr [RAX + 0xa8] TEST AL,AL JNZ 0x0022c4c0 NOP dword ptr [RAX + RAX*0x1] MOV RAX,qword ptr [RBP + -0x108] ADD RBX,0x8 ADD RAX,0x1 MOV qword ptr [RBP + -0xf8],RAX CMP R12,RAX JZ 0x0022c0d8 MOV RAX,qword ptr [RBP + -0xf8] MOV qword ptr [RBP + -0x108],RAX MOV RAX,qword ptr [R14] LEA RCX,[0x168680] MOV RAX,qword ptr [RAX + 0x1e0] CMP RAX,RCX JNZ 0x0022c070 MOV EAX,dword ptr [RBX + 0x4] SHR EAX,0x8 CMP dword ptr [RBP + -0xfc],EAX JA 0x0022bf98 MOV EDX,dword ptr [R15 + 0x120] CMP EAX,EDX JC 0x0022c640 SUB EAX,EDX MOV RCX,qword ptr [R15 + 0x130] MOV RDX,qword ptr [R15 + 0x138] SUB RDX,RCX SAR RDX,0x3 CMP RAX,RDX JNC 0x0022c670 MOV RSI,qword ptr [RCX + RAX*0x8] TEST RSI,RSI JZ 0x0022c640 TEST byte ptr [RSI + 0x3a],0x10 JNZ 0x0022c080 MOVZX EAX,byte ptr [RSI + 0x3a] MOV EDX,EAX AND EDX,0x7 JZ 0x0022bf48 CMP DL,0x4 JZ 0x0022bf98 TEST DL,DL JNZ 0x0022bf98 LEA RDX,[0x34e1f7] MOV ESI,0xa1 LEA RDI,[0x338407] CALL 0x00199900 MOV RSI,RBX MOV RDI,R14 CALL RAX JMP 0x0022bfe5 MOV RDI,qword ptr [RBP + -0x138] CALL 0x0024aed0 MOV RSI,RAX JMP 0x0022c02f MOV RSI,qword ptr [RBP + -0x50] MOV RDI,qword ptr [RBP + -0x120] CALL 0x00229b90 MOV RDI,qword ptr [RBP + -0x150] MOV RSI,qword ptr [RBP + -0x80] CALL 0x00229b90 MOV RDI,qword ptr [RBP + -0xf0] TEST RDI,RDI JZ 0x0022c0c2 CALL 0x002a2980 LEA RSP,[RBP + -0x28] POP RBX POP R12 POP R13 POP R14 POP R15 POP RBP RET MOV RDI,qword ptr [RBP + -0xe8] CMP qword ptr [RBP + -0xf0],RDI JZ 0x0022c0b8 LEA R12,[RBP + -0x90] MOV EDX,dword ptr [RBP + -0x100] MOV RSI,R13 MOV RDI,R15 LEA RAX,[R12 + 0x8] MOV RCX,R12 MOV dword ptr [RBP + -0x88],0x0 MOV qword ptr [RBP + -0x80],0x0 MOV qword ptr [RBP + -0x150],R12 MOV qword ptr [RBP + -0x78],RAX MOV qword ptr [RBP + -0x70],RAX MOV qword ptr [RBP + -0x68],0x0 CALL 0x0022bc60 CMP qword ptr [RBP + -0x68],0x0 JZ 0x0022c0a1 LEA RAX,[RBP + -0x60] MOV dword ptr [RBP + -0x58],0x0 MOV RBX,qword ptr [RBP + -0xf0] MOV qword ptr [RBP + -0x120],RAX ADD RAX,0x8 MOV qword ptr [RBP + -0x50],0x0 MOV qword ptr [RBP + -0x48],RAX MOV qword ptr [RBP + -0x40],RAX MOV qword ptr [RBP + -0x38],0x0 CMP RBX,qword ptr [RBP + -0xe8] JZ 0x0022c637 ADD R12,0x8 NOP word ptr [RAX + RAX*0x1] MOV RDX,qword ptr [RBP + -0x80] TEST RDX,RDX JZ 0x0022c4f0 MOV RCX,qword ptr [RBX] MOV RAX,R12 MOV RDI,qword ptr [RBP + -0xf8] JMP 0x0022c1b4 MOV RAX,RDX MOV RDX,qword ptr [RDX + 0x10] TEST RDX,RDX JZ 0x0022c1c3 CMP qword ptr [RDX + 0x20],RCX JGE 0x0022c1a8 MOV RDX,qword ptr [RDX + 0x18] TEST RDX,RDX JNZ 0x0022c1b4 MOV qword ptr [RBP + -0xf8],RDI CMP RAX,R12 JZ 0x0022c4f0 CMP qword ptr [RAX + 0x20],RCX JZ 0x0022c1e7 CMP qword ptr [RBP + -0x78],RAX JZ 0x0022c1f7 MOV RDI,RAX CALL 0x002a3db0 MOV RDI,qword ptr [RBP + -0x120] LEA RSI,[RAX + 0x20] CALL 0x00229d50 ADD RBX,0x8 CMP qword ptr [RBP + -0xe8],RBX JNZ 0x0022c188 CMP qword ptr [RBP + -0x38],0x0 JZ 0x0022c091 MOV RAX,qword ptr [RBP + -0x120] MOV R13,qword ptr [RBP + -0x48] ADD RAX,0x8 CMP R13,RAX JZ 0x0022c091 LEA RAX,[RBP + -0xd0] MOV qword ptr [RBP + -0xc8],0x0 MOV qword ptr [RBP + -0x110],RAX ADD RAX,0x10 MOV qword ptr [RBP + -0xd0],RAX LEA RAX,[RBP + -0xb0] MOV qword ptr [RBP + -0x118],RAX ADD RAX,0x10 MOV qword ptr [RBP + -0xb0],RAX MOV RAX,qword ptr [0x003f85c0] MOV byte ptr [RBP + -0xc0],0x0 MOV RDI,qword ptr [RAX + 0x18] MOV byte ptr [RBP + -0xa0],0x0 MOV qword ptr [RBP + -0xa8],0x0 TEST RDI,RDI JZ 0x0022c658 MOV RAX,qword ptr [RBP + -0xf8] SHL RAX,0x3 MOV qword ptr [RBP + -0x148],RAX JMP 0x0022c363 MOV RAX,qword ptr [RBP + -0x118] MOV RDI,qword ptr [RBP + -0xb0] ADD RAX,0x10 CMP RDI,RAX JZ 0x0022c2cc CALL 0x002a2980 MOV RAX,qword ptr [RBP + -0x110] MOV RDI,qword ptr [RBP + -0xd0] ADD RAX,0x10 CMP RDI,RAX JZ 0x0022c2e8 CALL 0x002a2980 MOV RDI,R13 CALL 0x002a3d90 MOV R13,RAX MOV RAX,qword ptr [RBP + -0x120] ADD RAX,0x8 CMP R13,RAX JZ 0x0022c091 MOV RAX,qword ptr [RBP + -0x110] MOV qword ptr [RBP + -0xc8],0x0 MOV byte ptr [RBP + -0xc0],0x0 ADD RAX,0x10 MOV byte ptr [RBP + -0xa0],0x0 MOV qword ptr [RBP + -0xd0],RAX MOV RAX,qword ptr [RBP + -0x118] MOV qword ptr [RBP + -0xa8],0x0 ADD RAX,0x10 MOV qword ptr [RBP + -0xb0],RAX MOV RAX,qword ptr [0x003f85c0] MOV RDI,qword ptr [RAX + 0x18] TEST RDI,RDI JZ 0x0022c658 MOV RAX,qword ptr [RDI] MOV R8,qword ptr [R13 + 0x28] SUB RSP,0x8 MOV RSI,R15 MOV RCX,qword ptr [R13 + 0x20] MOV R9,qword ptr [RBP + -0x128] PUSH qword ptr [RBP + -0x118] MOV EDX,dword ptr [RBP + -0x100] PUSH qword ptr [RBP + -0x110] PUSH qword ptr [RBP + 0x18] PUSH qword ptr [RBP + 0x10] PUSH qword ptr [RBP + -0xf8] CALL qword ptr [RAX + 0xb0] ADD RSP,0x30 CMP qword ptr [RBP + -0xc8],0x0 JZ 0x0022c2b0 CMP qword ptr [RBP + -0xa8],0x0 JZ 0x0022c6a5 MOV RBX,qword ptr [RBP + -0x128] XOR R12D,R12D MOV qword ptr [RBP + -0x130],0x0 JMP 0x0022c495 MOV EAX,dword ptr [RBX + 0x4] SHR EAX,0x8 CMP dword ptr [RBP + -0xfc],EAX JA 0x0022c480 MOV ECX,dword ptr [RBX] MOV RDX,qword ptr [R13 + 0x20] CMP RDX,RCX JG 0x0022c480 ADD RDX,qword ptr [R13 + 0x28] CMP RDX,RCX JLE 0x0022c480 MOV EDX,dword ptr [R15 + 0x120] CMP EAX,EDX JC 0x0022c761 SUB EAX,EDX MOV RCX,qword ptr [R15 + 0x130] MOV RDX,qword ptr [R15 + 0x138] SUB RDX,RCX SAR RDX,0x3 CMP RAX,RDX JNC 0x0022c688 MOV RAX,qword ptr [RCX + RAX*0x8] MOV RDI,qword ptr [RBP + -0x110] MOV RSI,qword ptr [RAX] CALL 0x002ab760 TEST EAX,EAX JNZ 0x0022c480 CMP qword ptr [RBP + -0x130],0x0 JZ 0x0022c500 MOV RAX,qword ptr [RBP + 0x20] MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x0022c560 MOV RAX,qword ptr [RAX] MOV RDI,qword ptr [RBP + -0x130] MOV qword ptr [RAX + R12*0x8],RDI NOP dword ptr [RAX] ADD R12,0x1 ADD RBX,0x8 CMP qword ptr [RBP + -0xf8],R12 JBE 0x0022c2b0 MOV RAX,qword ptr [R14] LEA RSI,[0x168680] MOV RAX,qword ptr [RAX + 0x1e0] CMP RAX,RSI JZ 0x0022c3e0 MOV RSI,RBX MOV RDI,R14 CALL RAX JMP 0x0022c3e6 MOV EAX,dword ptr [RBX] MOV RSI,qword ptr [RBP + -0xe8] MOV qword ptr [RBP + -0x60],RAX CMP RSI,qword ptr [RBP + -0xe0] JZ 0x0022c61f MOV qword ptr [RSI],RAX ADD RSI,0x8 MOV qword ptr [RBP + -0xe8],RSI JMP 0x0022bf98 MOV RDI,R12 CALL 0x002a3db0 JMP 0x0022c1e7 MOV RSI,qword ptr [RBP + -0xb0] MOV RDI,qword ptr [RBP + -0x138] XOR EDX,EDX CALL 0x0024cba0 MOV qword ptr [RBP + -0x130],RAX TEST RAX,RAX JNZ 0x0022c45e MOV RBX,qword ptr [RBP + -0xb0] MOV R12,qword ptr [RBP + -0xd0] LEA RDI,[0x34db08] CALL 0x00144320 MOV RDI,R15 MOV RSI,RAX MOV RCX,RBX MOV RDX,R12 XOR EAX,EAX CALL 0x001c7b60 JMP 0x0022c2b0 MOV EDI,0x18 CALL 0x002a11b0 MOV qword ptr [RBP + -0x140],RAX MOV RDI,0x1fffffffffffffff MOV qword ptr [RAX],0x0 MOV qword ptr [RAX + 0x8],0x0 MOV qword ptr [RAX + 0x10],0x0 CMP qword ptr [RBP + -0xf8],RDI JA 0x0022c6a0 MOV RDI,qword ptr [RBP + -0x148] CALL 0x002a11b0 MOV RCX,qword ptr [RBP + -0x148] MOV RDI,qword ptr [RBP + -0x140] XOR EDX,EDX LEA RSI,[RAX + RCX*0x1] MOV qword ptr [RDI],RAX MOV qword ptr [RDI + 0x10],RSI MOV RDI,qword ptr [RBP + -0xf8] MOV R10,RDI MOV RDI,qword ptr [RBP + -0x108] JMP 0x0022c5e3 MOV RDX,RCX MOV qword ptr [RAX + RDX*0x8],0x0 LEA RCX,[RDX + 0x1] CMP RDX,RDI JNZ 0x0022c5e0 MOV RDI,qword ptr [RBP + -0x140] MOV RCX,qword ptr [RBP + 0x20] MOV qword ptr [RBP + -0xf8],R10 MOV qword ptr [RDI + 0x8],RSI MOV qword ptr [RCX],RDI JMP 0x0022c471 CALL RDX MOV dword ptr [RBP + -0xfc],EAX JMP 0x0022beeb MOV RDX,qword ptr [RBP + -0x110] MOV RDI,qword ptr [RBP + -0x118] CALL 0x00229a40 JMP 0x0022bf98 XOR ESI,ESI JMP 0x0022c095 LEA RDX,[0x34e200] MOV ESI,0x4ef LEA RDI,[0x34da1c] CALL 0x00199900 LEA RDX,[0x34e1de] MOV ESI,0x69 LEA RDI,[0x333279] CALL 0x00199900 LEA RDX,[0x34e1d0] MOV ESI,0x8ad LEA RDI,[0x3383ac] CALL 0x00199900 LEA RDX,[0x34e1d0] MOV ESI,0x8ad LEA RDI,[0x3383ac] CALL 0x00199900 CALL 0x002e1130 LEA RDX,[0x34e200] MOV ESI,0x53d LEA RDI,[0x34da1c] CALL 0x00199900 LEA RDX,[0x34e1de] MOV ESI,0x69 LEA RDI,[0x333279] CALL 0x00199900 MOV RAX,qword ptr [0x00000000] UD2
null
null
null
null
[(u'INDIRECT_-1203906477', u'MULTIEQUAL_-1203906406'), (u'PTRSUB_-1203904105', u'LOAD_-1203911070'), (u'PTRSUB_-1203903299', u'STORE_-1203909712'), (u'MULTIEQUAL_-1203905200', u'MULTIEQUAL_-1203904086'), (u'INDIRECT_-1203905262', u'MULTIEQUAL_-1203905216'), (u'INDIRECT_-1203906130', u'MULTIEQUAL_-1203906087'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904387'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906787'), (u'INDIRECT_-1203905572', u'MULTIEQUAL_-1203905526'), (u'INDIRECT_-1203904935', u'MULTIEQUAL_-1203905585'), (u'INDIRECT_-1203905453', u'MULTIEQUAL_-1203905425'), (u'INDIRECT_-1203905883', u'MULTIEQUAL_-1203905971'), (u'COPY_-1203903376', u'CALL_-1203909401'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904907'), (u'INDIRECT_-1203905121', u'MULTIEQUAL_-1203905076'), (u'CALL_-1203909547', u'INDIRECT_-1203904966'), (u'MULTIEQUAL_-1203905284', u'MULTIEQUAL_-1203905458'), ('tmp_13109', u'PTRSUB_-1203904657'), ('tmp_4875', u'CALLIND_-1203910596'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904821'), (u'MULTIEQUAL_-1203904805', u'MULTIEQUAL_-1203904778'), ('const-0', u'PTRSUB_-1203904538'), (u'CALL_-1203911625', u'INDIRECT_-1203905634'), (u'CALL_-1203910547', u'INDIRECT_-1203904890'), (u'CALL_-1203910822', u'INDIRECT_-1203907515'), (u'INDIRECT_-1203905511', u'MULTIEQUAL_-1203905599'), (u'LOAD_-1203910473', u'MULTIEQUAL_-1203908225'), (u'CALL_-1203910753', u'INDIRECT_-1203905849'), (u'MULTIEQUAL_-1203906343', u'MULTIEQUAL_-1203906430'), (u'CAST_-1203903396', u'PTRSUB_-1203903528'), ('const--184', u'PTRSUB_-1203904102'), (u'INDIRECT_-1203905130', u'MULTIEQUAL_-1203904850'), (u'CALL_-1203909365', u'INDIRECT_-1203904042'), ('const-433', u'STORE_-1203909712'), (u'CALL_-1203910753', u'INDIRECT_-1203905787'), (u'INDIRECT_-1203906379', u'MULTIEQUAL_-1203906467'), (u'CALL_-1203911247', u'INDIRECT_-1203905571'), (u'MULTIEQUAL_-1203905372', u'MULTIEQUAL_-1203905280'), (u'INDIRECT_-1203905369', u'MULTIEQUAL_-1203905324'), ('const-1', u'RETURN_-1203909190'), (u'INDIRECT_-1203905440', u'MULTIEQUAL_-1203905160'), (u'INDIRECT_-1203906360', u'MULTIEQUAL_-1203906320'), (u'MULTIEQUAL_-1203905909', u'MULTIEQUAL_-1203905996'), (u'CALL_-1203909483', u'INDIRECT_-1203904729'), ('const-0', u'PTRSUB_-1203904890'), (u'INDIRECT_-1203905386', u'MULTIEQUAL_-1203905308'), (u'PTRSUB_-1203904471', u'PTRSUB_-1203903529'), (u'MULTIEQUAL_-1203905880', u'MULTIEQUAL_-1203905847'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904696'), (u'INDIRECT_-1203904015', u'MULTIEQUAL_-1203905786'), ('const-60', u'PTRADD_-1203904939'), (u'INDIRECT_-1203905353', u'MULTIEQUAL_-1203905927'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903966'), (u'INDIRECT_-1203905184', u'COPY_-1203903604'), (u'INT_LESS_-1203912515', u'CBRANCH_-1203912514'), (u'MULTIEQUAL_-1203906053', u'MULTIEQUAL_-1203906029'), (u'INDIRECT_-1203905633', u'MULTIEQUAL_-1203905602'), (u'CALL_-1203909866', u'INDIRECT_-1203904719'), (u'MULTIEQUAL_-1203906087', u'MULTIEQUAL_-1203906244'), (u'CALL_-1203909483', u'INDIRECT_-1203904233'), ('const-1', u'RETURN_-1203909299'), (u'MULTIEQUAL_-1203905086', u'MULTIEQUAL_-1203904936'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906305'), (u'CALL_-1203909824', u'INDIRECT_-1203904625'), (u'INDIRECT_-1203905685', u'MULTIEQUAL_-1203905624'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905511'), (u'MULTIEQUAL_-1203905098', u'MULTIEQUAL_-1203905272'), ('const-0', u'PTRSUB_-1203903528'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905155'), ('const-24', u'PTRSUB_-1203905203'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905573'), (u'INDIRECT_-1203905096', u'MULTIEQUAL_-1203906740'), ('const-304', u'PTRSUB_-1203903897'), ('const-433', u'LOAD_-1203912610'), (u'INDIRECT_-1203903918', u'MULTIEQUAL_-1203905562'), (u'INDIRECT_-1203904883', u'MULTIEQUAL_-1203906654'), ('const-433', u'LOAD_-1203912497'), (u'MULTIEQUAL_-1203907977', u'CALLIND_-1203910596'), (u'INT_NOTEQUAL_-1203911706', u'CBRANCH_-1203911704'), (u'CALL_-1203911189', u'INDIRECT_-1203905412'), (u'PTRADD_-1203904487', u'MULTIEQUAL_-1203908753'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906291'), (u'LOAD_-1203912641', u'CALLIND_-1203910788'), (u'INDIRECT_-1203904473', u'MULTIEQUAL_-1203904652'), (u'INT_EQUAL_-1203912386', u'CBRANCH_-1203912384'), (u'MULTIEQUAL_-1203906006', u'MULTIEQUAL_-1203906361'), ('const--216', u'PTRSUB_-1203904409'), (u'INT_ADD_-1203912423', u'INT_NOTEQUAL_-1203912404'), (u'CALL_-1203911247', u'INDIRECT_-1203905943'), (u'COPY_-1203910862', u'MULTIEQUAL_-1203906029'), (u'INDIRECT_-1203907477', u'MULTIEQUAL_-1203906567'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905995'), (u'MULTIEQUAL_-1203905310', u'MULTIEQUAL_-1203905200'), ('const-288', u'PTRSUB_-1203903924'), (u'MULTIEQUAL_-1203905248', u'MULTIEQUAL_-1203905138'), (u'INDIRECT_-1203904254', u'MULTIEQUAL_-1203904410'), ('const-0', u'SUBPIECE_-1203909586'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203905992'), (u'LOAD_-1203911785', u'INT_EQUAL_-1203911658'), (u'MULTIEQUAL_-1203905632', u'MULTIEQUAL_-1203905599'), (u'CAST_-1203904364', u'LOAD_-1203911746'), (u'CALL_-1203910753', u'INDIRECT_-1203905663'), (u'INDIRECT_-1203904664', u'MULTIEQUAL_-1203905404'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906553'), ('const-8', u'PTRSUB_-1203905022'), (u'COPY_-1203903470', u'CALL_-1203909304'), (u'INDIRECT_-1203904981', u'MULTIEQUAL_-1203905555'), ('const-433', u'LOAD_-1203911070'), (u'INDIRECT_-1203907515', u'MULTIEQUAL_-1203907472'), (u'INDIRECT_-1203906483', u'MULTIEQUAL_-1203906521'), ('const-8', u'INT_RIGHT_-1203912574'), (u'INDIRECT_-1203906439', u'MULTIEQUAL_-1203906408'), (u'MULTIEQUAL_-1203906006', u'MULTIEQUAL_-1203904892'), (u'INDIRECT_-1203906501', u'MULTIEQUAL_-1203906470'), (u'INDIRECT_-1203904997', u'MULTIEQUAL_-1203904952'), (u'CALL_-1203909248', u'INDIRECT_-1203904953'), (u'MULTIEQUAL_-1203907934', u'PTRADD_-1203903952'), (u'CALL_-1203911189', u'INDIRECT_-1203906218'), (u'CALL_-1203909848', u'INDIRECT_-1203904850'), (u'INDIRECT_-1203906421', u'MULTIEQUAL_-1203906459'), (u'INDIRECT_-1203904573', u'MULTIEQUAL_-1203906344'), ('tmp_1368', u'CBRANCH_-1203911789'), (u'INDIRECT_-1203905750', u'MULTIEQUAL_-1203905470'), (u'INDIRECT_-1203907031', u'MULTIEQUAL_-1203907195'), (u'PTRADD_-1203903973', u'LOAD_-1203910180'), (u'LOAD_-1203910582', u'MULTIEQUAL_-1203908138'), (u'MULTIEQUAL_-1203905186', u'MULTIEQUAL_-1203905094'), (u'CALL_-1203910796', u'INDIRECT_-1203905863'), ('const--104', u'PTRSUB_-1203904213'), (u'CALL_-1203909483', u'INDIRECT_-1203906543'), (u'INDIRECT_-1203905229', u'MULTIEQUAL_-1203905090'), (u'MULTIEQUAL_-1203904518', u'MULTIEQUAL_-1203904502'), (u'MULTIEQUAL_-1203905262', u'MULTIEQUAL_-1203904904'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904338'), (u'MULTIEQUAL_-1203904564', u'MULTIEQUAL_-1203905027'), (u'CALL_-1203911189', u'INDIRECT_-1203905536'), (u'CALL_-1203909926', u'INT_EQUAL_-1203909902'), (u'INDIRECT_-1203904223', u'MULTIEQUAL_-1203904518'), (u'PTRSUB_-1203905070', u'PTRSUB_-1203904987'), (u'COPY_-1203903371', u'MULTIEQUAL_-1203907672'), (u'INDIRECT_-1203906532', u'COPY_-1203906579'), ('const-433', u'LOAD_-1203911137'), (u'MULTIEQUAL_-1203905570', u'MULTIEQUAL_-1203905537'), (u'INDIRECT_-1203905031', u'MULTIEQUAL_-1203905210'), (u'CALL_-1203911189', u'INDIRECT_-1203905970'), (u'CALL_-1203909964', u'INDIRECT_-1203904538'), (u'CALL_-1203911247', u'INDIRECT_-1203906253'), (u'INDIRECT_-1203905615', u'MULTIEQUAL_-1203905653'), (u'MULTIEQUAL_-1203906128', u'MULTIEQUAL_-1203906095'), (u'INT_ZEXT_-1203908223', u'STORE_-1203909730'), (u'MULTIEQUAL_-1203905076', u'MULTIEQUAL_-1203905431'), (u'CALL_-1203909483', u'INDIRECT_-1203904481'), (u'CALL_-1203910753', u'INDIRECT_-1203905601'), (u'INDIRECT_-1203905821', u'MULTIEQUAL_-1203905909'), ('const-0', u'PTRSUB_-1203903730'), (u'INDIRECT_-1203905403', u'MULTIEQUAL_-1203905582'), ('const-24', u'PTRSUB_-1203904354'), (u'MULTIEQUAL_-1203905464', u'MULTIEQUAL_-1203905448'), ('const-3465728', u'COPY_-1203903368'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906069'), (u'COPY_-1203903459', u'CALL_-1203909771'), (u'CALL_-1203911968', u'INDIRECT_-1203906066'), (u'INDIRECT_-1203905617', u'MULTIEQUAL_-1203905572'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904586'), (u'INDIRECT_-1203905043', u'MULTIEQUAL_-1203905617'), (u'INDIRECT_-1203904626', u'MULTIEQUAL_-1203904782'), (u'CALL_-1203909866', u'INDIRECT_-1203905029'), (u'INDIRECT_-1203905825', u'MULTIEQUAL_-1203905797'), (u'MULTIEQUAL_-1203904952', u'MULTIEQUAL_-1203904594'), (u'MULTIEQUAL_-1203905847', u'MULTIEQUAL_-1203905934'), ('tmp_3134', u'CBRANCH_-1203910829'), ('const-433', u'LOAD_-1203913010'), ('const-0', u'PTRSUB_-1203904572'), (u'INT_NOTEQUAL_-1203911547', u'CBRANCH_-1203911544'), (u'INDIRECT_-1203905138', u'MULTIEQUAL_-1203905060'), (u'MULTIEQUAL_-1203906190', u'MULTIEQUAL_-1203906157'), (u'CALL_-1203909365', u'INDIRECT_-1203904724'), (u'MULTIEQUAL_-1203904776', u'MULTIEQUAL_-1203904626'), ('const-8', u'PTRADD_-1203903689'), (u'COPY_-1203904501', u'MULTIEQUAL_-1203908753'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906663'), (u'INDIRECT_-1203905801', u'MULTIEQUAL_-1203905839'), (u'MULTIEQUAL_-1203905076', u'MULTIEQUAL_-1203903962'), (u'INDIRECT_-1203906677', u'MULTIEQUAL_-1203906616'), (u'MULTIEQUAL_-1203906492', u'MULTIEQUAL_-1203906438'), (u'INDIRECT_-1203905632', u'MULTIEQUAL_-1203905726'), (u'CALL_-1203911222', u'INDIRECT_-1203905616'), (u'CALL_-1203911247', u'INDIRECT_-1203908067'), ('const-433', u'LOAD_-1203911785'), (u'INDIRECT_-1203904821', u'MULTIEQUAL_-1203906592'), (u'LOAD_-1203911726', u'COPY_-1203904442'), (u'INDIRECT_-1203904721', u'MULTIEQUAL_-1203904900'), (u'INDIRECT_-1203904990', u'MULTIEQUAL_-1203904964'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904597'), (u'MULTIEQUAL_-1203905076', u'CAST_-1203904251'), (u'MULTIEQUAL_-1203905972', u'MULTIEQUAL_-1203905756'), (u'PTRSUB_-1203905150', u'LOAD_-1203911161'), (u'STORE_-1203909712', u'INDIRECT_-1203906659'), (u'CALL_-1203909304', u'INDIRECT_-1203905062'), (u'INDIRECT_-1203906113', u'MULTIEQUAL_-1203906068'), ('const-105', u'CALL_-1203909195'), (u'INDIRECT_-1203905573', u'MULTIEQUAL_-1203905661'), (u'MULTIEQUAL_-1203908380', u'INT_SUB_-1203912490'), (u'INDIRECT_-1203905316', u'MULTIEQUAL_-1203905036'), (u'INDIRECT_-1203905741', u'MULTIEQUAL_-1203905696'), ('const--184', u'PTRSUB_-1203904277'), (u'MULTIEQUAL_-1203906467', u'MULTIEQUAL_-1203906554'), (u'PTRSUB_-1203903449', u'PTRSUB_-1203903426'), ('tmp_4866', u'PTRSUB_-1203905001'), (u'CALL_-1203910822', u'INDIRECT_-1203905081'), ('const-3463708', u'COPY_-1203903376'), (u'LOAD_-1203911746', u'INT_SLESSEQUAL_-1203911719'), (u'MULTIEQUAL_-1203905673', u'MULTIEQUAL_-1203905646'), ('tmp_787', u'CBRANCH_-1203912361'), (u'CALL_-1203910822', u'INDIRECT_-1203904833'), (u'CALL_-1203910753', u'INDIRECT_-1203905725'), (u'MULTIEQUAL_-1203905262', u'MULTIEQUAL_-1203905372'), ('const-433', u'LOAD_-1203910180'), (u'MULTIEQUAL_-1203907791', u'MULTIEQUAL_-1203907699'), (u'CAST_-1203904313', u'MULTIEQUAL_-1203908864'), (u'CALL_-1203909866', u'INDIRECT_-1203904285'), (u'INDIRECT_-1203906376', u'MULTIEQUAL_-1203906470'), (u'INDIRECT_-1203904352', u'MULTIEQUAL_-1203905996'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905759'), (u'CALL_-1203911601', u'INDIRECT_-1203906113'), ('const-1', u'RETURN_-1203909766'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905685'), (u'INDIRECT_-1203906191', u'MULTIEQUAL_-1203906160'), (u'MULTIEQUAL_-1203908896', u'CALL_-1203911625'), ('tmp_4638', u'BRANCH_-1203909702'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903780'), (u'PTRSUB_-1203904657', u'PTRSUB_-1203904581'), (u'INDIRECT_-1203905493', u'MULTIEQUAL_-1203905448'), ('const-1', u'PTRADD_-1203903938'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905387'), (u'CALL_-1203909771', u'INDIRECT_-1203904019'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203906087'), (u'INDIRECT_-1203905155', u'MULTIEQUAL_-1203905334'), ('const-0', u'PTRSUB_-1203905338'), (u'MULTIEQUAL_-1203905620', u'MULTIEQUAL_-1203905528'), (u'STORE_-1203909824', u'INDIRECT_-1203906733'), (u'CALL_-1203910547', u'INDIRECT_-1203904456'), ('tmp_4872', u'CALLIND_-1203910954'), (u'INDIRECT_-1203906739', u'INT_EQUAL_-1203909742'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906057'), (u'CALL_-1203911222', u'INDIRECT_-1203905554'), (u'INDIRECT_-1203908050', u'MULTIEQUAL_-1203907995'), ('const-0', u'INT_EQUAL_-1203910479'), (u'MULTIEQUAL_-1203905971', u'MULTIEQUAL_-1203906058'), ('const-0', u'PTRSUB_-1203904993'), ('const-0', u'INT_NOTEQUAL_-1203911547'), (u'PTRSUB_-1203903713', u'LOAD_-1203910473'), (u'MULTIEQUAL_-1203907195', u'MULTIEQUAL_-1203907045'), (u'MULTIEQUAL_-1203904626', u'MULTIEQUAL_-1203905089'), (u'PTRSUB_-1203903352', u'PTRSUB_-1203903320'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905981'), ('tmp_4261', u'CBRANCH_-1203910668'), (u'INDIRECT_-1203905378', u'MULTIEQUAL_-1203905585'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905378'), ('tmp_4226', u'BRANCH_-1203909845'), (u'MULTIEQUAL_-1203905138', u'MULTIEQUAL_-1203904024'), (u'MULTIEQUAL_-1203905620', u'MULTIEQUAL_-1203905510'), (u'INDIRECT_-1203905300', u'MULTIEQUAL_-1203905274'), (u'INDIRECT_-1203904704', u'MULTIEQUAL_-1203904626'), (u'INDIRECT_-1203904688', u'MULTIEQUAL_-1203904844'), (u'MULTIEQUAL_-1203905432', u'MULTIEQUAL_-1203905408'), (u'MULTIEQUAL_-1203905859', u'MULTIEQUAL_-1203905832'), (u'CALL_-1203911625', u'INDIRECT_-1203905138'), (u'MULTIEQUAL_-1203906624', u'MULTIEQUAL_-1203906591'), (u'INDIRECT_-1203904758', u'MULTIEQUAL_-1203904965'), (u'INDIRECT_-1203904758', u'MULTIEQUAL_-1203904478'), (u'MULTIEQUAL_-1203905487', u'MULTIEQUAL_-1203905460'), ('const-3465694', u'COPY_-1203903347'), (u'INDIRECT_-1203905415', u'MULTIEQUAL_-1203905989'), (u'PTRSUB_-1203904542', u'PTRSUB_-1203904513'), (u'CALL_-1203909824', u'INDIRECT_-1203904129'), (u'INDIRECT_-1203905068', u'MULTIEQUAL_-1203904788'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203906222'), (u'INDIRECT_-1203905734', u'MULTIEQUAL_-1203905708'), (u'MULTIEQUAL_-1203905944', u'MULTIEQUAL_-1203906299'), (u'CALL_-1203911968', u'INDIRECT_-1203905508'), (u'CALL_-1203910547', u'INDIRECT_-1203904642'), ('const-2', u'PTRADD_-1203903797'), ('tmp_3856', u'CBRANCH_-1203909742'), (u'MULTIEQUAL_-1203905458', u'MULTIEQUAL_-1203905308'), (u'CALL_-1203910547', u'INDIRECT_-1203905448'), (u'INDIRECT_-1203904795', u'MULTIEQUAL_-1203904656'), (u'MULTIEQUAL_-1203904688', u'MULTIEQUAL_-1203904664'), (u'MULTIEQUAL_-1203905909', u'MULTIEQUAL_-1203905839'), (u'INDIRECT_-1203905291', u'MULTIEQUAL_-1203904396'), (u'MULTIEQUAL_-1203905510', u'MULTIEQUAL_-1203905865'), (u'CALL_-1203909926', u'INDIRECT_-1203905060'), (u'INDIRECT_-1203905626', u'MULTIEQUAL_-1203905833'), (u'INDIRECT_-1203905324', u'MULTIEQUAL_-1203905246'), (u'PTRSUB_-1203904499', u'PTRSUB_-1203904471'), (u'CALL_-1203911247', u'INDIRECT_-1203905819'), (u'CALL_-1203909401', u'INDIRECT_-1203904145'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905316'), ('const-433', u'STORE_-1203909773'), (u'INDIRECT_-1203906376', u'MULTIEQUAL_-1203906240'), (u'MULTIEQUAL_-1203905213', u'MULTIEQUAL_-1203905177'), (u'INDIRECT_-1203908367', u'MULTIEQUAL_-1203908291'), (u'PTRSUB_-1203904396', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904635', u'MULTIEQUAL_-1203906406'), (u'CALL_-1203911222', u'INDIRECT_-1203905368'), (u'INDIRECT_-1203904533', u'MULTIEQUAL_-1203904828'), (u'MULTIEQUAL_-1203905308', u'MULTIEQUAL_-1203905284'), ('const-0', u'PTRSUB_-1203903352'), (u'MULTIEQUAL_-1203905872', u'MULTIEQUAL_-1203905818'), (u'MULTIEQUAL_-1203906616', u'MULTIEQUAL_-1203906320'), ('const-0', u'PTRSUB_-1203903935'), (u'CALL_-1203909848', u'INDIRECT_-1203904416'), (u'CALL_-1203911189', u'INDIRECT_-1203905660'), (u'CALL_-1203909866', u'INDIRECT_-1203904843'), (u'CALL_-1203910822', u'INDIRECT_-1203905763'), (u'COPY_-1203904939', u'INT_ADD_-1203912423'), (u'MULTIEQUAL_-1203908380', u'INT_LESSEQUAL_-1203912530'), (u'CALL_-1203910547', u'INDIRECT_-1203905324'), ('const-4', u'PTRADD_-1203903797'), (u'INT_ADD_-1203912423', u'COPY_-1203904960'), (u'INDIRECT_-1203905306', u'MULTIEQUAL_-1203905266'), (u'MULTIEQUAL_-1203905076', u'COPY_-1203904208'), (u'CALL_-1203909926', u'INDIRECT_-1203904936'), (u'MULTIEQUAL_-1203906066', u'MULTIEQUAL_-1203906033'), (u'CALL_-1203909926', u'INDIRECT_-1203904378'), (u'LOAD_-1203910780', u'INT_ZEXT_-1203908364'), (u'INDIRECT_-1203905942', u'MULTIEQUAL_-1203906036'), (u'MULTIEQUAL_-1203906058', u'MULTIEQUAL_-1203905762'), (u'PTRSUB_-1203903905', u'PTRSUB_-1203903856'), (u'INDIRECT_-1203906069', u'MULTIEQUAL_-1203906157'), (u'CALL_-1203911601', u'INDIRECT_-1203905307'), (u'COPY_-1203911893', u'MULTIEQUAL_-1203905493'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905624'), (u'CALL_-1203909848', u'INDIRECT_-1203905408'), (u'INDIRECT_-1203904944', u'MULTIEQUAL_-1203905151'), (u'CALLIND_-1203909347', u'INDIRECT_-1203903953'), (u'INT_MULT_-1203911282', u'CALL_-1203909866'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903718'), ('const--184', u'PTRSUB_-1203904396'), ('const-0', u'COPY_-1203912020'), (u'INDIRECT_-1203905554', u'MULTIEQUAL_-1203905514'), (u'COPY_-1203904442', u'MULTIEQUAL_-1203908728'), (u'MULTIEQUAL_-1203905396', u'MULTIEQUAL_-1203905246'), (u'INDIRECT_-1203907477', u'MULTIEQUAL_-1203907323'), (u'CALL_-1203909401', u'INDIRECT_-1203904889'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904214'), (u'LOAD_-1203912360', u'INT_AND_-1203912322'), (u'MULTIEQUAL_-1203905262', u'MULTIEQUAL_-1203905617'), (u'INDIRECT_-1203904771', u'MULTIEQUAL_-1203904743'), ('const-8', u'PTRSUB_-1203904089'), (u'CALL_-1203909771', u'INDIRECT_-1203904949'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905635'), ('const-433', u'LOAD_-1203912377'), (u'INT_AND_-1203908457', u'INT_EQUAL_-1203911223'), (u'PTRSUB_-1203903473', u'PTRSUB_-1203903426'), ('const-433', u'LOAD_-1203911252'), (u'CAST_-1203903330', u'MULTIEQUAL_-1203908225'), (u'INDIRECT_-1203904972', u'MULTIEQUAL_-1203906616'), (u'MULTIEQUAL_-1203905644', u'MULTIEQUAL_-1203905494'), (u'INDIRECT_-1203906043', u'MULTIEQUAL_-1203905972'), (u'MULTIEQUAL_-1203905529', u'MULTIEQUAL_-1203905686'), (u'COPY_-1203904708', u'MULTIEQUAL_-1203908808'), ('const-24', u'PTRSUB_-1203904119'), (u'CALL_-1203909848', u'INDIRECT_-1203905346'), (u'MULTIEQUAL_-1203906616', u'MULTIEQUAL_-1203906562'), ('const-1', u'RETURN_-1203909478'), (u'INDIRECT_-1203905849', u'MULTIEQUAL_-1203905710'), (u'INDIRECT_-1203906662', u'MULTIEQUAL_-1203908291'), ('tmp_1302', u'CBRANCH_-1203911836'), ('tmp_1664', u'CBRANCH_-1203911564'), (u'INT_AND_-1203912322', u'INT_EQUAL_-1203912296'), (u'INDIRECT_-1203905367', u'MULTIEQUAL_-1203905405'), (u'INDIRECT_-1203905502', u'MULTIEQUAL_-1203905709'), (u'INDIRECT_-1203904037', u'MULTIEQUAL_-1203904332'), (u'MULTIEQUAL_-1203907672', u'INT_NOTEQUAL_-1203909744'), (u'PTRSUB_-1203903770', u'PTRSUB_-1203903738'), (u'MULTIEQUAL_-1203904998', u'MULTIEQUAL_-1203904974'), (u'CALL_-1203909824', u'INDIRECT_-1203904439'), (u'MULTIEQUAL_-1203906306', u'MULTIEQUAL_-1203906010'), (u'MULTIEQUAL_-1203905810', u'MULTIEQUAL_-1203905756'), (u'CALL_-1203909964', u'INDIRECT_-1203904662'), (u'INDIRECT_-1203905183', u'MULTIEQUAL_-1203905833'), (u'INDIRECT_-1203905316', u'INT_EQUAL_-1203910897'), (u'CALLIND_-1203912919', u'INDIRECT_-1203908539'), (u'COPY_-1203911875', u'MULTIEQUAL_-1203905369'), (u'MULTIEQUAL_-1203904952', u'MULTIEQUAL_-1203904936'), (u'INDIRECT_-1203904572', u'MULTIEQUAL_-1203904292'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906491'), (u'INDIRECT_-1203904354', u'MULTIEQUAL_-1203905094'), ('const-0', u'PTRSUB_-1203903824'), (u'INDIRECT_-1203904139', u'MULTIEQUAL_-1203905910'), (u'CALL_-1203909848', u'INDIRECT_-1203904354'), (u'LOAD_-1203912360', u'INT_AND_-1203908457'), (u'MULTIEQUAL_-1203906252', u'MULTIEQUAL_-1203906219'), (u'PTRSUB_-1203905256', u'CAST_-1203903226'), ('tmp_232', u'CBRANCH_-1203912852'), (u'INDIRECT_-1203904866', u'MULTIEQUAL_-1203904840'), ('const-0', u'INT_NOTEQUAL_-1203910923'), (u'INDIRECT_-1203907942', u'MULTIEQUAL_-1203907791'), (u'MULTIEQUAL_-1203905337', u'MULTIEQUAL_-1203905301'), (u'CALL_-1203909926', u'INDIRECT_-1203904874'), (u'MULTIEQUAL_-1203905810', u'MULTIEQUAL_-1203905514'), (u'INDIRECT_-1203905006', u'MULTIEQUAL_-1203904726'), ('const-0', u'PTRSUB_-1203904542'), (u'CALL_-1203909866', u'INDIRECT_-1203904409'), (u'MULTIEQUAL_-1203905653', u'MULTIEQUAL_-1203905810'), ('const-59', u'PTRSUB_-1203905195'), (u'INDIRECT_-1203904981', u'MULTIEQUAL_-1203904086'), (u'MULTIEQUAL_-1203905758', u'MULTIEQUAL_-1203905868'), ('tmp_4866', u'CAST_-1203903421'), (u'MULTIEQUAL_-1203904440', u'MULTIEQUAL_-1203904903'), (u'INT_NOTEQUAL_-1203910923', u'CBRANCH_-1203910917'), (u'MULTIEQUAL_-1203905036', u'MULTIEQUAL_-1203905210'), (u'LOAD_-1203910774', u'INT_SLESSEQUAL_-1203910741'), ('const-0', u'PTRSUB_-1203904987'), (u'CALL_-1203911625', u'INDIRECT_-1203907758'), (u'INDIRECT_-1203905911', u'MULTIEQUAL_-1203906485'), (u'MULTIEQUAL_-1203905510', u'MULTIEQUAL_-1203905620'), (u'PTRSUB_-1203904314', u'INT_NOTEQUAL_-1203911495'), (u'INDIRECT_-1203905059', u'MULTIEQUAL_-1203905709'), (u'CAST_-1203904296', u'CALL_-1203911601'), ('const-0', u'STORE_-1203909940'), ('const-0', u'COPY_-1203912894'), (u'PTRSUB_-1203905195', u'LOAD_-1203911252'), (u'INDIRECT_-1203904969', u'MULTIEQUAL_-1203905148'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904759'), (u'CAST_-1203903396', u'PTRSUB_-1203903538'), (u'CAST_-1203903226', u'CALL_-1203909365'), (u'INDIRECT_-1203904349', u'MULTIEQUAL_-1203904528'), (u'INDIRECT_-1203905408', u'MULTIEQUAL_-1203906148'), (u'PTRSUB_-1203904314', u'CAST_-1203904170'), (u'MULTIEQUAL_-1203905806', u'MULTIEQUAL_-1203905714'), (u'MULTIEQUAL_-1203905686', u'MULTIEQUAL_-1203905632'), (u'MULTIEQUAL_-1203905786', u'MULTIEQUAL_-1203905570'), (u'PTRSUB_-1203904604', u'PTRSUB_-1203904552'), (u'MULTIEQUAL_-1203904316', u'MULTIEQUAL_-1203904292'), (u'CALL_-1203909964', u'INDIRECT_-1203904910'), (u'LOAD_-1203912970', u'CALLIND_-1203909347'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906193'), (u'MULTIEQUAL_-1203905758', u'MULTIEQUAL_-1203906113'), (u'CALL_-1203911189', u'INDIRECT_-1203905350'), (u'PTRSUB_-1203903491', u'PTRSUB_-1203903459'), (u'INDIRECT_-1203904042', u'MULTIEQUAL_-1203905686'), (u'INDIRECT_-1203904936', u'MULTIEQUAL_-1203905092'), ('const--152', u'PTRSUB_-1203904614'), (u'PTRSUB_-1203903924', u'LOAD_-1203910709'), (u'INDIRECT_-1203905920', u'MULTIEQUAL_-1203905894'), (u'CALL_-1203911247', u'INDIRECT_-1203905757'), (u'CALL_-1203909926', u'INDIRECT_-1203904750'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905945'), (u'CALL_-1203910547', u'INDIRECT_-1203905386'), (u'INDIRECT_-1203906131', u'MULTIEQUAL_-1203906219'), (u'INDIRECT_-1203907942', u'MULTIEQUAL_-1203908036'), ('const-0', u'PTRSUB_-1203904499'), (u'INDIRECT_-1203905143', u'MULTIEQUAL_-1203905115'), (u'CALL_-1203909860', u'INDIRECT_-1203904831'), (u'INDIRECT_-1203905284', u'MULTIEQUAL_-1203906024'), (u'MULTIEQUAL_-1203904874', u'MULTIEQUAL_-1203905337'), (u'MULTIEQUAL_-1203906058', u'MULTIEQUAL_-1203906004'), (u'CALL_-1203911625', u'INDIRECT_-1203906192'), (u'MULTIEQUAL_-1203906130', u'MULTIEQUAL_-1203906485'), ('const-8', u'PTRSUB_-1203904314'), (u'INDIRECT_-1203904704', u'MULTIEQUAL_-1203904658'), (u'PTRSUB_-1203904150', u'PTRSUB_-1203904115'), (u'INDIRECT_-1203905060', u'MULTIEQUAL_-1203905216'), (u'CALL_-1203909926', u'INDIRECT_-1203904626'), (u'INDIRECT_-1203903953', u'MULTIEQUAL_-1203905724'), (u'CALL_-1203911222', u'INDIRECT_-1203906422'), (u'MULTIEQUAL_-1203905386', u'MULTIEQUAL_-1203904272'), (u'CALL_-1203911601', u'INDIRECT_-1203905059'), (u'INT_EQUAL_-1203910897', u'CBRANCH_-1203910890'), (u'INDIRECT_-1203906517', u'COPY_-1203906553'), (u'INT_EQUAL_-1203910479', u'CBRANCH_-1203910477'), (u'INDIRECT_-1203907942', u'MULTIEQUAL_-1203908021'), (u'INDIRECT_-1203905254', u'MULTIEQUAL_-1203904974'), (u'CALL_-1203909866', u'INDIRECT_-1203904533'), (u'CALL_-1203909824', u'INDIRECT_-1203904191'), (u'INDIRECT_-1203905291', u'MULTIEQUAL_-1203905152'), (u'INDIRECT_-1203905429', u'MULTIEQUAL_-1203905467'), (u'INDIRECT_-1203904928', u'MULTIEQUAL_-1203904902'), (u'INDIRECT_-1203904742', u'MULTIEQUAL_-1203904716'), (u'INDIRECT_-1203905944', u'MULTIEQUAL_-1203905900'), (u'MULTIEQUAL_-1203905014', u'MULTIEQUAL_-1203903900'), (u'COPY_-1203904939', u'INT_NOTEQUAL_-1203909744'), (u'CALL_-1203909401', u'INDIRECT_-1203904951'), (u'STORE_-1203909773', u'INDIRECT_-1203906695'), (u'INDIRECT_-1203906553', u'MULTIEQUAL_-1203906492'), (u'COPY_-1203911936', u'MULTIEQUAL_-1203905555'), ('tmp_4663', u'BRANCH_-1203909362'), (u'MULTIEQUAL_-1203906219', u'MULTIEQUAL_-1203906306'), (u'COPY_-1203903478', u'CALL_-1203909304'), (u'INDIRECT_-1203904783', u'MULTIEQUAL_-1203904962'), (u'INDIRECT_-1203906235', u'MULTIEQUAL_-1203906273'), (u'INDIRECT_-1203904726', u'MULTIEQUAL_-1203905466'), (u'CALL_-1203909547', u'INDIRECT_-1203904284'), (u'MULTIEQUAL_-1203905848', u'MULTIEQUAL_-1203905632'), (u'MULTIEQUAL_-1203906397', u'MULTIEQUAL_-1203906554'), (u'MULTIEQUAL_-1203905647', u'MULTIEQUAL_-1203905611'), (u'PTRSUB_-1203904212', u'INT_NOTEQUAL_-1203910830'), (u'INT_EQUAL_-1203910711', u'CBRANCH_-1203910709'), (u'CALL_-1203909365', u'INDIRECT_-1203904972'), (u'COPY_-1203912880', u'MULTIEQUAL_-1203906562'), (u'INDIRECT_-1203905616', u'MULTIEQUAL_-1203905576'), ('const-433', u'LOAD_-1203912641'), (u'INT_RIGHT_-1203912574', u'MULTIEQUAL_-1203908380'), (u'INDIRECT_-1203906663', u'MULTIEQUAL_-1203906592'), (u'PTRSUB_-1203904770', u'PTRSUB_-1203904572'), (u'INDIRECT_-1203905787', u'MULTIEQUAL_-1203905648'), ('const-1', u'PTRADD_-1203905044'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905750'), (u'COPY_-1203911875', u'MULTIEQUAL_-1203905124'), (u'INDIRECT_-1203905818', u'MULTIEQUAL_-1203905927'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904648'), (u'INDIRECT_-1203906252', u'MULTIEQUAL_-1203906346'), (u'CALL_-1203909860', u'INDIRECT_-1203904149'), (u'COPY_-1203904654', u'MULTIEQUAL_-1203908808'), (u'MULTIEQUAL_-1203906006', u'MULTIEQUAL_-1203906116'), (u'INDIRECT_-1203905307', u'MULTIEQUAL_-1203905262'), (u'INDIRECT_-1203905758', u'MULTIEQUAL_-1203905714'), (u'CALL_-1203911968', u'INDIRECT_-1203906004'), ('const-0', u'PTRSUB_-1203904581'), (u'CALL_-1203909547', u'INDIRECT_-1203904160'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906601'), (u'MULTIEQUAL_-1203907977', u'LOAD_-1203910780'), (u'MULTIEQUAL_-1203908453', u'MULTIEQUAL_-1203908237'), (u'MULTIEQUAL_-1203904658', u'MULTIEQUAL_-1203904642'), ('const-7', u'INT_AND_-1203908457'), (u'MULTIEQUAL_-1203905248', u'MULTIEQUAL_-1203905156'), (u'INDIRECT_-1203905167', u'MULTIEQUAL_-1203905741'), (u'MULTIEQUAL_-1203905308', u'MULTIEQUAL_-1203905771'), (u'INDIRECT_-1203905880', u'MULTIEQUAL_-1203905974'), (u'COPY_-1203903399', u'MULTIEQUAL_-1203907672'), (u'CAST_-1203903421', u'CALL_-1203909824'), (u'INDIRECT_-1203905260', u'MULTIEQUAL_-1203905354'), ('tmp_4869', u'CALL_-1203911968'), (u'CALL_-1203909848', u'INDIRECT_-1203904292'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905279'), (u'INDIRECT_-1203905695', u'MULTIEQUAL_-1203905664'), ('const-0', u'PTRSUB_-1203903819'), (u'COPY_-1203903757', u'CALL_-1203909860'), (u'INDIRECT_-1203905677', u'MULTIEQUAL_-1203905715'), (u'INDIRECT_-1203906236', u'MULTIEQUAL_-1203906196'), (u'INDIRECT_-1203905697', u'MULTIEQUAL_-1203905785'), (u'INDIRECT_-1203904580', u'MULTIEQUAL_-1203904534'), (u'INDIRECT_-1203905989', u'MULTIEQUAL_-1203905944'), (u'CALL_-1203909483', u'INDIRECT_-1203904109'), ('const-0', u'PTRSUB_-1203905272'), (u'CALL_-1203909365', u'INDIRECT_-1203904166'), (u'CALL_-1203909964', u'INDIRECT_-1203904786'), (u'LOAD_-1203911373', u'INT_NOTEQUAL_-1203911329'), (u'CALL_-1203911968', u'INDIRECT_-1203905384'), ('tmp_4866', u'PTRSUB_-1203903897'), (u'MULTIEQUAL_-1203905963', u'MULTIEQUAL_-1203906120'), ('const-24', u'PTRSUB_-1203905164'), (u'INDIRECT_-1203904848', u'MULTIEQUAL_-1203906492'), (u'INDIRECT_-1203906957', u'MULTIEQUAL_-1203908291'), (u'CALL_-1203909483', u'INDIRECT_-1203904047'), ('tmp_716', u'CBRANCH_-1203912411'), (u'INDIRECT_-1203905267', u'MULTIEQUAL_-1203905239'), (u'INDIRECT_-1203905672', u'MULTIEQUAL_-1203905646'), (u'CALL_-1203909304', u'INDIRECT_-1203905000'), ('tmp_859', u'CBRANCH_-1203912313'), (u'CALL_-1203911247', u'INDIRECT_-1203906315'), (u'INDIRECT_-1203905696', u'MULTIEQUAL_-1203905652'), (u'CALL_-1203909547', u'INDIRECT_-1203904656'), (u'INDIRECT_-1203905564', u'MULTIEQUAL_-1203905284'), (u'INDIRECT_-1203905323', u'MULTIEQUAL_-1203905292'), (u'INDIRECT_-1203905183', u'MULTIEQUAL_-1203905138'), (u'MULTIEQUAL_-1203905262', u'MULTIEQUAL_-1203904148'), (u'COPY_-1203905000', u'CALL_-1203912261'), ('const-433', u'LOAD_-1203911211'), (u'CALL_-1203911222', u'INDIRECT_-1203906112'), (u'CALL_-1203910796', u'INDIRECT_-1203905677'), (u'LOAD_-1203911373', u'MULTIEQUAL_-1203908138'), (u'PTRSUB_-1203905054', u'PTRSUB_-1203905022'), (u'MULTIEQUAL_-1203906376', u'MULTIEQUAL_-1203906343'), (u'MULTIEQUAL_-1203904540', u'MULTIEQUAL_-1203904714'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203905529'), (u'CALL_-1203911601', u'INDIRECT_-1203905865'), (u'INT_ZEXT_-1203908394', u'PTRADD_-1203903769'), (u'STORE_-1203909919', u'INDIRECT_-1203906787'), (u'INDIRECT_-1203906615', u'MULTIEQUAL_-1203906554'), ('const-3465680', u'COPY_-1203903402'), (u'MULTIEQUAL_-1203907638', u'PTRADD_-1203903695'), (u'MULTIEQUAL_-1203905508', u'MULTIEQUAL_-1203905475'), ('const-0', u'PTRSUB_-1203903499'), (u'INDIRECT_-1203907486', u'MULTIEQUAL_-1203907445'), (u'CALL_-1203909401', u'INDIRECT_-1203904021'), (u'INDIRECT_-1203904759', u'MULTIEQUAL_-1203906530'), (u'CALL_-1203911601', u'INDIRECT_-1203905245'), (u'MULTIEQUAL_-1203904779', u'MULTIEQUAL_-1203904743'), (u'INDIRECT_-1203905756', u'MULTIEQUAL_-1203905620'), (u'COPY_-1203903357', u'CALL_-1203909195'), (u'INDIRECT_-1203905254', u'MULTIEQUAL_-1203905461'), (u'MULTIEQUAL_-1203904348', u'MULTIEQUAL_-1203904332'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203906244'), ('const-0', u'PTRSUB_-1203905054'), (u'MULTIEQUAL_-1203905246', u'MULTIEQUAL_-1203905222'), (u'MULTIEQUAL_-1203904354', u'MULTIEQUAL_-1203904528'), (u'INDIRECT_-1203905509', u'MULTIEQUAL_-1203905478'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905254'), (u'INDIRECT_-1203906539', u'MULTIEQUAL_-1203906468'), (u'INDIRECT_-1203906192', u'MULTIEQUAL_-1203906148'), (u'CALL_-1203909964', u'INDIRECT_-1203904228'), (u'CALL_-1203909848', u'INDIRECT_-1203904664'), (u'MULTIEQUAL_-1203905222', u'MULTIEQUAL_-1203905396'), (u'MULTIEQUAL_-1203905184', u'MULTIEQUAL_-1203905160'), (u'MULTIEQUAL_-1203905882', u'MULTIEQUAL_-1203905992'), (u'MULTIEQUAL_-1203906344', u'MULTIEQUAL_-1203906128'), (u'MULTIEQUAL_-1203905405', u'MULTIEQUAL_-1203905562'), (u'PTRSUB_-1203904572', u'CALL_-1203911222'), (u'PTRSUB_-1203905164', u'LOAD_-1203911186'), (u'MULTIEQUAL_-1203905572', u'MULTIEQUAL_-1203905927'), (u'CALL_-1203909860', u'INDIRECT_-1203904769'), (u'INDIRECT_-1203906252', u'MULTIEQUAL_-1203906116'), (u'CALL_-1203910765', u'INDIRECT_-1203907486'), (u'CALL_-1203909926', u'INDIRECT_-1203904998'), (u'CALL_-1203909926', u'INDIRECT_-1203904440'), (u'COPY_-1203912831', u'COPY_-1203905074'), (u'INDIRECT_-1203906193', u'MULTIEQUAL_-1203906281'), (u'MULTIEQUAL_-1203905850', u'CAST_-1203904596'), ('const-4', u'INT_NOTEQUAL_-1203912314'), (u'INT_EQUAL_-1203911791', u'CBRANCH_-1203911789'), ('const-8', u'INT_MULT_-1203911282'), (u'CALL_-1203911968', u'INDIRECT_-1203905632'), (u'LOAD_-1203912405', u'MULTIEQUAL_-1203909005'), (u'INDIRECT_-1203905316', u'MULTIEQUAL_-1203905523'), ('const-0', u'INT_EQUAL_-1203911240'), (u'INDIRECT_-1203905881', u'MULTIEQUAL_-1203905850'), (u'INDIRECT_-1203905105', u'MULTIEQUAL_-1203904210'), (u'MULTIEQUAL_-1203905200', u'MULTIEQUAL_-1203905310'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905564'), (u'PTRSUB_-1203905272', u'PTRSUB_-1203905231'), (u'INDIRECT_-1203905492', u'MULTIEQUAL_-1203905452'), (u'INDIRECT_-1203905448', u'MULTIEQUAL_-1203905404'), (u'INDIRECT_-1203905942', u'MULTIEQUAL_-1203905806'), ('const-0', u'PTRSUB_-1203903372'), (u'INT_ZEXT_-1203908364', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904471', u'MULTIEQUAL_-1203904766'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905440'), (u'INDIRECT_-1203904967', u'MULTIEQUAL_-1203905262'), (u'COPY_-1203904992', u'CALL_-1203912261'), ('const-433', u'LOAD_-1203910575'), (u'PTRSUB_-1203903935', u'CAST_-1203903761'), (u'INT_NOTEQUAL_-1203912364', u'CBRANCH_-1203912361'), (u'INDIRECT_-1203904409', u'MULTIEQUAL_-1203904704'), (u'INDIRECT_-1203905623', u'MULTIEQUAL_-1203905562'), ('const-0', u'INT_EQUAL_-1203911167'), (u'INDIRECT_-1203906174', u'MULTIEQUAL_-1203906134'), (u'CAST_-1203903718', u'INT_SUB_-1203910628'), (u'CALL_-1203909547', u'INDIRECT_-1203904842'), (u'INDIRECT_-1203904944', u'MULTIEQUAL_-1203904664'), (u'MULTIEQUAL_-1203905425', u'MULTIEQUAL_-1203905398'), (u'INT_ADD_-1203912423', u'PTRADD_-1203903371'), (u'CALLIND_-1203910596', u'MULTIEQUAL_-1203907300'), ('const-0', u'INT_EQUAL_-1203911223'), (u'INDIRECT_-1203904563', u'MULTIEQUAL_-1203905213'), (u'CALL_-1203909547', u'INDIRECT_-1203904408'), ('const-304', u'PTRSUB_-1203905010'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905697'), (u'CALL_-1203910765', u'INDIRECT_-1203905424'), (u'INT_SLESSEQUAL_-1203911719', u'CBRANCH_-1203911727'), (u'INDIRECT_-1203905386', u'MULTIEQUAL_-1203905342'), ('const-0', u'COPY_-1203904642'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905626'), ('const-0', u'PTRSUB_-1203903713'), (u'CAST_-1203904802', u'INT_SUB_-1203912458'), (u'MULTIEQUAL_-1203905868', u'MULTIEQUAL_-1203905776'), ('const-0', u'PTRSUB_-1203903320'), (u'INT_LESS_-1203910685', u'CBRANCH_-1203910684'), (u'INDIRECT_-1203904501', u'MULTIEQUAL_-1203905151'), (u'CALL_-1203910822', u'INDIRECT_-1203905267'), (u'INT_ADD_-1203912423', u'INT_LESS_-1203909878'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904969'), (u'CALL_-1203909848', u'INDIRECT_-1203905284'), (u'LOAD_-1203910497', u'PTRSUB_-1203903819'), (u'MULTIEQUAL_-1203905735', u'CAST_-1203904040'), (u'MULTIEQUAL_-1203907934', u'CALL_-1203910753'), (u'LOAD_-1203910657', u'CAST_-1203903718'), (u'INT_LESSEQUAL_-1203910583', u'CBRANCH_-1203910581'), (u'MULTIEQUAL_-1203906314', u'MULTIEQUAL_-1203906281'), (u'CALL_-1203911601', u'INDIRECT_-1203904997'), (u'CALL_-1203910796', u'INDIRECT_-1203905739'), (u'MULTIEQUAL_-1203905777', u'MULTIEQUAL_-1203905934'), (u'CALL_-1203910796', u'INDIRECT_-1203905925'), (u'CALL_-1203909365', u'INDIRECT_-1203904538'), ('const-2221', u'CALL_-1203909248'), (u'INDIRECT_-1203904104', u'MULTIEQUAL_-1203905748'), (u'CALL_-1203909483', u'INDIRECT_-1203904605'), (u'MULTIEQUAL_-1203906521', u'MULTIEQUAL_-1203906677'), (u'CALL_-1203909195', u'INDIRECT_-1203904811'), (u'INDIRECT_-1203905105', u'MULTIEQUAL_-1203905679'), (u'LOAD_-1203912487', u'CAST_-1203904802'), ('const--184', u'PTRSUB_-1203904381'), ('const-0', u'PTRSUB_-1203903467'), (u'CALL_-1203909401', u'INDIRECT_-1203906517'), ('const-0', u'PTRSUB_-1203904105'), (u'INDIRECT_-1203904788', u'MULTIEQUAL_-1203905528'), (u'MULTIEQUAL_-1203905340', u'MULTIEQUAL_-1203905324'), (u'INDIRECT_-1203905448', u'MULTIEQUAL_-1203905402'), (u'PTRSUB_-1203903848', u'INT_EQUAL_-1203910619'), (u'CALL_-1203909866', u'INDIRECT_-1203904595'), ('const-1476224', u'PTRSUB_-1203905081'), (u'PTRSUB_-1203904096', u'LOAD_-1203911064'), (u'PTRSUB_-1203904485', u'CALL_-1203911601'), ('tmp_13109', u'PTRSUB_-1203904213'), (u'INDIRECT_-1203907477', u'MULTIEQUAL_-1203908036'), (u'LOAD_-1203912497', u'PTRADD_-1203904829'), (u'INDIRECT_-1203905548', u'MULTIEQUAL_-1203905522'), (u'PTRSUB_-1203903443', u'STORE_-1203909940'), (u'PTRSUB_-1203904975', u'LOAD_-1203911220'), (u'LOAD_-1203910656', u'PTRADD_-1203903689'), ('tmp_4866', u'PTRSUB_-1203903906'), (u'CALL_-1203910765', u'INDIRECT_-1203905114'), (u'PTRADD_-1203904085', u'CAST_-1203903909'), ('const--248', u'PTRSUB_-1203905226'), ('tmp_4744', u'BRANCH_-1203910789'), (u'CALLIND_-1203911127', u'SUBPIECE_-1203909586'), (u'CALLIND_-1203909271', u'INDIRECT_-1203906338'), (u'CALL_-1203911222', u'INDIRECT_-1203905740'), (u'INDIRECT_-1203905122', u'MULTIEQUAL_-1203905278'), (u'PTRADD_-1203904829', u'LOAD_-1203912405'), (u'INDIRECT_-1203904228', u'MULTIEQUAL_-1203905872'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906379'), (u'INDIRECT_-1203905167', u'MULTIEQUAL_-1203905028'), (u'LOAD_-1203911186', u'PTRSUB_-1203905150'), (u'MULTIEQUAL_-1203905585', u'CALL_-1203910822'), (u'CALL_-1203911625', u'INDIRECT_-1203906130'), (u'INDIRECT_-1203904895', u'MULTIEQUAL_-1203904867'), (u'CALL_-1203910753', u'INDIRECT_-1203904733'), ('tmp_1700', u'CBRANCH_-1203911544'), (u'INT_NOTEQUAL_-1203912404', u'CBRANCH_-1203912403'), (u'INDIRECT_-1203904981', u'MULTIEQUAL_-1203904842'), (u'MULTIEQUAL_-1203905520', u'MULTIEQUAL_-1203905370'), (u'LOAD_-1203910667', u'CAST_-1203903717'), (u'CALL_-1203910753', u'INDIRECT_-1203904857'), ('const-1', u'PTRADD_-1203904098'), ('const-4', u'PTRADD_-1203905110'), (u'CALL_-1203910796', u'INDIRECT_-1203905491'), ('const-0', u'PTRSUB_-1203904975'), (u'CALL_-1203909483', u'INDIRECT_-1203904667'), (u'PTRADD_-1203905110', u'MULTIEQUAL_-1203909200'), (u'INT_LESSEQUAL_-1203912530', u'CBRANCH_-1203912540'), (u'CALLIND_-1203910788', u'INDIRECT_-1203908131'), (u'MULTIEQUAL_-1203905558', u'INT_NOTEQUAL_-1203911638'), ('const-433', u'LOAD_-1203910780'), (u'MULTIEQUAL_-1203906068', u'MULTIEQUAL_-1203906178'), (u'CALL_-1203909824', u'INDIRECT_-1203905183'), (u'CALL_-1203909365', u'INDIRECT_-1203904910'), (u'CALL_-1203911601', u'INDIRECT_-1203907741'), (u'PTRSUB_-1203904119', u'LOAD_-1203910582'), (u'CALL_-1203911968', u'INDIRECT_-1203905198'), ('const-0', u'COPY_-1203905584'), (u'INDIRECT_-1203905138', u'MULTIEQUAL_-1203905092'), (u'INT_EQUAL_-1203911167', u'CBRANCH_-1203911165'), (u'MULTIEQUAL_-1203904936', u'MULTIEQUAL_-1203905399'), (u'INT_EQUAL_-1203912335', u'CBRANCH_-1203912333'), (u'MULTIEQUAL_-1203904968', u'MULTIEQUAL_-1203904952'), ('const-16', u'PTRSUB_-1203904212'), (u'CALL_-1203909824', u'INDIRECT_-1203904253'), (u'CALL_-1203910753', u'INDIRECT_-1203904919'), (u'MULTIEQUAL_-1203906085', u'STORE_-1203910454'), (u'INDIRECT_-1203905245', u'MULTIEQUAL_-1203905200'), (u'CALL_-1203909866', u'INDIRECT_-1203904037'), (u'MULTIEQUAL_-1203905014', u'MULTIEQUAL_-1203904656'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904883'), (u'MULTIEQUAL_-1203908753', u'LOAD_-1203911785'), (u'MULTIEQUAL_-1203906677', u'MULTIEQUAL_-1203906382'), ('const-0', u'COPY_-1203907807'), (u'CALL_-1203911247', u'INDIRECT_-1203905633'), ('const-0', u'PTRSUB_-1203904150'), ('const-8', u'PTRADD_-1203905129'), (u'MULTIEQUAL_-1203905448', u'MULTIEQUAL_-1203904334'), ('tmp_276', u'BRANCH_-1203912787'), (u'MULTIEQUAL_-1203908864', u'PTRADD_-1203904497'), (u'INDIRECT_-1203904394', u'MULTIEQUAL_-1203904316'), (u'MULTIEQUAL_-1203905060', u'MULTIEQUAL_-1203905036'), (u'PTRSUB_-1203903368', u'STORE_-1203909818'), (u'COPY_-1203905074', u'MULTIEQUAL_-1203906935'), (u'INDIRECT_-1203905943', u'MULTIEQUAL_-1203905912'), (u'INT_NOTEQUAL_-1203911570', u'CBRANCH_-1203911564'), (u'INT_ZEXT_-1203908394', u'INT_LESSEQUAL_-1203910583'), (u'INT_LESS_-1203910388', u'CBRANCH_-1203910397'), (u'MULTIEQUAL_-1203904874', u'MULTIEQUAL_-1203904850'), ('tmp_13109', u'PTRSUB_-1203904247'), (u'CALL_-1203909848', u'INDIRECT_-1203904602'), (u'CALL_-1203911222', u'INDIRECT_-1203906484'), (u'COPY_-1203903368', u'CALL_-1203909401'), (u'INDIRECT_-1203905465', u'MULTIEQUAL_-1203905644'), ('const-16', u'PTRSUB_-1203905184'), ('const-32', u'PTRADD_-1203904525'), (u'MULTIEQUAL_-1203908896', u'MULTIEQUAL_-1203908864'), (u'MULTIEQUAL_-1203905115', u'MULTIEQUAL_-1203905088'), (u'PTRSUB_-1203904213', u'PTRSUB_-1203904150'), ('const-433', u'LOAD_-1203910473'), (u'INDIRECT_-1203905601', u'MULTIEQUAL_-1203906175'), (u'INDIRECT_-1203904634', u'MULTIEQUAL_-1203904841'), (u'CALL_-1203910822', u'INDIRECT_-1203905949'), (u'INDIRECT_-1203905508', u'MULTIEQUAL_-1203905617'), (u'CALL_-1203910822', u'INDIRECT_-1203905143'), (u'INDIRECT_-1203906484', u'MULTIEQUAL_-1203906444'), (u'MULTIEQUAL_-1203905921', u'MULTIEQUAL_-1203905894'), (u'MULTIEQUAL_-1203908138', u'PTRSUB_-1203904105'), (u'PTRSUB_-1203903906', u'PTRSUB_-1203903905'), (u'PTRSUB_-1203903372', u'STORE_-1203909824'), (u'MULTIEQUAL_-1203906467', u'MULTIEQUAL_-1203906397'), (u'INDIRECT_-1203905818', u'MULTIEQUAL_-1203905682'), (u'MULTIEQUAL_-1203905723', u'MULTIEQUAL_-1203905810'), (u'INT_EQUAL_-1203911199', u'CBRANCH_-1203911195'), ('const-0', u'PTRSUB_-1203903778'), (u'LOAD_-1203911064', u'CALLIND_-1203910954'), (u'COPY_-1203904480', u'MULTIEQUAL_-1203908912'), (u'CALL_-1203909547', u'INDIRECT_-1203904904'), (u'MULTIEQUAL_-1203905682', u'MULTIEQUAL_-1203905590'), (u'INDIRECT_-1203906004', u'MULTIEQUAL_-1203906098'), (u'COPY_-1203911882', u'MULTIEQUAL_-1203905431'), ('tmp_4870', u'CAST_-1203905007'), ('const-0', u'PTRSUB_-1203904929'), (u'PTRADD_-1203905129', u'LOAD_-1203912929'), ('const-3465694', u'COPY_-1203903449'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906105'), (u'PTRSUB_-1203904882', u'PTRSUB_-1203904852'), (u'CALL_-1203909401', u'INDIRECT_-1203904455'), (u'CALL_-1203909401', u'INDIRECT_-1203904083'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904090'), (u'CALL_-1203909926', u'INDIRECT_-1203905184'), (u'CALL_-1203909824', u'INDIRECT_-1203905307'), ('tmp_3710', u'CBRANCH_-1203909887'), ('const-24', u'PTRSUB_-1203904550'), ('const-304', u'PTRSUB_-1203905001'), (u'MULTIEQUAL_-1203906182', u'MULTIEQUAL_-1203905886'), (u'INDIRECT_-1203904253', u'MULTIEQUAL_-1203904903'), ('tmp_3298', u'CBRANCH_-1203910709'), (u'CALL_-1203909365', u'INDIRECT_-1203904104'), (u'INT_AND_-1203911226', u'INT_EQUAL_-1203911240'), (u'CALL_-1203909848', u'INDIRECT_-1203905160'), (u'MULTIEQUAL_-1203905901', u'MULTIEQUAL_-1203906058'), (u'PTRSUB_-1203903394', u'PTRSUB_-1203903372'), (u'INT_EQUAL_-1203911658', u'CBRANCH_-1203911655'), (u'INDIRECT_-1203904597', u'MULTIEQUAL_-1203904776'), (u'INT_NOTEQUAL_-1203912077', u'CBRANCH_-1203912072'), (u'MULTIEQUAL_-1203905585', u'CAST_-1203904069'), ('const-0', u'PTRSUB_-1203904381'), ('tmp_1569', u'CBRANCH_-1203911636'), (u'CALL_-1203909964', u'INDIRECT_-1203904166'), (u'LOAD_-1203911252', u'INT_AND_-1203911226'), (u'INDIRECT_-1203905919', u'MULTIEQUAL_-1203905848'), (u'INDIRECT_-1203904377', u'MULTIEQUAL_-1203905027'), (u'MULTIEQUAL_-1203905122', u'MULTIEQUAL_-1203905585'), (u'CALL_-1203910822', u'INDIRECT_-1203905577'), (u'INDIRECT_-1203904882', u'MULTIEQUAL_-1203905089'), (u'INDIRECT_-1203906377', u'MULTIEQUAL_-1203906346'), (u'CALL_-1203910765', u'INDIRECT_-1203904990'), (u'CALL_-1203912261', u'INDIRECT_-1203906431'), (u'MULTIEQUAL_-1203905723', u'MULTIEQUAL_-1203905653'), ('const-0', u'INT_EQUAL_-1203910670'), (u'MULTIEQUAL_-1203905996', u'MULTIEQUAL_-1203905942'), (u'CALL_-1203909401', u'INDIRECT_-1203903835'), ('const-8', u'PTRSUB_-1203903299'), (u'CALL_-1203909824', u'INDIRECT_-1203904501'), (u'COPY_-1203911882', u'MULTIEQUAL_-1203905186'), (u'MULTIEQUAL_-1203905386', u'MULTIEQUAL_-1203905370'), (u'INDIRECT_-1203904786', u'MULTIEQUAL_-1203906430'), (u'MULTIEQUAL_-1203906158', u'MULTIEQUAL_-1203905942'), (u'MULTIEQUAL_-1203905496', u'MULTIEQUAL_-1203905386'), (u'PTRSUB_-1203903848', u'PTRSUB_-1203903816'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904349'), (u'INDIRECT_-1203905160', u'MULTIEQUAL_-1203905900'), ('tmp_519', u'CBRANCH_-1203912514'), (u'INDIRECT_-1203905678', u'MULTIEQUAL_-1203905638'), (u'PTRSUB_-1203904471', u'PTRSUB_-1203904381'), ('const-433', u'LOAD_-1203911746'), (u'CALL_-1203911601', u'INDIRECT_-1203905989'), ('const-0', u'COPY_-1203910862'), (u'INDIRECT_-1203906695', u'MULTIEQUAL_-1203906691'), (u'INDIRECT_-1203905034', u'MULTIEQUAL_-1203906677'), (u'MULTIEQUAL_-1203905138', u'MULTIEQUAL_-1203905248'), (u'MULTIEQUAL_-1203907300', u'INT_LESS_-1203910685'), (u'CALL_-1203909866', u'CAST_-1203903330'), (u'MULTIEQUAL_-1203905785', u'MULTIEQUAL_-1203905715'), (u'PTRSUB_-1203904115', u'PTRSUB_-1203904089'), (u'MULTIEQUAL_-1203905324', u'MULTIEQUAL_-1203905679'), (u'INDIRECT_-1203906175', u'MULTIEQUAL_-1203906130'), (u'MULTIEQUAL_-1203905124', u'MULTIEQUAL_-1203905014'), ('tmp_4874', u'STORE_-1203909706'), ('tmp_4866', u'PTRSUB_-1203905010'), ('tmp_1459', u'CBRANCH_-1203911704'), (u'CALL_-1203909248', u'INDIRECT_-1203904891'), (u'CALLIND_-1203910954', u'INDIRECT_-1203907316'), ('const-3463708', u'COPY_-1203903478'), (u'PTRSUB_-1203905361', u'PTRSUB_-1203905272'), ('const-24', u'PTRADD_-1203905096'), (u'PTRSUB_-1203903546', u'PTRSUB_-1203903499'), (u'MULTIEQUAL_-1203906240', u'MULTIEQUAL_-1203906130'), (u'MULTIEQUAL_-1203905076', u'MULTIEQUAL_-1203905060'), (u'CALL_-1203909365', u'INDIRECT_-1203904228'), (u'INDIRECT_-1203905229', u'MULTIEQUAL_-1203905803'), ('const-0', u'STORE_-1203909773'), (u'INDIRECT_-1203904820', u'MULTIEQUAL_-1203905027'), ('const-433', u'LOAD_-1203912405'), (u'INT_SUB_-1203910660', u'INT_ZEXT_-1203908394'), (u'INDIRECT_-1203906291', u'MULTIEQUAL_-1203906220'), (u'MULTIEQUAL_-1203905910', u'MULTIEQUAL_-1203905694'), (u'MULTIEQUAL_-1203905216', u'MULTIEQUAL_-1203905200'), (u'MULTIEQUAL_-1203904974', u'MULTIEQUAL_-1203905148'), (u'CALL_-1203909848', u'INDIRECT_-1203905222'), (u'CALL_-1203911968', u'INDIRECT_-1203906314'), (u'MULTIEQUAL_-1203905510', u'MULTIEQUAL_-1203905152'), (u'CALL_-1203910822', u'INDIRECT_-1203904957'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906677'), (u'LOAD_-1203911186', u'CALLIND_-1203911127'), ('const-16', u'PTRSUB_-1203904183'), (u'INDIRECT_-1203904952', u'MULTIEQUAL_-1203904906'), ('const-1', u'PTRADD_-1203904085'), (u'INDIRECT_-1203904696', u'MULTIEQUAL_-1203904416'), ('const-0', u'COPY_-1203905522'), (u'CALL_-1203911222', u'INDIRECT_-1203905678'), (u'INDIRECT_-1203905911', u'MULTIEQUAL_-1203905772'), (u'INDIRECT_-1203906491', u'MULTIEQUAL_-1203906430'), (u'INDIRECT_-1203904857', u'MULTIEQUAL_-1203905431'), (u'INDIRECT_-1203905385', u'MULTIEQUAL_-1203905354'), (u'MULTIEQUAL_-1203905882', u'MULTIEQUAL_-1203906237'), (u'PTRSUB_-1203904450', u'PTRSUB_-1203904380'), (u'INT_NOTEQUAL_-1203910773', u'CBRANCH_-1203910772'), ('const-433', u'STORE_-1203909940'), (u'CALL_-1203909848', u'INDIRECT_-1203904788'), ('const-0', u'INT_NOTEQUAL_-1203912364'), ('tmp_2872', u'CBRANCH_-1203910531'), (u'MULTIEQUAL_-1203908453', u'MULTIEQUAL_-1203907986'), ('const--104', u'PTRSUB_-1203904657'), (u'PTRADD_-1203903938', u'PTRSUB_-1203903936'), (u'CALL_-1203909964', u'INDIRECT_-1203904352'), (u'INDIRECT_-1203905725', u'MULTIEQUAL_-1203906299'), ('const-7', u'INT_AND_-1203908236'), (u'MULTIEQUAL_-1203907638', u'INT_ADD_-1203910427'), (u'INDIRECT_-1203904890', u'MULTIEQUAL_-1203904812'), (u'INDIRECT_-1203905217', u'MULTIEQUAL_-1203905396'), (u'PTRSUB_-1203903819', u'PTRSUB_-1203903770'), ('const--104', u'PTRSUB_-1203904683'), (u'INDIRECT_-1203905508', u'MULTIEQUAL_-1203905602'), (u'CALL_-1203911247', u'INDIRECT_-1203905323'), ('tmp_1001', u'CBRANCH_-1203912403'), (u'MULTIEQUAL_-1203907934', u'PTRADD_-1203904098'), (u'MULTIEQUAL_-1203906583', u'MULTIEQUAL_-1203906740'), (u'STORE_-1203909940', u'INDIRECT_-1203906804'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906503'), (u'CALL_-1203911968', u'INDIRECT_-1203905818'), (u'CALL_-1203909964', u'INDIRECT_-1203905220'), (u'CALL_-1203909860', u'INDIRECT_-1203905017'), (u'CAST_-1203903330', u'PTRADD_-1203903330'), (u'INDIRECT_-1203905200', u'MULTIEQUAL_-1203905156'), ('const-0', u'PTRSUB_-1203903529'), (u'MULTIEQUAL_-1203905523', u'MULTIEQUAL_-1203905487'), (u'INDIRECT_-1203906441', u'MULTIEQUAL_-1203906529'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904535'), (u'INDIRECT_-1203904998', u'MULTIEQUAL_-1203905154'), (u'PTRADD_-1203905053', u'LOAD_-1203911137'), (u'CALL_-1203910547', u'INDIRECT_-1203904766'), (u'CALL_-1203909483', u'INDIRECT_-1203903985'), ('const-3465728', u'COPY_-1203903470'), (u'INT_EQUAL_-1203911680', u'CBRANCH_-1203911678'), (u'INDIRECT_-1203905820', u'MULTIEQUAL_-1203905776'), (u'INDIRECT_-1203904890', u'MULTIEQUAL_-1203904844'), (u'CALL_-1203909547', u'INDIRECT_-1203904780'), (u'MULTIEQUAL_-1203907045', u'MULTIEQUAL_-1203907508'), (u'CALL_-1203909964', u'INDIRECT_-1203904972'), (u'INDIRECT_-1203904192', u'MULTIEQUAL_-1203904348'), ('tmp_322', u'CBRANCH_-1203912615'), (u'MULTIEQUAL_-1203906025', u'MULTIEQUAL_-1203906182'), (u'MULTIEQUAL_-1203906554', u'MULTIEQUAL_-1203906500'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905403'), (u'PTRSUB_-1203904614', u'PTRSUB_-1203904538'), (u'CALL_-1203909195', u'INDIRECT_-1203904067'), ('const-433', u'LOAD_-1203911726'), (u'MULTIEQUAL_-1203904962', u'MULTIEQUAL_-1203904812'), (u'CALL_-1203911625', u'INDIRECT_-1203905448'), (u'MULTIEQUAL_-1203904292', u'MULTIEQUAL_-1203904466'), (u'CALL_-1203910547', u'INDIRECT_-1203905572'), (u'INDIRECT_-1203905076', u'MULTIEQUAL_-1203905030'), (u'PTRSUB_-1203905028', u'LOAD_-1203912539'), (u'INDIRECT_-1203904511', u'MULTIEQUAL_-1203906282'), (u'INDIRECT_-1203903980', u'MULTIEQUAL_-1203905624'), (u'INDIRECT_-1203905446', u'MULTIEQUAL_-1203905540'), ('const-7', u'INT_AND_-1203912322'), (u'MULTIEQUAL_-1203904466', u'MULTIEQUAL_-1203904316'), (u'MULTIEQUAL_-1203905624', u'MULTIEQUAL_-1203905570'), (u'COPY_-1203911868', u'MULTIEQUAL_-1203905307'), (u'MULTIEQUAL_-1203905154', u'MULTIEQUAL_-1203905138'), (u'STORE_-1203909706', u'INDIRECT_-1203906654'), (u'CALL_-1203910765', u'INDIRECT_-1203905858'), (u'MULTIEQUAL_-1203908237', u'MULTIEQUAL_-1203908204'), ('const-0', u'STORE_-1203909930'), (u'MULTIEQUAL_-1203905076', u'MULTIEQUAL_-1203904718'), (u'MULTIEQUAL_-1203905184', u'MULTIEQUAL_-1203905647'), (u'INDIRECT_-1203905043', u'MULTIEQUAL_-1203904148'), (u'PTRADD_-1203903689', u'LOAD_-1203910642'), ('const-58', u'PTRSUB_-1203904963'), (u'PTRADD_-1203903695', u'STORE_-1203910454'), (u'INDIRECT_-1203906067', u'MULTIEQUAL_-1203906036'), ('tmp_13109', u'PTRSUB_-1203904614'), ('tmp_4532', u'CBRANCH_-1203911111'), ('const-0', u'PTRSUB_-1203904341'), (u'CALL_-1203909824', u'INDIRECT_-1203904563'), (u'CAST_-1203903761', u'INT_ADD_-1203903981'), (u'CALL_-1203911247', u'INDIRECT_-1203906439'), (u'CALL_-1203909401', u'INDIRECT_-1203904703'), ('const-1', u'RETURN_-1203912256'), ('const-0', u'INT_EQUAL_-1203912335'), (u'MULTIEQUAL_-1203905494', u'MULTIEQUAL_-1203905957'), ('const-16', u'PTRSUB_-1203903368'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905465'), ('tmp_4762', u'BRANCH_-1203909339'), (u'MULTIEQUAL_-1203905806', u'MULTIEQUAL_-1203905696'), (u'INDIRECT_-1203905995', u'MULTIEQUAL_-1203905934'), (u'LOAD_-1203912610', u'INT_RIGHT_-1203912574'), (u'MULTIEQUAL_-1203904394', u'MULTIEQUAL_-1203904378'), ('const-0', u'PTRSUB_-1203904380'), ('const-0', u'COPY_-1203907905'), (u'MULTIEQUAL_-1203904502', u'MULTIEQUAL_-1203904478'), ('const-8', u'PTRSUB_-1203904852'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904524'), (u'CALL_-1203911601', u'INDIRECT_-1203906051'), (u'MULTIEQUAL_-1203905301', u'MULTIEQUAL_-1203905274'), ('const-1', u'INT_ADD_-1203910427'), (u'INDIRECT_-1203905362', u'MULTIEQUAL_-1203905336'), (u'MULTIEQUAL_-1203905448', u'MULTIEQUAL_-1203905432'), (u'INDIRECT_-1203905988', u'MULTIEQUAL_-1203905948'), (u'MULTIEQUAL_-1203907681', u'MULTIEQUAL_-1203907791'), (u'MULTIEQUAL_-1203905461', u'MULTIEQUAL_-1203905425'), (u'PTRSUB_-1203903459', u'PTRSUB_-1203903435'), ('const--152', u'PTRSUB_-1203904770'), (u'INDIRECT_-1203905447', u'MULTIEQUAL_-1203905416'), (u'INDIRECT_-1203905229', u'MULTIEQUAL_-1203904334'), ('const-0', u'COPY_-1203912033'), (u'PTRSUB_-1203905081', u'INT_EQUAL_-1203912618'), ('const-0', u'PTRSUB_-1203903469'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905068'), ('tmp_1533', u'CBRANCH_-1203911655'), (u'INDIRECT_-1203906484', u'COPY_-1203904708'), (u'CALL_-1203909547', u'INDIRECT_-1203904346'), ('const-1', u'PTRADD_-1203903952'), (u'MULTIEQUAL_-1203905014', u'MULTIEQUAL_-1203905369'), (u'MULTIEQUAL_-1203904378', u'MULTIEQUAL_-1203904841'), (u'INDIRECT_-1203905502', u'MULTIEQUAL_-1203905222'), (u'CAST_-1203904251', u'INT_NOTEQUAL_-1203911495'), ('const-8', u'PTRADD_-1203903695'), (u'PTRADD_-1203903952', u'CAST_-1203903776'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906167'), ('tmp_13109', u'PTRSUB_-1203904102'), (u'MULTIEQUAL_-1203905694', u'MULTIEQUAL_-1203905661'), ('tmp_3548', u'CBRANCH_-1203911196'), (u'MULTIEQUAL_-1203905324', u'MULTIEQUAL_-1203905308'), (u'INDIRECT_-1203904919', u'MULTIEQUAL_-1203904024'), (u'INDIRECT_-1203905925', u'MULTIEQUAL_-1203905963'), ('const-8', u'PTRADD_-1203904829'), (u'MULTIEQUAL_-1203906677', u'COPY_-1203904654'), (u'LOAD_-1203910642', u'INT_EQUAL_-1203910619'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905562'), ('const-2', u'PTRADD_-1203905110'), ('const-32', u'PTRADD_-1203904098'), (u'CALL_-1203909848', u'INDIRECT_-1203905098'), (u'INDIRECT_-1203905014', u'MULTIEQUAL_-1203904936'), (u'CALL_-1203909824', u'INDIRECT_-1203904749'), (u'INDIRECT_-1203904440', u'MULTIEQUAL_-1203904596'), (u'LOAD_-1203910740', u'PTRSUB_-1203903935'), (u'PTRSUB_-1203904956', u'LOAD_-1203912360'), (u'INDIRECT_-1203905756', u'MULTIEQUAL_-1203905865'), ('const-32', u'PTRADD_-1203904558'), (u'INDIRECT_-1203904161', u'MULTIEQUAL_-1203904456'), ('const-3465719', u'COPY_-1203904992'), (u'COPY_-1203903907', u'MULTIEQUAL_-1203907977'), (u'CALL_-1203910822', u'INDIRECT_-1203904771'), ('const-433', u'STORE_-1203909706'), (u'MULTIEQUAL_-1203904952', u'MULTIEQUAL_-1203905307'), (u'CALL_-1203909926', u'INDIRECT_-1203905370'), (u'INDIRECT_-1203905098', u'MULTIEQUAL_-1203905838'), (u'CALL_-1203909866', u'INDIRECT_-1203904161'), (u'INDIRECT_-1203905378', u'MULTIEQUAL_-1203905098'), (u'CALL_-1203910765', u'INDIRECT_-1203905796'), (u'CALL_-1203909824', u'INDIRECT_-1203904315'), (u'MULTIEQUAL_-1203906653', u'MULTIEQUAL_-1203906583'), (u'CALL_-1203910547', u'INDIRECT_-1203905138'), (u'INDIRECT_-1203908111', u'MULTIEQUAL_-1203908134'), (u'COPY_-1203904960', u'MULTIEQUAL_-1203906935'), (u'INDIRECT_-1203906190', u'MULTIEQUAL_-1203906299'), ('const-0', u'PTRSUB_-1203903449'), (u'COPY_-1203912908', u'MULTIEQUAL_-1203906686'), (u'CALL_-1203909483', u'INDIRECT_-1203904419'), (u'MULTIEQUAL_-1203907300', u'INT_SUB_-1203910660'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906441'), ('tmp_13109', u'PTRSUB_-1203904770'), (u'INDIRECT_-1203904538', u'MULTIEQUAL_-1203906182'), (u'MULTIEQUAL_-1203905715', u'MULTIEQUAL_-1203905872'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906255'), (u'MULTIEQUAL_-1203904743', u'MULTIEQUAL_-1203904716'), (u'INDIRECT_-1203907758', u'MULTIEQUAL_-1203907699'), (u'MULTIEQUAL_-1203908728', u'COPY_-1203904453'), (u'CALL_-1203910796', u'INDIRECT_-1203905429'), (u'INDIRECT_-1203904998', u'COPY_-1203903603'), (u'CALL_-1203909860', u'INDIRECT_-1203904459'), (u'CALL_-1203911625', u'INDIRECT_-1203905882'), ('const-433', u'LOAD_-1203911373'), (u'CALL_-1203910796', u'INDIRECT_-1203906235'), ('tmp_4062', u'BRANCH_-1203909821'), ('const-0', u'PTRSUB_-1203903422'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904015'), ('const-16', u'PTRSUB_-1203904314'), (u'INDIRECT_-1203906298', u'MULTIEQUAL_-1203906258'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904511'), (u'INDIRECT_-1203905198', u'MULTIEQUAL_-1203905292'), (u'INDIRECT_-1203904540', u'MULTIEQUAL_-1203905280'), (u'LOAD_-1203911070', u'PTRADD_-1203903987'), (u'INT_NOTEQUAL_-1203911112', u'CBRANCH_-1203911111'), (u'PTRSUB_-1203903816', u'PTRSUB_-1203903792'), (u'INDIRECT_-1203905262', u'MULTIEQUAL_-1203905218'), (u'INDIRECT_-1203904974', u'MULTIEQUAL_-1203905714'), (u'CAST_-1203903441', u'CALL_-1203909824'), (u'INDIRECT_-1203904378', u'MULTIEQUAL_-1203904534'), (u'INT_ZEXT_-1203909459', u'INT_LESSEQUAL_-1203912413'), ('const-0', u'PTRSUB_-1203904459'), (u'MULTIEQUAL_-1203907027', u'INT_LESSEQUAL_-1203910774'), (u'CALL_-1203909771', u'INDIRECT_-1203904453'), (u'INT_EQUAL_-1203911240', u'CBRANCH_-1203911236'), (u'INDIRECT_-1203904811', u'MULTIEQUAL_-1203905461'), (u'CALL_-1203910765', u'INDIRECT_-1203905238'), (u'INDIRECT_-1203905508', u'MULTIEQUAL_-1203905372'), (u'MULTIEQUAL_-1203904788', u'MULTIEQUAL_-1203904962'), (u'MULTIEQUAL_-1203906034', u'MULTIEQUAL_-1203905818'), (u'COPY_-1203903347', u'CALL_-1203909195'), (u'INDIRECT_-1203905701', u'MULTIEQUAL_-1203905673'), (u'LOAD_-1203911040', u'CALLIND_-1203910954'), (u'CALL_-1203911247', u'INDIRECT_-1203905385'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904697'), ('const-433', u'LOAD_-1203910657'), (u'MULTIEQUAL_-1203906281', u'MULTIEQUAL_-1203906368'), (u'CALL_-1203911625', u'INDIRECT_-1203905696'), (u'INT_ADD_-1203912423', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904642', u'MULTIEQUAL_-1203904564'), (u'CALL_-1203910796', u'INDIRECT_-1203906049'), (u'INT_ZEXT_-1203908364', u'CAST_-1203903768'), (u'LOAD_-1203910709', u'INT_SUB_-1203910660'), ('const-1476224', u'PTRSUB_-1203903848'), (u'INDIRECT_-1203905663', u'MULTIEQUAL_-1203906237'), ('tmp_4871', u'INT_NOTEQUAL_-1203912853'), (u'CALL_-1203909824', u'INDIRECT_-1203904687'), (u'INDIRECT_-1203906066', u'MULTIEQUAL_-1203905930'), (u'LOAD_-1203910497', u'INT_EQUAL_-1203910479'), (u'INDIRECT_-1203904945', u'MULTIEQUAL_-1203906716'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905821'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904077'), (u'CALL_-1203909547', u'INDIRECT_-1203903850'), (u'INDIRECT_-1203906801', u'MULTIEQUAL_-1203906740'), (u'CALL_-1203909964', u'INDIRECT_-1203906848'), ('const-433', u'LOAD_-1203909780'), (u'CALL_-1203909866', u'INDIRECT_-1203906781'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203905686'), (u'MULTIEQUAL_-1203904332', u'MULTIEQUAL_-1203904316'), (u'MULTIEQUAL_-1203906554', u'MULTIEQUAL_-1203906258'), (u'INDIRECT_-1203905750', u'MULTIEQUAL_-1203905957'), (u'LOAD_-1203912405', u'CALL_-1203910796'), (u'COPY_-1203904453', u'PTRSUB_-1203904567'), (u'CAST_-1203904069', u'INT_NOTEQUAL_-1203910830'), (u'INDIRECT_-1203904580', u'MULTIEQUAL_-1203904502'), ('const-0', u'PTRSUB_-1203905361'), ('const-8', u'PTRSUB_-1203904513'), (u'MULTIEQUAL_-1203904900', u'MULTIEQUAL_-1203904750'), (u'CALL_-1203909964', u'INDIRECT_-1203905282'), (u'INT_EQUAL_-1203911223', u'CBRANCH_-1203911221'), (u'INDIRECT_-1203904687', u'MULTIEQUAL_-1203905337'), (u'CALL_-1203909860', u'INDIRECT_-1203904893'), (u'CALL_-1203909848', u'CAST_-1203903530'), (u'CALL_-1203909964', u'INDIRECT_-1203905034'), (u'MULTIEQUAL_-1203905386', u'MULTIEQUAL_-1203905496'), (u'MULTIEQUAL_-1203905661', u'MULTIEQUAL_-1203905748'), (u'CALL_-1203911968', u'INDIRECT_-1203906376'), ('const-0', u'INT_NOTEQUAL_-1203911950'), (u'MULTIEQUAL_-1203905558', u'MULTIEQUAL_-1203905466'), (u'CALL_-1203911222', u'INDIRECT_-1203906298'), (u'MULTIEQUAL_-1203904528', u'MULTIEQUAL_-1203904378'), ('const-0', u'PTRSUB_-1203903459'), (u'CALL_-1203909866', u'INDIRECT_-1203904347'), ('tmp_2812', u'CBRANCH_-1203910581'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905933'), (u'MULTIEQUAL_-1203905735', u'MULTIEQUAL_-1203905708'), (u'PTRSUB_-1203905001', u'PTRSUB_-1203904921'), (u'CALL_-1203909771', u'INDIRECT_-1203904267'), (u'CALL_-1203910753', u'INDIRECT_-1203905911'), (u'INDIRECT_-1203905384', u'MULTIEQUAL_-1203905478'), (u'CALL_-1203912261', u'INDIRECT_-1203906555'), (u'MULTIEQUAL_-1203907791', u'MULTIEQUAL_-1203907681'), (u'PTRSUB_-1203903824', u'LOAD_-1203910667'), (u'CALL_-1203911601', u'INDIRECT_-1203905741'), (u'INDIRECT_-1203905610', u'MULTIEQUAL_-1203905584'), ('const-433', u'LOAD_-1203912360'), (u'CALL_-1203909483', u'INDIRECT_-1203904791'), (u'MULTIEQUAL_-1203905934', u'MULTIEQUAL_-1203905880'), (u'CALL_-1203911625', u'INDIRECT_-1203905758'), ('const-60', u'PTRADD_-1203903689'), (u'CALL_-1203911601', u'INDIRECT_-1203905803'), (u'LOAD_-1203911726', u'INT_NOTEQUAL_-1203911706'), (u'INDIRECT_-1203906581', u'COPY_-1203906603'), (u'MULTIEQUAL_-1203905448', u'MULTIEQUAL_-1203905803'), (u'MULTIEQUAL_-1203906068', u'MULTIEQUAL_-1203906423'), (u'INDIRECT_-1203904804', u'MULTIEQUAL_-1203904778'), (u'INDIRECT_-1203904625', u'MULTIEQUAL_-1203905275'), (u'PTRSUB_-1203904963', u'LOAD_-1203912377'), (u'CALL_-1203909547', u'INDIRECT_-1203904718'), (u'MULTIEQUAL_-1203906120', u'MULTIEQUAL_-1203906066'), (u'MULTIEQUAL_-1203906068', u'MULTIEQUAL_-1203904954'), ('const-0', u'INT_NOTEQUAL_-1203910562'), (u'INDIRECT_-1203905192', u'MULTIEQUAL_-1203905399'), (u'MULTIEQUAL_-1203905089', u'MULTIEQUAL_-1203905053'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904152'), ('const-0', u'COPY_-1203911868'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905217'), (u'INDIRECT_-1203906545', u'MULTIEQUAL_-1203906583'), (u'CALL_-1203909248', u'INDIRECT_-1203905015'), (u'CALL_-1203911601', u'INDIRECT_-1203905617'), (u'MULTIEQUAL_-1203905138', u'MULTIEQUAL_-1203904780'), ('tmp_4869', u'INT_ZEXT_-1203908364'), (u'MULTIEQUAL_-1203907027', u'INT_LESSEQUAL_-1203912530'), (u'CALL_-1203911968', u'INDIRECT_-1203905322'), (u'INDIRECT_-1203905386', u'MULTIEQUAL_-1203905340'), ('tmp_4872', u'CALLIND_-1203911127'), (u'INDIRECT_-1203906111', u'MULTIEQUAL_-1203906149'), ('const-0', u'PTRSUB_-1203904485'), (u'CALL_-1203909401', u'INDIRECT_-1203904641'), (u'MULTIEQUAL_-1203905053', u'MULTIEQUAL_-1203905026'), (u'CALL_-1203909365', u'INDIRECT_-1203904476'), (u'PTRADD_-1203904497', u'CAST_-1203904296'), ('const-3463944', u'COPY_-1203903757'), (u'CALL_-1203911601', u'INDIRECT_-1203905927'), (u'MULTIEQUAL_-1203905735', u'CALL_-1203910765'), (u'MULTIEQUAL_-1203909200', u'PTRADD_-1203905044'), (u'INDIRECT_-1203905803', u'MULTIEQUAL_-1203905758'), ('const-0', u'PTRSUB_-1203903756'), (u'MULTIEQUAL_-1203906438', u'MULTIEQUAL_-1203906405'), (u'CALL_-1203910753', u'INDIRECT_-1203905043'), ('const-8', u'PTRADD_-1203903987'), (u'CALL_-1203909483', u'INDIRECT_-1203904543'), ('const-0', u'COPY_-1203904766'), ('const-1341', u'CALL_-1203909401'), (u'PTRSUB_-1203905203', u'PTRSUB_-1203904993'), (u'INDIRECT_-1203906739', u'MULTIEQUAL_-1203906677'), (u'INDIRECT_-1203905491', u'MULTIEQUAL_-1203905529'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903656'), (u'CALL_-1203909926', u'INDIRECT_-1203904812'), (u'INDIRECT_-1203904828', u'MULTIEQUAL_-1203904750'), ('tmp_13109', u'PTRSUB_-1203905256'), (u'CAST_-1203903227', u'CALL_-1203909365'), (u'CALL_-1203910547', u'INDIRECT_-1203904518'), (u'INDIRECT_-1203904910', u'MULTIEQUAL_-1203906554'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904783'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905809'), (u'STORE_-1203909930', u'INDIRECT_-1203906796'), ('const--104', u'PTRSUB_-1203904450'), ('const-0', u'PTRSUB_-1203905150'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904944'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904772'), (u'CALL_-1203911189', u'INDIRECT_-1203905474'), (u'MULTIEQUAL_-1203905930', u'MULTIEQUAL_-1203905838'), ('const-0', u'INT_EQUAL_-1203910897'), (u'CALL_-1203910753', u'INDIRECT_-1203905415'), ('const-1', u'RETURN_-1203909396'), ('const-0', u'PTRSUB_-1203903546'), (u'PTRSUB_-1203904567', u'LOAD_-1203910689'), (u'PTRADD_-1203903706', u'MULTIEQUAL_-1203906677'), (u'CAST_-1203903717', u'INT_SUB_-1203910628'), (u'MULTIEQUAL_-1203907472', u'MULTIEQUAL_-1203907445'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904945'), (u'MULTIEQUAL_-1203908896', u'INT_NOTEQUAL_-1203911638'), (u'MULTIEQUAL_-1203905562', u'MULTIEQUAL_-1203905266'), ('const-4', u'PTRADD_-1203905044'), (u'INDIRECT_-1203906422', u'MULTIEQUAL_-1203906382'), (u'CALL_-1203909926', u'INDIRECT_-1203904688'), (u'INDIRECT_-1203905539', u'MULTIEQUAL_-1203906113'), (u'INDIRECT_-1203905949', u'MULTIEQUAL_-1203905921'), (u'PTRSUB_-1203903399', u'PTRSUB_-1203903352'), (u'CALLOTHER_-1203909271', u'CAST_-1203902887'), (u'MULTIEQUAL_-1203906116', u'MULTIEQUAL_-1203906006'), (u'INT_NOTEQUAL_-1203911495', u'CBRANCH_-1203911494'), (u'MULTIEQUAL_-1203906430', u'MULTIEQUAL_-1203906376'), (u'CAST_-1203904504', u'CALL_-1203911968'), (u'MULTIEQUAL_-1203905868', u'MULTIEQUAL_-1203905758'), (u'MULTIEQUAL_-1203905820', u'MULTIEQUAL_-1203905930'), (u'MULTIEQUAL_-1203905138', u'MULTIEQUAL_-1203905122'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906615'), (u'MULTIEQUAL_-1203905572', u'MULTIEQUAL_-1203905682'), ('tmp_1497', u'CBRANCH_-1203911678'), (u'PTRSUB_-1203903897', u'PTRSUB_-1203903848'), (u'INT_NOTEQUAL_-1203911197', u'CBRANCH_-1203911196'), (u'CALL_-1203911625', u'INDIRECT_-1203905386'), (u'CALL_-1203909964', u'INDIRECT_-1203904724'), ('const-433', u'LOAD_-1203910667'), (u'INDIRECT_-1203905449', u'MULTIEQUAL_-1203905537'), (u'MULTIEQUAL_-1203905934', u'MULTIEQUAL_-1203905638'), (u'CALL_-1203909483', u'INDIRECT_-1203903923'), (u'INDIRECT_-1203905510', u'MULTIEQUAL_-1203905432'), ('const-0', u'INT_NOTEQUAL_-1203911329'), (u'INDIRECT_-1203906873', u'MULTIEQUAL_-1203907508'), ('tmp_13109', u'PTRSUB_-1203904277'), (u'CALL_-1203912261', u'INDIRECT_-1203906493'), (u'CALL_-1203910796', u'INDIRECT_-1203905801'), (u'INDIRECT_-1203905634', u'MULTIEQUAL_-1203905590'), ('const-16', u'PTRSUB_-1203904340'), (u'INDIRECT_-1203904456', u'MULTIEQUAL_-1203904410'), (u'CALL_-1203910796', u'INDIRECT_-1203906297'), (u'INT_NOTEQUAL_-1203911841', u'CBRANCH_-1203911836'), (u'MULTIEQUAL_-1203906178', u'MULTIEQUAL_-1203906068'), ('tmp_4868', u'CALL_-1203911968'), (u'INT_NOTEQUAL_-1203911329', u'CBRANCH_-1203911328'), (u'MULTIEQUAL_-1203906220', u'MULTIEQUAL_-1203906004'), (u'LOAD_-1203912970', u'INT_EQUAL_-1203912937'), (u'MULTIEQUAL_-1203905944', u'MULTIEQUAL_-1203906054'), (u'PTRSUB_-1203903481', u'PTRSUB_-1203903449'), (u'INT_AND_-1203912351', u'INT_NOTEQUAL_-1203912364'), (u'INDIRECT_-1203904905', u'MULTIEQUAL_-1203905200'), (u'MULTIEQUAL_-1203905200', u'MULTIEQUAL_-1203905555'), (u'INT_NOTEQUAL_-1203912314', u'CBRANCH_-1203912313'), (u'INDIRECT_-1203905795', u'MULTIEQUAL_-1203905724'), (u'CALL_-1203910765', u'INDIRECT_-1203905672'), (u'CALL_-1203911222', u'INDIRECT_-1203906360'), (u'MULTIEQUAL_-1203905724', u'MULTIEQUAL_-1203905508'), (u'CALL_-1203909483', u'INDIRECT_-1203904915'), (u'MULTIEQUAL_-1203904726', u'MULTIEQUAL_-1203904900'), (u'INT_EQUAL_-1203910670', u'CBRANCH_-1203910668'), (u'INDIRECT_-1203905329', u'MULTIEQUAL_-1203905301'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904449'), (u'CALL_-1203910753', u'INDIRECT_-1203904981'), (u'CALL_-1203910765', u'INDIRECT_-1203905052'), (u'MULTIEQUAL_-1203909200', u'LOAD_-1203909780'), (u'INDIRECT_-1203904957', u'MULTIEQUAL_-1203904929'), (u'INDIRECT_-1203905121', u'MULTIEQUAL_-1203905771'), (u'MULTIEQUAL_-1203905272', u'MULTIEQUAL_-1203905122'), (u'COPY_-1203911936', u'MULTIEQUAL_-1203905310'), (u'INT_EQUAL_-1203912937', u'CBRANCH_-1203912934'), ('const-1', u'PTRADD_-1203904558'), ('const-1', u'PTRADD_-1203903706'), (u'MULTIEQUAL_-1203906592', u'MULTIEQUAL_-1203906376'), (u'MULTIEQUAL_-1203904750', u'MULTIEQUAL_-1203904726'), (u'MULTIEQUAL_-1203905324', u'MULTIEQUAL_-1203905434'), (u'INDIRECT_-1203906255', u'MULTIEQUAL_-1203906343'), (u'INDIRECT_-1203905564', u'MULTIEQUAL_-1203905771'), (u'CALL_-1203909866', u'INDIRECT_-1203904967'), (u'CALL_-1203910765', u'INDIRECT_-1203904866'), (u'CALL_-1203909365', u'INDIRECT_-1203903918'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203906237'), ('tmp_4875', u'CALLIND_-1203910788'), ('const-3', u'INT_SRIGHT_-1203910605'), ('const-1', u'PTRADD_-1203904525'), (u'CALL_-1203911625', u'INDIRECT_-1203905820'), (u'INDIRECT_-1203905510', u'MULTIEQUAL_-1203905466'), (u'LOAD_-1203910667', u'PTRADD_-1203903769'), (u'MULTIEQUAL_-1203907934', u'PTRADD_-1203903938'), (u'CALL_-1203909771', u'INDIRECT_-1203904143'), (u'MULTIEQUAL_-1203905839', u'MULTIEQUAL_-1203905996'), (u'LOAD_-1203909780', u'INT_ZEXT_-1203908223'), ('const-433', u'LOAD_-1203910642'), (u'CALL_-1203909824', u'INDIRECT_-1203904811'), ('const-0', u'PTRSUB_-1203905231'), (u'PTRADD_-1203904098', u'PTRSUB_-1203904096'), (u'MULTIEQUAL_-1203904766', u'MULTIEQUAL_-1203904750'), (u'CALL_-1203909547', u'INDIRECT_-1203903974'), (u'CALL_-1203911968', u'INDIRECT_-1203907942'), (u'INDIRECT_-1203906697', u'MULTIEQUAL_-1203908453'), (u'INDIRECT_-1203904662', u'MULTIEQUAL_-1203906306'), ('tmp_2408', u'BRANCH_-1203910597'), (u'CAST_-1203903396', u'PTRSUB_-1203903469'), (u'INDIRECT_-1203905430', u'MULTIEQUAL_-1203905390'), (u'LOAD_-1203912655', u'PTRADD_-1203904939'), ('tmp_4875', u'PTRSUB_-1203905070'), (u'MULTIEQUAL_-1203906281', u'MULTIEQUAL_-1203906211'), (u'CALL_-1203910753', u'INDIRECT_-1203905539'), (u'PTRSUB_-1203905226', u'CALL_-1203909365'), ('const-0', u'PTRSUB_-1203903856'), ('const-0', u'CALL_-1203909926'), ('const-433', u'STORE_-1203909930'), (u'MULTIEQUAL_-1203904664', u'MULTIEQUAL_-1203904838'), (u'INDIRECT_-1203904263', u'MULTIEQUAL_-1203906034'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904845'), (u'CALL_-1203909401', u'INDIRECT_-1203904393'), ('tmp_4866', u'PTRSUB_-1203905028'), (u'MULTIEQUAL_-1203906654', u'MULTIEQUAL_-1203906438'), (u'INDIRECT_-1203905368', u'MULTIEQUAL_-1203905328'), (u'INDIRECT_-1203904781', u'MULTIEQUAL_-1203905076'), (u'INDIRECT_-1203904394', u'MULTIEQUAL_-1203904348'), (u'CALL_-1203910547', u'INDIRECT_-1203905200'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904287'), ('const-0', u'INT_EQUAL_-1203910533'), (u'INDIRECT_-1203907477', u'PTRSUB_-1203904119'), (u'CAST_-1203903776', u'LOAD_-1203910774'), (u'COPY_-1203905078', u'MULTIEQUAL_-1203909200'), (u'INDIRECT_-1203905632', u'MULTIEQUAL_-1203905496'), (u'CALL_-1203909866', u'INDIRECT_-1203904223'), (u'INT_SLESSEQUAL_-1203910741', u'CBRANCH_-1203910749'), (u'CALL_-1203909304', u'INDIRECT_-1203906628'), ('const-0', u'PTRSUB_-1203904882'), (u'INT_LESSEQUAL_-1203912413', u'CBRANCH_-1203912411'), (u'CALL_-1203911189', u'INDIRECT_-1203905908'), (u'CALL_-1203911625', u'INDIRECT_-1203906006'), (u'COPY_-1203903427', u'CALL_-1203909248'), ('const-58', u'PTRSUB_-1203904956'), (u'MULTIEQUAL_-1203905186', u'MULTIEQUAL_-1203905076'), (u'INDIRECT_-1203905739', u'MULTIEQUAL_-1203905777'), (u'CALL_-1203911968', u'INDIRECT_-1203906128'), (u'INDIRECT_-1203905555', u'MULTIEQUAL_-1203905510'), (u'STORE_-1203909730', u'INDIRECT_-1203906957'), (u'INDIRECT_-1203904129', u'MULTIEQUAL_-1203904779'), (u'LOAD_-1203911220', u'PTRSUB_-1203905179'), (u'MULTIEQUAL_-1203909005', u'CALLIND_-1203911127'), (u'CALL_-1203911222', u'INDIRECT_-1203905926'), (u'INDIRECT_-1203905880', u'MULTIEQUAL_-1203905989'), (u'MULTIEQUAL_-1203908896', u'PTRADD_-1203904525'), (u'INDIRECT_-1203905818', u'MULTIEQUAL_-1203905912'), (u'MULTIEQUAL_-1203906006', u'MULTIEQUAL_-1203905648'), (u'CALL_-1203910822', u'INDIRECT_-1203904895'), ('tmp_4430', u'CBRANCH_-1203911195'), (u'INDIRECT_-1203904414', u'MULTIEQUAL_-1203906058'), (u'COPY_-1203903408', u'CALL_-1203909483'), ('const-3355257', u'COPY_-1203903357'), (u'INDIRECT_-1203905570', u'INT_NOTEQUAL_-1203911950'), (u'CALL_-1203909365', u'INDIRECT_-1203904352'), (u'MULTIEQUAL_-1203904580', u'MULTIEQUAL_-1203904564'), (u'INDIRECT_-1203905987', u'MULTIEQUAL_-1203906025'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906131'), (u'PTRSUB_-1203904380', u'PTRSUB_-1203904341'), ('const-3355257', u'COPY_-1203903459'), (u'MULTIEQUAL_-1203905467', u'MULTIEQUAL_-1203905624'), (u'CALL_-1203911222', u'INDIRECT_-1203906050'), (u'CALL_-1203910547', u'INDIRECT_-1203905076'), (u'CALL_-1203910547', u'INDIRECT_-1203904952'), (u'INDIRECT_-1203905200', u'MULTIEQUAL_-1203905154'), (u'MULTIEQUAL_-1203906529', u'MULTIEQUAL_-1203906616'), ('const-1', u'RETURN_-1203909542'), (u'CALL_-1203911247', u'INDIRECT_-1203906191'), (u'CAST_-1203903768', u'INT_SLESSEQUAL_-1203910741'), (u'MULTIEQUAL_-1203908291', u'MULTIEQUAL_-1203907995'), (u'INDIRECT_-1203904912', u'MULTIEQUAL_-1203905652'), (u'INDIRECT_-1203904285', u'MULTIEQUAL_-1203904580'), ('const-17179869184', u'INT_AND_-1203911185'), (u'INDIRECT_-1203904077', u'MULTIEQUAL_-1203905848'), (u'CAST_-1203904040', u'INT_NOTEQUAL_-1203910773'), (u'MULTIEQUAL_-1203906029', u'INT_EQUAL_-1203910515'), (u'INT_ADD_-1203912423', u'INT_LESS_-1203910388'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903594'), (u'LOAD_-1203912641', u'INT_EQUAL_-1203912618'), (u'INDIRECT_-1203905105', u'MULTIEQUAL_-1203904966'), (u'COPY_-1203904453', u'COPY_-1203904462'), ('const-0', u'PTRSUB_-1203905009'), (u'INDIRECT_-1203905222', u'MULTIEQUAL_-1203905962'), (u'INDIRECT_-1203907064', u'MULTIEQUAL_-1203907045'), ('const-1', u'PTRADD_-1203904497'), (u'MULTIEQUAL_-1203905448', u'MULTIEQUAL_-1203905090'), (u'MULTIEQUAL_-1203905363', u'MULTIEQUAL_-1203905336'), (u'PTRADD_-1203905153', u'LOAD_-1203912970'), ('tmp_13109', u'PTRSUB_-1203904104'), (u'INDIRECT_-1203906367', u'MULTIEQUAL_-1203906306'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906181'), ('const-32', u'PTRADD_-1203903952'), (u'MULTIEQUAL_-1203904952', u'MULTIEQUAL_-1203903838'), (u'INDIRECT_-1203904564', u'MULTIEQUAL_-1203904720'), (u'INDIRECT_-1203906725', u'MULTIEQUAL_-1203906654'), (u'INDIRECT_-1203905424', u'MULTIEQUAL_-1203905398'), (u'INDIRECT_-1203905632', u'MULTIEQUAL_-1203905741'), (u'LOAD_-1203912360', u'INT_AND_-1203908236'), (u'CAST_-1203904801', u'INT_SUB_-1203912458'), (u'CALL_-1203910822', u'INDIRECT_-1203905391'), (u'CALL_-1203910753', u'INDIRECT_-1203905167'), (u'INDIRECT_-1203905570', u'MULTIEQUAL_-1203905679'), (u'INDIRECT_-1203905184', u'MULTIEQUAL_-1203905340'), (u'MULTIEQUAL_-1203904410', u'MULTIEQUAL_-1203904394'), (u'CALL_-1203909860', u'INDIRECT_-1203904211'), (u'INDIRECT_-1203905865', u'MULTIEQUAL_-1203905820'), (u'CALL_-1203909860', u'INDIRECT_-1203904273'), (u'MULTIEQUAL_-1203905402', u'MULTIEQUAL_-1203905386'), (u'CALL_-1203909964', u'INDIRECT_-1203904848'), (u'CALL_-1203911189', u'INDIRECT_-1203906094'), ('const-0', u'INT_EQUAL_-1203910515'), ('const-433', u'LOAD_-1203912539'), (u'INDIRECT_-1203904696', u'MULTIEQUAL_-1203904903'), (u'MULTIEQUAL_-1203904416', u'MULTIEQUAL_-1203904590'), (u'CALL_-1203909866', u'INDIRECT_-1203904905'), ('const-0', u'INT_EQUAL_-1203912386'), ('const-0', u'COPY_-1203911936'), (u'MULTIEQUAL_-1203905771', u'MULTIEQUAL_-1203905735'), (u'INT_ADD_-1203909748', u'COPY_-1203903371'), ('const-433', u'LOAD_-1203911220'), ('tmp_3062', u'CBRANCH_-1203910397'), (u'MULTIEQUAL_-1203905324', u'MULTIEQUAL_-1203904210'), (u'CALL_-1203911222', u'INDIRECT_-1203906236'), (u'MULTIEQUAL_-1203904440', u'MULTIEQUAL_-1203904416'), (u'MULTIEQUAL_-1203907672', u'PTRADD_-1203903330'), (u'MULTIEQUAL_-1203905942', u'MULTIEQUAL_-1203905909'), ('const-0', u'PTRSUB_-1203905094'), ('const-0', u'PTRSUB_-1203905070'), (u'INDIRECT_-1203905200', u'MULTIEQUAL_-1203905122'), (u'PTRSUB_-1203904435', u'CALLIND_-1203910954'), ('tmp_2501', u'CBRANCH_-1203910749'), (u'CALL_-1203911968', u'INDIRECT_-1203906252'), (u'MULTIEQUAL_-1203907077', u'MULTIEQUAL_-1203907062'), (u'CALL_-1203909365', u'INDIRECT_-1203904786'), ('const-16', u'PTRSUB_-1203904042'), (u'PTRSUB_-1203903856', u'PTRSUB_-1203903824'), (u'CALL_-1203910765', u'INDIRECT_-1203904804'), (u'MULTIEQUAL_-1203905696', u'MULTIEQUAL_-1203906051'), (u'MULTIEQUAL_-1203905582', u'MULTIEQUAL_-1203905432'), ('tmp_2947', u'CBRANCH_-1203910477'), (u'CALL_-1203909304', u'INDIRECT_-1203904938'), (u'INDIRECT_-1203904502', u'MULTIEQUAL_-1203904658'), (u'MULTIEQUAL_-1203906740', u'INT_NOTEQUAL_-1203912077'), ('tmp_3992', u'CBRANCH_-1203909899'), (u'MULTIEQUAL_-1203905526', u'MULTIEQUAL_-1203905510'), (u'CALL_-1203909771', u'INDIRECT_-1203904205'), (u'INDIRECT_-1203907316', u'MULTIEQUAL_-1203907508'), ('const-0', u'COPY_-1203904828'), ('const-0', u'INT_EQUAL_-1203909902'), (u'PTRSUB_-1203904550', u'LOAD_-1203911726'), ('const--216', u'PTRSUB_-1203904247'), (u'CALL_-1203910753', u'CAST_-1203904026'), (u'INDIRECT_-1203906353', u'MULTIEQUAL_-1203906282'), (u'INDIRECT_-1203905945', u'MULTIEQUAL_-1203906033'), (u'MULTIEQUAL_-1203905372', u'MULTIEQUAL_-1203905262'), (u'CALL_-1203909483', u'INDIRECT_-1203903799'), (u'COPY_-1203904456', u'MULTIEQUAL_-1203908728'), (u'MULTIEQUAL_-1203904720', u'MULTIEQUAL_-1203904704'), (u'INDIRECT_-1203906229', u'MULTIEQUAL_-1203906158'), ('const-0', u'INT_NOTEQUAL_-1203912853'), (u'COPY_-1203904453', u'MULTIEQUAL_-1203908896'), ('tmp_13109', u'PTRSUB_-1203904396'), ('const-0', u'PTRSUB_-1203905179'), (u'CALL_-1203910547', u'INDIRECT_-1203905014'), (u'MULTIEQUAL_-1203905060', u'MULTIEQUAL_-1203905523'), (u'MULTIEQUAL_-1203904838', u'MULTIEQUAL_-1203904688'), (u'CALL_-1203909848', u'INDIRECT_-1203904230'), (u'MULTIEQUAL_-1203906562', u'MULTIEQUAL_-1203906529'), (u'CALL_-1203909771', u'INDIRECT_-1203904887'), (u'CALL_-1203909848', u'INDIRECT_-1203904726'), (u'MULTIEQUAL_-1203907300', u'INT_LESSEQUAL_-1203910774'), (u'MULTIEQUAL_-1203905470', u'MULTIEQUAL_-1203905644'), ('tmp_13109', u'PTRSUB_-1203904381'), (u'INDIRECT_-1203905857', u'MULTIEQUAL_-1203905786'), (u'MULTIEQUAL_-1203904316', u'MULTIEQUAL_-1203904779'), (u'CAST_-1203903396', u'STORE_-1203909706'), (u'INDIRECT_-1203905353', u'MULTIEQUAL_-1203904458'), (u'INDIRECT_-1203904733', u'MULTIEQUAL_-1203904594'), (u'MULTIEQUAL_-1203906591', u'MULTIEQUAL_-1203906677'), (u'CALL_-1203910796', u'INDIRECT_-1203908111'), (u'INT_ZEXT_-1203908223', u'MULTIEQUAL_-1203905872'), (u'CALL_-1203911247', u'INDIRECT_-1203906005'), (u'MULTIEQUAL_-1203905432', u'MULTIEQUAL_-1203905895'), (u'PTRSUB_-1203903756', u'LOAD_-1203910559'), (u'CALL_-1203909401', u'INDIRECT_-1203903773'), (u'INDIRECT_-1203906297', u'MULTIEQUAL_-1203906335'), ('const--216', u'PTRSUB_-1203904435'), (u'INDIRECT_-1203905014', u'MULTIEQUAL_-1203904968'), (u'INDIRECT_-1203905346', u'MULTIEQUAL_-1203906087'), (u'CALL_-1203909866', u'INDIRECT_-1203905153'), (u'PTRSUB_-1203904247', u'PTRSUB_-1203904183'), ('const-32', u'PTRADD_-1203904085'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904882'), (u'INDIRECT_-1203905882', u'MULTIEQUAL_-1203905838'), (u'INDIRECT_-1203905324', u'MULTIEQUAL_-1203905280'), (u'CALL_-1203910765', u'INDIRECT_-1203904928'), (u'INDIRECT_-1203906739', u'PTRADD_-1203903706'), (u'PTRSUB_-1203903390', u'PTRSUB_-1203903368'), ('const--152', u'PTRSUB_-1203904750'), (u'CALL_-1203909860', u'INDIRECT_-1203905203'), ('tmp_4597', u'CBRANCH_-1203909736'), (u'CALL_-1203912261', u'INDIRECT_-1203905687'), (u'INDIRECT_-1203905819', u'MULTIEQUAL_-1203905788'), (u'CALL_-1203909547', u'INDIRECT_-1203904532'), (u'MULTIEQUAL_-1203909005', u'PTRSUB_-1203905195'), (u'INDIRECT_-1203905192', u'MULTIEQUAL_-1203904912'), (u'INDIRECT_-1203904874', u'MULTIEQUAL_-1203905030'), (u'MULTIEQUAL_-1203906335', u'MULTIEQUAL_-1203906492'), (u'CALL_-1203910796', u'MULTIEQUAL_-1203909005'), ('const-433', u'STORE_-1203910454'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906429'), (u'PTRSUB_-1203904341', u'PTRSUB_-1203904314'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904758'), (u'MULTIEQUAL_-1203907681', u'PTRSUB_-1203904354'), (u'INDIRECT_-1203905431', u'MULTIEQUAL_-1203905386'), (u'CALL_-1203909964', u'INDIRECT_-1203904476'), ('const-0', u'COPY_-1203912831'), (u'MULTIEQUAL_-1203908896', u'CAST_-1203904341'), ('tmp_2056', u'BRANCH_-1203911261'), (u'CALL_-1203909365', u'INDIRECT_-1203904600'), (u'CALL_-1203909771', u'INDIRECT_-1203906577'), (u'INDIRECT_-1203904456', u'MULTIEQUAL_-1203904378'), (u'CALL_-1203909926', u'INDIRECT_-1203905246'), (u'MULTIEQUAL_-1203906500', u'MULTIEQUAL_-1203906467'), (u'INDIRECT_-1203906577', u'COPY_-1203906634'), (u'INDIRECT_-1203905911', u'MULTIEQUAL_-1203905016'), (u'LOAD_-1203911673', u'INT_EQUAL_-1203911658'), (u'INDIRECT_-1203907316', u'MULTIEQUAL_-1203907021'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905623'), (u'CAST_-1203904793', u'INT_LESSEQUAL_-1203912413'), (u'MULTIEQUAL_-1203905895', u'MULTIEQUAL_-1203905859'), (u'PTRSUB_-1203903792', u'LOAD_-1203910657'), (u'INDIRECT_-1203907138', u'MULTIEQUAL_-1203907077'), (u'CAST_-1203904972', u'INT_AND_-1203911185'), (u'MULTIEQUAL_-1203909005', u'PTRSUB_-1203905184'), (u'INDIRECT_-1203905926', u'MULTIEQUAL_-1203905886'), (u'PTRSUB_-1203904683', u'PTRSUB_-1203904485'), ('const-433', u'LOAD_-1203911161'), (u'CALL_-1203909848', u'INDIRECT_-1203906974'), (u'INDIRECT_-1203906004', u'MULTIEQUAL_-1203906113'), (u'MULTIEQUAL_-1203906306', u'MULTIEQUAL_-1203906252'), (u'PTRSUB_-1203904485', u'CALL_-1203911247'), (u'INDIRECT_-1203905510', u'MULTIEQUAL_-1203905464'), (u'INDIRECT_-1203905553', u'MULTIEQUAL_-1203905591'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904139'), (u'CALLIND_-1203911127', u'INDIRECT_-1203908367'), (u'INDIRECT_-1203906936', u'MULTIEQUAL_-1203907077'), (u'INDIRECT_-1203906359', u'MULTIEQUAL_-1203906397'), (u'CAST_-1203904026', u'MULTIEQUAL_-1203907934'), (u'PTRSUB_-1203904993', u'LOAD_-1203911276'), (u'CALL_-1203911601', u'INDIRECT_-1203905555'), (u'INDIRECT_-1203905093', u'MULTIEQUAL_-1203905272'), ('const-433', u'STORE_-1203909730'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903904'), ('const-433', u'LOAD_-1203911064'), (u'INT_NOTEQUAL_-1203912853', u'CBRANCH_-1203912852'), (u'MULTIEQUAL_-1203905324', u'MULTIEQUAL_-1203904966'), ('tmp_4870', u'CAST_-1203903808'), (u'MULTIEQUAL_-1203907934', u'PTRADD_-1203904085'), (u'INDIRECT_-1203905747', u'MULTIEQUAL_-1203905686'), (u'MULTIEQUAL_-1203907995', u'MULTIEQUAL_-1203907986'), (u'CALL_-1203909926', u'INDIRECT_-1203906936'), (u'MULTIEQUAL_-1203905275', u'MULTIEQUAL_-1203905239'), (u'PTRSUB_-1203903738', u'PTRSUB_-1203903713'), ('tmp_13109', u'PTRSUB_-1203905226'), (u'CAST_-1203903396', u'PTRSUB_-1203903546'), ('const-433', u'STORE_-1203909824'), (u'PTRADD_-1203903371', u'STORE_-1203909818'), (u'MULTIEQUAL_-1203906653', u'MULTIEQUAL_-1203906740'), (u'CALL_-1203911625', u'INDIRECT_-1203905014'), (u'MULTIEQUAL_-1203904642', u'MULTIEQUAL_-1203904626'), (u'CALL_-1203910822', u'INDIRECT_-1203905019'), (u'INDIRECT_-1203904347', u'MULTIEQUAL_-1203904642'), (u'INDIRECT_-1203905635', u'MULTIEQUAL_-1203905723'), ('tmp_4466', u'CBRANCH_-1203911165'), (u'MULTIEQUAL_-1203905930', u'MULTIEQUAL_-1203905820'), (u'MULTIEQUAL_-1203907986', u'COPY_-1203908068'), (u'INT_LESS_-1203909878', u'CBRANCH_-1203909887'), (u'INDIRECT_-1203906739', u'CAST_-1203903227'), (u'INDIRECT_-1203905307', u'MULTIEQUAL_-1203905957'), (u'CALLIND_-1203910596', u'INDIRECT_-1203907031'), ('const-0', u'PTRSUB_-1203905199'), (u'CALL_-1203911601', u'INDIRECT_-1203905121'), ('const-8', u'PTRADD_-1203903371'), (u'MULTIEQUAL_-1203906406', u'MULTIEQUAL_-1203906190'), (u'MULTIEQUAL_-1203906130', u'MULTIEQUAL_-1203906240'), (u'CAST_-1203903530', u'MULTIEQUAL_-1203908864'), ('const-32', u'PTRADD_-1203903938'), (u'CALL_-1203910753', u'INDIRECT_-1203905291'), (u'INDIRECT_-1203904602', u'MULTIEQUAL_-1203905342'), (u'CALL_-1203911247', u'INDIRECT_-1203905509'), (u'MULTIEQUAL_-1203905024', u'MULTIEQUAL_-1203904874'), (u'INDIRECT_-1203904719', u'MULTIEQUAL_-1203905014'), (u'CALL_-1203912261', u'INDIRECT_-1203908121'), (u'CALL_-1203909483', u'INDIRECT_-1203904357'), (u'CALL_-1203910796', u'INDIRECT_-1203906545'), ('const--216', u'PTRSUB_-1203904104'), (u'INT_NOTEQUAL_-1203911950', u'CBRANCH_-1203911947'), ('const-8', u'PTRADD_-1203903769'), (u'PTRSUB_-1203903426', u'PTRSUB_-1203903394'), (u'INDIRECT_-1203905341', u'MULTIEQUAL_-1203905520'), (u'MULTIEQUAL_-1203904998', u'MULTIEQUAL_-1203905461'), (u'INDIRECT_-1203906415', u'MULTIEQUAL_-1203906344'), (u'MULTIEQUAL_-1203909200', u'CALLIND_-1203910788'), (u'MULTIEQUAL_-1203905611', u'MULTIEQUAL_-1203905584'), (u'LOAD_-1203912497', u'CAST_-1203904801'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905341'), (u'CALL_-1203910822', u'INDIRECT_-1203905639'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906801'), (u'PTRADD_-1203904558', u'CAST_-1203904364'), (u'CALL_-1203909547', u'INDIRECT_-1203906532'), (u'MULTIEQUAL_-1203905062', u'MULTIEQUAL_-1203904970'), (u'INT_RIGHT_-1203910144', u'MULTIEQUAL_-1203907300'), (u'CALL_-1203909304', u'INDIRECT_-1203904194'), ('const-433', u'LOAD_-1203910689'), (u'CALL_-1203909964', u'INDIRECT_-1203904600'), ('const-32', u'PTRADD_-1203904497'), (u'MULTIEQUAL_-1203906677', u'INT_NOTEQUAL_-1203912077'), (u'INDIRECT_-1203905757', u'MULTIEQUAL_-1203905726'), (u'MULTIEQUAL_-1203906405', u'MULTIEQUAL_-1203906492'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906367'), ('const-0', u'INT_EQUAL_-1203911791'), (u'CALL_-1203910822', u'INDIRECT_-1203905515'), (u'MULTIEQUAL_-1203905797', u'MULTIEQUAL_-1203905770'), (u'CALL_-1203909824', u'INDIRECT_-1203904935'), (u'MULTIEQUAL_-1203904903', u'MULTIEQUAL_-1203904867'), (u'PTRSUB_-1203904513', u'PTRSUB_-1203904459'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906243'), (u'CALL_-1203910796', u'INDIRECT_-1203906173'), ('tmp_479', u'CBRANCH_-1203912540'), (u'MULTIEQUAL_-1203905346', u'MULTIEQUAL_-1203905520'), (u'CALL_-1203909547', u'INDIRECT_-1203904222'), (u'INDIRECT_-1203905887', u'MULTIEQUAL_-1203905859'), (u'INDIRECT_-1203905167', u'MULTIEQUAL_-1203904272'), (u'INDIRECT_-1203905871', u'MULTIEQUAL_-1203905810'), (u'INDIRECT_-1203905639', u'MULTIEQUAL_-1203905611'), (u'PTRADD_-1203903769', u'LOAD_-1203910575'), (u'PTRSUB_-1203903320', u'PTRSUB_-1203903299'), ('const-0', u'INT_NOTEQUAL_-1203911112'), (u'INDIRECT_-1203904292', u'MULTIEQUAL_-1203905032'), (u'MULTIEQUAL_-1203904750', u'MULTIEQUAL_-1203905213'), ('const-0', u'INT_NOTEQUAL_-1203911197'), ('const-433', u'LOAD_-1203912929'), (u'INDIRECT_-1203905577', u'MULTIEQUAL_-1203905549'), ('tmp_4866', u'CALLIND_-1203910954'), (u'CALL_-1203909860', u'INDIRECT_-1203904397'), (u'INDIRECT_-1203905787', u'MULTIEQUAL_-1203906361'), (u'MULTIEQUAL_-1203907681', u'MULTIEQUAL_-1203907323'), ('tmp_3214', u'CBRANCH_-1203910772'), (u'INT_NOTEQUAL_-1203910562', u'CBRANCH_-1203910561'), (u'MULTIEQUAL_-1203906244', u'MULTIEQUAL_-1203905948'), (u'INT_SUB_-1203912458', u'INT_SRIGHT_-1203912435'), (u'MULTIEQUAL_-1203905992', u'MULTIEQUAL_-1203905900'), (u'INDIRECT_-1203906057', u'MULTIEQUAL_-1203905996'), ('const-1', u'INT_ADD_-1203909748'), (u'PTRSUB_-1203903538', u'PTRSUB_-1203903491'), (u'MULTIEQUAL_-1203905572', u'MULTIEQUAL_-1203905214'), (u'CALL_-1203909401', u'INDIRECT_-1203904765'), (u'CAST_-1203903330', u'STORE_-1203909824'), (u'INDIRECT_-1203904845', u'MULTIEQUAL_-1203905024'), ('const-433', u'STORE_-1203909919'), (u'CALL_-1203909866', u'INDIRECT_-1203904471'), (u'MULTIEQUAL_-1203906468', u'MULTIEQUAL_-1203906252'), (u'MULTIEQUAL_-1203907508', u'MULTIEQUAL_-1203907472'), (u'CALL_-1203909926', u'INDIRECT_-1203904192'), ('tmp_2908', u'CBRANCH_-1203910508'), (u'INDIRECT_-1203905353', u'MULTIEQUAL_-1203905214'), (u'MULTIEQUAL_-1203905030', u'MULTIEQUAL_-1203905014'), ('const-0', u'PTRSUB_-1203903538'), (u'CALL_-1203909401', u'INDIRECT_-1203904827'), (u'CALLIND_-1203912919', u'MULTIEQUAL_-1203907027'), (u'INDIRECT_-1203906974', u'MULTIEQUAL_-1203907699'), ('tmp_2393', u'CBRANCH_-1203910617'), (u'INDIRECT_-1203904411', u'MULTIEQUAL_-1203904590'), (u'CALL_-1203909365', u'INDIRECT_-1203906662'), (u'MULTIEQUAL_-1203905756', u'MULTIEQUAL_-1203905723'), (u'INT_AND_-1203911185', u'INT_EQUAL_-1203911199'), ('const-0', u'PTRSUB_-1203903848'), (u'MULTIEQUAL_-1203905386', u'MULTIEQUAL_-1203905741'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904710'), (u'INDIRECT_-1203904659', u'MULTIEQUAL_-1203904838'), (u'CALL_-1203909848', u'INDIRECT_-1203904478'), (u'CALL_-1203910822', u'INDIRECT_-1203905453'), (u'PTRSUB_-1203904409', u'PTRSUB_-1203904340'), (u'INDIRECT_-1203906314', u'INT_NOTEQUAL_-1203911841'), (u'INDIRECT_-1203905391', u'MULTIEQUAL_-1203905363'), (u'PTRSUB_-1203905199', u'LOAD_-1203913010'), (u'CALL_-1203911247', u'INDIRECT_-1203906377'), (u'MULTIEQUAL_-1203906096', u'MULTIEQUAL_-1203905880'), (u'COPY_-1203904474', u'MULTIEQUAL_-1203908728'), (u'CAST_-1203903685', u'CALL_-1203910547'), (u'INT_EQUAL_-1203909902', u'CBRANCH_-1203909899'), ('const-3465680', u'COPY_-1203903427'), (u'MULTIEQUAL_-1203905246', u'MULTIEQUAL_-1203905709'), (u'INDIRECT_-1203904387', u'MULTIEQUAL_-1203906158'), (u'INDIRECT_-1203905238', u'MULTIEQUAL_-1203905212'), (u'MULTIEQUAL_-1203908912', u'COPY_-1203904448'), ('tmp_4866', u'PTRSUB_-1203905361'), (u'LOAD_-1203911276', u'INT_NOTEQUAL_-1203911256'), ('tmp_4873', u'CALLIND_-1203911127'), (u'LOAD_-1203911785', u'INT_SLESSEQUAL_-1203911719'), (u'INDIRECT_-1203904315', u'MULTIEQUAL_-1203904965'), (u'MULTIEQUAL_-1203905334', u'MULTIEQUAL_-1203905184'), (u'CALL_-1203911222', u'INDIRECT_-1203908050'), ('const-24', u'CALL_-1203909964'), (u'INDIRECT_-1203905740', u'MULTIEQUAL_-1203905700'), ('const-16', u'PTRSUB_-1203904043'), (u'INDIRECT_-1203906376', u'COPY_-1203904501'), (u'CALL_-1203909248', u'INDIRECT_-1203904147'), (u'CALL_-1203910753', u'INDIRECT_-1203905105'), ('const-433', u'STORE_-1203909818'), (u'INDIRECT_-1203904733', u'MULTIEQUAL_-1203903838'), (u'CALL_-1203911968', u'INDIRECT_-1203905756'), (u'STORE_-1203909818', u'INDIRECT_-1203906729'), (u'INT_EQUAL_-1203910533', u'CBRANCH_-1203910531'), (u'INT_EQUAL_-1203909742', u'CBRANCH_-1203909736'), ('tmp_4698', u'BRANCH_-1203910789'), (u'INDIRECT_-1203905014', u'MULTIEQUAL_-1203904970'), (u'INDIRECT_-1203905864', u'MULTIEQUAL_-1203905824'), ('const-8', u'PTRSUB_-1203904471'), (u'INDIRECT_-1203905068', u'MULTIEQUAL_-1203905275'), (u'INDIRECT_-1203906677', u'INT_EQUAL_-1203909742'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905449'), (u'CALL_-1203909964', u'INDIRECT_-1203905158'), (u'CALL_-1203909860', u'INDIRECT_-1203905141'), (u'MULTIEQUAL_-1203908134', u'MULTIEQUAL_-1203908291'), ('const-433', u'LOAD_-1203912487'), ('const-2305843009213693951', u'INT_LESS_-1203909878'), (u'CALLIND_-1203909347', u'MULTIEQUAL_-1203907027'), (u'CALL_-1203911189', u'INDIRECT_-1203906156'), (u'MULTIEQUAL_-1203904890', u'MULTIEQUAL_-1203904874'), (u'LOAD_-1203912377', u'INT_AND_-1203912351'), (u'CALL_-1203910765', u'INDIRECT_-1203905300'), (u'INDIRECT_-1203905279', u'MULTIEQUAL_-1203905458'), (u'CAST_-1203902887', u'CALLIND_-1203909271'), ('const-3376044', u'COPY_-1203903408'), (u'CALLIND_-1203909347', u'INDIRECT_-1203906697'), (u'MULTIEQUAL_-1203907045', u'MULTIEQUAL_-1203907021'), (u'CALL_-1203911625', u'INDIRECT_-1203905200'), (u'PTRSUB_-1203903426', u'STORE_-1203909919'), ('const-2221', u'CALL_-1203909483'), (u'INDIRECT_-1203906066', u'MULTIEQUAL_-1203906175'), (u'MULTIEQUAL_-1203905620', u'INT_EQUAL_-1203911791'), ('tmp_1423', u'CBRANCH_-1203911727'), (u'INDIRECT_-1203904166', u'MULTIEQUAL_-1203905810'), ('const-0', u'COPY_-1203904580'), (u'MULTIEQUAL_-1203908808', u'INT_NOTEQUAL_-1203911197'), (u'CALL_-1203911247', u'INDIRECT_-1203905881'), ('tmp_4871', u'INT_NOTEQUAL_-1203912404'), (u'INDIRECT_-1203905688', u'MULTIEQUAL_-1203905408'), (u'LOAD_-1203910689', u'INT_EQUAL_-1203910670'), (u'INDIRECT_-1203904843', u'MULTIEQUAL_-1203905138'), (u'CALL_-1203909771', u'INDIRECT_-1203903957'), (u'INDIRECT_-1203904873', u'MULTIEQUAL_-1203905523'), (u'INDIRECT_-1203905694', u'MULTIEQUAL_-1203905803'), (u'INDIRECT_-1203906565', u'MULTIEQUAL_-1203906653'), (u'MULTIEQUAL_-1203905496', u'MULTIEQUAL_-1203905404'), ('const-1', u'PTRADD_-1203904487'), ('const-0', u'COPY_-1203911893'), (u'MULTIEQUAL_-1203905748', u'MULTIEQUAL_-1203905694'), (u'CALL_-1203910765', u'INDIRECT_-1203905734'), (u'MULTIEQUAL_-1203906244', u'MULTIEQUAL_-1203906190'), (u'INDIRECT_-1203904882', u'MULTIEQUAL_-1203904602'), (u'INDIRECT_-1203904833', u'MULTIEQUAL_-1203904805'), (u'MULTIEQUAL_-1203906935', u'COPY_-1203904939'), (u'CALL_-1203911968', u'INDIRECT_-1203905880'), (u'CALL_-1203910765', u'INDIRECT_-1203905362'), (u'MULTIEQUAL_-1203906529', u'MULTIEQUAL_-1203906459'), ('const-8', u'PTRSUB_-1203903792'), (u'INDIRECT_-1203905130', u'MULTIEQUAL_-1203905337'), (u'CALL_-1203910547', u'INDIRECT_-1203904394'), (u'PTRADD_-1203903371', u'STORE_-1203909712'), ('tmp_1772', u'CBRANCH_-1203911494'), (u'CALL_-1203909824', u'INDIRECT_-1203905121'), (u'CALL_-1203909771', u'INDIRECT_-1203904329'), ('const-0', u'PTRSUB_-1203904634'), (u'CALL_-1203911968', u'INDIRECT_-1203905694'), ('const-8', u'PTRSUB_-1203903435'), (u'CALL_-1203910765', u'INDIRECT_-1203905610'), (u'MULTIEQUAL_-1203906591', u'MULTIEQUAL_-1203906521'), (u'PTRSUB_-1203904921', u'PTRSUB_-1203904882'), (u'MULTIEQUAL_-1203905818', u'MULTIEQUAL_-1203905785'), (u'MULTIEQUAL_-1203905748', u'MULTIEQUAL_-1203905452'), (u'LOAD_-1203911161', u'PTRADD_-1203905053'), ('const-0', u'STORE_-1203909919'), (u'CALL_-1203911222', u'INDIRECT_-1203905492'), (u'INDIRECT_-1203905205', u'MULTIEQUAL_-1203905177'), (u'CALL_-1203911189', u'INDIRECT_-1203905722'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904820'), (u'MULTIEQUAL_-1203905494', u'MULTIEQUAL_-1203905470'), (u'MULTIEQUAL_-1203905744', u'MULTIEQUAL_-1203905652'), (u'INDIRECT_-1203905440', u'MULTIEQUAL_-1203905647'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906539'), (u'MULTIEQUAL_-1203904704', u'MULTIEQUAL_-1203904688'), (u'MULTIEQUAL_-1203905572', u'MULTIEQUAL_-1203904458'), (u'CALL_-1203911222', u'INDIRECT_-1203905430'), (u'PTRSUB_-1203904673', u'PTRSUB_-1203904634'), (u'LOAD_-1203912539', u'INT_LESS_-1203912515'), (u'MULTIEQUAL_-1203906273', u'MULTIEQUAL_-1203906430'), (u'PTRSUB_-1203903529', u'CALL_-1203909848'), (u'PTRSUB_-1203904435', u'CAST_-1203903685'), (u'INDIRECT_-1203906739', u'STORE_-1203909730'), ('const-0', u'PTRSUB_-1203903738'), (u'INDIRECT_-1203905091', u'MULTIEQUAL_-1203905386'), ('tmp_2305', u'CBRANCH_-1203910890'), (u'CALL_-1203909964', u'INDIRECT_-1203904414'), (u'INDIRECT_-1203905502', u'INT_NOTEQUAL_-1203910923'), ('tmp_2575', u'CBRANCH_-1203910710'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905031'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906415'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905795'), ('tmp_13109', u'PTRSUB_-1203904683'), (u'PTRSUB_-1203903467', u'PTRSUB_-1203903443'), ('const-8', u'PTRADD_-1203903706'), (u'PTRADD_-1203905044', u'LOAD_-1203912610'), (u'CALL_-1203910796', u'INDIRECT_-1203906359'), (u'INDIRECT_-1203905849', u'MULTIEQUAL_-1203904954'), (u'CALL_-1203911968', u'INDIRECT_-1203905260'), (u'MULTIEQUAL_-1203904828', u'MULTIEQUAL_-1203904812'), (u'INDIRECT_-1203906628', u'COPY_-1203906652'), (u'MULTIEQUAL_-1203907021', u'MULTIEQUAL_-1203907195'), (u'INDIRECT_-1203904750', u'MULTIEQUAL_-1203904906'), (u'MULTIEQUAL_-1203904688', u'MULTIEQUAL_-1203905151'), (u'MULTIEQUAL_-1203909005', u'PTRSUB_-1203905203'), (u'PTRSUB_-1203904581', u'PTRSUB_-1203904542'), (u'INT_ADD_-1203910427', u'INT_LESS_-1203910388'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903842'), (u'MULTIEQUAL_-1203908380', u'INT_LESS_-1203912515'), (u'INDIRECT_-1203905863', u'MULTIEQUAL_-1203905901'), (u'CALL_-1203909926', u'MULTIEQUAL_-1203906085'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904276'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905130'), ('const-433', u'LOAD_-1203911040'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904462'), (u'INDIRECT_-1203906181', u'MULTIEQUAL_-1203906120'), (u'INDIRECT_-1203904697', u'MULTIEQUAL_-1203906468'), ('const-35', u'PTRADD_-1203905153'), (u'MULTIEQUAL_-1203904502', u'MULTIEQUAL_-1203904965'), (u'STORE_-1203910454', u'INDIRECT_-1203907064'), (u'CALL_-1203911968', u'INDIRECT_-1203905446'), (u'COPY_-1203907905', u'MULTIEQUAL_-1203907638'), (u'MULTIEQUAL_-1203904456', u'MULTIEQUAL_-1203904440'), (u'CALL_-1203911189', u'INDIRECT_-1203908032'), (u'CALL_-1203911189', u'INDIRECT_-1203905846'), (u'PTRADD_-1203904939', u'LOAD_-1203912641'), (u'MULTIEQUAL_-1203906459', u'MULTIEQUAL_-1203906616'), ('tmp_4360', u'CBRANCH_-1203911236'), (u'MULTIEQUAL_-1203905686', u'MULTIEQUAL_-1203905390'), (u'CALL_-1203909860', u'INDIRECT_-1203904645'), (u'MULTIEQUAL_-1203905122', u'MULTIEQUAL_-1203905098'), (u'CALL_-1203909860', u'INDIRECT_-1203904707'), (u'INDIRECT_-1203904850', u'MULTIEQUAL_-1203905590'), (u'PTRADD_-1203903797', u'MULTIEQUAL_-1203907977'), (u'INDIRECT_-1203904634', u'MULTIEQUAL_-1203904354'), (u'MULTIEQUAL_-1203906054', u'MULTIEQUAL_-1203905944'), (u'COPY_-1203911868', u'MULTIEQUAL_-1203905062'), (u'PTRSUB_-1203905338', u'INT_EQUAL_-1203912937'), (u'CALL_-1203909860', u'INDIRECT_-1203905265'), (u'MULTIEQUAL_-1203907672', u'INT_ADD_-1203909748'), (u'INDIRECT_-1203905787', u'MULTIEQUAL_-1203904892'), (u'MULTIEQUAL_-1203905634', u'MULTIEQUAL_-1203905744'), (u'INDIRECT_-1203905942', u'MULTIEQUAL_-1203906051'), (u'PTRSUB_-1203905179', u'PTRADD_-1203905096'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904263'), (u'CALL_-1203909771', u'INDIRECT_-1203903833'), ('const-8', u'PTRADD_-1203905053'), ('const-0', u'PTRSUB_-1203903491'), ('const-0', u'INT_NOTEQUAL_-1203911256'), (u'CAST_-1203904596', u'CALL_-1203911222'), (u'CALL_-1203911222', u'INDIRECT_-1203905802'), (u'INDIRECT_-1203905262', u'MULTIEQUAL_-1203905184'), (u'MULTIEQUAL_-1203905370', u'MULTIEQUAL_-1203905346'), ('const-16', u'PTRSUB_-1203903426'), (u'CALL_-1203909547', u'INDIRECT_-1203904036'), (u'LOAD_-1203913010', u'PTRADD_-1203905129'), (u'INDIRECT_-1203905387', u'MULTIEQUAL_-1203905475'), ('tmp_13109', u'PTRSUB_-1203904450'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906477'), (u'MULTIEQUAL_-1203908134', u'PTRSUB_-1203905164'), (u'CALL_-1203909365', u'INDIRECT_-1203904290'), ('const-8', u'PTRADD_-1203904939'), (u'INT_EQUAL_-1203912296', u'CBRANCH_-1203912294'), (u'COPY_-1203903604', u'CALL_-1203909824'), (u'CALL_-1203910796', u'INDIRECT_-1203905987'), ('tmp_753', u'CBRANCH_-1203912384'), ('const-0', u'RETURN_-1203911138'), ('const-0', u'COPY_-1203905336'), (u'MULTIEQUAL_-1203905262', u'MULTIEQUAL_-1203905246'), (u'CALL_-1203909771', u'INDIRECT_-1203904577'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203906120'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906007'), (u'CALL_-1203909195', u'INDIRECT_-1203904873'), (u'PTRSUB_-1203905231', u'PTRSUB_-1203905199'), (u'CALL_-1203909824', u'INDIRECT_-1203905245'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904400'), (u'MULTIEQUAL_-1203904812', u'MULTIEQUAL_-1203904788'), (u'INDIRECT_-1203906654', u'MULTIEQUAL_-1203907062'), (u'INDIRECT_-1203905291', u'MULTIEQUAL_-1203905865'), (u'INDIRECT_-1203904919', u'MULTIEQUAL_-1203905493'), ('const-433', u'LOAD_-1203910964'), (u'PTRSUB_-1203903499', u'PTRSUB_-1203903467'), (u'INDIRECT_-1203905076', u'MULTIEQUAL_-1203905032'), (u'CALL_-1203909866', u'INDIRECT_-1203904099'), ('const-433', u'LOAD_-1203910559'), (u'INDIRECT_-1203908131', u'MULTIEQUAL_-1203908204'), (u'PTRSUB_-1203904042', u'CAST_-1203903925'), (u'INDIRECT_-1203906314', u'MULTIEQUAL_-1203906423'), ('tmp_1934', u'CBRANCH_-1203911328'), (u'PTRSUB_-1203904043', u'CAST_-1203903924'), (u'CALL_-1203909401', u'INDIRECT_-1203904579'), (u'INDIRECT_-1203906066', u'MULTIEQUAL_-1203906160'), (u'MULTIEQUAL_-1203905200', u'MULTIEQUAL_-1203905184'), (u'INDIRECT_-1203906129', u'MULTIEQUAL_-1203906098'), (u'PTRSUB_-1203905184', u'PTRSUB_-1203904975'), ('tmp_4326', u'CBRANCH_-1203911255'), ('const-433', u'LOAD_-1203912970'), (u'PTRSUB_-1203904471', u'INT_EQUAL_-1203911680'), ('const-0', u'PTRSUB_-1203903816'), (u'MULTIEQUAL_-1203908225', u'PTRADD_-1203903695'), (u'MULTIEQUAL_-1203906211', u'MULTIEQUAL_-1203906368'), (u'CALL_-1203909824', u'INDIRECT_-1203905059'), (u'INDIRECT_-1203904290', u'MULTIEQUAL_-1203905934'), (u'MULTIEQUAL_-1203905092', u'MULTIEQUAL_-1203905076'), (u'LOAD_-1203910642', u'CALLIND_-1203910596'), (u'INDIRECT_-1203904795', u'MULTIEQUAL_-1203905369'), (u'MULTIEQUAL_-1203905148', u'MULTIEQUAL_-1203904998'), ('const-0', u'PTRSUB_-1203903770'), (u'CALL_-1203911247', u'INDIRECT_-1203906129'), (u'CALL_-1203909964', u'INDIRECT_-1203904290'), (u'CALL_-1203911189', u'INDIRECT_-1203906342'), (u'LOAD_-1203910689', u'COPY_-1203904456'), (u'CALL_-1203911625', u'INDIRECT_-1203905262'), (u'INDIRECT_-1203905763', u'MULTIEQUAL_-1203905735'), (u'INDIRECT_-1203906004', u'MULTIEQUAL_-1203905868'), (u'CALL_-1203909547', u'INDIRECT_-1203903788'), (u'INDIRECT_-1203904907', u'MULTIEQUAL_-1203905086'), (u'INDIRECT_-1203904828', u'MULTIEQUAL_-1203904782'), (u'PTRSUB_-1203904750', u'PTRSUB_-1203904673'), (u'PTRSUB_-1203904552', u'COPY_-1203904579'), ('const-0', u'INT_EQUAL_-1203911199'), (u'CALL_-1203911222', u'INDIRECT_-1203906174'), (u'INDIRECT_-1203905138', u'MULTIEQUAL_-1203905094'), (u'CALL_-1203909824', u'INDIRECT_-1203904377'), ('const-0', u'PTRSUB_-1203904673'), (u'PTRSUB_-1203904102', u'PTRSUB_-1203904042'), (u'MULTIEQUAL_-1203905160', u'MULTIEQUAL_-1203905334'), (u'LOAD_-1203912405', u'INT_EQUAL_-1203912386'), ('const-105', u'CALL_-1203909771'), (u'MULTIEQUAL_-1203907681', u'MULTIEQUAL_-1203908036'), (u'COPY_-1203904462', u'MULTIEQUAL_-1203908912'), (u'INDIRECT_-1203908121', u'COPY_-1203908180'), (u'CALL_-1203910765', u'INDIRECT_-1203905548'), (u'CALL_-1203909483', u'INDIRECT_-1203904853'), (u'CALL_-1203911222', u'INDIRECT_-1203905864'), (u'INDIRECT_-1203904518', u'MULTIEQUAL_-1203904440'), ('const-21', u'PTRADD_-1203905053'), (u'CAST_-1203903909', u'LOAD_-1203911040'), (u'MULTIEQUAL_-1203906716', u'MULTIEQUAL_-1203906500'), (u'LOAD_-1203910180', u'INT_RIGHT_-1203910144'), (u'INDIRECT_-1203904642', u'MULTIEQUAL_-1203904596'), (u'MULTIEQUAL_-1203904936', u'MULTIEQUAL_-1203904912'), (u'INT_EQUAL_-1203912618', u'CBRANCH_-1203912615'), (u'CALL_-1203909547', u'INDIRECT_-1203904594'), (u'INDIRECT_-1203905043', u'MULTIEQUAL_-1203904904'), (u'MULTIEQUAL_-1203906686', u'MULTIEQUAL_-1203906653'), (u'CALL_-1203911625', u'INDIRECT_-1203906068'), (u'MULTIEQUAL_-1203906182', u'MULTIEQUAL_-1203906128'), (u'CALL_-1203911625', u'INDIRECT_-1203905572'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904572'), ('const-0', u'COPY_-1203912908'), (u'PTRSUB_-1203904459', u'COPY_-1203911882'), ('const-433', u'LOAD_-1203911673'), (u'CALL_-1203910796', u'INDIRECT_-1203906111'), (u'INDIRECT_-1203904191', u'MULTIEQUAL_-1203904841'), (u'MULTIEQUAL_-1203904626', u'MULTIEQUAL_-1203904602'), ('const-304', u'PTRSUB_-1203903906'), ('tmp_4875', u'PTRSUB_-1203903778'), (u'MULTIEQUAL_-1203906029', u'MULTIEQUAL_-1203906053'), (u'MULTIEQUAL_-1203906368', u'MULTIEQUAL_-1203906314'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906725'), (u'INDIRECT_-1203906729', u'MULTIEQUAL_-1203906691'), (u'INDIRECT_-1203906787', u'MULTIEQUAL_-1203906716'), (u'INDIRECT_-1203908067', u'MULTIEQUAL_-1203908021'), ('tmp_4870', u'CALLIND_-1203910954'), (u'INDIRECT_-1203905802', u'MULTIEQUAL_-1203905762'), (u'CAST_-1203903396', u'PTRSUB_-1203903399'), (u'MULTIEQUAL_-1203908138', u'CALLIND_-1203910954'), (u'MULTIEQUAL_-1203905062', u'MULTIEQUAL_-1203904952'), (u'CALL_-1203909401', u'INDIRECT_-1203904207'), (u'CALL_-1203909365', u'INDIRECT_-1203903980'), (u'CALL_-1203909771', u'INDIRECT_-1203904391'), (u'MULTIEQUAL_-1203904906', u'MULTIEQUAL_-1203904890'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904325'), ('tmp_4873', u'CALLIND_-1203910954'), (u'MULTIEQUAL_-1203905820', u'MULTIEQUAL_-1203906175'), (u'CALL_-1203911222', u'INDIRECT_-1203905306'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906229'), (u'CALL_-1203909964', u'INDIRECT_-1203904104'), (u'INDIRECT_-1203905572', u'MULTIEQUAL_-1203905494'), (u'COPY_-1203903402', u'CALL_-1203909483'), (u'PTRSUB_-1203905094', u'PTRSUB_-1203905054'), (u'INDIRECT_-1203905059', u'MULTIEQUAL_-1203905014'), (u'CALL_-1203909926', u'INDIRECT_-1203905308'), (u'MULTIEQUAL_-1203908912', u'COPY_-1203904446'), (u'MULTIEQUAL_-1203906068', u'MULTIEQUAL_-1203905710'), (u'CALL_-1203910547', u'INDIRECT_-1203905510'), (u'COPY_-1203911893', u'MULTIEQUAL_-1203905248'), (u'INDIRECT_-1203905245', u'MULTIEQUAL_-1203905895'), (u'PTRSUB_-1203904890', u'LOAD_-1203912497'), (u'CAST_-1203904613', u'CALL_-1203911247'), (u'MULTIEQUAL_-1203908204', u'MULTIEQUAL_-1203908134'), (u'CALL_-1203909964', u'CAST_-1203903396'), (u'MULTIEQUAL_-1203905847', u'MULTIEQUAL_-1203905777'), (u'INT_NOTEQUAL_-1203911638', u'CBRANCH_-1203911636'), (u'INDIRECT_-1203904857', u'MULTIEQUAL_-1203904718'), (u'INDIRECT_-1203904766', u'MULTIEQUAL_-1203904720'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905871'), (u'MULTIEQUAL_-1203906282', u'MULTIEQUAL_-1203906066'), (u'INDIRECT_-1203904812', u'MULTIEQUAL_-1203904968'), ('const-0', u'PTRSUB_-1203903473'), ('const-3', u'INT_SRIGHT_-1203912435'), (u'INDIRECT_-1203906068', u'MULTIEQUAL_-1203906024'), (u'MULTIEQUAL_-1203904378', u'MULTIEQUAL_-1203904354'), (u'MULTIEQUAL_-1203906677', u'MULTIEQUAL_-1203906624'), (u'COPY_-1203912894', u'MULTIEQUAL_-1203906624'), (u'CALL_-1203909547', u'INDIRECT_-1203904470'), ('tmp_1061', u'CBRANCH_-1203912072'), (u'COPY_-1203904208', u'MULTIEQUAL_-1203907934'), (u'CALL_-1203909926', u'INDIRECT_-1203904254'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904573'), (u'CALL_-1203909771', u'INDIRECT_-1203904639'), (u'MULTIEQUAL_-1203904564', u'MULTIEQUAL_-1203904540'), (u'INDIRECT_-1203904795', u'MULTIEQUAL_-1203903900'), (u'INDIRECT_-1203904657', u'MULTIEQUAL_-1203904952'), ('const-433', u'LOAD_-1203910656'), (u'LOAD_-1203913010', u'PTRADD_-1203905153'), (u'PTRSUB_-1203904987', u'LOAD_-1203912655'), (u'INDIRECT_-1203906173', u'MULTIEQUAL_-1203906211'), ('const-8', u'PTRSUB_-1203903936'), ('const-0', u'PTRSUB_-1203903481'), (u'INDIRECT_-1203906338', u'COPY_-1203906372'), (u'INDIRECT_-1203904449', u'MULTIEQUAL_-1203906220'), (u'LOAD_-1203912929', u'CALLIND_-1203912919'), (u'INDIRECT_-1203906243', u'MULTIEQUAL_-1203906182'), (u'CALL_-1203911189', u'INDIRECT_-1203906032'), ('const-0', u'COPY_-1203905398'), (u'INT_SUB_-1203912490', u'INT_ZEXT_-1203909459'), (u'INDIRECT_-1203908539', u'MULTIEQUAL_-1203908453'), (u'PTRADD_-1203904525', u'CAST_-1203904329'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905688'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905747'), (u'PTRSUB_-1203903528', u'PTRSUB_-1203903481'), ('tmp_4867', u'CALL_-1203910796'), ('tmp_4874', u'LOAD_-1203910497'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905857'), (u'CAST_-1203903330', u'PTRADD_-1203903371'), ('const-47', u'PTRADD_-1203905129'), ('tmp_2349', u'BRANCH_-1203910847'), (u'INDIRECT_-1203905486', u'MULTIEQUAL_-1203905460'), (u'INDIRECT_-1203905880', u'MULTIEQUAL_-1203905744'), (u'CALL_-1203910547', u'INT_EQUAL_-1203910533'), (u'CALL_-1203909365', u'INDIRECT_-1203904662'), (u'PTRSUB_-1203904929', u'PTRSUB_-1203904890'), ('const-0', u'COPY_-1203911985'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906119'), (u'INDIRECT_-1203905809', u'MULTIEQUAL_-1203905748'), (u'LOAD_-1203910582', u'INT_NOTEQUAL_-1203910562'), (u'MULTIEQUAL_-1203905014', u'MULTIEQUAL_-1203904998'), (u'CALL_-1203909860', u'INDIRECT_-1203905079'), (u'CALL_-1203909401', u'INDIRECT_-1203904331'), (u'CALL_-1203910796', u'INDIRECT_-1203906483'), (u'LOAD_-1203912539', u'INT_SUB_-1203912490'), (u'INDIRECT_-1203904724', u'MULTIEQUAL_-1203906368'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906353'), ('const-433', u'LOAD_-1203910709'), (u'CALLIND_-1203910788', u'MULTIEQUAL_-1203908380'), (u'CALL_-1203910822', u'INDIRECT_-1203905329'), ('const-1', u'RETURN_-1203908997'), (u'INDIRECT_-1203905858', u'MULTIEQUAL_-1203905832'), (u'MULTIEQUAL_-1203907681', u'MULTIEQUAL_-1203906567'), (u'MULTIEQUAL_-1203905957', u'MULTIEQUAL_-1203905921'), (u'INDIRECT_-1203906429', u'MULTIEQUAL_-1203906368'), (u'PTRADD_-1203903987', u'LOAD_-1203910964'), (u'MULTIEQUAL_-1203905992', u'MULTIEQUAL_-1203905882'), (u'INDIRECT_-1203906543', u'COPY_-1203906583'), (u'CALL_-1203911601', u'INDIRECT_-1203906175'), (u'INDIRECT_-1203904478', u'MULTIEQUAL_-1203905218'), (u'MULTIEQUAL_-1203906430', u'MULTIEQUAL_-1203906134'), (u'INDIRECT_-1203904518', u'MULTIEQUAL_-1203904472'), (u'MULTIEQUAL_-1203906405', u'MULTIEQUAL_-1203906335'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904473'), (u'CALL_-1203909860', u'INDIRECT_-1203904335'), (u'MULTIEQUAL_-1203905785', u'MULTIEQUAL_-1203905872'), ('const-22', u'PTRADD_-1203903987'), (u'LOAD_-1203910575', u'PTRSUB_-1203903756'), (u'MULTIEQUAL_-1203905027', u'MULTIEQUAL_-1203904991'), (u'INDIRECT_-1203905927', u'MULTIEQUAL_-1203905882'), (u'CALL_-1203909547', u'INDIRECT_-1203903912'), ('tmp_887', u'CBRANCH_-1203912294'), (u'INDIRECT_-1203905694', u'MULTIEQUAL_-1203905788'), ('const-0', u'PTRSUB_-1203903390'), (u'MULTIEQUAL_-1203905833', u'MULTIEQUAL_-1203905797'), (u'MULTIEQUAL_-1203909200', u'CALLIND_-1203911127'), (u'CALL_-1203911189', u'INDIRECT_-1203905784'), (u'INDIRECT_-1203905081', u'MULTIEQUAL_-1203905053'), (u'INDIRECT_-1203906252', u'MULTIEQUAL_-1203906361'), (u'INDIRECT_-1203905572', u'MULTIEQUAL_-1203905528'), (u'INDIRECT_-1203905176', u'MULTIEQUAL_-1203905150'), (u'MULTIEQUAL_-1203904991', u'MULTIEQUAL_-1203904964'), ('const-433', u'LOAD_-1203910774'), (u'CALL_-1203909860', u'INDIRECT_-1203904521'), (u'INDIRECT_-1203904201', u'MULTIEQUAL_-1203905972'), (u'MULTIEQUAL_-1203908204', u'MULTIEQUAL_-1203908291'), (u'INDIRECT_-1203906190', u'MULTIEQUAL_-1203906054'), (u'COPY_-1203907807', u'COPY_-1203903399'), (u'LOAD_-1203910774', u'INT_ADD_-1203903981'), (u'INDIRECT_-1203905370', u'MULTIEQUAL_-1203905526'), (u'MULTIEQUAL_-1203906740', u'MULTIEQUAL_-1203906444'), (u'INDIRECT_-1203904316', u'MULTIEQUAL_-1203904472'), (u'SUBPIECE_-1203909586', u'INT_NOTEQUAL_-1203911112'), (u'INDIRECT_-1203904952', u'MULTIEQUAL_-1203904874'), (u'INT_SUB_-1203910628', u'INT_SRIGHT_-1203910605'), (u'CALL_-1203909195', u'INDIRECT_-1203904935'), ('const-3376135', u'COPY_-1203905000'), ('const-0', u'COPY_-1203912880'), (u'INDIRECT_-1203906007', u'MULTIEQUAL_-1203906095'), ('const-8', u'PTRSUB_-1203904096'), (u'MULTIEQUAL_-1203904596', u'MULTIEQUAL_-1203904580'), (u'INDIRECT_-1203905796', u'MULTIEQUAL_-1203905770'), (u'CALL_-1203910753', u'INDIRECT_-1203907477'), (u'CALL_-1203909866', u'INDIRECT_-1203905215'), ('tmp_4866', u'CALL_-1203911968'), (u'MULTIEQUAL_-1203905558', u'MULTIEQUAL_-1203905448'), (u'MULTIEQUAL_-1203905434', u'MULTIEQUAL_-1203905342'), (u'INDIRECT_-1203905849', u'MULTIEQUAL_-1203906423'), (u'CALL_-1203909771', u'INDIRECT_-1203904701'), (u'INDIRECT_-1203904476', u'MULTIEQUAL_-1203906120'), (u'INDIRECT_-1203906601', u'MULTIEQUAL_-1203906530'), (u'MULTIEQUAL_-1203905278', u'MULTIEQUAL_-1203905262'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906317'), ('tmp_4866', u'PTRSUB_-1203903924'), (u'INDIRECT_-1203906051', u'MULTIEQUAL_-1203906006'), (u'INDIRECT_-1203905679', u'MULTIEQUAL_-1203905634'), (u'INDIRECT_-1203905153', u'MULTIEQUAL_-1203905448'), (u'MULTIEQUAL_-1203906130', u'MULTIEQUAL_-1203905016'), (u'MULTIEQUAL_-1203905624', u'MULTIEQUAL_-1203905328'), ('const-32', u'INT_AND_-1203911226'), (u'PTRSUB_-1203904340', u'CAST_-1203904194'), (u'CALL_-1203909771', u'INDIRECT_-1203904763'), (u'CALL_-1203911601', u'INDIRECT_-1203905493'), (u'MULTIEQUAL_-1203905562', u'MULTIEQUAL_-1203905508'), (u'INDIRECT_-1203905759', u'MULTIEQUAL_-1203905847'), ('const-1', u'INT_ADD_-1203912423'), (u'PTRSUB_-1203904538', u'PTRSUB_-1203904499'), (u'MULTIEQUAL_-1203905744', u'MULTIEQUAL_-1203905634'), (u'MULTIEQUAL_-1203904929', u'MULTIEQUAL_-1203904902'), (u'PTRADD_-1203904487', u'INT_NOTEQUAL_-1203911570'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905883'), (u'INDIRECT_-1203904600', u'MULTIEQUAL_-1203906244'), (u'CAST_-1203903753', u'INT_SLESS_-1203910703'), (u'MULTIEQUAL_-1203906740', u'MULTIEQUAL_-1203906686'), (u'INDIRECT_-1203906190', u'MULTIEQUAL_-1203906284'), (u'CALL_-1203909771', u'INDIRECT_-1203904081'), (u'INDIRECT_-1203905006', u'MULTIEQUAL_-1203905213'), (u'CALL_-1203909365', u'INDIRECT_-1203905096'), (u'MULTIEQUAL_-1203906368', u'MULTIEQUAL_-1203906072'), (u'CALL_-1203909771', u'INDIRECT_-1203904515'), ('const-433', u'LOAD_-1203912655'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905405'), (u'CALL_-1203909926', u'INDIRECT_-1203904316'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203905963'), (u'INDIRECT_-1203905756', u'MULTIEQUAL_-1203905850'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905467'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904201'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904634'), (u'MULTIEQUAL_-1203906219', u'MULTIEQUAL_-1203906149'), (u'CAST_-1203904329', u'LOAD_-1203911673'), (u'CALL_-1203909824', u'INDIRECT_-1203904873'), (u'INDIRECT_-1203905036', u'MULTIEQUAL_-1203905776'), (u'CALL_-1203909771', u'INDIRECT_-1203904825'), ('tmp_2448', u'CBRANCH_-1203910784'), (u'CALL_-1203911189', u'INDIRECT_-1203905288'), (u'MULTIEQUAL_-1203905014', u'MULTIEQUAL_-1203905124'), (u'CALL_-1203909401', u'INDIRECT_-1203904269'), (u'COPY_-1203904446', u'MULTIEQUAL_-1203908896'), ('tmp_13109', u'PTRSUB_-1203904435'), (u'MULTIEQUAL_-1203905585', u'MULTIEQUAL_-1203905549'), (u'INDIRECT_-1203905246', u'MULTIEQUAL_-1203905402'), (u'INDIRECT_-1203906376', u'MULTIEQUAL_-1203906485'), (u'CALL_-1203909401', u'INDIRECT_-1203903897'), ('const-2', u'PTRADD_-1203905096'), (u'INT_SLESS_-1203910703', u'CBRANCH_-1203910710'), (u'CALL_-1203910547', u'INDIRECT_-1203907138'), (u'CALL_-1203909926', u'INDIRECT_-1203904502'), (u'CALL_-1203911625', u'INDIRECT_-1203905944'), (u'CALL_-1203909771', u'INDIRECT_-1203905011'), (u'MULTIEQUAL_-1203905634', u'MULTIEQUAL_-1203905989'), (u'CALL_-1203911601', u'INDIRECT_-1203905183'), (u'MULTIEQUAL_-1203905510', u'MULTIEQUAL_-1203904396'), (u'INDIRECT_-1203904733', u'MULTIEQUAL_-1203905307'), (u'MULTIEQUAL_-1203905151', u'MULTIEQUAL_-1203905115'), ('const-8', u'PTRADD_-1203903330'), ('tmp_3809', u'BRANCH_-1203909788'), (u'CALL_-1203909365', u'INDIRECT_-1203904414'), (u'MULTIEQUAL_-1203904912', u'MULTIEQUAL_-1203905086'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904028'), (u'CALL_-1203910822', u'INDIRECT_-1203905701'), (u'INT_EQUAL_-1203910619', u'CBRANCH_-1203910617'), (u'MULTIEQUAL_-1203904844', u'MULTIEQUAL_-1203904828'), (u'INDIRECT_-1203905570', u'MULTIEQUAL_-1203905434'), (u'INDIRECT_-1203906503', u'MULTIEQUAL_-1203906591'), (u'PTRSUB_-1203905009', u'PTRSUB_-1203904929'), (u'INDIRECT_-1203905200', u'CALL_-1203909926'), (u'MULTIEQUAL_-1203905493', u'CAST_-1203904613'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906739'), (u'CALL_-1203909848', u'INDIRECT_-1203905036'), (u'LOAD_-1203911186', u'INT_EQUAL_-1203911167'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906565'), (u'MULTIEQUAL_-1203905399', u'MULTIEQUAL_-1203905363'), (u'MULTIEQUAL_-1203905591', u'MULTIEQUAL_-1203905748'), (u'INDIRECT_-1203905694', u'MULTIEQUAL_-1203905558'), (u'PTRSUB_-1203904089', u'INT_EQUAL_-1203910711'), (u'CALL_-1203910796', u'INDIRECT_-1203905553'), (u'CALL_-1203909824', u'INDIRECT_-1203904997'), ('const-1', u'PTRADD_-1203903973'), (u'LOAD_-1203910559', u'CALL_-1203910547'), (u'MULTIEQUAL_-1203904965', u'MULTIEQUAL_-1203904929'), ('const-161', u'CALL_-1203912261'), (u'MULTIEQUAL_-1203904812', u'MULTIEQUAL_-1203905275'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905919'), (u'MULTIEQUAL_-1203905996', u'MULTIEQUAL_-1203905700'), (u'MULTIEQUAL_-1203905971', u'MULTIEQUAL_-1203905901'), ('const-3376044', u'COPY_-1203903433'), ('const-0', u'PTRSUB_-1203904921'), (u'INDIRECT_-1203906167', u'MULTIEQUAL_-1203906096'), (u'INDIRECT_-1203906005', u'MULTIEQUAL_-1203905974'), (u'INDIRECT_-1203906112', u'MULTIEQUAL_-1203906072'), ('const-0', u'INT_EQUAL_-1203912296'), (u'CALL_-1203911601', u'INDIRECT_-1203905369'), (u'CALL_-1203909483', u'INDIRECT_-1203904295'), (u'CALL_-1203911247', u'INDIRECT_-1203905447'), (u'LOAD_-1203910709', u'INT_LESS_-1203910685'), (u'COPY_-1203904448', u'MULTIEQUAL_-1203908912'), (u'MULTIEQUAL_-1203906178', u'MULTIEQUAL_-1203906087'), ('const-433', u'LOAD_-1203910740'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203906025'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203906182'), (u'PTRSUB_-1203904381', u'COPY_-1203904480'), (u'INDIRECT_-1203905448', u'MULTIEQUAL_-1203905370'), ('tmp_3450', u'CBRANCH_-1203910561'), ('const-1475936', u'PTRSUB_-1203905338'), ('tmp_4867', u'CALL_-1203909926'), (u'PTRSUB_-1203904277', u'PTRSUB_-1203904212'), (u'INDIRECT_-1203905324', u'MULTIEQUAL_-1203905278'), (u'INDIRECT_-1203905029', u'MULTIEQUAL_-1203905324'), (u'CALL_-1203909771', u'INDIRECT_-1203903895'), (u'MULTIEQUAL_-1203904478', u'MULTIEQUAL_-1203904652'), (u'CALL_-1203910547', u'INDIRECT_-1203904580'), (u'CALL_-1203909860', u'CAST_-1203903441'), (u'INDIRECT_-1203905981', u'MULTIEQUAL_-1203905910'), (u'MULTIEQUAL_-1203908808', u'CALL_-1203911189'), (u'INT_LESSEQUAL_-1203910774', u'CBRANCH_-1203910784'), (u'MULTIEQUAL_-1203905239', u'MULTIEQUAL_-1203905212'), (u'CALL_-1203910547', u'INDIRECT_-1203905262'), (u'MULTIEQUAL_-1203905620', u'COPY_-1203904474'), (u'CALL_-1203909483', u'INDIRECT_-1203904171'), ('tmp_2269', u'CBRANCH_-1203910917'), (u'CALL_-1203909365', u'INDIRECT_-1203905034'), (u'MULTIEQUAL_-1203906492', u'MULTIEQUAL_-1203906196'), ('tmp_1179', u'CBRANCH_-1203911947'), (u'COPY_-1203904453', u'PTRSUB_-1203904550'), (u'CAST_-1203903709', u'INT_LESSEQUAL_-1203910583'), (u'CALL_-1203909860', u'INDIRECT_-1203904955'), (u'MULTIEQUAL_-1203904841', u'MULTIEQUAL_-1203904805'), (u'CALL_-1203911247', u'INDIRECT_-1203906501'), ('tmp_159', u'CBRANCH_-1203912934'), (u'MULTIEQUAL_-1203905549', u'MULTIEQUAL_-1203905522'), (u'INDIRECT_-1203904572', u'MULTIEQUAL_-1203904779'), (u'CAST_-1203903808', u'COPY_-1203903907'), (u'CALL_-1203911189', u'INDIRECT_-1203906466'), (u'CALL_-1203911247', u'INDIRECT_-1203906067'), (u'PTRSUB_-1203904634', u'PTRSUB_-1203904604'), (u'CALL_-1203910822', u'INDIRECT_-1203905205'), (u'CALL_-1203910796', u'INDIRECT_-1203905615'), (u'CALL_-1203910765', u'INDIRECT_-1203904742'), ('const-0', u'INT_NOTEQUAL_-1203911706'), (u'LOAD_-1203910964', u'CALLIND_-1203910954'), (u'MULTIEQUAL_-1203905124', u'MULTIEQUAL_-1203905032'), (u'MULTIEQUAL_-1203905408', u'MULTIEQUAL_-1203905582'), (u'PTRSUB_-1203904572', u'CAST_-1203904504'), (u'PTRSUB_-1203904852', u'LOAD_-1203912487'), ('tmp_2615', u'CBRANCH_-1203910684'), (u'MULTIEQUAL_-1203905138', u'MULTIEQUAL_-1203905493'), (u'INT_AND_-1203908236', u'INT_EQUAL_-1203912335'), (u'PTRADD_-1203905096', u'PTRSUB_-1203905094'), (u'CALL_-1203909848', u'INDIRECT_-1203904912'), (u'INDIRECT_-1203905570', u'MULTIEQUAL_-1203905664'), (u'INT_EQUAL_-1203910515', u'CBRANCH_-1203910508'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904659'), (u'CAST_-1203905007', u'COPY_-1203905078'), (u'CALL_-1203910796', u'INDIRECT_-1203905367'), (u'MULTIEQUAL_-1203904652', u'MULTIEQUAL_-1203904502'), (u'CALL_-1203910753', u'INDIRECT_-1203905353'), ('tmp_13109', u'PTRSUB_-1203904750'), (u'PTRSUB_-1203905022', u'LOAD_-1203911211'), (u'INDIRECT_-1203905322', u'MULTIEQUAL_-1203905416'), (u'CALL_-1203911222', u'INDIRECT_-1203905988'), (u'CALL_-1203909866', u'INDIRECT_-1203904781'), (u'CALL_-1203911968', u'INDIRECT_-1203906190'), (u'INT_ADD_-1203903981', u'INT_SLESS_-1203910703'), (u'INDIRECT_-1203907138', u'MULTIEQUAL_-1203907045'), (u'PTRADD_-1203903330', u'STORE_-1203909773'), ('const-77', u'CALLOTHER_-1203909271'), (u'INDIRECT_-1203906315', u'MULTIEQUAL_-1203906284'), (u'CALL_-1203909860', u'INDIRECT_-1203905327'), (u'CALL_-1203911189', u'INDIRECT_-1203906280'), (u'CALL_-1203910765', u'INDIRECT_-1203905486'), (u'INDIRECT_-1203904857', u'MULTIEQUAL_-1203903962'), (u'INDIRECT_-1203905308', u'MULTIEQUAL_-1203905464'), (u'PTRSUB_-1203903730', u'LOAD_-1203910656'), (u'INDIRECT_-1203908032', u'MULTIEQUAL_-1203907986'), ('const-0', u'PTRSUB_-1203903848'), (u'INT_ADD_-1203910427', u'MULTIEQUAL_-1203907638'), ('tmp_13109', u'PTRSUB_-1203904409'), (u'MULTIEQUAL_-1203904472', u'MULTIEQUAL_-1203904456'), (u'CALL_-1203909248', u'INDIRECT_-1203906581'), (u'INDIRECT_-1203905571', u'MULTIEQUAL_-1203905540'), (u'INDIRECT_-1203905933', u'MULTIEQUAL_-1203905872'), (u'MULTIEQUAL_-1203906240', u'MULTIEQUAL_-1203906148'), (u'MULTIEQUAL_-1203906343', u'MULTIEQUAL_-1203906273'), ('const-0', u'PTRSUB_-1203903399'), (u'CALL_-1203909926', u'INDIRECT_-1203904564'), (u'INDIRECT_-1203904287', u'MULTIEQUAL_-1203904466'), (u'CALL_-1203909964', u'INDIRECT_-1203905096'), (u'INDIRECT_-1203904749', u'MULTIEQUAL_-1203905399'), (u'CALL_-1203910753', u'INDIRECT_-1203905477'), (u'CALL_-1203911625', u'CAST_-1203904313'), (u'INDIRECT_-1203904997', u'MULTIEQUAL_-1203905647'), (u'CALL_-1203909401', u'INDIRECT_-1203904517'), (u'CALL_-1203910753', u'INDIRECT_-1203905229'), (u'CALL_-1203909860', u'INDIRECT_-1203904583'), (u'CALL_-1203910547', u'INDIRECT_-1203904828'), (u'PTRSUB_-1203905010', u'PTRSUB_-1203905009'), (u'MULTIEQUAL_-1203905448', u'MULTIEQUAL_-1203905558'), ('const-16', u'INT_AND_-1203912351'), (u'MULTIEQUAL_-1203905709', u'MULTIEQUAL_-1203905673'), (u'CALL_-1203909824', u'INDIRECT_-1203906873'), (u'CALL_-1203909866', u'INDIRECT_-1203904657'), (u'INDIRECT_-1203906501', u'COPY_-1203906528'), (u'INDIRECT_-1203904325', u'MULTIEQUAL_-1203906096'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905006'), (u'MULTIEQUAL_-1203908753', u'PTRADD_-1203904487'), (u'INT_NOTEQUAL_-1203910830', u'CBRANCH_-1203910829'), (u'CALL_-1203911968', u'INDIRECT_-1203905942'), (u'INDIRECT_-1203905019', u'MULTIEQUAL_-1203904991'), ('const-8', u'PTRADD_-1203905153'), ('const-0', u'PTRSUB_-1203903394'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904721'), (u'CALL_-1203911247', u'INDIRECT_-1203905695'), (u'CALL_-1203910547', u'INDIRECT_-1203904704'), (u'INDIRECT_-1203904099', u'MULTIEQUAL_-1203904394'), (u'INDIRECT_-1203904919', u'MULTIEQUAL_-1203904780'), (u'INDIRECT_-1203906105', u'MULTIEQUAL_-1203906034'), (u'CALL_-1203910822', u'INDIRECT_-1203905825'), ('const-433', u'LOAD_-1203911276'), (u'INT_SRIGHT_-1203910605', u'CAST_-1203903709'), (u'PTRSUB_-1203903469', u'PTRSUB_-1203903422'), ('const-433', u'LOAD_-1203911186'), (u'MULTIEQUAL_-1203909005', u'PTRSUB_-1203904956'), (u'LOAD_-1203912405', u'PTRSUB_-1203904963'), (u'MULTIEQUAL_-1203904602', u'MULTIEQUAL_-1203904776'), (u'PTRSUB_-1203904183', u'INT_NOTEQUAL_-1203910773'), (u'CALL_-1203909860', u'INDIRECT_-1203906893'), (u'COPY_-1203903433', u'CALL_-1203909248'), (u'CALL_-1203910765', u'INDIRECT_-1203905176'), ('const-1', u'RETURN_-1203909243'), (u'INDIRECT_-1203905477', u'MULTIEQUAL_-1203906051'), (u'LOAD_-1203911137', u'CALLIND_-1203911127'), (u'PTRSUB_-1203904354', u'LOAD_-1203911373'), (u'INDIRECT_-1203906317', u'MULTIEQUAL_-1203906405'), (u'INT_AND_-1203912322', u'INT_NOTEQUAL_-1203912314'), (u'MULTIEQUAL_-1203905200', u'MULTIEQUAL_-1203904842'), (u'CALL_-1203911601', u'INDIRECT_-1203905679'), (u'INDIRECT_-1203907741', u'MULTIEQUAL_-1203907681'), (u'MULTIEQUAL_-1203905370', u'MULTIEQUAL_-1203905833'), ('tmp_1385', u'BRANCH_-1203911764'), (u'MULTIEQUAL_-1203904590', u'MULTIEQUAL_-1203904440'), ('const-0', u'PTRSUB_-1203905081'), (u'MULTIEQUAL_-1203906130', u'MULTIEQUAL_-1203905772'), (u'CALL_-1203910796', u'INDIRECT_-1203906421'), (u'MULTIEQUAL_-1203905872', u'MULTIEQUAL_-1203905576'), (u'COPY_-1203903603', u'CALL_-1203909824'), (u'MULTIEQUAL_-1203904952', u'INT_NOTEQUAL_-1203911547'), (u'MULTIEQUAL_-1203906085', u'MULTIEQUAL_-1203906053'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904635'), (u'INDIRECT_-1203906314', u'MULTIEQUAL_-1203906178'), (u'CALL_-1203909483', u'INDIRECT_-1203904977'), (u'MULTIEQUAL_-1203906120', u'MULTIEQUAL_-1203905824'), (u'CALL_-1203910753', u'INDIRECT_-1203904795'), (u'MULTIEQUAL_-1203905510', u'MULTIEQUAL_-1203905494'), (u'MULTIEQUAL_-1203904714', u'MULTIEQUAL_-1203904564'), (u'MULTIEQUAL_-1203905076', u'MULTIEQUAL_-1203905186'), (u'PTRSUB_-1203903936', u'LOAD_-1203910740'), ('const-0', u'PTRSUB_-1203903905'), (u'COPY_-1203903449', u'CALL_-1203909771'), (u'INDIRECT_-1203904230', u'MULTIEQUAL_-1203904970'), (u'INT_SRIGHT_-1203912435', u'CAST_-1203904793'), (u'PTRSUB_-1203904381', u'PTRSUB_-1203904314'), (u'CALL_-1203911189', u'INDIRECT_-1203906404'), (u'MULTIEQUAL_-1203906029', u'MULTIEQUAL_-1203906085'), (u'PTRSUB_-1203904459', u'COPY_-1203911875'), (u'CALL_-1203910822', u'INDIRECT_-1203905887'), (u'INDIRECT_-1203904595', u'MULTIEQUAL_-1203904890'), (u'CALL_-1203911625', u'INDIRECT_-1203905324'), (u'INT_ADD_-1203912423', u'INT_MULT_-1203911282'), (u'INDIRECT_-1203904766', u'MULTIEQUAL_-1203904688'), (u'MULTIEQUAL_-1203906054', u'MULTIEQUAL_-1203905962'), (u'INDIRECT_-1203905215', u'MULTIEQUAL_-1203905510'), (u'INDIRECT_-1203906049', u'MULTIEQUAL_-1203906087'), (u'CAST_-1203904006', u'INT_EQUAL_-1203910711'), (u'INDIRECT_-1203905626', u'MULTIEQUAL_-1203905346'), ('tmp_4388', u'CBRANCH_-1203911221'), (u'INDIRECT_-1203905076', u'MULTIEQUAL_-1203904998'), ('const-0', u'PTRSUB_-1203903426'), (u'PTRSUB_-1203904104', u'PTRSUB_-1203904043'), (u'MULTIEQUAL_-1203906116', u'MULTIEQUAL_-1203906024'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905093'), ('tmp_829', u'CBRANCH_-1203912333'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906043'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905502'), (u'MULTIEQUAL_-1203904782', u'MULTIEQUAL_-1203904766'), (u'INDIRECT_-1203904820', u'MULTIEQUAL_-1203904540'), (u'MULTIEQUAL_-1203905434', u'MULTIEQUAL_-1203905324'), ('const-0', u'PTRSUB_-1203903443'), (u'PTRSUB_-1203903422', u'PTRSUB_-1203903390'), ('const-8', u'INT_RIGHT_-1203910144'), (u'CALL_-1203910765', u'INDIRECT_-1203905920'), (u'MULTIEQUAL_-1203906149', u'MULTIEQUAL_-1203906306'), (u'INT_ZEXT_-1203909459', u'PTRADD_-1203904829'), (u'MULTIEQUAL_-1203905696', u'MULTIEQUAL_-1203905806'), (u'INT_NOTEQUAL_-1203909744', u'CBRANCH_-1203909742'), ('const-1263', u'CALL_-1203909304'), (u'MULTIEQUAL_-1203909200', u'PTRADD_-1203905110'), ('const-8', u'PTRADD_-1203904487'), (u'CALL_-1203909926', u'INDIRECT_-1203905122'), (u'CALL_-1203909866', u'INDIRECT_-1203905091'), (u'INDIRECT_-1203906119', u'MULTIEQUAL_-1203906058'), (u'CALL_-1203911601', u'INDIRECT_-1203905431'), (u'MULTIEQUAL_-1203905661', u'MULTIEQUAL_-1203905591'), (u'INDIRECT_-1203906050', u'MULTIEQUAL_-1203906010'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905192'), (u'CAST_-1203903396', u'PTRSUB_-1203903473'), (u'CALL_-1203911189', u'INDIRECT_-1203905598'), (u'MULTIEQUAL_-1203906004', u'MULTIEQUAL_-1203905971'), ('tmp_3895', u'BRANCH_-1203909701'), ('const--104', u'PTRSUB_-1203905256'), (u'INDIRECT_-1203906314', u'MULTIEQUAL_-1203906408'), (u'MULTIEQUAL_-1203905682', u'MULTIEQUAL_-1203905572'), (u'CALL_-1203909848', u'INDIRECT_-1203904540'), (u'MULTIEQUAL_-1203904534', u'MULTIEQUAL_-1203904518'), ('const-4', u'PTRADD_-1203903973'), (u'COPY_-1203904453', u'PTRADD_-1203904558'), (u'INT_NOTEQUAL_-1203911256', u'CBRANCH_-1203911255'), (u'MULTIEQUAL_-1203905210', u'MULTIEQUAL_-1203905060'), (u'MULTIEQUAL_-1203904850', u'MULTIEQUAL_-1203905024'), (u'CALL_-1203909483', u'INDIRECT_-1203903861'), ('const-433', u'LOAD_-1203910497'), (u'INDIRECT_-1203906305', u'MULTIEQUAL_-1203906244'), (u'MULTIEQUAL_-1203905386', u'MULTIEQUAL_-1203905028'), (u'INT_ZEXT_-1203908364', u'CAST_-1203903753'), (u'INDIRECT_-1203904439', u'MULTIEQUAL_-1203905089'), (u'CALL_-1203911968', u'INDIRECT_-1203905570'), (u'CALL_-1203911625', u'INDIRECT_-1203905510'), (u'INDIRECT_-1203905114', u'MULTIEQUAL_-1203905088'), (u'INDIRECT_-1203906253', u'MULTIEQUAL_-1203906222'), (u'MULTIEQUAL_-1203906530', u'MULTIEQUAL_-1203906314'), ('const-16', u'PTRSUB_-1203904567'), (u'INDIRECT_-1203905688', u'MULTIEQUAL_-1203905895'), ('const-0', u'PTRSUB_-1203904115'), (u'CAST_-1203904341', u'INT_EQUAL_-1203911680'), (u'CALL_-1203909848', u'INDIRECT_-1203904974'), ('const-288', u'PTRSUB_-1203905028'), (u'CALL_-1203909547', u'INDIRECT_-1203904098'), (u'MULTIEQUAL_-1203904867', u'MULTIEQUAL_-1203904840'), (u'PTRSUB_-1203903435', u'STORE_-1203909930'), (u'MULTIEQUAL_-1203905177', u'MULTIEQUAL_-1203905150'), ('const-0', u'PTRSUB_-1203904552'), (u'CALL_-1203911625', u'INDIRECT_-1203905076'), (u'CALL_-1203909401', u'INDIRECT_-1203903959'), (u'MULTIEQUAL_-1203908291', u'MULTIEQUAL_-1203908237'), (u'CALL_-1203909365', u'INDIRECT_-1203904848'), (u'MULTIEQUAL_-1203904952', u'MULTIEQUAL_-1203905062'), ('const-8', u'PTRSUB_-1203904604'), (u'MULTIEQUAL_-1203907977', u'PTRADD_-1203903973'), (u'INDIRECT_-1203905515', u'MULTIEQUAL_-1203905487'), (u'MULTIEQUAL_-1203906068', u'INT_NOTEQUAL_-1203911570'), (u'CALL_-1203909195', u'INDIRECT_-1203906501'), (u'MULTIEQUAL_-1203905310', u'MULTIEQUAL_-1203905218'), ('const-433', u'LOAD_-1203910582'), (u'CAST_-1203904026', u'CAST_-1203904006'), (u'MULTIEQUAL_-1203907977', u'PTRADD_-1203903797'), (u'PTRSUB_-1203903778', u'PTRSUB_-1203903730'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904411'), (u'INDIRECT_-1203906376', u'INT_NOTEQUAL_-1203911841'), (u'INDIRECT_-1203904535', u'MULTIEQUAL_-1203904714'), (u'LOAD_-1203911211', u'CAST_-1203904972'), (u'INDIRECT_-1203905052', u'MULTIEQUAL_-1203905026'), (u'INDIRECT_-1203906006', u'MULTIEQUAL_-1203905962'), (u'INDIRECT_-1203904416', u'MULTIEQUAL_-1203905156')]
[(u'MULTIEQUAL_-1203904679', u'MULTIEQUAL_-1203904529'), (u'CALL_-1203909964', u'INDIRECT_-1203904875'), (u'MULTIEQUAL_-1203904930', u'MULTIEQUAL_-1203904894'), ('const-0', u'STORE_-1203909930'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203905954'), (u'CALL_-1203911222', u'INDIRECT_-1203906511'), (u'INDIRECT_-1203904860', u'MULTIEQUAL_-1203904832'), (u'CALL_-1203911968', u'INDIRECT_-1203906279'), (u'INDIRECT_-1203906008', u'MULTIEQUAL_-1203905937'), (u'INDIRECT_-1203905287', u'MULTIEQUAL_-1203905381'), (u'INDIRECT_-1203906380', u'MULTIEQUAL_-1203906309'), ('const-4', u'PTRADD_-1203904148'), (u'MULTIEQUAL_-1203905187', u'MULTIEQUAL_-1203905361'), (u'INDIRECT_-1203905272', u'MULTIEQUAL_-1203905227'), (u'INDIRECT_-1203906270', u'MULTIEQUAL_-1203906209'), (u'MULTIEQUAL_-1203908906', u'CALL_-1203911625'), ('const-1476224', u'PTRSUB_-1203903871'), (u'CALL_-1203910765', u'INDIRECT_-1203905265'), (u'INDIRECT_-1203904599', u'MULTIEQUAL_-1203904319'), (u'PTRADD_-1203903979', u'CAST_-1203903912'), (u'MULTIEQUAL_-1203908400', u'INT_LESS_-1203912515'), (u'MULTIEQUAL_-1203905227', u'MULTIEQUAL_-1203905337'), (u'INDIRECT_-1203904042', u'MULTIEQUAL_-1203905813'), (u'INDIRECT_-1203905203', u'MULTIEQUAL_-1203905177'), (u'INDIRECT_-1203905194', u'MULTIEQUAL_-1203904299'), (u'INDIRECT_-1203906208', u'MULTIEQUAL_-1203906147'), (u'CALL_-1203909866', u'INT_ADD_-1203909815'), ('const-1', u'RETURN_-1203909190'), (u'CALL_-1203909824', u'INDIRECT_-1203904900'), (u'LOAD_-1203913010', u'INT_ADD_-1203912913'), (u'STORE_-1203909730', u'INDIRECT_-1203906984'), ('tmp_25740', u'LOAD_-1203912655'), (u'INT_LESS_-1203912515', u'CBRANCH_-1203912514'), (u'INDIRECT_-1203906592', u'MULTIEQUAL_-1203906680'), ('const--200', u'PTRSUB_-1203904291'), (u'COPY_-1203903765', u'CALL_-1203909824'), (u'MULTIEQUAL_-1203905589', u'MULTIEQUAL_-1203905535'), (u'INDIRECT_-1203906403', u'INT_NOTEQUAL_-1203911841'), (u'MULTIEQUAL_-1203905521', u'MULTIEQUAL_-1203905497'), (u'MULTIEQUAL_-1203906618', u'MULTIEQUAL_-1203906704'), (u'COPY_-1203903561', u'MULTIEQUAL_-1203907684'), (u'MULTIEQUAL_-1203905089', u'MULTIEQUAL_-1203904997'), ('const-1', u'RETURN_-1203909299'), (u'INDIRECT_-1203905413', u'MULTIEQUAL_-1203905335'), (u'MULTIEQUAL_-1203905413', u'MULTIEQUAL_-1203904299'), (u'MULTIEQUAL_-1203906114', u'MULTIEQUAL_-1203906271'), (u'INDIRECT_-1203907343', u'MULTIEQUAL_-1203907048'), (u'CAST_-1203904954', u'INT_LESSEQUAL_-1203912413'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906406'), (u'INDIRECT_-1203904776', u'MULTIEQUAL_-1203905426'), (u'INDIRECT_-1203905061', u'MULTIEQUAL_-1203906704'), (u'INDIRECT_-1203905219', u'MULTIEQUAL_-1203904939'), ('const-0', u'PTRSUB_-1203905361'), (u'CALL_-1203910796', u'INDIRECT_-1203908138'), (u'PTRSUB_-1203905361', u'INT_EQUAL_-1203912937'), (u'PTRADD_-1203911311', u'CAST_-1203904329'), (u'MULTIEQUAL_-1203904343', u'MULTIEQUAL_-1203904319'), (u'INDIRECT_-1203905518', u'MULTIEQUAL_-1203905556'), (u'CALL_-1203909926', u'INDIRECT_-1203904343'), (u'CALL_-1203910822', u'INDIRECT_-1203905170'), (u'INDIRECT_-1203904483', u'MULTIEQUAL_-1203904437'), (u'MULTIEQUAL_-1203904375', u'MULTIEQUAL_-1203904359'), (u'CALL_-1203909824', u'INDIRECT_-1203904652'), (u'COPY_-1203904615', u'PTRADD_-1203904597'), (u'CALL_-1203911625', u'INDIRECT_-1203905785'), (u'INT_NOTEQUAL_-1203911706', u'CBRANCH_-1203911704'), (u'CALL_-1203909824', u'INDIRECT_-1203905086'), (u'MULTIEQUAL_-1203905833', u'MULTIEQUAL_-1203905741'), (u'CALL_-1203909964', u'INDIRECT_-1203905185'), (u'LOAD_-1203912641', u'CALLIND_-1203910788'), (u'INT_EQUAL_-1203912386', u'CBRANCH_-1203912384'), (u'MULTIEQUAL_-1203907818', u'MULTIEQUAL_-1203907726'), (u'CALL_-1203911625', u'INDIRECT_-1203907785'), (u'INT_ADD_-1203912423', u'INT_NOTEQUAL_-1203912404'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906628'), (u'MULTIEQUAL_-1203905556', u'MULTIEQUAL_-1203905713'), ('tmp_25740', u'CALLIND_-1203910788'), (u'COPY_-1203911868', u'MULTIEQUAL_-1203905089'), (u'CALL_-1203909866', u'MULTIEQUAL_-1203908235'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906814'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904117'), (u'INDIRECT_-1203905412', u'MULTIEQUAL_-1203905381'), (u'MULTIEQUAL_-1203905984', u'MULTIEQUAL_-1203905948'), (u'LOAD_-1203911785', u'INT_EQUAL_-1203911658'), (u'INDIRECT_-1203905351', u'MULTIEQUAL_-1203905305'), (u'MULTIEQUAL_-1203904467', u'MULTIEQUAL_-1203904443'), ('const-8', u'INT_RIGHT_-1203912574'), (u'MULTIEQUAL_-1203906333', u'MULTIEQUAL_-1203906037'), (u'INDIRECT_-1203906984', u'MULTIEQUAL_-1203908318'), (u'INDIRECT_-1203904257', u'MULTIEQUAL_-1203904997'), (u'MULTIEQUAL_-1203905054', u'MULTIEQUAL_-1203905018'), (u'INDIRECT_-1203904910', u'MULTIEQUAL_-1203906681'), (u'INDIRECT_-1203904421', u'MULTIEQUAL_-1203904343'), ('const-8', u'INT_MULT_-1203909747'), (u'INDIRECT_-1203905430', u'MULTIEQUAL_-1203905609'), (u'MULTIEQUAL_-1203905535', u'MULTIEQUAL_-1203905502'), ('const-0', u'STORE_-1203909773'), (u'INDIRECT_-1203906279', u'MULTIEQUAL_-1203906373'), (u'INDIRECT_-1203906155', u'MULTIEQUAL_-1203906249'), (u'CALL_-1203911601', u'INDIRECT_-1203905892'), (u'MULTIEQUAL_-1203906060', u'MULTIEQUAL_-1203906147'), ('tmp_1368', u'CBRANCH_-1203911789'), (u'CALL_-1203909926', u'INDIRECT_-1203905273'), ('const-0', u'INT_EQUAL_-1203910515'), (u'INDIRECT_-1203905970', u'MULTIEQUAL_-1203905939'), (u'CALL_-1203909860', u'INDIRECT_-1203906920'), (u'INDIRECT_-1203905211', u'COPY_-1203903766'), (u'INDIRECT_-1203905033', u'MULTIEQUAL_-1203905240'), (u'CALL_-1203910822', u'INDIRECT_-1203905542'), (u'CALL_-1203909926', u'INT_EQUAL_-1203909902'), (u'CALL_-1203909401', u'INDIRECT_-1203904482'), (u'MULTIEQUAL_-1203905585', u'INT_NOTEQUAL_-1203911638'), (u'CALL_-1203911189', u'INDIRECT_-1203905873'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904427'), ('const-4', u'INT_AND_-1203911185'), (u'MULTIEQUAL_-1203904933', u'MULTIEQUAL_-1203904917'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904166'), (u'CALL_-1203909483', u'INDIRECT_-1203904074'), (u'CALL_-1203910822', u'INDIRECT_-1203905604'), (u'CALL_-1203909547', u'INDIRECT_-1203904745'), (u'INDIRECT_-1203904963', u'MULTIEQUAL_-1203905119'), (u'INDIRECT_-1203904723', u'MULTIEQUAL_-1203904443'), ('const-10', u'PTRADD_-1203904148'), (u'INDIRECT_-1203904661', u'MULTIEQUAL_-1203904868'), (u'LOAD_-1203911161', u'INT_ADD_-1203911121'), (u'INT_ZEXT_-1203909465', u'INT_MULT_-1203912377'), (u'CALL_-1203911601', u'INDIRECT_-1203905024'), (u'INDIRECT_-1203906518', u'MULTIEQUAL_-1203906457'), (u'MULTIEQUAL_-1203909024', u'INT_ADD_-1203911204'), (u'CALL_-1203909365', u'INDIRECT_-1203904751'), (u'INDIRECT_-1203904884', u'MULTIEQUAL_-1203903989'), (u'CALL_-1203909547', u'INDIRECT_-1203904001'), (u'MULTIEQUAL_-1203905227', u'MULTIEQUAL_-1203904869'), (u'MULTIEQUAL_-1203904963', u'MULTIEQUAL_-1203905426'), (u'CALL_-1203910547', u'INDIRECT_-1203904607'), (u'CALL_-1203909964', u'CAST_-1203903560'), (u'INDIRECT_-1203905591', u'MULTIEQUAL_-1203905311'), (u'LOAD_-1203910774', u'INT_ADD_-1203910722'), (u'CALL_-1203909866', u'INDIRECT_-1203904064'), (u'CALL_-1203911189', u'INDIRECT_-1203906059'), ('const-4', u'PTRADD_-1203904536'), ('const-0', u'COPY_-1203911893'), (u'PTRADD_-1203905141', u'MULTIEQUAL_-1203909212'), (u'INDIRECT_-1203906344', u'MULTIEQUAL_-1203906432'), (u'COPY_-1203904642', u'MULTIEQUAL_-1203908922'), (u'CAST_-1203904518', u'COPY_-1203904604'), (u'CALLIND_-1203912919', u'MULTIEQUAL_-1203907054'), ('tmp_3134', u'CBRANCH_-1203910829'), (u'INT_NOTEQUAL_-1203911547', u'CBRANCH_-1203911544'), (u'MULTIEQUAL_-1203905289', u'MULTIEQUAL_-1203905644'), (u'CALL_-1203911247', u'INDIRECT_-1203905412'), (u'MULTIEQUAL_-1203909212', u'CALLIND_-1203911127'), ('const-161', u'CALL_-1203912261'), (u'MULTIEQUAL_-1203905423', u'MULTIEQUAL_-1203905273'), (u'CALL_-1203909401', u'INDIRECT_-1203904978'), (u'INT_ADD_-1203909815', u'STORE_-1203909712'), (u'MULTIEQUAL_-1203906704', u'MULTIEQUAL_-1203906409'), (u'INDIRECT_-1203906138', u'MULTIEQUAL_-1203906176'), (u'INDIRECT_-1203904686', u'MULTIEQUAL_-1203904865'), (u'MULTIEQUAL_-1203904871', u'MULTIEQUAL_-1203904855'), (u'MULTIEQUAL_-1203904939', u'MULTIEQUAL_-1203905113'), (u'INDIRECT_-1203904414', u'MULTIEQUAL_-1203906185'), (u'INDIRECT_-1203905954', u'MULTIEQUAL_-1203905909'), (u'MULTIEQUAL_-1203905390', u'MULTIEQUAL_-1203905363'), ('tmp_25743', u'CALLIND_-1203911127'), (u'INDIRECT_-1203905783', u'MULTIEQUAL_-1203905647'), (u'CAST_-1203904923', u'LOAD_-1203912360'), (u'CALL_-1203910796', u'INDIRECT_-1203905580'), (u'CALL_-1203909860', u'INDIRECT_-1203904982'), (u'INDIRECT_-1203904483', u'MULTIEQUAL_-1203904405'), (u'MULTIEQUAL_-1203907953', u'PTRADD_-1203904148'), (u'MULTIEQUAL_-1203905361', u'MULTIEQUAL_-1203905211'), (u'MULTIEQUAL_-1203904669', u'MULTIEQUAL_-1203904653'), (u'INT_LESSEQUAL_-1203912531', u'CBRANCH_-1203912540'), (u'CALL_-1203910822', u'INDIRECT_-1203905914'), ('const-8', u'PTRADD_-1203903463'), (u'MULTIEQUAL_-1203904359', u'MULTIEQUAL_-1203904343'), (u'INDIRECT_-1203904381', u'MULTIEQUAL_-1203905121'), ('tmp_13161', u'CALL_-1203910796'), (u'INDIRECT_-1203904870', u'MULTIEQUAL_-1203905165'), (u'CALL_-1203909483', u'INDIRECT_-1203904136'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906566'), (u'LOAD_-1203911746', u'INT_SLESSEQUAL_-1203911719'), ('tmp_787', u'CBRANCH_-1203912361'), (u'INDIRECT_-1203905783', u'MULTIEQUAL_-1203905877'), (u'CALL_-1203909926', u'MULTIEQUAL_-1203906112'), (u'INDIRECT_-1203905535', u'MULTIEQUAL_-1203905629'), (u'COPY_-1203911882', u'MULTIEQUAL_-1203905213'), ('const-433', u'STORE_-1203909712'), (u'MULTIEQUAL_-1203905165', u'MULTIEQUAL_-1203905149'), (u'CALL_-1203909771', u'INDIRECT_-1203903860'), (u'MULTIEQUAL_-1203905459', u'MULTIEQUAL_-1203905922'), ('const-8', u'PTRADD_-1203903979'), (u'MULTIEQUAL_-1203905875', u'MULTIEQUAL_-1203905659'), (u'COPY_-1203904636', u'MULTIEQUAL_-1203908740'), (u'INDIRECT_-1203906504', u'MULTIEQUAL_-1203906433'), (u'MULTIEQUAL_-1203904979', u'MULTIEQUAL_-1203905334'), (u'MULTIEQUAL_-1203904715', u'MULTIEQUAL_-1203904691'), ('const-1', u'RETURN_-1203909766'), (u'CALL_-1203909824', u'INDIRECT_-1203904280'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904662'), ('tmp_4638', u'BRANCH_-1203909702'), (u'CALL_-1203909848', u'INDIRECT_-1203904939'), (u'CALL_-1203909483', u'INDIRECT_-1203904756'), (u'MULTIEQUAL_-1203905638', u'MULTIEQUAL_-1203905611'), (u'INDIRECT_-1203904560', u'MULTIEQUAL_-1203904855'), ('const-24', u'INT_ADD_-1203911260'), (u'MULTIEQUAL_-1203905895', u'MULTIEQUAL_-1203905785'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905538'), (u'INDIRECT_-1203904629', u'MULTIEQUAL_-1203905369'), ('const-433', u'LOAD_-1203910774'), ('const-8', u'INT_MULT_-1203912377'), (u'CAST_-1203904190', u'INT_EQUAL_-1203910711'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903807'), ('const-0', u'INT_EQUAL_-1203910479'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203906512'), (u'MULTIEQUAL_-1203907684', u'INT_MULT_-1203909747'), (u'INDIRECT_-1203906034', u'MULTIEQUAL_-1203906122'), ('const-0', u'COPY_-1203907924'), ('tmp_4261', u'CBRANCH_-1203910668'), ('tmp_4226', u'BRANCH_-1203909845'), (u'INDIRECT_-1203905876', u'MULTIEQUAL_-1203905737'), (u'LOAD_-1203909780', u'INT_ZEXT_-1203908235'), (u'MULTIEQUAL_-1203905721', u'MULTIEQUAL_-1203905688'), (u'INDIRECT_-1203904436', u'MULTIEQUAL_-1203904731'), (u'INDIRECT_-1203905473', u'MULTIEQUAL_-1203905567'), (u'MULTIEQUAL_-1203904777', u'MULTIEQUAL_-1203904753'), (u'CALL_-1203909824', u'INDIRECT_-1203904156'), (u'MULTIEQUAL_-1203905041', u'MULTIEQUAL_-1203905151'), (u'CALL_-1203909547', u'INDIRECT_-1203904187'), (u'INDIRECT_-1203905591', u'MULTIEQUAL_-1203905798'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905467'), ('tmp_3856', u'CBRANCH_-1203909742'), (u'MULTIEQUAL_-1203906238', u'MULTIEQUAL_-1203906395'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906194'), (u'CALL_-1203909483', u'INDIRECT_-1203904508'), (u'INDIRECT_-1203904662', u'MULTIEQUAL_-1203906433'), (u'MULTIEQUAL_-1203904545', u'MULTIEQUAL_-1203904529'), (u'MULTIEQUAL_-1203904691', u'MULTIEQUAL_-1203904865'), (u'CALL_-1203911601', u'INDIRECT_-1203905582'), ('const-59', u'INT_ADD_-1203911238'), (u'INDIRECT_-1203905597', u'MULTIEQUAL_-1203905691'), (u'CALL_-1203909926', u'INDIRECT_-1203904529'), (u'INDIRECT_-1203906262', u'MULTIEQUAL_-1203906300'), ('const-0', u'COPY_-1203912033'), (u'INDIRECT_-1203906655', u'COPY_-1203906679'), (u'MULTIEQUAL_-1203904405', u'MULTIEQUAL_-1203904381'), (u'COPY_-1203904615', u'COPY_-1203904624'), (u'CALL_-1203911968', u'INDIRECT_-1203905473'), (u'MULTIEQUAL_-1203904894', u'MULTIEQUAL_-1203904867'), (u'INDIRECT_-1203905405', u'MULTIEQUAL_-1203905612'), (u'CALL_-1203909195', u'INDIRECT_-1203904962'), (u'MULTIEQUAL_-1203905213', u'MULTIEQUAL_-1203905121'), (u'INDIRECT_-1203905848', u'MULTIEQUAL_-1203905936'), (u'MULTIEQUAL_-1203905413', u'MULTIEQUAL_-1203905397'), (u'CALL_-1203911189', u'INDIRECT_-1203906121'), (u'CALL_-1203911968', u'INDIRECT_-1203906403'), (u'MULTIEQUAL_-1203905895', u'MULTIEQUAL_-1203905803'), (u'INDIRECT_-1203904529', u'MULTIEQUAL_-1203904685'), (u'CALL_-1203909547', u'INDIRECT_-1203904497'), (u'INDIRECT_-1203905662', u'MULTIEQUAL_-1203905750'), ('const-3465694', u'COPY_-1203903370'), (u'CALL_-1203911189', u'INDIRECT_-1203905749'), (u'INDIRECT_-1203904069', u'MULTIEQUAL_-1203905713'), (u'CALL_-1203909547', u'INDIRECT_-1203904931'), (u'CALL_-1203911625', u'INDIRECT_-1203905723'), (u'CALL_-1203909483', u'INDIRECT_-1203904012'), (u'CALL_-1203909926', u'INDIRECT_-1203904653'), (u'MULTIEQUAL_-1203906495', u'MULTIEQUAL_-1203906279'), (u'CALL_-1203910822', u'INDIRECT_-1203905728'), (u'INT_MULT_-1203911282', u'CALL_-1203909866'), ('const-0', u'COPY_-1203912020'), (u'COPY_-1203903482', u'CALL_-1203909771'), (u'MULTIEQUAL_-1203905750', u'MULTIEQUAL_-1203905680'), (u'INDIRECT_-1203906828', u'MULTIEQUAL_-1203906767'), (u'INDIRECT_-1203905343', u'MULTIEQUAL_-1203905550'), (u'CALLIND_-1203911127', u'INT_NOTEQUAL_-1203911112'), (u'MULTIEQUAL_-1203905847', u'MULTIEQUAL_-1203906202'), (u'INDIRECT_-1203905187', u'MULTIEQUAL_-1203905927'), (u'CALL_-1203909365', u'INDIRECT_-1203904007'), (u'CALL_-1203909848', u'INDIRECT_-1203905249'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904562'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203906388'), (u'INDIRECT_-1203904822', u'MULTIEQUAL_-1203904683'), (u'INDIRECT_-1203905909', u'MULTIEQUAL_-1203905865'), (u'CALL_-1203910796', u'INDIRECT_-1203905952'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904476'), (u'MULTIEQUAL_-1203905886', u'MULTIEQUAL_-1203905859'), ('const-38', u'PTRADD_-1203905043'), (u'INDIRECT_-1203908138', u'MULTIEQUAL_-1203908161'), (u'LOAD_-1203912497', u'INT_ADD_-1203912389'), (u'CALL_-1203909248', u'INDIRECT_-1203905042'), (u'MULTIEQUAL_-1203904995', u'MULTIEQUAL_-1203904979'), (u'COPY_-1203903501', u'CALL_-1203909304'), (u'CALL_-1203910765', u'INDIRECT_-1203905947'), (u'CALL_-1203909365', u'INDIRECT_-1203904193'), ('const--168', u'PTRSUB_-1203904320'), ('const-0', u'STORE_-1203909919'), ('const-433', u'LOAD_-1203912497'), ('const-58', u'INT_ADD_-1203912344'), (u'MULTIEQUAL_-1203906581', u'MULTIEQUAL_-1203906285'), ('const-433', u'LOAD_-1203911276'), (u'INDIRECT_-1203905828', u'MULTIEQUAL_-1203905866'), (u'INDIRECT_-1203904622', u'MULTIEQUAL_-1203904917'), (u'CALL_-1203909483', u'INDIRECT_-1203905004'), ('const--144', u'PTRSUB_-1203904652'), ('const-480', u'INT_ADD_-1203912625'), (u'INDIRECT_-1203904498', u'MULTIEQUAL_-1203904793'), (u'PTRSUB_-1203904652', u'COPY_-1203904642'), ('const-1', u'RETURN_-1203909478'), ('tmp_1302', u'CBRANCH_-1203911836'), (u'INDIRECT_-1203905876', u'MULTIEQUAL_-1203904981'), ('tmp_1664', u'CBRANCH_-1203911564'), (u'INDIRECT_-1203905079', u'MULTIEQUAL_-1203905053'), (u'INDIRECT_-1203906341', u'INT_NOTEQUAL_-1203911841'), (u'INDIRECT_-1203904565', u'MULTIEQUAL_-1203906209'), (u'MULTIEQUAL_-1203907104', u'MULTIEQUAL_-1203907089'), (u'MULTIEQUAL_-1203904753', u'MULTIEQUAL_-1203904927'), (u'CALL_-1203909848', u'INDIRECT_-1203905001'), (u'CALLIND_-1203912919', u'INDIRECT_-1203908566'), (u'MULTIEQUAL_-1203905351', u'MULTIEQUAL_-1203905335'), (u'MULTIEQUAL_-1203905051', u'MULTIEQUAL_-1203904901'), (u'MULTIEQUAL_-1203906548', u'MULTIEQUAL_-1203906704'), ('const--152', u'PTRSUB_-1203904806'), (u'INDIRECT_-1203905598', u'MULTIEQUAL_-1203905567'), (u'CALL_-1203911625', u'INDIRECT_-1203905289'), ('tmp_13153', u'PTRADD_-1203905043'), (u'CAST_-1203903393', u'STORE_-1203909706'), ('const--144', u'PTRSUB_-1203904786'), ('const-433', u'LOAD_-1203910559'), (u'CALL_-1203910765', u'INDIRECT_-1203905823'), (u'CALL_-1203909547', u'INDIRECT_-1203904559'), (u'MULTIEQUAL_-1203906031', u'MULTIEQUAL_-1203905998'), (u'CALL_-1203909365', u'INDIRECT_-1203904255'), (u'CALL_-1203911189', u'INDIRECT_-1203906245'), (u'CALL_-1203911625', u'INDIRECT_-1203905351'), (u'PTRSUB_-1203904694', u'COPY_-1203911875'), (u'CALL_-1203911601', u'INDIRECT_-1203905148'), (u'INT_ADD_-1203911197', u'CAST_-1203905129'), ('tmp_232', u'CBRANCH_-1203912852'), (u'INDIRECT_-1203906642', u'MULTIEQUAL_-1203906581'), ('tmp_25742', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904600', u'MULTIEQUAL_-1203906371'), (u'CALL_-1203910547', u'INDIRECT_-1203907165'), ('const-58', u'INT_ADD_-1203912363'), (u'MULTIEQUAL_-1203906019', u'MULTIEQUAL_-1203905909'), (u'MULTIEQUAL_-1203905165', u'MULTIEQUAL_-1203904807'), (u'INT_NOTEQUAL_-1203910923', u'CBRANCH_-1203910917'), (u'CALL_-1203910796', u'INDIRECT_-1203906262'), (u'LOAD_-1203910774', u'INT_SLESSEQUAL_-1203910741'), (u'CALL_-1203909401', u'INDIRECT_-1203904358'), (u'INDIRECT_-1203905125', u'MULTIEQUAL_-1203905865'), (u'INDIRECT_-1203905699', u'MULTIEQUAL_-1203905673'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906690'), (u'MULTIEQUAL_-1203905249', u'MULTIEQUAL_-1203905423'), (u'INDIRECT_-1203906559', u'COPY_-1203906606'), (u'MULTIEQUAL_-1203909024', u'CALLIND_-1203911127'), (u'MULTIEQUAL_-1203905771', u'MULTIEQUAL_-1203905679'), (u'CALL_-1203909771', u'INDIRECT_-1203903984'), (u'MULTIEQUAL_-1203904806', u'MULTIEQUAL_-1203904770'), ('const-433', u'LOAD_-1203910575'), (u'CALL_-1203909848', u'INDIRECT_-1203904257'), (u'INDIRECT_-1203905836', u'MULTIEQUAL_-1203905775'), (u'STORE_-1203909818', u'INDIRECT_-1203906756'), (u'INDIRECT_-1203906031', u'MULTIEQUAL_-1203905895'), ('tmp_13153', u'PTRADD_-1203903953'), ('const-8', u'PTRADD_-1203905061'), (u'LOAD_-1203912970', u'CALLIND_-1203909347'), (u'CALL_-1203910765', u'INDIRECT_-1203904955'), (u'INDIRECT_-1203905413', u'MULTIEQUAL_-1203905367'), (u'CALL_-1203909401', u'INDIRECT_-1203904668'), (u'CALL_-1203909547', u'INDIRECT_-1203906559'), (u'INDIRECT_-1203905373', u'MULTIEQUAL_-1203906114'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904538'), (u'INDIRECT_-1203905343', u'INT_EQUAL_-1203910897'), ('const-4', u'INT_NOTEQUAL_-1203912314'), (u'INDIRECT_-1203906155', u'MULTIEQUAL_-1203906264'), (u'INDIRECT_-1203906325', u'MULTIEQUAL_-1203906285'), (u'INDIRECT_-1203904884', u'MULTIEQUAL_-1203905458'), (u'CALL_-1203911222', u'INDIRECT_-1203905457'), (u'MULTIEQUAL_-1203904877', u'MULTIEQUAL_-1203905051'), ('const-433', u'LOAD_-1203910740'), (u'INT_EQUAL_-1203910897', u'CBRANCH_-1203910890'), (u'CALL_-1203909824', u'INDIRECT_-1203906900'), ('tmp_13151', u'PTRSUB_-1203904652'), (u'INT_EQUAL_-1203910479', u'CBRANCH_-1203910477'), (u'CALL_-1203911189', u'INDIRECT_-1203905997'), (u'INDIRECT_-1203905504', u'MULTIEQUAL_-1203906078'), (u'MULTIEQUAL_-1203905485', u'MULTIEQUAL_-1203905335'), (u'MULTIEQUAL_-1203904617', u'MULTIEQUAL_-1203904467'), (u'CALL_-1203909547', u'INDIRECT_-1203904869'), (u'INT_ADD_-1203912625', u'CAST_-1203905024'), (u'CALL_-1203909964', u'INDIRECT_-1203906875'), (u'COPY_-1203905101', u'INT_ADD_-1203912423'), (u'CALL_-1203909926', u'INDIRECT_-1203904963'), (u'PTRADD_-1203903532', u'STORE_-1203909818'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905836'), ('tmp_4663', u'BRANCH_-1203909362'), (u'LOAD_-1203910667', u'INT_ADD_-1203910559'), (u'CALL_-1203909771', u'INDIRECT_-1203904976'), (u'MULTIEQUAL_-1203905688', u'MULTIEQUAL_-1203905618'), (u'INDIRECT_-1203905822', u'MULTIEQUAL_-1203905751'), (u'CAST_-1203903560', u'PTRADD_-1203903463'), (u'MULTIEQUAL_-1203906581', u'MULTIEQUAL_-1203906527'), (u'CALL_-1203911189', u'INDIRECT_-1203906183'), (u'INDIRECT_-1203906070', u'MULTIEQUAL_-1203905999'), (u'INT_EQUAL_-1203910711', u'CBRANCH_-1203910709'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906158'), (u'MULTIEQUAL_-1203905328', u'MULTIEQUAL_-1203905301'), (u'CALL_-1203909860', u'INDIRECT_-1203904424'), (u'CALL_-1203909483', u'INDIRECT_-1203904384'), (u'COPY_-1203911893', u'MULTIEQUAL_-1203905275'), (u'CALL_-1203909365', u'INDIRECT_-1203904875'), (u'INDIRECT_-1203906155', u'MULTIEQUAL_-1203906019'), (u'MULTIEQUAL_-1203905928', u'MULTIEQUAL_-1203906085'), (u'CAST_-1203903923', u'LOAD_-1203910740'), (u'INDIRECT_-1203905351', u'MULTIEQUAL_-1203905273'), (u'CALL_-1203910796', u'INDIRECT_-1203906448'), (u'INDIRECT_-1203905907', u'MULTIEQUAL_-1203906016'), (u'MULTIEQUAL_-1203907657', u'INT_ADD_-1203910427'), (u'CALL_-1203909848', u'INDIRECT_-1203904505'), (u'MULTIEQUAL_-1203906643', u'MULTIEQUAL_-1203906347'), (u'MULTIEQUAL_-1203905907', u'MULTIEQUAL_-1203905874'), (u'PTRADD_-1203905043', u'LOAD_-1203912497'), (u'INDIRECT_-1203906282', u'MULTIEQUAL_-1203906370'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904551'), (u'CALL_-1203909964', u'INDIRECT_-1203904317'), (u'CALL_-1203909860', u'INDIRECT_-1203904548'), (u'LOAD_-1203911726', u'CAST_-1203904518'), (u'MULTIEQUAL_-1203905813', u'MULTIEQUAL_-1203905597'), (u'INDIRECT_-1203905529', u'MULTIEQUAL_-1203905736'), (u'MULTIEQUAL_-1203906061', u'MULTIEQUAL_-1203905845'), (u'PTRADD_-1203911124', u'CAST_-1203905115'), (u'INDIRECT_-1203908148', u'COPY_-1203908207'), (u'CALL_-1203910765', u'INDIRECT_-1203905203'), (u'CALL_-1203910765', u'INDIRECT_-1203907513'), ('const-3465694', u'COPY_-1203903472'), (u'CALL_-1203911601', u'INDIRECT_-1203905086'), (u'CALL_-1203909824', u'INDIRECT_-1203905272'), ('const-8', u'PTRADD_-1203903961'), (u'LOAD_-1203911373', u'INT_NOTEQUAL_-1203911329'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906704'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904723'), (u'MULTIEQUAL_-1203905351', u'MULTIEQUAL_-1203904237'), (u'CALL_-1203910765', u'INDIRECT_-1203904893'), (u'INT_ZEXT_-1203908375', u'CAST_-1203903915'), (u'INDIRECT_-1203905761', u'MULTIEQUAL_-1203905735'), (u'INDIRECT_-1203905024', u'MULTIEQUAL_-1203905674'), (u'INDIRECT_-1203905946', u'MULTIEQUAL_-1203905875'), (u'CALL_-1203911968', u'INDIRECT_-1203905349'), (u'CALL_-1203910796', u'INDIRECT_-1203905642'), (u'CALL_-1203910796', u'INDIRECT_-1203905518'), ('tmp_716', u'CBRANCH_-1203912411'), (u'INDIRECT_-1203905256', u'MULTIEQUAL_-1203904361'), (u'CALL_-1203909248', u'INDIRECT_-1203904918'), (u'CALL_-1203909547', u'INDIRECT_-1203903939'), (u'INDIRECT_-1203905394', u'MULTIEQUAL_-1203905432'), ('tmp_859', u'CBRANCH_-1203912313'), (u'CAST_-1203903048', u'CALLIND_-1203909271'), (u'PTRADD_-1203905061', u'CAST_-1203904993'), ('const--200', u'PTRSUB_-1203904152'), (u'COPY_-1203904604', u'MULTIEQUAL_-1203908740'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906008'), (u'INDIRECT_-1203904793', u'MULTIEQUAL_-1203904715'), (u'INDIRECT_-1203905575', u'MULTIEQUAL_-1203905549'), (u'PTRADD_-1203903961', u'LOAD_-1203910667'), (u'MULTIEQUAL_-1203905273', u'MULTIEQUAL_-1203905249'), (u'INDIRECT_-1203905227', u'MULTIEQUAL_-1203905181'), (u'CALL_-1203909964', u'INDIRECT_-1203904193'), (u'INDIRECT_-1203906604', u'COPY_-1203906661'), (u'INDIRECT_-1203906256', u'MULTIEQUAL_-1203906185'), (u'MULTIEQUAL_-1203905661', u'MULTIEQUAL_-1203905771'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905830'), (u'INDIRECT_-1203906403', u'MULTIEQUAL_-1203906267'), ('const-433', u'LOAD_-1203912405'), ('tmp_13153', u'CALL_-1203911968'), ('const-4', u'PTRADD_-1203905141'), (u'INDIRECT_-1203904441', u'MULTIEQUAL_-1203906085'), (u'INDIRECT_-1203905132', u'MULTIEQUAL_-1203904237'), (u'INDIRECT_-1203906681', u'MULTIEQUAL_-1203907089'), (u'MULTIEQUAL_-1203906085', u'MULTIEQUAL_-1203906031'), (u'MULTIEQUAL_-1203905289', u'MULTIEQUAL_-1203905273'), (u'CALL_-1203909860', u'INDIRECT_-1203904920'), ('const--184', u'PTRSUB_-1203904437'), ('tmp_13151', u'PTRSUB_-1203904320'), ('const-4', u'PTRADD_-1203904003'), (u'INDIRECT_-1203906084', u'MULTIEQUAL_-1203906023'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203904361'), (u'INDIRECT_-1203907504', u'PTRADD_-1203910520'), ('tmp_13151', u'PTRSUB_-1203904806'), (u'INDIRECT_-1203905947', u'MULTIEQUAL_-1203905921'), (u'INDIRECT_-1203906628', u'MULTIEQUAL_-1203906557'), ('const-4', u'PTRADD_-1203904564'), (u'MULTIEQUAL_-1203904989', u'MULTIEQUAL_-1203904839'), (u'CALL_-1203909964', u'INDIRECT_-1203905247'), (u'CALL_-1203909547', u'INDIRECT_-1203903877'), (u'INT_ADD_-1203910626', u'CAST_-1203903768'), (u'INDIRECT_-1203906201', u'MULTIEQUAL_-1203906161'), (u'CAST_-1203903862', u'LOAD_-1203910575'), (u'INDIRECT_-1203906766', u'MULTIEQUAL_-1203906704'), (u'CALL_-1203911968', u'INDIRECT_-1203905845'), (u'CAST_-1203905289', u'LOAD_-1203912970'), (u'INDIRECT_-1203905165', u'MULTIEQUAL_-1203905119'), (u'MULTIEQUAL_-1203905087', u'MULTIEQUAL_-1203905550'), (u'INDIRECT_-1203905907', u'MULTIEQUAL_-1203906001'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904996'), (u'MULTIEQUAL_-1203906081', u'MULTIEQUAL_-1203905971'), (u'MULTIEQUAL_-1203907708', u'MULTIEQUAL_-1203908063'), (u'MULTIEQUAL_-1203905661', u'MULTIEQUAL_-1203906016'), (u'CALL_-1203909365', u'INDIRECT_-1203905061'), ('const-433', u'LOAD_-1203910964'), (u'CAST_-1203903560', u'STORE_-1203909940'), ('const-24', u'CALL_-1203909964'), (u'INDIRECT_-1203904955', u'MULTIEQUAL_-1203904929'), (u'INDIRECT_-1203905830', u'MULTIEQUAL_-1203905785'), (u'CALL_-1203909860', u'INDIRECT_-1203905168'), (u'CALL_-1203910796', u'INDIRECT_-1203906386'), (u'MULTIEQUAL_-1203907072', u'MULTIEQUAL_-1203907048'), (u'INDIRECT_-1203904760', u'MULTIEQUAL_-1203903865'), (u'CALL_-1203911222', u'INDIRECT_-1203906387'), (u'INDIRECT_-1203904793', u'MULTIEQUAL_-1203904747'), ('tmp_13151', u'PTRSUB_-1203904786'), (u'CALL_-1203909824', u'INDIRECT_-1203904838'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905033'), (u'INT_EQUAL_-1203911791', u'CBRANCH_-1203911789'), (u'CALL_-1203910547', u'INDIRECT_-1203904855'), (u'INDIRECT_-1203904855', u'MULTIEQUAL_-1203904777'), (u'MULTIEQUAL_-1203905337', u'MULTIEQUAL_-1203905245'), (u'MULTIEQUAL_-1203905175', u'MULTIEQUAL_-1203905025'), (u'CALL_-1203909964', u'INDIRECT_-1203904255'), ('const-0', u'INT_EQUAL_-1203911240'), (u'CALL_-1203911247', u'INDIRECT_-1203905722'), ('const-0', u'COPY_-1203905363'), (u'INDIRECT_-1203904607', u'MULTIEQUAL_-1203904561'), (u'INDIRECT_-1203906608', u'COPY_-1203906630'), (u'CALL_-1203909401', u'INDIRECT_-1203904296'), (u'MULTIEQUAL_-1203904901', u'MULTIEQUAL_-1203905364'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203904485'), (u'INDIRECT_-1203906572', u'MULTIEQUAL_-1203906610'), (u'INDIRECT_-1203906530', u'MULTIEQUAL_-1203906618'), (u'INDIRECT_-1203906468', u'MULTIEQUAL_-1203906556'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903683'), (u'INT_NOTEQUAL_-1203912364', u'CBRANCH_-1203912361'), (u'INDIRECT_-1203905148', u'MULTIEQUAL_-1203905103'), ('const-433', u'LOAD_-1203912539'), ('const-0', u'INT_NOTEQUAL_-1203911547'), (u'CAST_-1203903560', u'PTRADD_-1203903532'), (u'INDIRECT_-1203905724', u'MULTIEQUAL_-1203905812'), (u'INDIRECT_-1203904731', u'MULTIEQUAL_-1203904685'), ('const-0', u'INT_EQUAL_-1203911167'), (u'COPY_-1203904615', u'MULTIEQUAL_-1203908906'), (u'INDIRECT_-1203905535', u'MULTIEQUAL_-1203905399'), ('const-433', u'LOAD_-1203911673'), (u'CALL_-1203910765', u'INDIRECT_-1203905513'), ('const-433', u'LOAD_-1203911040'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905368'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905492'), (u'PTRSUB_-1203904475', u'CALL_-1203910547'), (u'CALL_-1203911247', u'INDIRECT_-1203905660'), (u'INDIRECT_-1203905070', u'MULTIEQUAL_-1203904931'), (u'CALL_-1203910547', u'INDIRECT_-1203904917'), ('const-2', u'PTRADD_-1203903589'), (u'INT_SLESSEQUAL_-1203911719', u'CBRANCH_-1203911727'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203905799'), (u'COPY_-1203911893', u'MULTIEQUAL_-1203905520'), ('const-8', u'INT_MULT_-1203910547'), (u'INT_LESS_-1203910685', u'CBRANCH_-1203910684'), (u'INT_ADD_-1203912423', u'INT_LESS_-1203909878'), (u'CALL_-1203909547', u'INDIRECT_-1203904621'), ('const-376', u'INT_ADD_-1203912913'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905405'), (u'CALL_-1203910753', u'INDIRECT_-1203905628'), ('const-4', u'PTRADD_-1203904024'), (u'MULTIEQUAL_-1203904555', u'MULTIEQUAL_-1203904405'), (u'MULTIEQUAL_-1203905461', u'MULTIEQUAL_-1203905369'), (u'CALL_-1203909365', u'INDIRECT_-1203904441'), (u'PTRSUB_-1203903871', u'INT_EQUAL_-1203910619'), (u'INT_LESSEQUAL_-1203910583', u'CBRANCH_-1203910581'), ('const-4', u'PTRADD_-1203904597'), (u'INDIRECT_-1203906077', u'MULTIEQUAL_-1203906037'), (u'MULTIEQUAL_-1203905647', u'INT_EQUAL_-1203911791'), (u'MULTIEQUAL_-1203908740', u'COPY_-1203904615'), (u'INDIRECT_-1203907165', u'MULTIEQUAL_-1203907104'), (u'INDIRECT_-1203906511', u'MULTIEQUAL_-1203906471'), (u'INT_ADD_-1203912363', u'CAST_-1203904930'), (u'PTRADD_-1203904597', u'CAST_-1203904527'), (u'MULTIEQUAL_-1203905001', u'MULTIEQUAL_-1203905175'), (u'INDIRECT_-1203905165', u'MULTIEQUAL_-1203905121'), ('const-4', u'PTRADD_-1203904607'), ('const-4', u'PTRADD_-1203904607'), (u'INDIRECT_-1203905414', u'MULTIEQUAL_-1203905502'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905724'), (u'CALL_-1203910822', u'INDIRECT_-1203905666'), (u'CALL_-1203910822', u'INDIRECT_-1203905046'), (u'CALL_-1203909483', u'INDIRECT_-1203904570'), (u'CALL_-1203911189', u'INDIRECT_-1203905625'), (u'INDIRECT_-1203905566', u'MULTIEQUAL_-1203906140'), (u'MULTIEQUAL_-1203906494', u'MULTIEQUAL_-1203906581'), (u'INDIRECT_-1203905642', u'MULTIEQUAL_-1203905680'), (u'CALL_-1203909964', u'INDIRECT_-1203904813'), ('const-8', u'PTRADD_-1203904536'), (u'INDIRECT_-1203905712', u'MULTIEQUAL_-1203905651'), (u'INDIRECT_-1203904999', u'MULTIEQUAL_-1203906643'), (u'CALL_-1203909848', u'INDIRECT_-1203904753'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904042'), (u'MULTIEQUAL_-1203905909', u'MULTIEQUAL_-1203906264'), (u'CALL_-1203909860', u'INDIRECT_-1203905230'), ('const-0', u'COPY_-1203905611'), (u'INT_SRIGHT_-1203912435', u'CAST_-1203904954'), ('tmp_4744', u'BRANCH_-1203910789'), (u'MULTIEQUAL_-1203907989', u'PTRADD_-1203903854'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905910'), (u'INDIRECT_-1203905211', u'MULTIEQUAL_-1203905367'), (u'MULTIEQUAL_-1203906122', u'MULTIEQUAL_-1203906052'), (u'CALL_-1203910753', u'INDIRECT_-1203905380'), (u'CALL_-1203909824', u'INDIRECT_-1203904218'), (u'INDIRECT_-1203904503', u'MULTIEQUAL_-1203906147'), (u'INDIRECT_-1203904218', u'MULTIEQUAL_-1203904868'), (u'INDIRECT_-1203905256', u'MULTIEQUAL_-1203905117'), (u'LOAD_-1203912360', u'INT_AND_-1203908484'), ('const-0', u'INT_NOTEQUAL_-1203910923'), (u'MULTIEQUAL_-1203905149', u'MULTIEQUAL_-1203905612'), (u'CALL_-1203909824', u'INDIRECT_-1203904528'), (u'CALL_-1203909365', u'INDIRECT_-1203904999'), (u'CALL_-1203909304', u'INDIRECT_-1203904221'), (u'CALL_-1203911189', u'INDIRECT_-1203906369'), (u'INDIRECT_-1203904715', u'MULTIEQUAL_-1203904871'), (u'INT_AND_-1203908484', u'INT_EQUAL_-1203911223'), (u'PTRSUB_-1203904806', u'CALL_-1203911222'), ('tmp_1700', u'CBRANCH_-1203911544'), (u'MULTIEQUAL_-1203905113', u'MULTIEQUAL_-1203904963'), (u'INT_NOTEQUAL_-1203912404', u'CBRANCH_-1203912403'), (u'MULTIEQUAL_-1203905609', u'MULTIEQUAL_-1203905459'), (u'CALL_-1203909866', u'INDIRECT_-1203904560'), (u'INT_ADD_-1203912389', u'CAST_-1203904944'), ('const-433', u'STORE_-1203909706'), ('const-24', u'PTRADD_-1203911124'), (u'CALL_-1203909866', u'INDIRECT_-1203905180'), (u'LOAD_-1203910780', u'INT_ZEXT_-1203908375'), (u'INDIRECT_-1203905046', u'MULTIEQUAL_-1203905018'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904785'), (u'INDIRECT_-1203905405', u'MULTIEQUAL_-1203905125'), (u'INDIRECT_-1203904798', u'MULTIEQUAL_-1203904770'), (u'CALL_-1203909848', u'INDIRECT_-1203905187'), (u'MULTIEQUAL_-1203906341', u'MULTIEQUAL_-1203906308'), (u'INDIRECT_-1203905182', u'MULTIEQUAL_-1203905361'), (u'INDIRECT_-1203905396', u'MULTIEQUAL_-1203905351'), (u'CALL_-1203911247', u'INDIRECT_-1203906528'), (u'MULTIEQUAL_-1203905413', u'MULTIEQUAL_-1203905768'), (u'MULTIEQUAL_-1203905585', u'MULTIEQUAL_-1203905493'), ('const-2', u'PTRADD_-1203903532'), (u'INT_EQUAL_-1203911167', u'CBRANCH_-1203911165'), (u'INDIRECT_-1203905118', u'MULTIEQUAL_-1203905413'), (u'CALL_-1203910753', u'INDIRECT_-1203904884'), (u'INDIRECT_-1203905969', u'MULTIEQUAL_-1203905833'), (u'INT_EQUAL_-1203912335', u'CBRANCH_-1203912333'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203906267'), (u'MULTIEQUAL_-1203907054', u'INT_LESSEQUAL_-1203910775'), ('const-0', u'COPY_-1203904793'), (u'INDIRECT_-1203904972', u'MULTIEQUAL_-1203906743'), (u'INDIRECT_-1203906076', u'MULTIEQUAL_-1203906114'), ('const-433', u'LOAD_-1203910582'), (u'CALL_-1203909824', u'INDIRECT_-1203904590'), (u'MULTIEQUAL_-1203905204', u'MULTIEQUAL_-1203905177'), ('const-8', u'INT_MULT_-1203910428'), (u'INDIRECT_-1203905597', u'INT_NOTEQUAL_-1203911950'), (u'INDIRECT_-1203906341', u'MULTIEQUAL_-1203906205'), (u'MULTIEQUAL_-1203905514', u'MULTIEQUAL_-1203905487'), (u'COPY_-1203905122', u'MULTIEQUAL_-1203906962'), (u'INDIRECT_-1203905537', u'MULTIEQUAL_-1203905459'), (u'CALL_-1203910765', u'INDIRECT_-1203905885'), (u'CAST_-1203903768', u'LOAD_-1203910642'), (u'INT_AND_-1203908261', u'INT_EQUAL_-1203912335'), ('tmp_276', u'BRANCH_-1203912787'), (u'CALLIND_-1203910788', u'MULTIEQUAL_-1203908400'), (u'INT_NOTEQUAL_-1203911570', u'CBRANCH_-1203911564'), (u'INT_LESS_-1203910388', u'CBRANCH_-1203910397'), (u'CALL_-1203911968', u'INDIRECT_-1203906341'), (u'CALL_-1203910796', u'INDIRECT_-1203906200'), (u'INDIRECT_-1203905914', u'MULTIEQUAL_-1203905886'), (u'INDIRECT_-1203906132', u'MULTIEQUAL_-1203906061'), (u'PTRADD_-1203904526', u'MULTIEQUAL_-1203908765'), (u'MULTIEQUAL_-1203905866', u'MULTIEQUAL_-1203906023'), (u'CALL_-1203910753', u'INDIRECT_-1203907504'), (u'CALL_-1203909964', u'INDIRECT_-1203904379'), (u'CALL_-1203911601', u'INDIRECT_-1203906202'), (u'COPY_-1203903391', u'CALL_-1203909401'), ('const-8', u'INT_RIGHT_-1203910144'), (u'COPY_-1203903456', u'CALL_-1203909248'), (u'CALL_-1203909547', u'INDIRECT_-1203904683'), (u'INDIRECT_-1203905723', u'MULTIEQUAL_-1203905679'), (u'CALL_-1203909860', u'INDIRECT_-1203904300'), (u'INDIRECT_-1203905120', u'MULTIEQUAL_-1203905299'), (u'INDIRECT_-1203904731', u'MULTIEQUAL_-1203904653'), (u'MULTIEQUAL_-1203906519', u'MULTIEQUAL_-1203906465'), (u'CALL_-1203911247', u'INDIRECT_-1203906342'), (u'CALL_-1203909304', u'INDIRECT_-1203904965'), (u'CAST_-1203905153', u'LOAD_-1203911276'), (u'INT_EQUAL_-1203911199', u'CBRANCH_-1203911195'), (u'INDIRECT_-1203905529', u'MULTIEQUAL_-1203905249'), (u'CALL_-1203911601', u'INDIRECT_-1203905954'), (u'INDIRECT_-1203904467', u'MULTIEQUAL_-1203904623'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905244'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906034'), (u'LOAD_-1203911064', u'CALLIND_-1203910954'), (u'INDIRECT_-1203905814', u'MULTIEQUAL_-1203904919'), (u'MULTIEQUAL_-1203906619', u'MULTIEQUAL_-1203906403'), (u'MULTIEQUAL_-1203906704', u'MULTIEQUAL_-1203906651'), (u'COPY_-1203912831', u'COPY_-1203905236'), ('const-433', u'LOAD_-1203910689'), (u'CALL_-1203909824', u'INDIRECT_-1203905148'), (u'CALL_-1203910765', u'INDIRECT_-1203904831'), (u'MULTIEQUAL_-1203905165', u'MULTIEQUAL_-1203905520'), (u'INDIRECT_-1203904567', u'MULTIEQUAL_-1203905307'), (u'MULTIEQUAL_-1203906494', u'MULTIEQUAL_-1203906424'), ('tmp_3710', u'CBRANCH_-1203909887'), (u'CALL_-1203909547', u'INDIRECT_-1203904125'), (u'INDIRECT_-1203908077', u'MULTIEQUAL_-1203908022'), ('tmp_3298', u'CBRANCH_-1203910709'), (u'INDIRECT_-1203905637', u'MULTIEQUAL_-1203905611'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905157'), (u'INT_AND_-1203911226', u'INT_EQUAL_-1203911240'), (u'INDIRECT_-1203906033', u'MULTIEQUAL_-1203905989'), ('const-2221', u'CALL_-1203909248'), (u'CALL_-1203909547', u'INDIRECT_-1203904373'), (u'INT_EQUAL_-1203911658', u'CBRANCH_-1203911655'), (u'INDIRECT_-1203906032', u'MULTIEQUAL_-1203906001'), (u'INT_NOTEQUAL_-1203912077', u'CBRANCH_-1203912072'), ('tmp_1569', u'CBRANCH_-1203911636'), (u'LOAD_-1203911252', u'INT_AND_-1203911226'), (u'INDIRECT_-1203906015', u'MULTIEQUAL_-1203905975'), (u'INT_RIGHT_-1203912574', u'MULTIEQUAL_-1203908400'), ('const-433', u'STORE_-1203909940'), (u'INDIRECT_-1203905604', u'MULTIEQUAL_-1203905576'), ('const-0', u'INT_EQUAL_-1203910670'), (u'COPY_-1203904663', u'MULTIEQUAL_-1203908765'), (u'INDIRECT_-1203903980', u'MULTIEQUAL_-1203905751'), (u'CAST_-1203904490', u'LOAD_-1203911673'), (u'MULTIEQUAL_-1203906205', u'MULTIEQUAL_-1203906114'), ('tmp_13162', u'CALLIND_-1203910954'), ('tmp_13153', u'CALLIND_-1203910954'), (u'INDIRECT_-1203906093', u'MULTIEQUAL_-1203905957'), (u'INDIRECT_-1203905063', u'MULTIEQUAL_-1203905803'), (u'INDIRECT_-1203905721', u'MULTIEQUAL_-1203905830'), (u'CALL_-1203910822', u'INDIRECT_-1203905480'), ('const-8', u'PTRADD_-1203903532'), ('tmp_519', u'CBRANCH_-1203912514'), ('const--168', u'PTRSUB_-1203904422'), (u'MULTIEQUAL_-1203905750', u'MULTIEQUAL_-1203905837'), (u'INDIRECT_-1203904281', u'MULTIEQUAL_-1203904437'), (u'CAST_-1203903560', u'PTRADD_-1203903598'), (u'CALL_-1203910796', u'INDIRECT_-1203906138'), (u'PTRADD_-1203903598', u'STORE_-1203909930'), ('const-3463708', u'COPY_-1203903501'), ('tmp_1459', u'CBRANCH_-1203911704'), (u'CALL_-1203910765', u'INDIRECT_-1203905761'), (u'INDIRECT_-1203906139', u'MULTIEQUAL_-1203906099'), (u'INDIRECT_-1203905876', u'MULTIEQUAL_-1203906450'), (u'INT_ADD_-1203911238', u'CAST_-1203905145'), (u'MULTIEQUAL_-1203906184', u'MULTIEQUAL_-1203906114'), (u'CALLIND_-1203910596', u'MULTIEQUAL_-1203907326'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905600'), (u'MULTIEQUAL_-1203904865', u'MULTIEQUAL_-1203904715'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904290'), (u'MULTIEQUAL_-1203907684', u'INT_NOTEQUAL_-1203909744'), (u'MULTIEQUAL_-1203906333', u'MULTIEQUAL_-1203906279'), (u'COPY_-1203903766', u'CALL_-1203909824'), (u'MULTIEQUAL_-1203905491', u'MULTIEQUAL_-1203905475'), (u'MULTIEQUAL_-1203905585', u'MULTIEQUAL_-1203905475'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905281'), (u'CAST_-1203905145', u'LOAD_-1203911252'), (u'CALL_-1203910822', u'INDIRECT_-1203905790'), (u'CALL_-1203910753', u'INDIRECT_-1203905194'), (u'MULTIEQUAL_-1203905494', u'MULTIEQUAL_-1203905651'), (u'CALL_-1203909848', u'INDIRECT_-1203905311'), (u'MULTIEQUAL_-1203905957', u'MULTIEQUAL_-1203905865'), (u'MULTIEQUAL_-1203905971', u'MULTIEQUAL_-1203906081'), (u'MULTIEQUAL_-1203905833', u'MULTIEQUAL_-1203905723'), (u'MULTIEQUAL_-1203905659', u'MULTIEQUAL_-1203905626'), (u'MULTIEQUAL_-1203904770', u'MULTIEQUAL_-1203904743'), (u'LOAD_-1203911186', u'CALLIND_-1203911127'), (u'CALL_-1203909771', u'INDIRECT_-1203904604'), (u'MULTIEQUAL_-1203908157', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904932', u'MULTIEQUAL_-1203905227'), (u'MULTIEQUAL_-1203905523', u'MULTIEQUAL_-1203905431'), ('const-1', u'PTRADD_-1203904526'), (u'INT_NOTEQUAL_-1203910773', u'CBRANCH_-1203910772'), ('const-1', u'PTRADD_-1203910520'), (u'INDIRECT_-1203908094', u'MULTIEQUAL_-1203908048'), ('const-0', u'INT_NOTEQUAL_-1203912364'), ('tmp_2872', u'CBRANCH_-1203910531'), (u'PTRADD_-1203904564', u'CAST_-1203904490'), (u'LOAD_-1203912405', u'MULTIEQUAL_-1203909024'), (u'MULTIEQUAL_-1203905227', u'MULTIEQUAL_-1203904113'), (u'MULTIEQUAL_-1203907989', u'PTRADD_-1203904024'), (u'LOAD_-1203911070', u'INT_ADD_-1203910948'), (u'CALL_-1203909771', u'INDIRECT_-1203904914'), ('const-0', u'COPY_-1203905549'), (u'MULTIEQUAL_-1203905723', u'MULTIEQUAL_-1203905833'), (u'INDIRECT_-1203903945', u'MULTIEQUAL_-1203905589'), ('tmp_25744', u'LOAD_-1203910497'), ('tmp_1001', u'CBRANCH_-1203912403'), (u'CALL_-1203911222', u'INDIRECT_-1203905395'), (u'MULTIEQUAL_-1203908161', u'MULTIEQUAL_-1203908318'), (u'MULTIEQUAL_-1203905751', u'MULTIEQUAL_-1203905535'), (u'CALL_-1203909964', u'INDIRECT_-1203904937'), (u'INDIRECT_-1203904669', u'MULTIEQUAL_-1203904623'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904599'), (u'MULTIEQUAL_-1203905119', u'MULTIEQUAL_-1203905103'), (u'MULTIEQUAL_-1203906643', u'MULTIEQUAL_-1203906589'), (u'MULTIEQUAL_-1203905736', u'MULTIEQUAL_-1203905700'), (u'INT_EQUAL_-1203911680', u'CBRANCH_-1203911678'), (u'CALLIND_-1203909347', u'INDIRECT_-1203906724'), (u'MULTIEQUAL_-1203905647', u'MULTIEQUAL_-1203905537'), (u'INDIRECT_-1203906217', u'MULTIEQUAL_-1203906326'), (u'MULTIEQUAL_-1203905273', u'MULTIEQUAL_-1203905736'), (u'CALL_-1203910547', u'INDIRECT_-1203905413'), (u'INDIRECT_-1203905661', u'MULTIEQUAL_-1203905617'), (u'MULTIEQUAL_-1203905041', u'MULTIEQUAL_-1203905025'), (u'CALL_-1203909771', u'INDIRECT_-1203904046'), (u'MULTIEQUAL_-1203905178', u'MULTIEQUAL_-1203905142'), (u'MULTIEQUAL_-1203904731', u'MULTIEQUAL_-1203904715'), ('tmp_322', u'CBRANCH_-1203912615'), (u'INDIRECT_-1203904946', u'MULTIEQUAL_-1203904051'), (u'MULTIEQUAL_-1203905804', u'MULTIEQUAL_-1203905961'), (u'INDIRECT_-1203904934', u'MULTIEQUAL_-1203905113'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903993'), (u'INDIRECT_-1203906093', u'MULTIEQUAL_-1203906187'), (u'CALL_-1203911601', u'INDIRECT_-1203905272'), (u'CALL_-1203911625', u'INDIRECT_-1203905475'), (u'MULTIEQUAL_-1203905399', u'MULTIEQUAL_-1203905289'), (u'INDIRECT_-1203907343', u'MULTIEQUAL_-1203907535'), (u'CALL_-1203911247', u'INDIRECT_-1203905908'), (u'INDIRECT_-1203905790', u'MULTIEQUAL_-1203905762'), (u'CALL_-1203909848', u'INDIRECT_-1203905125'), (u'INDIRECT_-1203904724', u'MULTIEQUAL_-1203906495'), (u'CALL_-1203911189', u'INDIRECT_-1203905563'), (u'INDIRECT_-1203904884', u'MULTIEQUAL_-1203904745'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203906450'), (u'MULTIEQUAL_-1203906618', u'MULTIEQUAL_-1203906548'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904786'), (u'INDIRECT_-1203905774', u'MULTIEQUAL_-1203905713'), (u'INDIRECT_-1203904590', u'MULTIEQUAL_-1203905240'), (u'MULTIEQUAL_-1203905651', u'MULTIEQUAL_-1203905597'), (u'INDIRECT_-1203904104', u'MULTIEQUAL_-1203905875'), (u'MULTIEQUAL_-1203906300', u'MULTIEQUAL_-1203906457'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904910'), (u'PTRADD_-1203903953', u'LOAD_-1203910657'), (u'INDIRECT_-1203906466', u'MULTIEQUAL_-1203906435'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906468'), (u'MULTIEQUAL_-1203905837', u'MULTIEQUAL_-1203905783'), (u'CALL_-1203911625', u'INDIRECT_-1203905847'), (u'MULTIEQUAL_-1203905860', u'MULTIEQUAL_-1203905824'), (u'INDIRECT_-1203904689', u'MULTIEQUAL_-1203906333'), (u'INDIRECT_-1203905659', u'MULTIEQUAL_-1203905753'), (u'INDIRECT_-1203907504', u'MULTIEQUAL_-1203906594'), ('tmp_4532', u'CBRANCH_-1203911111'), ('const-7', u'INT_AND_-1203905075'), ('const-4', u'PTRADD_-1203904590'), (u'CALLIND_-1203910954', u'INDIRECT_-1203907343'), (u'INDIRECT_-1203906394', u'MULTIEQUAL_-1203906333'), ('const-8', u'INT_MULT_-1203911282'), (u'MULTIEQUAL_-1203904421', u'MULTIEQUAL_-1203904405'), (u'CALL_-1203909866', u'INDIRECT_-1203905242'), (u'MULTIEQUAL_-1203905680', u'MULTIEQUAL_-1203905837'), ('const-1', u'RETURN_-1203912256'), (u'MULTIEQUAL_-1203906457', u'MULTIEQUAL_-1203906161'), ('const-38', u'PTRADD_-1203903961'), ('tmp_4762', u'BRANCH_-1203909339'), (u'LOAD_-1203912610', u'INT_RIGHT_-1203912574'), (u'CAST_-1203904522', u'INT_SLESSEQUAL_-1203911719'), (u'INDIRECT_-1203905108', u'MULTIEQUAL_-1203905080'), (u'CALL_-1203911222', u'INDIRECT_-1203906077'), ('const-1', u'INT_ADD_-1203910427'), (u'MULTIEQUAL_-1203906176', u'MULTIEQUAL_-1203906333'), (u'MULTIEQUAL_-1203904685', u'MULTIEQUAL_-1203904669'), (u'CALL_-1203909848', u'INDIRECT_-1203904443'), (u'MULTIEQUAL_-1203905461', u'MULTIEQUAL_-1203905351'), (u'INDIRECT_-1203906096', u'MULTIEQUAL_-1203906184'), (u'STORE_-1203910454', u'INDIRECT_-1203907091'), (u'CALL_-1203909866', u'INDIRECT_-1203904808'), ('const-36', u'PTRADD_-1203903979'), ('tmp_1533', u'CBRANCH_-1203911655'), ('const-16', u'INT_ADD_-1203911204'), (u'PTRADD_-1203904607', u'CAST_-1203904532'), (u'MULTIEQUAL_-1203907708', u'MULTIEQUAL_-1203906594'), (u'INDIRECT_-1203907542', u'MULTIEQUAL_-1203907499'), (u'MULTIEQUAL_-1203905181', u'MULTIEQUAL_-1203905165'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904872'), (u'INDIRECT_-1203904901', u'MULTIEQUAL_-1203905057'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904675'), ('tmp_3548', u'CBRANCH_-1203911196'), (u'CALL_-1203912261', u'INDIRECT_-1203906458'), (u'INDIRECT_-1203905242', u'MULTIEQUAL_-1203905537'), (u'CALL_-1203909964', u'INDIRECT_-1203905309'), (u'LOAD_-1203910642', u'INT_EQUAL_-1203910619'), (u'CALL_-1203909866', u'INDIRECT_-1203904994'), ('const-3376044', u'COPY_-1203903456'), (u'CALL_-1203909401', u'INDIRECT_-1203904172'), (u'MULTIEQUAL_-1203905936', u'MULTIEQUAL_-1203906023'), (u'PTRSUB_-1203904320', u'INT_NOTEQUAL_-1203910830'), (u'MULTIEQUAL_-1203907072', u'MULTIEQUAL_-1203907535'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905972'), (u'INDIRECT_-1203904822', u'MULTIEQUAL_-1203903927'), (u'MULTIEQUAL_-1203904653', u'MULTIEQUAL_-1203904629'), (u'PTRSUB_-1203905250', u'CALL_-1203909365'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904055'), ('const-1476224', u'PTRSUB_-1203905104'), (u'INDIRECT_-1203905580', u'MULTIEQUAL_-1203905618'), (u'CALL_-1203911625', u'INDIRECT_-1203905103'), (u'INDIRECT_-1203904946', u'MULTIEQUAL_-1203904807'), (u'INDIRECT_-1203905467', u'MULTIEQUAL_-1203905674'), ('const-433', u'LOAD_-1203910709'), (u'COPY_-1203905023', u'CALL_-1203912261'), (u'INDIRECT_-1203904937', u'MULTIEQUAL_-1203906581'), (u'INDIRECT_-1203904855', u'MULTIEQUAL_-1203904809'), (u'MULTIEQUAL_-1203905775', u'MULTIEQUAL_-1203905721'), (u'CAST_-1203904474', u'MULTIEQUAL_-1203908874'), (u'INDIRECT_-1203905132', u'MULTIEQUAL_-1203905706'), (u'COPY_-1203912908', u'MULTIEQUAL_-1203906713'), (u'INDIRECT_-1203905650', u'MULTIEQUAL_-1203905589'), ('const-433', u'STORE_-1203909818'), (u'CALL_-1203909483', u'INDIRECT_-1203904632'), ('const--216', u'PTRSUB_-1203904475'), (u'PTRSUB_-1203904475', u'CALLIND_-1203910954'), (u'INDIRECT_-1203904922', u'MULTIEQUAL_-1203904894'), (u'INDIRECT_-1203904228', u'MULTIEQUAL_-1203905999'), (u'CALL_-1203909848', u'INDIRECT_-1203904691'), (u'INDIRECT_-1203905017', u'MULTIEQUAL_-1203904991'), (u'LOAD_-1203911211', u'INT_AND_-1203911185'), (u'MULTIEQUAL_-1203906052', u'MULTIEQUAL_-1203906209'), (u'INDIRECT_-1203906724', u'MULTIEQUAL_-1203908480'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905774'), (u'CALL_-1203910765', u'INDIRECT_-1203905637'), (u'INDIRECT_-1203905041', u'MULTIEQUAL_-1203904995'), (u'INDIRECT_-1203905814', u'MULTIEQUAL_-1203905675'), (u'INDIRECT_-1203905244', u'MULTIEQUAL_-1203905423'), (u'COPY_-1203903380', u'CALL_-1203909195'), (u'MULTIEQUAL_-1203905103', u'MULTIEQUAL_-1203905213'), ('tmp_4062', u'BRANCH_-1203909821'), (u'CAST_-1203904082', u'LOAD_-1203910582'), (u'INDIRECT_-1203905474', u'MULTIEQUAL_-1203905443'), ('tmp_13153', u'LOAD_-1203913010'), (u'MULTIEQUAL_-1203904405', u'MULTIEQUAL_-1203904868'), ('const-0', u'COPY_-1203907819'), (u'CALL_-1203911968', u'INDIRECT_-1203905597'), (u'CALL_-1203910547', u'INDIRECT_-1203905475'), (u'MULTIEQUAL_-1203908318', u'MULTIEQUAL_-1203908264'), (u'INDIRECT_-1203904877', u'MULTIEQUAL_-1203905617'), (u'LOAD_-1203911220', u'INT_ADD_-1203911197'), (u'PTRSUB_-1203904806', u'CALL_-1203911968'), (u'CALL_-1203909401', u'INDIRECT_-1203903924'), ('const-433', u'STORE_-1203909824'), (u'INDIRECT_-1203906406', u'MULTIEQUAL_-1203906494'), (u'CALL_-1203909860', u'INDIRECT_-1203904796'), (u'INT_NOTEQUAL_-1203911112', u'CBRANCH_-1203911111'), (u'INDIRECT_-1203906704', u'INT_EQUAL_-1203909742'), (u'CALL_-1203909866', u'INDIRECT_-1203905056'), ('const-8', u'PTRADD_-1203903764'), (u'MULTIEQUAL_-1203905874', u'MULTIEQUAL_-1203905804'), (u'COPY_-1203907924', u'MULTIEQUAL_-1203907657'), (u'INDIRECT_-1203905327', u'MULTIEQUAL_-1203905301'), (u'MULTIEQUAL_-1203905351', u'MULTIEQUAL_-1203905706'), (u'MULTIEQUAL_-1203905812', u'MULTIEQUAL_-1203905899'), (u'INT_EQUAL_-1203911240', u'CBRANCH_-1203911236'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906344'), ('const-24', u'PTRADD_-1203910520'), (u'INDIRECT_-1203904813', u'MULTIEQUAL_-1203906457'), (u'CALL_-1203909547', u'INDIRECT_-1203904063'), (u'INDIRECT_-1203905210', u'MULTIEQUAL_-1203905860'), (u'CALL_-1203911625', u'INDIRECT_-1203906033'), (u'INT_ADD_-1203911204', u'CAST_-1203905134'), (u'INDIRECT_-1203904839', u'MULTIEQUAL_-1203904995'), (u'CALL_-1203910765', u'INDIRECT_-1203905451'), (u'LOAD_-1203911040', u'CALLIND_-1203910954'), ('const-1', u'PTRADD_-1203903463'), (u'PTRADD_-1203904003', u'CAST_-1203903938'), (u'CALL_-1203909866', u'INDIRECT_-1203904498'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203905737'), (u'CALL_-1203909547', u'INDIRECT_-1203904311'), (u'INT_ADD_-1203912423', u'CALLIND_-1203910954'), (u'CALL_-1203909848', u'INDIRECT_-1203905373'), (u'INDIRECT_-1203904691', u'MULTIEQUAL_-1203905431'), (u'MULTIEQUAL_-1203908480', u'MULTIEQUAL_-1203908264'), (u'MULTIEQUAL_-1203905877', u'CALL_-1203911222'), (u'LOAD_-1203910709', u'INT_SUB_-1203910660'), ('const-4', u'PTRADD_-1203904136'), ('tmp_13151', u'PTRSUB_-1203904694'), (u'MULTIEQUAL_-1203904381', u'MULTIEQUAL_-1203904555'), (u'INDIRECT_-1203905476', u'MULTIEQUAL_-1203905564'), (u'MULTIEQUAL_-1203905337', u'MULTIEQUAL_-1203905227'), (u'MULTIEQUAL_-1203906019', u'MULTIEQUAL_-1203905927'), (u'MULTIEQUAL_-1203905211', u'MULTIEQUAL_-1203905674'), (u'INT_ADD_-1203909815', u'STORE_-1203909818'), (u'CALL_-1203909195', u'INDIRECT_-1203906528'), (u'CALL_-1203912261', u'INDIRECT_-1203906582'), (u'INDIRECT_-1203907785', u'MULTIEQUAL_-1203907726'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906766'), (u'MULTIEQUAL_-1203907953', u'PTRADD_-1203903989'), (u'CALL_-1203911968', u'INDIRECT_-1203905721'), (u'CALL_-1203912261', u'INDIRECT_-1203905714'), (u'MULTIEQUAL_-1203906403', u'MULTIEQUAL_-1203906370'), (u'MULTIEQUAL_-1203906184', u'MULTIEQUAL_-1203906271'), (u'INDIRECT_-1203905898', u'MULTIEQUAL_-1203905837'), ('const-433', u'LOAD_-1203911373'), (u'INT_AND_-1203905075', u'INT_EQUAL_-1203912296'), (u'INDIRECT_-1203905705', u'MULTIEQUAL_-1203905665'), (u'INDIRECT_-1203905783', u'MULTIEQUAL_-1203905892'), (u'CALL_-1203911968', u'INDIRECT_-1203906031'), (u'LOAD_-1203910575', u'LOAD_-1203910559'), (u'INDIRECT_-1203905095', u'MULTIEQUAL_-1203904815'), (u'MULTIEQUAL_-1203905289', u'MULTIEQUAL_-1203904175'), ('const-36', u'PTRADD_-1203905061'), (u'INDIRECT_-1203905289', u'MULTIEQUAL_-1203905245'), (u'MULTIEQUAL_-1203906123', u'MULTIEQUAL_-1203905907'), (u'CALL_-1203910753', u'INDIRECT_-1203905256'), ('const-8', u'PTRADD_-1203903589'), (u'INDIRECT_-1203905289', u'MULTIEQUAL_-1203905211'), (u'CALL_-1203910547', u'INDIRECT_-1203905227'), (u'LOAD_-1203910740', u'INT_ADD_-1203910722'), ('const-3465728', u'COPY_-1203903493'), (u'CALL_-1203909365', u'INDIRECT_-1203904689'), (u'MULTIEQUAL_-1203908235', u'INT_ADD_-1203910440'), (u'INT_EQUAL_-1203911223', u'CBRANCH_-1203911221'), ('const-3465680', u'COPY_-1203903450'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904600'), (u'INDIRECT_-1203905721', u'MULTIEQUAL_-1203905815'), (u'INDIRECT_-1203905846', u'MULTIEQUAL_-1203905815'), (u'LOAD_-1203910667', u'INT_SUB_-1203910628'), (u'CALL_-1203910753', u'INDIRECT_-1203905318'), (u'INDIRECT_-1203905058', u'MULTIEQUAL_-1203905237'), ('tmp_2812', u'CBRANCH_-1203910581'), (u'INDIRECT_-1203905306', u'MULTIEQUAL_-1203905485'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906442'), (u'CALL_-1203911189', u'INDIRECT_-1203905377'), (u'MULTIEQUAL_-1203908480', u'MULTIEQUAL_-1203908013'), (u'INDIRECT_-1203906217', u'MULTIEQUAL_-1203906081'), (u'CALL_-1203909401', u'INDIRECT_-1203904544'), (u'CALL_-1203909860', u'CALL_-1203909824'), (u'CALL_-1203909866', u'INDIRECT_-1203904374'), (u'INDIRECT_-1203905653', u'MULTIEQUAL_-1203905373'), (u'INDIRECT_-1203906704', u'MULTIEQUAL_-1203906643'), ('tmp_13151', u'PTRSUB_-1203904475'), (u'INDIRECT_-1203904064', u'MULTIEQUAL_-1203904359'), (u'CALL_-1203910765', u'INDIRECT_-1203904769'), (u'INDIRECT_-1203904746', u'MULTIEQUAL_-1203905041'), ('const-39', u'PTRADD_-1203905035'), (u'INDIRECT_-1203905722', u'MULTIEQUAL_-1203905691'), (u'MULTIEQUAL_-1203905364', u'MULTIEQUAL_-1203905328'), (u'CALL_-1203909771', u'INDIRECT_-1203904108'), ('tmp_13162', u'COPY_-1203905240'), (u'CALL_-1203909964', u'INDIRECT_-1203904751'), (u'MULTIEQUAL_-1203905302', u'MULTIEQUAL_-1203905266'), (u'MULTIEQUAL_-1203905057', u'MULTIEQUAL_-1203905041'), ('const-0', u'INT_NOTEQUAL_-1203910562'), (u'MULTIEQUAL_-1203905626', u'MULTIEQUAL_-1203905556'), (u'CALL_-1203909860', u'INDIRECT_-1203905044'), (u'MULTIEQUAL_-1203905553', u'MULTIEQUAL_-1203905537'), (u'CALL_-1203909304', u'INDIRECT_-1203906655'), (u'INDIRECT_-1203905033', u'MULTIEQUAL_-1203904753'), (u'INDIRECT_-1203904808', u'MULTIEQUAL_-1203905103'), (u'PTRADD_-1203904536', u'CALL_-1203911601'), ('const-1', u'PTRADD_-1203904024'), (u'CALL_-1203909547', u'INDIRECT_-1203904249'), ('const-433', u'LOAD_-1203912929'), (u'CALL_-1203909866', u'INDIRECT_-1203904684'), (u'MULTIEQUAL_-1203909212', u'CALLIND_-1203910788'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904737'), (u'INDIRECT_-1203905910', u'MULTIEQUAL_-1203905998'), (u'COPY_-1203911875', u'MULTIEQUAL_-1203905396'), (u'PTRSUB_-1203904694', u'COPY_-1203911882'), (u'INDIRECT_-1203905952', u'MULTIEQUAL_-1203905990'), (u'INDIRECT_-1203905227', u'MULTIEQUAL_-1203905149'), (u'MULTIEQUAL_-1203908906', u'INT_NOTEQUAL_-1203911638'), (u'MULTIEQUAL_-1203905089', u'MULTIEQUAL_-1203904979'), (u'MULTIEQUAL_-1203908161', u'PTRADD_-1203911124'), (u'INDIRECT_-1203904627', u'MULTIEQUAL_-1203906271'), (u'INDIRECT_-1203905475', u'MULTIEQUAL_-1203905431'), (u'INDIRECT_-1203906016', u'MULTIEQUAL_-1203905971'), (u'CALL_-1203910822', u'INDIRECT_-1203905294'), (u'MULTIEQUAL_-1203905647', u'COPY_-1203904636'), (u'MULTIEQUAL_-1203904992', u'MULTIEQUAL_-1203904956'), (u'INDIRECT_-1203904443', u'MULTIEQUAL_-1203905183'), (u'INDIRECT_-1203905103', u'MULTIEQUAL_-1203905059'), (u'CALLIND_-1203909271', u'INDIRECT_-1203906365'), ('const-3465719', u'COPY_-1203905015'), ('tmp_25743', u'CALLIND_-1203910954'), (u'INDIRECT_-1203906689', u'MULTIEQUAL_-1203908318'), ('tmp_13151', u'PTRSUB_-1203905250'), (u'MULTIEQUAL_-1203905237', u'MULTIEQUAL_-1203905087'), (u'MULTIEQUAL_-1203905351', u'MULTIEQUAL_-1203905461'), (u'INDIRECT_-1203904909', u'MULTIEQUAL_-1203905116'), (u'PTRSUB_-1203904786', u'COPY_-1203904741'), (u'STORE_-1203909824', u'INDIRECT_-1203906760'), ('tmp_25740', u'LOAD_-1203910656'), (u'MULTIEQUAL_-1203905063', u'MULTIEQUAL_-1203905237'), (u'CALL_-1203909483', u'INDIRECT_-1203904260'), (u'INDIRECT_-1203905666', u'MULTIEQUAL_-1203905638'), (u'MULTIEQUAL_-1203905459', u'MULTIEQUAL_-1203905435'), (u'INT_ADD_-1203910559', u'CAST_-1203903862'), ('const-1', u'RETURN_-1203909396'), (u'INDIRECT_-1203905597', u'MULTIEQUAL_-1203905461'), (u'CALL_-1203911625', u'INDIRECT_-1203905413'), ('const-8', u'PTRADD_-1203903953'), (u'INDIRECT_-1203905273', u'MULTIEQUAL_-1203905429'), (u'INT_MULT_-1203909747', u'INT_ADD_-1203909759'), (u'CALL_-1203909401', u'INDIRECT_-1203904854'), (u'INDIRECT_-1203906442', u'MULTIEQUAL_-1203906371'), (u'INDIRECT_-1203905538', u'MULTIEQUAL_-1203905626'), (u'INT_ADD_-1203911121', u'CAST_-1203905087'), (u'INDIRECT_-1203904760', u'MULTIEQUAL_-1203905334'), ('const-433', u'LOAD_-1203909780'), (u'CALL_-1203910796', u'INDIRECT_-1203906014'), (u'INDIRECT_-1203906078', u'MULTIEQUAL_-1203906033'), (u'MULTIEQUAL_-1203904803', u'MULTIEQUAL_-1203904653'), (u'INDIRECT_-1203905582', u'MULTIEQUAL_-1203905537'), (u'INT_NOTEQUAL_-1203911495', u'CBRANCH_-1203911494'), (u'MULTIEQUAL_-1203905550', u'MULTIEQUAL_-1203905514'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905653'), (u'INDIRECT_-1203905194', u'MULTIEQUAL_-1203905055'), (u'CAST_-1203903433', u'STORE_-1203909773'), (u'CALL_-1203910822', u'INDIRECT_-1203905232'), (u'COPY_-1203903425', u'CALL_-1203909483'), (u'INDIRECT_-1203904193', u'MULTIEQUAL_-1203905837'), (u'INDIRECT_-1203905972', u'MULTIEQUAL_-1203906060'), (u'PTRADD_-1203904526', u'INT_NOTEQUAL_-1203911570'), ('tmp_1497', u'CBRANCH_-1203911678'), (u'MULTIEQUAL_-1203904839', u'MULTIEQUAL_-1203905302'), (u'CALL_-1203909926', u'INDIRECT_-1203904219'), (u'MULTIEQUAL_-1203905502', u'MULTIEQUAL_-1203905432'), (u'CALL_-1203911189', u'INDIRECT_-1203905687'), (u'MULTIEQUAL_-1203906395', u'MULTIEQUAL_-1203906099'), (u'INDIRECT_-1203904714', u'MULTIEQUAL_-1203905364'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203906205'), (u'INT_NOTEQUAL_-1203911197', u'CBRANCH_-1203911196'), (u'INDIRECT_-1203904438', u'MULTIEQUAL_-1203904617'), (u'CAST_-1203904518', u'INT_NOTEQUAL_-1203911706'), (u'COPY_-1203904069', u'MULTIEQUAL_-1203907989'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905898'), (u'COPY_-1203904870', u'MULTIEQUAL_-1203908827'), ('const-0', u'INT_NOTEQUAL_-1203911329'), (u'INDIRECT_-1203904505', u'MULTIEQUAL_-1203905245'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904971'), (u'INDIRECT_-1203904466', u'MULTIEQUAL_-1203905116'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203904423'), (u'INDIRECT_-1203905653', u'MULTIEQUAL_-1203905860'), (u'CALL_-1203909483', u'INDIRECT_-1203903888'), (u'INT_NOTEQUAL_-1203911841', u'CBRANCH_-1203911836'), (u'CALL_-1203911222', u'INDIRECT_-1203906015'), (u'INT_NOTEQUAL_-1203911329', u'CBRANCH_-1203911328'), (u'CALL_-1203911601', u'INDIRECT_-1203905520'), ('const-0', u'INT_EQUAL_-1203910897'), (u'INDIRECT_-1203905456', u'MULTIEQUAL_-1203905494'), (u'LOAD_-1203912970', u'INT_EQUAL_-1203912937'), (u'MULTIEQUAL_-1203904979', u'MULTIEQUAL_-1203905089'), (u'INDIRECT_-1203905953', u'MULTIEQUAL_-1203905913'), (u'INT_AND_-1203912351', u'INT_NOTEQUAL_-1203912364'), (u'INT_NOTEQUAL_-1203912314', u'CBRANCH_-1203912313'), (u'MULTIEQUAL_-1203905103', u'MULTIEQUAL_-1203905087'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904847'), (u'INDIRECT_-1203905660', u'MULTIEQUAL_-1203905629'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905182'), (u'INDIRECT_-1203906365', u'COPY_-1203906399'), (u'MULTIEQUAL_-1203905452', u'MULTIEQUAL_-1203905425'), (u'MULTIEQUAL_-1203906651', u'MULTIEQUAL_-1203906618'), (u'INDIRECT_-1203905752', u'MULTIEQUAL_-1203906326'), (u'INT_EQUAL_-1203910670', u'CBRANCH_-1203910668'), (u'CALL_-1203909771', u'INDIRECT_-1203904852'), (u'MULTIEQUAL_-1203908906', u'PTRADD_-1203904564'), (u'INDIRECT_-1203906766', u'PTRADD_-1203903764'), (u'MULTIEQUAL_-1203905762', u'MULTIEQUAL_-1203905735'), (u'CALL_-1203909926', u'INDIRECT_-1203905335'), (u'CALL_-1203909866', u'STORE_-1203909824'), (u'MULTIEQUAL_-1203905311', u'MULTIEQUAL_-1203905485'), (u'MULTIEQUAL_-1203906713', u'MULTIEQUAL_-1203906680'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903869'), (u'MULTIEQUAL_-1203905899', u'MULTIEQUAL_-1203905603'), (u'INDIRECT_-1203907165', u'MULTIEQUAL_-1203907072'), (u'INT_EQUAL_-1203912937', u'CBRANCH_-1203912934'), (u'LOAD_-1203910582', u'MULTIEQUAL_-1203908157'), (u'MULTIEQUAL_-1203905936', u'MULTIEQUAL_-1203905866'), (u'STORE_-1203909773', u'INDIRECT_-1203906722'), (u'INDIRECT_-1203905227', u'CALL_-1203909926'), (u'INDIRECT_-1203904538', u'MULTIEQUAL_-1203906309'), (u'INDIRECT_-1203906963', u'MULTIEQUAL_-1203907104'), (u'MULTIEQUAL_-1203904979', u'INT_NOTEQUAL_-1203911547'), (u'MULTIEQUAL_-1203907326', u'INT_LESSEQUAL_-1203910775'), ('const-433', u'LOAD_-1203911211'), (u'INDIRECT_-1203906263', u'MULTIEQUAL_-1203906223'), (u'INT_MULT_-1203911282', u'INT_ADD_-1203909815'), ('const-433', u'LOAD_-1203912641'), (u'MULTIEQUAL_-1203904529', u'MULTIEQUAL_-1203904505'), (u'PTRADD_-1203904148', u'CAST_-1203904084'), ('const-0', u'COPY_-1203904669'), (u'INDIRECT_-1203905513', u'MULTIEQUAL_-1203905487'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904303'), (u'MULTIEQUAL_-1203906424', u'MULTIEQUAL_-1203906581'), (u'INDIRECT_-1203905225', u'MULTIEQUAL_-1203905319'), (u'INDIRECT_-1203905334', u'MULTIEQUAL_-1203905289'), (u'INDIRECT_-1203906194', u'MULTIEQUAL_-1203906123'), (u'MULTIEQUAL_-1203906371', u'MULTIEQUAL_-1203906155'), (u'MULTIEQUAL_-1203908906', u'INT_EQUAL_-1203911680'), ('const-433', u'LOAD_-1203911186'), (u'INDIRECT_-1203905070', u'MULTIEQUAL_-1203905644'), (u'CALL_-1203911968', u'INDIRECT_-1203907969'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905884'), (u'CALL_-1203910547', u'INDIRECT_-1203905351'), ('const-3463708', u'COPY_-1203903399'), (u'INDIRECT_-1203904131', u'MULTIEQUAL_-1203905775'), (u'COPY_-1203911882', u'MULTIEQUAL_-1203905458'), ('tmp_2408', u'BRANCH_-1203910597'), (u'INDIRECT_-1203906570', u'COPY_-1203906610'), (u'MULTIEQUAL_-1203904493', u'MULTIEQUAL_-1203904343'), (u'CALL_-1203910547', u'INDIRECT_-1203905537'), ('const-433', u'LOAD_-1203911746'), (u'MULTIEQUAL_-1203907708', u'MULTIEQUAL_-1203907350'), (u'MULTIEQUAL_-1203905651', u'MULTIEQUAL_-1203905355'), (u'INDIRECT_-1203905892', u'MULTIEQUAL_-1203905847'), (u'COPY_-1203911868', u'MULTIEQUAL_-1203905334'), (u'INDIRECT_-1203906814', u'MULTIEQUAL_-1203906743'), (u'COPY_-1203904370', u'MULTIEQUAL_-1203907953'), (u'MULTIEQUAL_-1203904741', u'MULTIEQUAL_-1203904591'), (u'CALL_-1203909401', u'INDIRECT_-1203903986'), (u'INDIRECT_-1203905706', u'MULTIEQUAL_-1203905661'), (u'CALL_-1203910753', u'INDIRECT_-1203905442'), (u'INDIRECT_-1203905777', u'MULTIEQUAL_-1203905984'), (u'CALL_-1203910765', u'INDIRECT_-1203905389'), (u'CAST_-1203905115', u'LOAD_-1203911186'), (u'CALL_-1203911625', u'INDIRECT_-1203905599'), ('const-0', u'INT_EQUAL_-1203910533'), (u'CALL_-1203911189', u'INDIRECT_-1203905935'), (u'MULTIEQUAL_-1203908827', u'INT_NOTEQUAL_-1203911197'), (u'MULTIEQUAL_-1203905998', u'MULTIEQUAL_-1203906085'), ('const-0', u'INT_EQUAL_-1203911223'), (u'CALL_-1203909860', u'INDIRECT_-1203904734'), (u'CALL_-1203909304', u'INDIRECT_-1203905027'), (u'CALL_-1203909866', u'INDIRECT_-1203904622'), (u'INDIRECT_-1203905721', u'MULTIEQUAL_-1203905585'), (u'INT_SLESSEQUAL_-1203910741', u'CBRANCH_-1203910749'), (u'COPY_-1203904610', u'MULTIEQUAL_-1203908922'), (u'MULTIEQUAL_-1203908400', u'INT_LESSEQUAL_-1203912531'), (u'MULTIEQUAL_-1203906095', u'MULTIEQUAL_-1203904981'), (u'CALL_-1203911601', u'INDIRECT_-1203905396'), (u'CALL_-1203911625', u'INDIRECT_-1203906095'), (u'INT_LESSEQUAL_-1203912413', u'CBRANCH_-1203912411'), (u'CALL_-1203909964', u'INDIRECT_-1203904441'), (u'CAST_-1203904329', u'LOAD_-1203911373'), (u'CALL_-1203909483', u'INDIRECT_-1203904198'), (u'MULTIEQUAL_-1203906267', u'MULTIEQUAL_-1203906157'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905712'), (u'INDIRECT_-1203905600', u'MULTIEQUAL_-1203905688'), (u'MULTIEQUAL_-1203905847', u'MULTIEQUAL_-1203905957'), ('const-0', u'COPY_-1203905425'), (u'MULTIEQUAL_-1203905785', u'MULTIEQUAL_-1203906140'), (u'MULTIEQUAL_-1203904956', u'MULTIEQUAL_-1203904929'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904489'), (u'MULTIEQUAL_-1203905266', u'MULTIEQUAL_-1203905239'), (u'CALL_-1203910765', u'INDIRECT_-1203905017'), ('tmp_4430', u'CBRANCH_-1203911195'), (u'CALL_-1203911222', u'INDIRECT_-1203905891'), (u'CALL_-1203910796', u'INDIRECT_-1203905766'), (u'INDIRECT_-1203905908', u'MULTIEQUAL_-1203905877'), (u'INDIRECT_-1203905938', u'MULTIEQUAL_-1203905043'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905529'), (u'CALLIND_-1203910596', u'INDIRECT_-1203907058'), (u'MULTIEQUAL_-1203905576', u'MULTIEQUAL_-1203905549'), (u'INDIRECT_-1203905350', u'MULTIEQUAL_-1203905319'), (u'INDIRECT_-1203906202', u'MULTIEQUAL_-1203906157'), (u'INDIRECT_-1203907091', u'MULTIEQUAL_-1203907072'), ('const-0', u'COPY_-1203910862'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905650'), (u'INDIRECT_-1203905289', u'MULTIEQUAL_-1203905243'), (u'CALLIND_-1203909347', u'MULTIEQUAL_-1203907054'), ('tmp_13151', u'PTRSUB_-1203904437'), ('const-1', u'RETURN_-1203909542'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905521'), (u'INT_ADD_-1203912423', u'INT_LESS_-1203910388'), ('const-433', u'LOAD_-1203912655'), (u'LOAD_-1203912641', u'INT_EQUAL_-1203912618'), (u'MULTIEQUAL_-1203905812', u'MULTIEQUAL_-1203905742'), (u'INDIRECT_-1203906449', u'MULTIEQUAL_-1203906409'), (u'MULTIEQUAL_-1203909024', u'INT_ADD_-1203911260'), (u'CALL_-1203911968', u'INDIRECT_-1203905225'), (u'CALL_-1203910796', u'INDIRECT_-1203905456'), (u'CALL_-1203910765', u'INDIRECT_-1203905575'), (u'CALL_-1203910547', u'INDIRECT_-1203905103'), (u'MULTIEQUAL_-1203905103', u'MULTIEQUAL_-1203905458'), ('const-433', u'LOAD_-1203911220'), (u'INT_ADD_-1203912913', u'CAST_-1203905265'), (u'MULTIEQUAL_-1203905151', u'MULTIEQUAL_-1203905041'), (u'INDIRECT_-1203906219', u'MULTIEQUAL_-1203906175'), (u'MULTIEQUAL_-1203905413', u'MULTIEQUAL_-1203905523'), (u'MULTIEQUAL_-1203906681', u'MULTIEQUAL_-1203906465'), (u'COPY_-1203903450', u'CALL_-1203909248'), ('const-0', u'INT_EQUAL_-1203912386'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904365'), ('const-2', u'PTRADD_-1203905141'), (u'INDIRECT_-1203904545', u'MULTIEQUAL_-1203904499'), ('tmp_3062', u'CBRANCH_-1203910397'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905892'), ('const-433', u'STORE_-1203910454'), (u'MULTIEQUAL_-1203905713', u'MULTIEQUAL_-1203905659'), (u'CALL_-1203911968', u'INDIRECT_-1203905969'), (u'MULTIEQUAL_-1203906271', u'MULTIEQUAL_-1203906217'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906146'), ('tmp_2501', u'CBRANCH_-1203910749'), (u'MULTIEQUAL_-1203908922', u'COPY_-1203904608'), (u'INDIRECT_-1203906722', u'MULTIEQUAL_-1203906718'), ('const-0', u'INT_EQUAL_-1203911199'), (u'INDIRECT_-1203905318', u'MULTIEQUAL_-1203905179'), (u'CALL_-1203910547', u'INDIRECT_-1203904731'), (u'INDIRECT_-1203905008', u'MULTIEQUAL_-1203904113'), (u'CALL_-1203910796', u'INDIRECT_-1203906510'), (u'INDIRECT_-1203905149', u'MULTIEQUAL_-1203905305'), (u'INDIRECT_-1203905281', u'MULTIEQUAL_-1203905488'), ('tmp_2947', u'CBRANCH_-1203910477'), (u'MULTIEQUAL_-1203906309', u'MULTIEQUAL_-1203906093'), (u'INT_SRIGHT_-1203910605', u'CAST_-1203903872'), (u'INDIRECT_-1203906528', u'COPY_-1203906555'), (u'INDIRECT_-1203906510', u'MULTIEQUAL_-1203906548'), (u'MULTIEQUAL_-1203905990', u'MULTIEQUAL_-1203906147'), (u'MULTIEQUAL_-1203906143', u'MULTIEQUAL_-1203906051'), ('tmp_3992', u'CBRANCH_-1203909899'), (u'INDIRECT_-1203906014', u'MULTIEQUAL_-1203906052'), (u'CALL_-1203910753', u'INDIRECT_-1203905566'), (u'INDIRECT_-1203905907', u'MULTIEQUAL_-1203905771'), ('tmp_13151', u'PTRSUB_-1203904291'), (u'MULTIEQUAL_-1203905688', u'MULTIEQUAL_-1203905775'), (u'CALL_-1203909866', u'INDIRECT_-1203904188'), (u'MULTIEQUAL_-1203905700', u'MULTIEQUAL_-1203905673'), ('const-0', u'INT_EQUAL_-1203909902'), (u'INT_ADD_-1203911260', u'CAST_-1203905153'), (u'INDIRECT_-1203905492', u'MULTIEQUAL_-1203905671'), (u'MULTIEQUAL_-1203906155', u'MULTIEQUAL_-1203906122'), (u'MULTIEQUAL_-1203905771', u'MULTIEQUAL_-1203905661'), (u'MULTIEQUAL_-1203904591', u'MULTIEQUAL_-1203904567'), (u'PTRADD_-1203905076', u'LOAD_-1203912610'), (u'MULTIEQUAL_-1203905845', u'MULTIEQUAL_-1203905812'), (u'CALL_-1203910822', u'INDIRECT_-1203904798'), (u'MULTIEQUAL_-1203906680', u'MULTIEQUAL_-1203906610'), (u'INT_ADD_-1203912344', u'CAST_-1203904923'), (u'CALL_-1203912261', u'INDIRECT_-1203908148'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203904919'), (u'CALL_-1203911189', u'INDIRECT_-1203906493'), (u'CAST_-1203903820', u'LOAD_-1203910473'), ('const-0', u'INT_NOTEQUAL_-1203912853'), (u'INDIRECT_-1203904528', u'MULTIEQUAL_-1203905178'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903745'), (u'INDIRECT_-1203905457', u'MULTIEQUAL_-1203905417'), (u'PTRSUB_-1203905104', u'INT_EQUAL_-1203912618'), ('const-8', u'PTRADD_-1203904564'), (u'INDIRECT_-1203905095', u'MULTIEQUAL_-1203905302'), (u'INDIRECT_-1203905132', u'MULTIEQUAL_-1203904993'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906318'), ('const-0', u'COPY_-1203904855'), (u'MULTIEQUAL_-1203905971', u'MULTIEQUAL_-1203906326'), (u'INDIRECT_-1203905480', u'MULTIEQUAL_-1203905452'), (u'INDIRECT_-1203904562', u'MULTIEQUAL_-1203904741'), (u'MULTIEQUAL_-1203906209', u'MULTIEQUAL_-1203905913'), (u'MULTIEQUAL_-1203905589', u'MULTIEQUAL_-1203905293'), (u'INDIRECT_-1203905960', u'MULTIEQUAL_-1203905899'), (u'INDIRECT_-1203905467', u'MULTIEQUAL_-1203905187'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905343'), (u'CAST_-1203905134', u'LOAD_-1203911220'), (u'CALL_-1203910547', u'INDIRECT_-1203904979'), (u'MULTIEQUAL_-1203906205', u'MULTIEQUAL_-1203906095'), (u'MULTIEQUAL_-1203906056', u'MULTIEQUAL_-1203906112'), (u'MULTIEQUAL_-1203905213', u'MULTIEQUAL_-1203905103'), ('const-433', u'LOAD_-1203911064'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904352'), (u'MULTIEQUAL_-1203906056', u'MULTIEQUAL_-1203906080'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905848'), (u'INDIRECT_-1203906218', u'MULTIEQUAL_-1203906187'), (u'CALL_-1203911625', u'INDIRECT_-1203905041'), (u'CALL_-1203911968', u'INDIRECT_-1203905535'), (u'MULTIEQUAL_-1203905798', u'MULTIEQUAL_-1203905762'), (u'MULTIEQUAL_-1203905432', u'MULTIEQUAL_-1203905589'), (u'MULTIEQUAL_-1203905998', u'MULTIEQUAL_-1203905928'), ('const-7', u'INT_AND_-1203908261'), (u'CALL_-1203909860', u'INDIRECT_-1203904176'), (u'INDIRECT_-1203905519', u'MULTIEQUAL_-1203905479'), ('tmp_4597', u'CBRANCH_-1203909736'), (u'CALL_-1203911247', u'INDIRECT_-1203905536'), ('tmp_13151', u'PTRSUB_-1203904258'), (u'INDIRECT_-1203905767', u'MULTIEQUAL_-1203905727'), (u'INDIRECT_-1203904962', u'MULTIEQUAL_-1203905612'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903931'), (u'INDIRECT_-1203905938', u'MULTIEQUAL_-1203905799'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905786'), (u'INDIRECT_-1203905086', u'MULTIEQUAL_-1203905041'), (u'CALL_-1203911968', u'INDIRECT_-1203905659'), (u'CALL_-1203910822', u'INDIRECT_-1203905418'), (u'CALL_-1203911222', u'INDIRECT_-1203905643'), ('const-1', u'PTRADD_-1203911124'), (u'INDIRECT_-1203907513', u'MULTIEQUAL_-1203907472'), (u'INDIRECT_-1203908394', u'MULTIEQUAL_-1203908318'), ('tmp_2056', u'BRANCH_-1203911261'), (u'MULTIEQUAL_-1203907048', u'MULTIEQUAL_-1203907222'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904228'), (u'CALL_-1203911601', u'INDIRECT_-1203905458'), (u'INDIRECT_-1203905786', u'MULTIEQUAL_-1203905874'), ('const-433', u'LOAD_-1203910473'), (u'LOAD_-1203911673', u'INT_EQUAL_-1203911658'), (u'CALL_-1203909248', u'INDIRECT_-1203906608'), (u'CALL_-1203909848', u'INDIRECT_-1203904319'), ('const-10', u'PTRADD_-1203903989'), ('const-8', u'PTRADD_-1203904597'), (u'CALL_-1203909483', u'INDIRECT_-1203906570'), (u'INDIRECT_-1203906766', u'STORE_-1203909730'), (u'MULTIEQUAL_-1203906246', u'MULTIEQUAL_-1203906333'), (u'MULTIEQUAL_-1203907499', u'MULTIEQUAL_-1203907472'), (u'MULTIEQUAL_-1203906704', u'INT_NOTEQUAL_-1203912077'), (u'CALL_-1203911968', u'INDIRECT_-1203906217'), (u'MULTIEQUAL_-1203906610', u'MULTIEQUAL_-1203906767'), (u'INDIRECT_-1203906094', u'MULTIEQUAL_-1203906063'), (u'MULTIEQUAL_-1203905626', u'MULTIEQUAL_-1203905713'), (u'INDIRECT_-1203904979', u'MULTIEQUAL_-1203904933'), (u'CALL_-1203910753', u'INDIRECT_-1203905132'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906518'), (u'CALL_-1203909860', u'INDIRECT_-1203904486'), (u'INT_ZEXT_-1203908404', u'INT_LESSEQUAL_-1203910583'), (u'CALL_-1203911222', u'INDIRECT_-1203905581'), (u'CAST_-1203903915', u'INT_SLESS_-1203910703'), (u'INT_NOTEQUAL_-1203912853', u'CBRANCH_-1203912852'), (u'MULTIEQUAL_-1203904567', u'MULTIEQUAL_-1203904741'), (u'MULTIEQUAL_-1203906362', u'MULTIEQUAL_-1203906519'), (u'MULTIEQUAL_-1203904467', u'MULTIEQUAL_-1203904930'), (u'INDIRECT_-1203905442', u'MULTIEQUAL_-1203906016'), (u'MULTIEQUAL_-1203904653', u'MULTIEQUAL_-1203905116'), (u'MULTIEQUAL_-1203906060', u'MULTIEQUAL_-1203905990'), (u'CALL_-1203909926', u'INDIRECT_-1203906963'), (u'INDIRECT_-1203905599', u'MULTIEQUAL_-1203905553'), ('const-8', u'PTRADD_-1203904526'), (u'MULTIEQUAL_-1203904979', u'MULTIEQUAL_-1203904621'), (u'CALL_-1203909926', u'INDIRECT_-1203904405'), (u'CALL_-1203909824', u'INDIRECT_-1203904776'), (u'MULTIEQUAL_-1203906147', u'MULTIEQUAL_-1203905851'), (u'CALL_-1203909926', u'INDIRECT_-1203905025'), (u'INDIRECT_-1203905157', u'MULTIEQUAL_-1203904877'), (u'CALL_-1203909248', u'INDIRECT_-1203904980'), (u'PTRADD_-1203903764', u'MULTIEQUAL_-1203906704'), (u'MULTIEQUAL_-1203908765', u'PTRADD_-1203904526'), (u'INDIRECT_-1203905715', u'MULTIEQUAL_-1203905435'), (u'INDIRECT_-1203906448', u'MULTIEQUAL_-1203906486'), (u'INDIRECT_-1203904126', u'MULTIEQUAL_-1203904421'), (u'CAST_-1203905265', u'LOAD_-1203912929'), (u'INDIRECT_-1203904476', u'MULTIEQUAL_-1203906247'), (u'INT_ADD_-1203910948', u'CAST_-1203904030'), (u'INDIRECT_-1203905659', u'MULTIEQUAL_-1203905768'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905777'), (u'INDIRECT_-1203905845', u'MULTIEQUAL_-1203905954'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905095'), (u'CALLIND_-1203909271', u'INDIRECT_-1203903621'), ('tmp_4466', u'CBRANCH_-1203911165'), ('tmp_13158', u'INT_NOTEQUAL_-1203912853'), (u'INT_LESS_-1203909878', u'CBRANCH_-1203909887'), (u'MULTIEQUAL_-1203905824', u'MULTIEQUAL_-1203905797'), (u'CALL_-1203909964', u'INDIRECT_-1203904131'), (u'INDIRECT_-1203905537', u'MULTIEQUAL_-1203905493'), (u'INDIRECT_-1203905272', u'MULTIEQUAL_-1203905922'), (u'MULTIEQUAL_-1203907326', u'INT_LESS_-1203910685'), (u'CALL_-1203909866', u'INDIRECT_-1203904746'), (u'INDIRECT_-1203905777', u'MULTIEQUAL_-1203905497'), (u'MULTIEQUAL_-1203905149', u'MULTIEQUAL_-1203905125'), (u'MULTIEQUAL_-1203906085', u'MULTIEQUAL_-1203905789'), (u'INDIRECT_-1203904748', u'MULTIEQUAL_-1203904927'), (u'INDIRECT_-1203904777', u'MULTIEQUAL_-1203904933'), (u'INDIRECT_-1203905103', u'MULTIEQUAL_-1203905025'), (u'LOAD_-1203910657', u'INT_SUB_-1203910628'), (u'CAST_-1203905024', u'LOAD_-1203912641'), (u'MULTIEQUAL_-1203905909', u'MULTIEQUAL_-1203906019'), (u'INDIRECT_-1203905529', u'INT_NOTEQUAL_-1203910923'), (u'INT_NOTEQUAL_-1203911950', u'CBRANCH_-1203911947'), (u'MULTIEQUAL_-1203905647', u'MULTIEQUAL_-1203905555'), (u'INDIRECT_-1203906279', u'MULTIEQUAL_-1203906388'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203906143'), (u'INDIRECT_-1203904591', u'MULTIEQUAL_-1203904747'), ('const-0', u'COPY_-1203912831'), (u'CALL_-1203911601', u'INDIRECT_-1203905210'), (u'CALL_-1203910796', u'INDIRECT_-1203905890'), (u'MULTIEQUAL_-1203906033', u'MULTIEQUAL_-1203905675'), (u'INDIRECT_-1203906766', u'INT_EQUAL_-1203909742'), (u'MULTIEQUAL_-1203905426', u'MULTIEQUAL_-1203905390'), (u'CALL_-1203911601', u'INDIRECT_-1203905706'), (u'MULTIEQUAL_-1203905397', u'MULTIEQUAL_-1203905860'), ('const-0', u'COPY_-1203911936'), (u'MULTIEQUAL_-1203905087', u'MULTIEQUAL_-1203905063'), (u'CALL_-1203911247', u'INDIRECT_-1203905970'), (u'CAST_-1203905087', u'LOAD_-1203911137'), ('const-3355257', u'COPY_-1203903482'), (u'MULTIEQUAL_-1203904868', u'MULTIEQUAL_-1203904832'), (u'CALL_-1203911601', u'INDIRECT_-1203906078'), (u'INDIRECT_-1203905024', u'MULTIEQUAL_-1203904979'), (u'INDIRECT_-1203904946', u'MULTIEQUAL_-1203905520'), (u'CALL_-1203909304', u'INDIRECT_-1203905089'), (u'COPY_-1203903431', u'CALL_-1203909483'), (u'MULTIEQUAL_-1203904607', u'MULTIEQUAL_-1203904591'), (u'MULTIEQUAL_-1203905961', u'MULTIEQUAL_-1203905665'), ('const-0', u'INT_EQUAL_-1203911791'), (u'CALL_-1203909926', u'INDIRECT_-1203904839'), (u'MULTIEQUAL_-1203905742', u'MULTIEQUAL_-1203905899'), (u'LOAD_-1203912360', u'INT_AND_-1203908261'), ('tmp_479', u'CBRANCH_-1203912540'), (u'LOAD_-1203911186', u'LOAD_-1203911161'), (u'MULTIEQUAL_-1203905116', u'MULTIEQUAL_-1203905080'), ('const-4', u'PTRADD_-1203905076'), (u'INDIRECT_-1203905715', u'MULTIEQUAL_-1203905922'), (u'MULTIEQUAL_-1203906308', u'MULTIEQUAL_-1203906238'), ('const-0', u'INT_NOTEQUAL_-1203911112'), (u'INDIRECT_-1203905395', u'MULTIEQUAL_-1203905355'), (u'CAST_-1203903560', u'CAST_-1203903393'), (u'MULTIEQUAL_-1203905151', u'MULTIEQUAL_-1203905059'), (u'CALL_-1203909964', u'INDIRECT_-1203904565'), ('tmp_13156', u'CALL_-1203911968'), ('const-0', u'INT_NOTEQUAL_-1203911197'), (u'INT_ADD_-1203910427', u'MULTIEQUAL_-1203907657'), (u'INDIRECT_-1203904917', u'MULTIEQUAL_-1203904839'), (u'MULTIEQUAL_-1203905723', u'MULTIEQUAL_-1203906078'), ('tmp_13162', u'COPY_-1203904069'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905647'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905585'), ('tmp_3214', u'CBRANCH_-1203910772'), (u'INT_NOTEQUAL_-1203910562', u'CBRANCH_-1203910561'), (u'MULTIEQUAL_-1203904855', u'MULTIEQUAL_-1203904839'), (u'INDIRECT_-1203906690', u'MULTIEQUAL_-1203906619'), (u'INT_SUB_-1203912458', u'INT_SRIGHT_-1203912435'), (u'MULTIEQUAL_-1203905240', u'MULTIEQUAL_-1203905204'), (u'CALL_-1203909401', u'INDIRECT_-1203903800'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906752'), (u'INDIRECT_-1203904219', u'MULTIEQUAL_-1203904375'), ('const-1', u'INT_ADD_-1203909748'), (u'COPY_-1203910862', u'MULTIEQUAL_-1203906056'), (u'INDIRECT_-1203905690', u'MULTIEQUAL_-1203906264'), (u'CALL_-1203909926', u'INDIRECT_-1203905149'), (u'CALL_-1203909824', u'INDIRECT_-1203905024'), (u'CALLIND_-1203911127', u'INDIRECT_-1203908394'), (u'INDIRECT_-1203904831', u'MULTIEQUAL_-1203904805'), ('const-433', u'LOAD_-1203910780'), ('tmp_2908', u'CBRANCH_-1203910508'), (u'INDIRECT_-1203905281', u'MULTIEQUAL_-1203905001'), (u'INDIRECT_-1203906158', u'MULTIEQUAL_-1203906246'), (u'LOAD_-1203912655', u'INT_ADD_-1203912625'), (u'INDIRECT_-1203905008', u'MULTIEQUAL_-1203905582'), (u'INDIRECT_-1203905643', u'MULTIEQUAL_-1203905603'), (u'INDIRECT_-1203905599', u'MULTIEQUAL_-1203905521'), (u'CALL_-1203909866', u'INT_ADD_-1203909759'), (u'MULTIEQUAL_-1203906432', u'MULTIEQUAL_-1203906519'), (u'CALL_-1203911189', u'INDIRECT_-1203905315'), (u'INDIRECT_-1203904848', u'MULTIEQUAL_-1203906619'), ('const-3355257', u'COPY_-1203903380'), ('const-433', u'LOAD_-1203911137'), ('tmp_2393', u'CBRANCH_-1203910617'), ('const-0', u'CALL_-1203909926'), (u'CALL_-1203909866', u'INDIRECT_-1203904250'), (u'CALL_-1203912261', u'INDIRECT_-1203906520'), (u'INT_AND_-1203911185', u'INT_EQUAL_-1203911199'), (u'INDIRECT_-1203904909', u'MULTIEQUAL_-1203904629'), (u'CALL_-1203909926', u'INDIRECT_-1203905397'), (u'LOAD_-1203911373', u'MULTIEQUAL_-1203908157'), ('tmp_13153', u'PTRADD_-1203905061'), (u'STORE_-1203909919', u'INDIRECT_-1203906814'), (u'INDIRECT_-1203905368', u'MULTIEQUAL_-1203905547'), (u'CALL_-1203909848', u'INDIRECT_-1203904815'), (u'CALL_-1203911601', u'INDIRECT_-1203906140'), (u'CALL_-1203910753', u'INDIRECT_-1203905690'), (u'INDIRECT_-1203905249', u'MULTIEQUAL_-1203905989'), (u'COPY_-1203903493', u'CALL_-1203909304'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904376'), (u'INT_EQUAL_-1203909902', u'CBRANCH_-1203909899'), (u'CALL_-1203910753', u'INDIRECT_-1203904822'), (u'MULTIEQUAL_-1203905713', u'MULTIEQUAL_-1203905417'), (u'LOAD_-1203911276', u'INT_NOTEQUAL_-1203911256'), (u'MULTIEQUAL_-1203905367', u'MULTIEQUAL_-1203905351'), (u'CALL_-1203910547', u'INDIRECT_-1203905289'), (u'MULTIEQUAL_-1203904917', u'MULTIEQUAL_-1203904901'), ('const-480', u'INT_ADD_-1203910626'), ('const-3', u'INT_SRIGHT_-1203912435'), (u'CALL_-1203911189', u'INDIRECT_-1203905501'), (u'COPY_-1203911875', u'MULTIEQUAL_-1203905151'), ('tmp_13151', u'PTRSUB_-1203904151'), (u'COPY_-1203903370', u'CALL_-1203909195'), (u'INT_EQUAL_-1203910533', u'CBRANCH_-1203910531'), (u'INT_EQUAL_-1203909742', u'CBRANCH_-1203909736'), ('const-433', u'LOAD_-1203912377'), ('tmp_4698', u'BRANCH_-1203910789'), (u'INDIRECT_-1203905232', u'MULTIEQUAL_-1203905204'), (u'CALL_-1203909401', u'INDIRECT_-1203904730'), (u'INDIRECT_-1203907969', u'MULTIEQUAL_-1203908063'), (u'MULTIEQUAL_-1203906267', u'MULTIEQUAL_-1203906175'), (u'CAST_-1203903794', u'STORE_-1203910454'), (u'MULTIEQUAL_-1203904623', u'MULTIEQUAL_-1203904607'), (u'COPY_-1203912880', u'MULTIEQUAL_-1203906589'), (u'CALL_-1203909771', u'INDIRECT_-1203904790'), (u'INT_ADD_-1203910722', u'INT_SLESS_-1203910703'), (u'INDIRECT_-1203905343', u'MULTIEQUAL_-1203905063'), (u'LOAD_-1203912377', u'INT_AND_-1203912351'), (u'INDIRECT_-1203906404', u'MULTIEQUAL_-1203906373'), (u'CALL_-1203909860', u'INDIRECT_-1203904238'), ('const--200', u'PTRSUB_-1203904449'), (u'CALL_-1203911625', u'INDIRECT_-1203906219'), (u'CAST_-1203903872', u'INT_LESSEQUAL_-1203910583'), (u'MULTIEQUAL_-1203905922', u'MULTIEQUAL_-1203905886'), ('const-1', u'PTRADD_-1203903764'), ('tmp_1423', u'CBRANCH_-1203911727'), (u'CALL_-1203910753', u'INDIRECT_-1203905008'), (u'INDIRECT_-1203906403', u'MULTIEQUAL_-1203906512'), (u'MULTIEQUAL_-1203905041', u'MULTIEQUAL_-1203903927'), (u'MULTIEQUAL_-1203905103', u'COPY_-1203904370'), (u'INDIRECT_-1203906341', u'MULTIEQUAL_-1203906435'), (u'PTRSUB_-1203904720', u'CALL_-1203911247'), (u'MULTIEQUAL_-1203906556', u'MULTIEQUAL_-1203906486'), (u'INDIRECT_-1203905056', u'MULTIEQUAL_-1203905351'), (u'MULTIEQUAL_-1203904963', u'MULTIEQUAL_-1203904939'), (u'CALL_-1203909964', u'INDIRECT_-1203904999'), ('const--104', u'PTRSUB_-1203904720'), (u'LOAD_-1203910689', u'INT_EQUAL_-1203910670'), (u'MULTIEQUAL_-1203905025', u'MULTIEQUAL_-1203905001'), (u'MULTIEQUAL_-1203905435', u'MULTIEQUAL_-1203905609'), (u'INDIRECT_-1203905785', u'MULTIEQUAL_-1203905741'), (u'CALL_-1203909866', u'INDIRECT_-1203904312'), (u'MULTIEQUAL_-1203904443', u'MULTIEQUAL_-1203904617'), ('const-433', u'LOAD_-1203910497'), (u'CALL_-1203909848', u'INDIRECT_-1203907001'), ('const-433', u'LOAD_-1203912360'), (u'CALL_-1203909365', u'INDIRECT_-1203904069'), (u'CALL_-1203910753', u'INDIRECT_-1203905504'), (u'INDIRECT_-1203907058', u'MULTIEQUAL_-1203907222'), (u'INDIRECT_-1203904405', u'MULTIEQUAL_-1203904561'), (u'LOAD_-1203912360', u'INT_AND_-1203905075'), (u'PTRADD_-1203905035', u'LOAD_-1203912487'), ('const-0', u'COPY_-1203904607'), (u'CALL_-1203910822', u'INDIRECT_-1203905852'), (u'CALL_-1203909365', u'INDIRECT_-1203903945'), (u'MULTIEQUAL_-1203908264', u'MULTIEQUAL_-1203908231'), ('tmp_1772', u'CBRANCH_-1203911494'), ('const-3', u'INT_SRIGHT_-1203910605'), (u'CALL_-1203909866', u'INDIRECT_-1203906808'), (u'MULTIEQUAL_-1203905488', u'MULTIEQUAL_-1203905452'), (u'INDIRECT_-1203904379', u'MULTIEQUAL_-1203906023'), (u'INDIRECT_-1203907504', u'MULTIEQUAL_-1203907350'), (u'INT_LESSEQUAL_-1203910775', u'CBRANCH_-1203910784'), (u'CALL_-1203910765', u'INDIRECT_-1203905141'), (u'CALL_-1203909860', u'INDIRECT_-1203904362'), (u'MULTIEQUAL_-1203909212', u'PTRADD_-1203905076'), (u'CALL_-1203910765', u'INDIRECT_-1203905079'), (u'INDIRECT_-1203905008', u'MULTIEQUAL_-1203904869'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906504'), (u'INDIRECT_-1203906095', u'MULTIEQUAL_-1203906051'), (u'MULTIEQUAL_-1203905674', u'MULTIEQUAL_-1203905638'), (u'CALL_-1203909926', u'INDIRECT_-1203904715'), (u'INT_RIGHT_-1203910144', u'MULTIEQUAL_-1203907326'), (u'MULTIEQUAL_-1203904505', u'MULTIEQUAL_-1203904679'), (u'INDIRECT_-1203905157', u'MULTIEQUAL_-1203905364'), (u'CALL_-1203909483', u'INDIRECT_-1203904818'), (u'LOAD_-1203912539', u'INT_LESS_-1203912515'), ('tmp_13151', u'PTRSUB_-1203904152'), (u'MULTIEQUAL_-1203906023', u'MULTIEQUAL_-1203905969'), ('tmp_13153', u'PTRADD_-1203903961'), (u'INDIRECT_-1203905520', u'MULTIEQUAL_-1203905475'), (u'MULTIEQUAL_-1203906370', u'MULTIEQUAL_-1203906300'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905822'), (u'MULTIEQUAL_-1203906157', u'MULTIEQUAL_-1203905043'), (u'MULTIEQUAL_-1203908231', u'MULTIEQUAL_-1203908318'), (u'MULTIEQUAL_-1203906247', u'MULTIEQUAL_-1203906031'), (u'INDIRECT_-1203904785', u'MULTIEQUAL_-1203904992'), (u'CALL_-1203911222', u'INDIRECT_-1203905519'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906380'), (u'INDIRECT_-1203905659', u'MULTIEQUAL_-1203905523'), (u'INDIRECT_-1203905475', u'MULTIEQUAL_-1203905429'), (u'INDIRECT_-1203905165', u'MULTIEQUAL_-1203905087'), (u'CALL_-1203909401', u'INDIRECT_-1203904420'), ('tmp_2305', u'CBRANCH_-1203910890'), (u'MULTIEQUAL_-1203904793', u'MULTIEQUAL_-1203904777'), (u'INDIRECT_-1203906324', u'MULTIEQUAL_-1203906362'), (u'CALL_-1203911222', u'INDIRECT_-1203906449'), (u'INDIRECT_-1203906386', u'MULTIEQUAL_-1203906424'), ('tmp_2575', u'CBRANCH_-1203910710'), (u'INDIRECT_-1203906511', u'COPY_-1203904870'), (u'INDIRECT_-1203905969', u'MULTIEQUAL_-1203906078'), (u'INDIRECT_-1203905451', u'MULTIEQUAL_-1203905425'), (u'MULTIEQUAL_-1203905502', u'MULTIEQUAL_-1203905589'), ('const-433', u'LOAD_-1203910667'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905591'), (u'CALL_-1203909771', u'INDIRECT_-1203903922'), (u'STORE_-1203909712', u'INDIRECT_-1203906686'), (u'INDIRECT_-1203906387', u'MULTIEQUAL_-1203906347'), (u'CALL_-1203909860', u'INDIRECT_-1203905292'), (u'INDIRECT_-1203905141', u'MULTIEQUAL_-1203905115'), (u'CALL_-1203909926', u'INDIRECT_-1203905087'), (u'CALL_-1203911247', u'INDIRECT_-1203906466'), (u'INDIRECT_-1203905335', u'MULTIEQUAL_-1203905491'), ('const-3465728', u'COPY_-1203903391'), (u'CALL_-1203910547', u'INDIRECT_-1203905165'), (u'CALL_-1203909483', u'INDIRECT_-1203904942'), (u'COPY_-1203911936', u'MULTIEQUAL_-1203905582'), (u'MULTIEQUAL_-1203908874', u'PTRADD_-1203904536'), (u'MULTIEQUAL_-1203906557', u'MULTIEQUAL_-1203906341'), (u'CAST_-1203903938', u'LOAD_-1203910774'), (u'INT_ADD_-1203910427', u'INT_LESS_-1203910388'), ('const-3376044', u'COPY_-1203903431'), ('const-0', u'COPY_-1203912908'), (u'INDIRECT_-1203905380', u'MULTIEQUAL_-1203904485'), (u'COPY_-1203905240', u'MULTIEQUAL_-1203909212'), (u'CALL_-1203909824', u'INDIRECT_-1203904404'), (u'CALL_-1203909401', u'INDIRECT_-1203904792'), (u'INDIRECT_-1203904847', u'MULTIEQUAL_-1203904567'), (u'MULTIEQUAL_-1203905961', u'MULTIEQUAL_-1203905907'), (u'INDIRECT_-1203904751', u'MULTIEQUAL_-1203906395'), (u'INT_ZEXT_-1203908375', u'CAST_-1203903930'), (u'CALL_-1203909771', u'INDIRECT_-1203904542'), (u'INDIRECT_-1203905356', u'MULTIEQUAL_-1203905328'), ('tmp_13399', u'CALL_-1203911968'), (u'CALL_-1203910822', u'INDIRECT_-1203907542'), (u'MULTIEQUAL_-1203907222', u'MULTIEQUAL_-1203907072'), (u'MULTIEQUAL_-1203906246', u'MULTIEQUAL_-1203906176'), (u'MULTIEQUAL_-1203905103', u'INT_NOTEQUAL_-1203911495'), ('const-433', u'LOAD_-1203911161'), (u'MULTIEQUAL_-1203905289', u'MULTIEQUAL_-1203904931'), (u'MULTIEQUAL_-1203904483', u'MULTIEQUAL_-1203904467'), (u'INDIRECT_-1203904280', u'MULTIEQUAL_-1203904930'), (u'CALL_-1203909365', u'INDIRECT_-1203904317'), ('tmp_4360', u'CBRANCH_-1203911236'), (u'MULTIEQUAL_-1203905521', u'MULTIEQUAL_-1203905984'), (u'INDIRECT_-1203905025', u'MULTIEQUAL_-1203905181'), (u'INDIRECT_-1203905041', u'MULTIEQUAL_-1203904963'), ('tmp_25744', u'STORE_-1203909706'), (u'INT_ZEXT_-1203909465', u'INT_LESSEQUAL_-1203912413'), (u'CALL_-1203911247', u'INDIRECT_-1203906032'), (u'INT_ZEXT_-1203908404', u'INT_MULT_-1203910547'), (u'INDIRECT_-1203904290', u'MULTIEQUAL_-1203906061'), (u'CALL_-1203909483', u'INDIRECT_-1203904322'), (u'INDIRECT_-1203904810', u'MULTIEQUAL_-1203904989'), ('tmp_25740', u'CALLIND_-1203910596'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904972'), (u'PTRSUB_-1203904291', u'INT_NOTEQUAL_-1203910773'), (u'CALL_-1203909195', u'INDIRECT_-1203904900'), (u'CAST_-1203904532', u'LOAD_-1203910689'), ('const-39', u'PTRADD_-1203903953'), (u'MULTIEQUAL_-1203904901', u'MULTIEQUAL_-1203904877'), (u'INDIRECT_-1203904319', u'MULTIEQUAL_-1203905059'), (u'INDIRECT_-1203904376', u'MULTIEQUAL_-1203904555'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906070'), (u'CALL_-1203909824', u'INDIRECT_-1203905210'), ('const-6', u'PTRADD_-1203904590'), (u'INDIRECT_-1203904939', u'MULTIEQUAL_-1203905679'), (u'COPY_-1203911936', u'MULTIEQUAL_-1203905337'), (u'MULTIEQUAL_-1203908231', u'MULTIEQUAL_-1203908161'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904314'), (u'INDIRECT_-1203904753', u'MULTIEQUAL_-1203905493'), (u'MULTIEQUAL_-1203904715', u'MULTIEQUAL_-1203905178'), ('const-0', u'INT_NOTEQUAL_-1203911256'), (u'COPY_-1203905015', u'CALL_-1203912261'), (u'CALL_-1203909401', u'INDIRECT_-1203904048'), ('const-105', u'CALL_-1203909771'), (u'INDIRECT_-1203905475', u'MULTIEQUAL_-1203905397'), (u'INDIRECT_-1203907969', u'MULTIEQUAL_-1203908048'), ('tmp_13151', u'PTRSUB_-1203904489'), (u'MULTIEQUAL_-1203904777', u'MULTIEQUAL_-1203905240'), ('const--104', u'PTRSUB_-1203905280'), (u'INT_ADD_-1203912954', u'CAST_-1203905289'), (u'INDIRECT_-1203904971', u'MULTIEQUAL_-1203904691'), (u'INDIRECT_-1203905884', u'MULTIEQUAL_-1203905813'), (u'INT_EQUAL_-1203912296', u'CBRANCH_-1203912294'), (u'INDIRECT_-1203906528', u'MULTIEQUAL_-1203906497'), (u'LOAD_-1203913010', u'INT_ADD_-1203912954'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904724'), (u'MULTIEQUAL_-1203905969', u'MULTIEQUAL_-1203905936'), (u'LOAD_-1203910497', u'CAST_-1203903820'), ('tmp_753', u'CBRANCH_-1203912384'), (u'CALL_-1203911247', u'INDIRECT_-1203906404'), (u'CALL_-1203910796', u'INDIRECT_-1203905704'), (u'INDIRECT_-1203906456', u'MULTIEQUAL_-1203906395'), ('const-0', u'RETURN_-1203911138'), ('const-433', u'LOAD_-1203910180'), (u'INDIRECT_-1203905535', u'MULTIEQUAL_-1203905644'), (u'INDIRECT_-1203906200', u'MULTIEQUAL_-1203906238'), (u'INDIRECT_-1203904669', u'MULTIEQUAL_-1203904591'), (u'INT_ADD_-1203909748', u'COPY_-1203903533'), (u'CALL_-1203911247', u'INDIRECT_-1203905474'), (u'CALL_-1203909547', u'INDIRECT_-1203904435'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906332'), (u'CALL_-1203910822', u'INDIRECT_-1203905976'), (u'MULTIEQUAL_-1203905018', u'MULTIEQUAL_-1203904991'), ('const-8', u'PTRADD_-1203904136'), (u'MULTIEQUAL_-1203907989', u'CALLIND_-1203910596'), (u'CALL_-1203910796', u'INDIRECT_-1203905828'), (u'INDIRECT_-1203905086', u'MULTIEQUAL_-1203905736'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906456'), ('const-3376135', u'COPY_-1203905023'), (u'COPY_-1203903780', u'CALL_-1203909860'), (u'INDIRECT_-1203906280', u'MULTIEQUAL_-1203906249'), (u'CALL_-1203911222', u'INDIRECT_-1203905333'), (u'CALLIND_-1203912919', u'INDIRECT_-1203905946'), (u'MULTIEQUAL_-1203906433', u'MULTIEQUAL_-1203906217'), (u'INDIRECT_-1203904421', u'MULTIEQUAL_-1203904375'), (u'MULTIEQUAL_-1203905397', u'MULTIEQUAL_-1203905373'), (u'INDIRECT_-1203904156', u'MULTIEQUAL_-1203904806'), (u'CAST_-1203904993', u'LOAD_-1203912539'), (u'CALL_-1203909365', u'INDIRECT_-1203904379'), (u'INDIRECT_-1203905644', u'MULTIEQUAL_-1203905599'), (u'MULTIEQUAL_-1203905305', u'MULTIEQUAL_-1203905289'), (u'MULTIEQUAL_-1203905948', u'MULTIEQUAL_-1203905921'), (u'INDIRECT_-1203904545', u'MULTIEQUAL_-1203904467'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203905241'), ('tmp_1934', u'CBRANCH_-1203911328'), (u'CALL_-1203909848', u'INDIRECT_-1203905435'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906208'), ('tmp_13153', u'PTRADD_-1203905035'), (u'MULTIEQUAL_-1203904343', u'MULTIEQUAL_-1203904806'), (u'CALL_-1203910753', u'INDIRECT_-1203905070'), (u'INDIRECT_-1203905976', u'MULTIEQUAL_-1203905948'), ('tmp_4326', u'CBRANCH_-1203911255'), (u'MULTIEQUAL_-1203906486', u'MULTIEQUAL_-1203906643'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904909'), (u'CALL_-1203909771', u'INDIRECT_-1203904418'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906580'), (u'PTRSUB_-1203905280', u'CALL_-1203909365'), (u'INDIRECT_-1203905148', u'MULTIEQUAL_-1203905798'), ('const-433', u'LOAD_-1203911726'), (u'MULTIEQUAL_-1203905537', u'MULTIEQUAL_-1203905179'), (u'INDIRECT_-1203905969', u'MULTIEQUAL_-1203906063'), (u'LOAD_-1203910642', u'CALLIND_-1203910596'), (u'CALL_-1203909824', u'INDIRECT_-1203904714'), (u'MULTIEQUAL_-1203907953', u'PTRADD_-1203904003'), ('const-433', u'LOAD_-1203911070'), (u'STORE_-1203909940', u'INDIRECT_-1203906831'), ('const-433', u'STORE_-1203909930'), (u'CALL_-1203910796', u'INDIRECT_-1203905394'), (u'CALL_-1203909401', u'INDIRECT_-1203903862'), (u'MULTIEQUAL_-1203906395', u'MULTIEQUAL_-1203906341'), (u'CALL_-1203909365', u'INDIRECT_-1203904627'), (u'CALL_-1203909848', u'INDIRECT_-1203904877'), (u'CALL_-1203909860', u'INDIRECT_-1203904858'), (u'INDIRECT_-1203905599', u'MULTIEQUAL_-1203905555'), (u'CALL_-1203909401', u'INDIRECT_-1203904110'), ('const-4', u'PTRADD_-1203903854'), (u'CALL_-1203911247', u'INDIRECT_-1203906218'), ('const-8', u'PTRADD_-1203903598'), (u'INDIRECT_-1203908566', u'MULTIEQUAL_-1203908480'), (u'CALL_-1203910753', u'INDIRECT_-1203905938'), (u'INDIRECT_-1203905219', u'MULTIEQUAL_-1203905426'), (u'INDIRECT_-1203905890', u'MULTIEQUAL_-1203905928'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906270'), (u'CALL_-1203909866', u'INDIRECT_-1203904932'), (u'INDIRECT_-1203905829', u'MULTIEQUAL_-1203905789'), (u'LOAD_-1203912405', u'INT_EQUAL_-1203912386'), (u'MULTIEQUAL_-1203906962', u'COPY_-1203905101'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906642'), (u'LOAD_-1203912405', u'INT_ADD_-1203912363'), (u'INDIRECT_-1203906031', u'MULTIEQUAL_-1203906140'), ('const-0', u'INT_NOTEQUAL_-1203911950'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905219'), ('tmp_13153', u'PTRADD_-1203903979'), (u'INDIRECT_-1203905041', u'MULTIEQUAL_-1203904997'), (u'MULTIEQUAL_-1203906767', u'MULTIEQUAL_-1203906471'), ('const-433', u'STORE_-1203909919'), (u'INDIRECT_-1203905389', u'MULTIEQUAL_-1203905363'), (u'MULTIEQUAL_-1203906527', u'MULTIEQUAL_-1203906494'), (u'INDIRECT_-1203906031', u'MULTIEQUAL_-1203906125'), (u'LOAD_-1203910180', u'INT_RIGHT_-1203910144'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906592'), (u'INDIRECT_-1203904785', u'MULTIEQUAL_-1203904505'), (u'PTRSUB_-1203904258', u'INT_EQUAL_-1203910711'), (u'INT_EQUAL_-1203912618', u'CBRANCH_-1203912615'), (u'INDIRECT_-1203904317', u'MULTIEQUAL_-1203905961'), (u'INDIRECT_-1203908059', u'MULTIEQUAL_-1203908013'), (u'CALL_-1203910765', u'INDIRECT_-1203905327'), (u'MULTIEQUAL_-1203904815', u'MULTIEQUAL_-1203904989'), (u'MULTIEQUAL_-1203905671', u'MULTIEQUAL_-1203905521'), (u'MULTIEQUAL_-1203906519', u'MULTIEQUAL_-1203906223'), (u'CALL_-1203909926', u'INDIRECT_-1203904591'), (u'CALL_-1203911189', u'INDIRECT_-1203905439'), (u'MULTIEQUAL_-1203905165', u'MULTIEQUAL_-1203905275'), ('const-8', u'PTRADD_-1203905043'), (u'CALL_-1203909771', u'INDIRECT_-1203904170'), (u'MULTIEQUAL_-1203906457', u'MULTIEQUAL_-1203906403'), (u'CALL_-1203909248', u'INDIRECT_-1203904174'), (u'CALL_-1203909547', u'INDIRECT_-1203904993'), ('const-433', u'LOAD_-1203913010'), (u'INDIRECT_-1203905351', u'MULTIEQUAL_-1203905307'), (u'INDIRECT_-1203904994', u'MULTIEQUAL_-1203905289'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904748'), (u'CALL_-1203911222', u'INDIRECT_-1203906201'), (u'CALL_-1203911601', u'INDIRECT_-1203905768'), (u'CALL_-1203909483', u'INDIRECT_-1203904880'), (u'INDIRECT_-1203905885', u'MULTIEQUAL_-1203905859'), (u'CALL_-1203909926', u'INDIRECT_-1203904901'), (u'INDIRECT_-1203906900', u'MULTIEQUAL_-1203907535'), (u'INDIRECT_-1203905318', u'MULTIEQUAL_-1203905892'), (u'CALL_-1203909771', u'INDIRECT_-1203904232'), (u'MULTIEQUAL_-1203906122', u'MULTIEQUAL_-1203906209'), (u'INDIRECT_-1203904872', u'MULTIEQUAL_-1203905051'), (u'INDIRECT_-1203905194', u'MULTIEQUAL_-1203905768'), (u'INDIRECT_-1203904661', u'MULTIEQUAL_-1203904381'), (u'MULTIEQUAL_-1203905165', u'MULTIEQUAL_-1203904051'), (u'CAST_-1203903560', u'PTRADD_-1203903589'), ('tmp_13151', u'PTRSUB_-1203904422'), (u'CALL_-1203909365', u'INDIRECT_-1203904565'), (u'INDIRECT_-1203905852', u'MULTIEQUAL_-1203905824'), (u'INDIRECT_-1203906341', u'MULTIEQUAL_-1203906450'), (u'INDIRECT_-1203904374', u'MULTIEQUAL_-1203904669'), (u'INDIRECT_-1203905397', u'MULTIEQUAL_-1203905553'), (u'INDIRECT_-1203905333', u'MULTIEQUAL_-1203905293'), (u'MULTIEQUAL_-1203905243', u'MULTIEQUAL_-1203905227'), (u'INDIRECT_-1203905210', u'MULTIEQUAL_-1203905165'), (u'INDIRECT_-1203904652', u'MULTIEQUAL_-1203905302'), (u'MULTIEQUAL_-1203905211', u'MULTIEQUAL_-1203905187'), (u'CALL_-1203909483', u'INDIRECT_-1203903950'), (u'MULTIEQUAL_-1203905597', u'MULTIEQUAL_-1203905564'), (u'MULTIEQUAL_-1203906556', u'MULTIEQUAL_-1203906643'), (u'CALL_-1203911968', u'INDIRECT_-1203905287'), (u'INDIRECT_-1203904847', u'MULTIEQUAL_-1203905054'), (u'CAST_-1203903691', u'MULTIEQUAL_-1203908874'), (u'CALL_-1203909824', u'INDIRECT_-1203904342'), (u'PTRSUB_-1203904437', u'CALLIND_-1203910954'), (u'INDIRECT_-1203907001', u'MULTIEQUAL_-1203907726'), (u'INDIRECT_-1203906156', u'MULTIEQUAL_-1203906125'), (u'INDIRECT_-1203904822', u'MULTIEQUAL_-1203905396'), ('const-2221', u'CALL_-1203909483'), (u'INDIRECT_-1203905123', u'MULTIEQUAL_-1203906767'), (u'MULTIEQUAL_-1203906680', u'MULTIEQUAL_-1203906767'), (u'MULTIEQUAL_-1203905775', u'MULTIEQUAL_-1203905479'), (u'STORE_-1203909930', u'INDIRECT_-1203906823'), (u'CALL_-1203909926', u'INDIRECT_-1203904777'), (u'INDIRECT_-1203905784', u'MULTIEQUAL_-1203905753'), (u'LOAD_-1203911785', u'CAST_-1203904522'), (u'INDIRECT_-1203906403', u'MULTIEQUAL_-1203906497'), (u'CALL_-1203910822', u'INDIRECT_-1203904860'), (u'INT_NOTEQUAL_-1203911638', u'CBRANCH_-1203911636'), (u'MULTIEQUAL_-1203907953', u'PTRADD_-1203904136'), (u'MULTIEQUAL_-1203904499', u'MULTIEQUAL_-1203904483'), (u'CALL_-1203911601', u'INDIRECT_-1203907768'), (u'CALL_-1203911601', u'INDIRECT_-1203905644'), (u'CALL_-1203909365', u'INDIRECT_-1203906689'), (u'CALL_-1203909860', u'INDIRECT_-1203905106'), (u'CALL_-1203909771', u'INDIRECT_-1203904666'), ('tmp_1061', u'CBRANCH_-1203912072'), (u'MULTIEQUAL_-1203906112', u'STORE_-1203910454'), (u'LOAD_-1203910473', u'MULTIEQUAL_-1203908235'), (u'MULTIEQUAL_-1203904927', u'MULTIEQUAL_-1203904777'), (u'CALL_-1203910547', u'INDIRECT_-1203904669'), (u'CALL_-1203909483', u'INDIRECT_-1203904694'), (u'MULTIEQUAL_-1203906093', u'MULTIEQUAL_-1203906060'), ('const-433', u'LOAD_-1203911252'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905120'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906530'), (u'CALL_-1203911222', u'INDIRECT_-1203905829'), (u'INDIRECT_-1203905256', u'MULTIEQUAL_-1203905830'), ('const-0', u'PTRSUB_-1203905104'), (u'INDIRECT_-1203904607', u'MULTIEQUAL_-1203904529'), (u'LOAD_-1203912929', u'CALLIND_-1203912919'), ('const--96', u'PTRSUB_-1203904694'), ('const-280', u'INT_ADD_-1203912954'), (u'MULTIEQUAL_-1203909024', u'INT_ADD_-1203911238'), (u'CALL_-1203911222', u'INDIRECT_-1203908077'), (u'MULTIEQUAL_-1203907708', u'PTRADD_-1203911311'), (u'COPY_-1203912894', u'MULTIEQUAL_-1203906651'), (u'INT_ADD_-1203910440', u'CAST_-1203903794'), (u'CALL_-1203911222', u'INDIRECT_-1203906263'), (u'CALL_-1203910753', u'CAST_-1203904190'), (u'CALL_-1203909483', u'INDIRECT_-1203904446'), (u'COPY_-1203904618', u'MULTIEQUAL_-1203908740'), (u'CALL_-1203911247', u'INDIRECT_-1203906156'), ('tmp_2349', u'BRANCH_-1203910847'), (u'CALL_-1203910547', u'INT_EQUAL_-1203910533'), (u'MULTIEQUAL_-1203908765', u'LOAD_-1203911785'), (u'COPY_-1203904615', u'PTRADD_-1203904607'), (u'CALL_-1203909866', u'INDIRECT_-1203905118'), (u'LOAD_-1203910582', u'INT_NOTEQUAL_-1203910562'), (u'MULTIEQUAL_-1203905497', u'MULTIEQUAL_-1203905671'), (u'CALL_-1203910547', u'INDIRECT_-1203904421'), (u'INDIRECT_-1203906580', u'MULTIEQUAL_-1203906519'), (u'LOAD_-1203912539', u'INT_SUB_-1203912490'), (u'CALL_-1203909401', u'INDIRECT_-1203904606'), ('const-0', u'COPY_-1203912894'), (u'INDIRECT_-1203905823', u'MULTIEQUAL_-1203905797'), (u'INDIRECT_-1203905318', u'MULTIEQUAL_-1203904423'), (u'INDIRECT_-1203905536', u'MULTIEQUAL_-1203905505'), (u'INDIRECT_-1203904893', u'MULTIEQUAL_-1203904867'), (u'INDIRECT_-1203908158', u'MULTIEQUAL_-1203908231'), (u'CALL_-1203911222', u'INDIRECT_-1203905705'), (u'COPY_-1203907819', u'COPY_-1203903561'), ('const-1', u'RETURN_-1203908997'), (u'INDIRECT_-1203905103', u'MULTIEQUAL_-1203905057'), (u'CALL_-1203909771', u'INDIRECT_-1203905038'), (u'CAST_-1203903560', u'STORE_-1203909824'), (u'CALL_-1203910796', u'INDIRECT_-1203906572'), ('const-1341', u'CALL_-1203909401'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906828'), (u'INDIRECT_-1203904971', u'MULTIEQUAL_-1203905178'), (u'CALL_-1203909824', u'INDIRECT_-1203904466'), ('const-0', u'COPY_-1203911985'), ('tmp_13151', u'PTRSUB_-1203904449'), (u'CALLIND_-1203910954', u'INDIRECT_-1203905715'), (u'CAST_-1203904944', u'LOAD_-1203912405'), (u'INDIRECT_-1203904250', u'MULTIEQUAL_-1203904545'), (u'MULTIEQUAL_-1203906767', u'MULTIEQUAL_-1203906713'), (u'CALL_-1203911625', u'INDIRECT_-1203905537'), (u'INDIRECT_-1203905334', u'MULTIEQUAL_-1203905984'), (u'MULTIEQUAL_-1203905335', u'MULTIEQUAL_-1203905311'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905306'), ('const-7', u'INT_AND_-1203908484'), (u'INDIRECT_-1203906217', u'MULTIEQUAL_-1203906311'), (u'MULTIEQUAL_-1203907054', u'INT_LESSEQUAL_-1203912531'), (u'CALL_-1203910547', u'INDIRECT_-1203904483'), (u'CALL_-1203909365', u'INDIRECT_-1203904131'), (u'INDIRECT_-1203904352', u'MULTIEQUAL_-1203906123'), (u'CALL_-1203909866', u'INDIRECT_-1203904436'), (u'MULTIEQUAL_-1203905783', u'MULTIEQUAL_-1203905750'), ('tmp_13151', u'PTRSUB_-1203904720'), ('tmp_887', u'CBRANCH_-1203912294'), (u'INDIRECT_-1203906756', u'MULTIEQUAL_-1203906718'), (u'CALL_-1203909771', u'INDIRECT_-1203906604'), (u'COPY_-1203904624', u'MULTIEQUAL_-1203908922'), (u'INDIRECT_-1203905845', u'MULTIEQUAL_-1203905939'), (u'MULTIEQUAL_-1203908157', u'LOAD_-1203911070'), (u'CALL_-1203910547', u'INDIRECT_-1203904545'), ('const-433', u'LOAD_-1203912610'), (u'INDIRECT_-1203906220', u'MULTIEQUAL_-1203906308'), (u'MULTIEQUAL_-1203906112', u'MULTIEQUAL_-1203906080'), (u'CAST_-1203904519', u'LOAD_-1203911726'), (u'MULTIEQUAL_-1203905523', u'MULTIEQUAL_-1203905413'), (u'CALL_-1203910822', u'INDIRECT_-1203905108'), (u'MULTIEQUAL_-1203908318', u'MULTIEQUAL_-1203908022'), ('const-0', u'COPY_-1203911868'), (u'CALL_-1203910547', u'INDIRECT_-1203904793'), ('const-24', u'PTRADD_-1203911311'), (u'CALL_-1203909964', u'INDIRECT_-1203905123'), (u'MULTIEQUAL_-1203906081', u'MULTIEQUAL_-1203905989'), (u'CALL_-1203911247', u'INDIRECT_-1203905598'), (u'MULTIEQUAL_-1203906432', u'MULTIEQUAL_-1203906362'), (u'INDIRECT_-1203904723', u'MULTIEQUAL_-1203904930'), (u'INT_SUB_-1203910628', u'INT_SRIGHT_-1203910605'), (u'INDIRECT_-1203906157', u'MULTIEQUAL_-1203906114'), (u'INDIRECT_-1203906566', u'MULTIEQUAL_-1203906495'), (u'CALL_-1203911189', u'INDIRECT_-1203908059'), (u'COPY_-1203905236', u'MULTIEQUAL_-1203906962'), ('const-433', u'STORE_-1203909773'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904241'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904934'), (u'CALL_-1203909860', u'INDIRECT_-1203904610'), (u'CALL_-1203911625', u'INDIRECT_-1203905661'), (u'MULTIEQUAL_-1203905103', u'MULTIEQUAL_-1203904745'), (u'CALL_-1203909547', u'INDIRECT_-1203903815'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906096'), ('const-8', u'PTRADD_-1203905035'), (u'INDIRECT_-1203905704', u'MULTIEQUAL_-1203905742'), (u'INDIRECT_-1203904984', u'MULTIEQUAL_-1203904956'), (u'INDIRECT_-1203906093', u'MULTIEQUAL_-1203906202'), (u'MULTIEQUAL_-1203905618', u'MULTIEQUAL_-1203905775'), (u'MULTIEQUAL_-1203905227', u'MULTIEQUAL_-1203905582'), (u'INDIRECT_-1203904838', u'MULTIEQUAL_-1203905488'), (u'MULTIEQUAL_-1203906743', u'MULTIEQUAL_-1203906527'), (u'INDIRECT_-1203905294', u'MULTIEQUAL_-1203905266'), (u'MULTIEQUAL_-1203907818', u'MULTIEQUAL_-1203907708'), (u'MULTIEQUAL_-1203906370', u'MULTIEQUAL_-1203906457'), (u'MULTIEQUAL_-1203905289', u'MULTIEQUAL_-1203905399'), (u'CALL_-1203911625', u'INDIRECT_-1203906157'), ('const-32', u'INT_AND_-1203911226'), (u'INT_ADD_-1203909759', u'CAST_-1203903433'), (u'MULTIEQUAL_-1203906095', u'INT_NOTEQUAL_-1203911570'), (u'INDIRECT_-1203905180', u'MULTIEQUAL_-1203905475'), ('tmp_25742', u'CALLIND_-1203911127'), ('const-1', u'INT_ADD_-1203912423'), (u'INDIRECT_-1203904786', u'MULTIEQUAL_-1203906557'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906220'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905476'), (u'MULTIEQUAL_-1203905399', u'MULTIEQUAL_-1203905307'), (u'INDIRECT_-1203905542', u'MULTIEQUAL_-1203905514'), (u'INDIRECT_-1203905581', u'MULTIEQUAL_-1203905541'), (u'CALL_-1203911625', u'INDIRECT_-1203905971'), (u'MULTIEQUAL_-1203904437', u'MULTIEQUAL_-1203904421'), (u'PTRSUB_-1203904652', u'INT_EQUAL_-1203911680'), (u'MULTIEQUAL_-1203906279', u'MULTIEQUAL_-1203906246'), (u'CALL_-1203910765', u'INDIRECT_-1203905699'), ('const-0', u'STORE_-1203909940'), (u'MULTIEQUAL_-1203904979', u'MULTIEQUAL_-1203903865'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904438'), (u'INDIRECT_-1203905265', u'MULTIEQUAL_-1203905239'), (u'CALL_-1203910753', u'INDIRECT_-1203904946'), (u'INDIRECT_-1203905025', u'COPY_-1203903765'), (u'PTRSUB_-1203904720', u'CALL_-1203911601'), (u'CALL_-1203909926', u'INDIRECT_-1203904467'), (u'INDIRECT_-1203905597', u'MULTIEQUAL_-1203905706'), (u'CALL_-1203909860', u'INDIRECT_-1203905354'), ('const-60', u'INT_ADD_-1203911197'), ('const-433', u'LOAD_-1203910656'), (u'INDIRECT_-1203905311', u'MULTIEQUAL_-1203906051'), (u'INDIRECT_-1203904404', u'MULTIEQUAL_-1203905054'), (u'MULTIEQUAL_-1203906080', u'MULTIEQUAL_-1203906056'), (u'CALL_-1203909848', u'INDIRECT_-1203904567'), (u'CAST_-1203905129', u'LOAD_-1203911211'), ('const--168', u'PTRSUB_-1203904151'), (u'CALL_-1203909860', u'INDIRECT_-1203904672'), (u'MULTIEQUAL_-1203906185', u'MULTIEQUAL_-1203905969'), (u'MULTIEQUAL_-1203905413', u'MULTIEQUAL_-1203905055'), ('tmp_2448', u'CBRANCH_-1203910784'), (u'INT_MULT_-1203910428', u'INT_ADD_-1203910440'), (u'INDIRECT_-1203906146', u'MULTIEQUAL_-1203906085'), (u'MULTIEQUAL_-1203906143', u'MULTIEQUAL_-1203906033'), (u'CALL_-1203911968', u'INDIRECT_-1203906093'), (u'MULTIEQUAL_-1203905335', u'MULTIEQUAL_-1203905798'), (u'MULTIEQUAL_-1203905351', u'MULTIEQUAL_-1203904993'), (u'PTRSUB_-1203904489', u'INT_NOTEQUAL_-1203911495'), (u'INDIRECT_-1203904996', u'MULTIEQUAL_-1203905175'), (u'CALL_-1203909964', u'INDIRECT_-1203904627'), (u'PTRADD_-1203903463', u'STORE_-1203909712'), (u'MULTIEQUAL_-1203905125', u'MULTIEQUAL_-1203905299'), (u'CALL_-1203910796', u'INDIRECT_-1203906076'), (u'CALL_-1203911968', u'INDIRECT_-1203906155'), ('const-3463944', u'COPY_-1203903780'), (u'INT_SLESS_-1203910703', u'CBRANCH_-1203910710'), (u'MULTIEQUAL_-1203906465', u'MULTIEQUAL_-1203906432'), (u'CALL_-1203911247', u'INDIRECT_-1203906280'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904613'), ('tmp_3809', u'BRANCH_-1203909788'), (u'CALL_-1203909964', u'INDIRECT_-1203904503'), (u'MULTIEQUAL_-1203905142', u'MULTIEQUAL_-1203905115'), (u'INT_EQUAL_-1203910619', u'CBRANCH_-1203910617'), ('const-433', u'LOAD_-1203910642'), (u'INDIRECT_-1203906342', u'MULTIEQUAL_-1203906311'), (u'INDIRECT_-1203904900', u'MULTIEQUAL_-1203905550'), (u'MULTIEQUAL_-1203908400', u'INT_SUB_-1203912490'), (u'CAST_-1203904030', u'LOAD_-1203910964'), (u'CALL_-1203909365', u'INDIRECT_-1203904937'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906084'), (u'LOAD_-1203911186', u'INT_EQUAL_-1203911167'), (u'CALL_-1203911189', u'INDIRECT_-1203906307'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904179'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905058'), (u'MULTIEQUAL_-1203905103', u'MULTIEQUAL_-1203903989'), (u'LOAD_-1203910559', u'CALL_-1203910547'), (u'INDIRECT_-1203904875', u'MULTIEQUAL_-1203906519'), (u'INDIRECT_-1203906140', u'MULTIEQUAL_-1203906095'), (u'MULTIEQUAL_-1203905041', u'MULTIEQUAL_-1203905396'), (u'MULTIEQUAL_-1203904629', u'MULTIEQUAL_-1203904803'), (u'CALL_-1203909401', u'INDIRECT_-1203904234'), (u'CALL_-1203911247', u'INDIRECT_-1203905350'), (u'CALLIND_-1203910954', u'INDIRECT_-1203904661'), (u'CALL_-1203911247', u'INDIRECT_-1203905846'), ('const-0', u'COPY_-1203912880'), (u'INDIRECT_-1203905891', u'MULTIEQUAL_-1203905851'), (u'CALL_-1203911601', u'INDIRECT_-1203905830'), (u'CALL_-1203910822', u'INDIRECT_-1203904984'), (u'COPY_-1203904608', u'MULTIEQUAL_-1203908906'), (u'MULTIEQUAL_-1203906589', u'MULTIEQUAL_-1203906556'), (u'INDIRECT_-1203905814', u'MULTIEQUAL_-1203906388'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904848'), ('const-0', u'INT_EQUAL_-1203912296'), (u'LOAD_-1203910709', u'INT_LESS_-1203910685'), (u'CALL_-1203909824', u'INDIRECT_-1203905334'), (u'CALL_-1203909926', u'INDIRECT_-1203904281'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904624'), (u'CALL_-1203909365', u'INDIRECT_-1203905123'), (u'CALL_-1203909547', u'INDIRECT_-1203904807'), (u'LOAD_-1203910689', u'COPY_-1203904618'), (u'INDIRECT_-1203906279', u'MULTIEQUAL_-1203906143'), ('const-433', u'STORE_-1203909730'), ('tmp_3450', u'CBRANCH_-1203910561'), ('const-1', u'PTRADD_-1203903598'), (u'COPY_-1203905101', u'INT_NOTEQUAL_-1203909744'), (u'CALL_-1203910547', u'INDIRECT_-1203905041'), (u'PTRADD_-1203904590', u'CAST_-1203904519'), (u'LOAD_-1203912497', u'INT_SUB_-1203912458'), (u'MULTIEQUAL_-1203907684', u'INT_ADD_-1203909748'), (u'INDIRECT_-1203904166', u'MULTIEQUAL_-1203905937'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905662'), (u'CALL_-1203910753', u'INDIRECT_-1203905814'), (u'CALL_-1203909365', u'INDIRECT_-1203904813'), ('const-4', u'PTRADD_-1203903989'), (u'MULTIEQUAL_-1203905429', u'MULTIEQUAL_-1203905413'), ('const-433', u'LOAD_-1203911785'), (u'CALLIND_-1203910596', u'INDIRECT_-1203905430'), (u'INDIRECT_-1203907969', u'MULTIEQUAL_-1203907818'), (u'CALL_-1203909964', u'INDIRECT_-1203904689'), (u'INDIRECT_-1203904815', u'MULTIEQUAL_-1203905555'), ('tmp_2269', u'CBRANCH_-1203910917'), ('tmp_1179', u'CBRANCH_-1203911947'), (u'CAST_-1203904084', u'LOAD_-1203911064'), (u'INDIRECT_-1203904684', u'MULTIEQUAL_-1203904979'), ('tmp_159', u'CBRANCH_-1203912934'), (u'INDIRECT_-1203905845', u'MULTIEQUAL_-1203905709'), (u'COPY_-1203903533', u'MULTIEQUAL_-1203907684'), (u'MULTIEQUAL_-1203904979', u'MULTIEQUAL_-1203904963'), (u'MULTIEQUAL_-1203905599', u'MULTIEQUAL_-1203905709'), (u'CALLIND_-1203910788', u'INDIRECT_-1203905414'), (u'INDIRECT_-1203905411', u'MULTIEQUAL_-1203905505'), (u'INDIRECT_-1203905971', u'MULTIEQUAL_-1203905927'), ('const-0', u'INT_EQUAL_-1203912335'), (u'INDIRECT_-1203905728', u'MULTIEQUAL_-1203905700'), (u'MULTIEQUAL_-1203904319', u'MULTIEQUAL_-1203904493'), (u'CAST_-1203903930', u'INT_SLESSEQUAL_-1203910741'), (u'MULTIEQUAL_-1203905564', u'MULTIEQUAL_-1203905651'), ('const-0', u'INT_NOTEQUAL_-1203911706'), (u'CALL_-1203911222', u'INDIRECT_-1203905953'), (u'LOAD_-1203910964', u'CALLIND_-1203910954'), ('const-1475936', u'PTRSUB_-1203905361'), ('const-433', u'LOAD_-1203912487'), (u'CALL_-1203909483', u'INDIRECT_-1203903826'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904414'), (u'CALL_-1203911625', u'INDIRECT_-1203905165'), ('tmp_2615', u'CBRANCH_-1203910684'), ('const-2', u'PTRADD_-1203903854'), (u'COPY_-1203904615', u'PTRADD_-1203904590'), (u'CALL_-1203911222', u'INDIRECT_-1203906139'), (u'CALLIND_-1203909271', u'INDIRECT_-1203904799'), (u'MULTIEQUAL_-1203905874', u'MULTIEQUAL_-1203905961'), (u'PTRSUB_-1203904652', u'CALL_-1203909848'), (u'INT_ZEXT_-1203908235', u'MULTIEQUAL_-1203905899'), (u'INDIRECT_-1203905349', u'MULTIEQUAL_-1203905443'), (u'COPY_-1203903399', u'CALL_-1203909401'), (u'INDIRECT_-1203905418', u'MULTIEQUAL_-1203905390'), (u'MULTIEQUAL_-1203908022', u'MULTIEQUAL_-1203908013'), (u'INDIRECT_-1203904188', u'MULTIEQUAL_-1203904483'), (u'CALL_-1203909824', u'INDIRECT_-1203904962'), (u'CALL_-1203911968', u'INDIRECT_-1203905411'), (u'INT_EQUAL_-1203910515', u'CBRANCH_-1203910508'), (u'CALL_-1203909195', u'INDIRECT_-1203904094'), (u'CALLIND_-1203909347', u'INDIRECT_-1203904104'), (u'CALL_-1203911625', u'CAST_-1203904474'), (u'MULTIEQUAL_-1203905041', u'MULTIEQUAL_-1203904683'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904686'), ('const-1', u'PTRADD_-1203911311'), (u'INDIRECT_-1203904007', u'MULTIEQUAL_-1203905651'), (u'MULTIEQUAL_-1203906704', u'COPY_-1203904816'), ('const-77', u'CALLOTHER_-1203909271'), (u'MULTIEQUAL_-1203904529', u'MULTIEQUAL_-1203904992'), (u'CAST_-1203903820', u'INT_EQUAL_-1203910479'), (u'CALL_-1203909771', u'INDIRECT_-1203904480'), (u'MULTIEQUAL_-1203905937', u'MULTIEQUAL_-1203905721'), (u'INDIRECT_-1203906544', u'COPY_-1203906580'), (u'MULTIEQUAL_-1203905612', u'INT_NOTEQUAL_-1203910830'), (u'MULTIEQUAL_-1203909212', u'PTRADD_-1203905141'), (u'CALL_-1203911222', u'INDIRECT_-1203906325'), (u'CALL_-1203909401', u'INDIRECT_-1203904916'), ('const-2305843009213693951', u'INT_LESS_-1203909878'), (u'INDIRECT_-1203905380', u'MULTIEQUAL_-1203905954'), (u'MULTIEQUAL_-1203906767', u'INT_NOTEQUAL_-1203912077'), (u'INDIRECT_-1203905435', u'MULTIEQUAL_-1203906175'), (u'CALL_-1203909848', u'INDIRECT_-1203904381'), (u'INT_MULT_-1203910547', u'INT_ADD_-1203910559'), (u'PTRADD_-1203910520', u'CAST_-1203904082'), (u'CAST_-1203904072', u'LOAD_-1203911040'), (u'CALL_-1203910796', u'INDIRECT_-1203906324'), (u'CALL_-1203911625', u'INDIRECT_-1203905909'), (u'MULTIEQUAL_-1203908013', u'COPY_-1203908095'), ('const-3465680', u'COPY_-1203903425'), (u'INDIRECT_-1203906752', u'MULTIEQUAL_-1203906681'), (u'CALL_-1203911189', u'INDIRECT_-1203905811'), (u'INDIRECT_-1203906318', u'MULTIEQUAL_-1203906247'), (u'INDIRECT_-1203907504', u'MULTIEQUAL_-1203908063'), (u'INDIRECT_-1203905070', u'MULTIEQUAL_-1203904175'), (u'INDIRECT_-1203904343', u'MULTIEQUAL_-1203904499'), (u'MULTIEQUAL_-1203905709', u'MULTIEQUAL_-1203905617'), ('const-16', u'INT_AND_-1203912351'), (u'MULTIEQUAL_-1203905564', u'MULTIEQUAL_-1203905494'), (u'CALL_-1203910796', u'MULTIEQUAL_-1203909024'), (u'CALLIND_-1203910788', u'INDIRECT_-1203908158'), (u'MULTIEQUAL_-1203906023', u'MULTIEQUAL_-1203905727'), (u'INT_NOTEQUAL_-1203910830', u'CBRANCH_-1203910829'), ('const-0', u'PTRSUB_-1203903871'), (u'MULTIEQUAL_-1203905899', u'MULTIEQUAL_-1203905845'), (u'PTRADD_-1203903989', u'CAST_-1203903923'), (u'MULTIEQUAL_-1203907989', u'LOAD_-1203910780'), (u'CALL_-1203909401', u'INDIRECT_-1203906544'), ('tmp_13158', u'INT_NOTEQUAL_-1203912404'), (u'COPY_-1203903472', u'CALL_-1203909771'), (u'CALL_-1203911968', u'INDIRECT_-1203905907'), (u'MULTIEQUAL_-1203909024', u'INT_ADD_-1203912344'), (u'CALLIND_-1203910788', u'INDIRECT_-1203906282'), (u'INDIRECT_-1203906332', u'MULTIEQUAL_-1203906271'), (u'CALL_-1203909848', u'INDIRECT_-1203905063'), (u'CALL_-1203910753', u'INDIRECT_-1203905876'), (u'MULTIEQUAL_-1203905957', u'MULTIEQUAL_-1203905847'), (u'INDIRECT_-1203905766', u'MULTIEQUAL_-1203905804'), ('const-1263', u'CALL_-1203909304'), ('const-105', u'CALL_-1203909195'), (u'CALL_-1203911222', u'INDIRECT_-1203905767'), (u'LOAD_-1203910656', u'INT_ADD_-1203910626'), (u'CAST_-1203904930', u'LOAD_-1203912377'), (u'MULTIEQUAL_-1203905709', u'MULTIEQUAL_-1203905599'), ('const-1', u'RETURN_-1203909243'), (u'LOAD_-1203911137', u'CALLIND_-1203911127'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904500'), (u'CALLIND_-1203910596', u'INDIRECT_-1203904810'), (u'INDIRECT_-1203904312', u'MULTIEQUAL_-1203904607'), (u'MULTIEQUAL_-1203905547', u'MULTIEQUAL_-1203905397'), (u'MULTIEQUAL_-1203904839', u'MULTIEQUAL_-1203904815'), (u'CALLIND_-1203911127', u'INDIRECT_-1203905960'), (u'MULTIEQUAL_-1203906308', u'MULTIEQUAL_-1203906395'), (u'INDIRECT_-1203904653', u'MULTIEQUAL_-1203904809'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906022'), ('tmp_13399', u'CALLIND_-1203910954'), (u'CALLOTHER_-1203909271', u'CAST_-1203903048'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906132'), ('tmp_1385', u'BRANCH_-1203911764'), (u'INDIRECT_-1203905768', u'MULTIEQUAL_-1203905723'), (u'INDIRECT_-1203905170', u'MULTIEQUAL_-1203905142'), (u'MULTIEQUAL_-1203905762', u'INT_NOTEQUAL_-1203910773'), ('tmp_13153', u'CALL_-1203909824'), (u'INDIRECT_-1203904500', u'MULTIEQUAL_-1203904679'), ('const-176', u'INT_ADD_-1203910948'), (u'MULTIEQUAL_-1203906056', u'INT_EQUAL_-1203910515'), (u'MULTIEQUAL_-1203907326', u'INT_SUB_-1203910660'), ('const-168', u'INT_ADD_-1203911121'), (u'STORE_-1203909706', u'INDIRECT_-1203906681'), (u'MULTIEQUAL_-1203906271', u'MULTIEQUAL_-1203905975'), (u'CALL_-1203910753', u'INDIRECT_-1203904760'), (u'PTRADD_-1203903589', u'STORE_-1203909919'), (u'MULTIEQUAL_-1203904591', u'MULTIEQUAL_-1203905054'), (u'CALL_-1203909771', u'INDIRECT_-1203904728'), (u'CALL_-1203909926', u'INDIRECT_-1203905211'), (u'MULTIEQUAL_-1203907953', u'CALL_-1203910753'), (u'INDIRECT_-1203905847', u'MULTIEQUAL_-1203905803'), (u'MULTIEQUAL_-1203906147', u'MULTIEQUAL_-1203906093'), ('const-433', u'LOAD_-1203912970'), (u'MULTIEQUAL_-1203905275', u'MULTIEQUAL_-1203905165'), (u'INDIRECT_-1203904769', u'MULTIEQUAL_-1203904743'), ('const--96', u'PTRSUB_-1203904258'), (u'MULTIEQUAL_-1203905837', u'MULTIEQUAL_-1203905541'), (u'INT_ADD_-1203912423', u'COPY_-1203905122'), (u'COPY_-1203904816', u'MULTIEQUAL_-1203908827'), (u'INT_ADD_-1203912423', u'INT_MULT_-1203911282'), (u'CALLIND_-1203911127', u'INDIRECT_-1203906394'), (u'INDIRECT_-1203905227', u'MULTIEQUAL_-1203905183'), (u'INT_MULT_-1203912377', u'INT_ADD_-1203912389'), (u'MULTIEQUAL_-1203905612', u'MULTIEQUAL_-1203905576'), (u'INDIRECT_-1203905938', u'MULTIEQUAL_-1203906512'), (u'MULTIEQUAL_-1203905080', u'MULTIEQUAL_-1203905053'), (u'CALL_-1203909848', u'CAST_-1203903691'), ('tmp_4388', u'CBRANCH_-1203911221'), (u'INDIRECT_-1203906403', u'COPY_-1203904663'), (u'CALL_-1203909771', u'INDIRECT_-1203904294'), (u'INT_AND_-1203905075', u'INT_NOTEQUAL_-1203912314'), ('tmp_829', u'CBRANCH_-1203912333'), (u'CALL_-1203910822', u'INDIRECT_-1203905356'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905117'), (u'MULTIEQUAL_-1203905475', u'MULTIEQUAL_-1203905459'), (u'INDIRECT_-1203905537', u'MULTIEQUAL_-1203905491'), (u'CALL_-1203909771', u'INDIRECT_-1203904356'), (u'INT_SUB_-1203910660', u'INT_ZEXT_-1203908404'), (u'MULTIEQUAL_-1203905785', u'MULTIEQUAL_-1203905895'), (u'CALL_-1203910822', u'INDIRECT_-1203904922'), (u'INDIRECT_-1203907768', u'MULTIEQUAL_-1203907708'), (u'MULTIEQUAL_-1203907708', u'MULTIEQUAL_-1203907818'), (u'PTRADD_-1203904136', u'CAST_-1203904072'), (u'MULTIEQUAL_-1203905999', u'MULTIEQUAL_-1203905783'), (u'CAST_-1203903912', u'LOAD_-1203910709'), (u'INT_NOTEQUAL_-1203909744', u'CBRANCH_-1203909742'), (u'MULTIEQUAL_-1203905025', u'MULTIEQUAL_-1203905488'), (u'INT_ZEXT_-1203908235', u'STORE_-1203909730'), (u'MULTIEQUAL_-1203908922', u'COPY_-1203904610'), (u'INDIRECT_-1203904624', u'MULTIEQUAL_-1203904803'), (u'MULTIEQUAL_-1203905520', u'CALL_-1203911247'), (u'INT_SUB_-1203912490', u'INT_ZEXT_-1203909465'), (u'CALL_-1203909866', u'INDIRECT_-1203904126'), (u'INDIRECT_-1203904314', u'MULTIEQUAL_-1203904493'), (u'PTRADD_-1203903854', u'MULTIEQUAL_-1203907989'), (u'CALL_-1203911247', u'INDIRECT_-1203906094'), (u'INDIRECT_-1203905087', u'MULTIEQUAL_-1203905243'), (u'INDIRECT_-1203905458', u'MULTIEQUAL_-1203905413'), (u'MULTIEQUAL_-1203904832', u'MULTIEQUAL_-1203904805'), (u'INDIRECT_-1203904255', u'MULTIEQUAL_-1203905899'), ('tmp_13161', u'CALL_-1203909926'), ('tmp_3895', u'BRANCH_-1203909701'), (u'CAST_-1203904190', u'MULTIEQUAL_-1203907953'), (u'MULTIEQUAL_-1203906209', u'MULTIEQUAL_-1203906155'), (u'INT_NOTEQUAL_-1203911256', u'CBRANCH_-1203911255'), (u'CALL_-1203911247', u'INDIRECT_-1203905784'), (u'CALLIND_-1203912919', u'INDIRECT_-1203906256'), (u'CAST_-1203904527', u'LOAD_-1203911746'), (u'INDIRECT_-1203904917', u'MULTIEQUAL_-1203904871'), (u'MULTIEQUAL_-1203905227', u'MULTIEQUAL_-1203905211'), (u'MULTIEQUAL_-1203905275', u'MULTIEQUAL_-1203905183'), (u'INDIRECT_-1203904342', u'MULTIEQUAL_-1203904992'), ('const--96', u'PTRSUB_-1203904489'), (u'CALL_-1203910753', u'INDIRECT_-1203905752'), (u'MULTIEQUAL_-1203906217', u'MULTIEQUAL_-1203906184'), ('const-1', u'PTRADD_-1203905076'), (u'MULTIEQUAL_-1203908906', u'MULTIEQUAL_-1203908874'), (u'INDIRECT_-1203905380', u'MULTIEQUAL_-1203905241'), (u'CALL_-1203909866', u'INDIRECT_-1203904870'), (u'INDIRECT_-1203905413', u'MULTIEQUAL_-1203905369'), (u'MULTIEQUAL_-1203904747', u'MULTIEQUAL_-1203904731'), ('const-8', u'PTRADD_-1203904003'), (u'CALL_-1203911247', u'INDIRECT_-1203908094'), (u'MULTIEQUAL_-1203904809', u'MULTIEQUAL_-1203904793'), (u'CALL_-1203909964', u'INDIRECT_-1203905061'), (u'MULTIEQUAL_-1203905299', u'MULTIEQUAL_-1203905149'), (u'INDIRECT_-1203904599', u'MULTIEQUAL_-1203904806'), (u'INDIRECT_-1203906022', u'MULTIEQUAL_-1203905961'), (u'CALL_-1203911601', u'INDIRECT_-1203906016'), (u'CALL_-1203910547', u'INDIRECT_-1203905599'), (u'PTRADD_-1203904024', u'LOAD_-1203910180'), (u'INDIRECT_-1203906766', u'CALL_-1203909365'), (u'CALL_-1203911601', u'INDIRECT_-1203905334'), (u'MULTIEQUAL_-1203909212', u'LOAD_-1203909780'), (u'MULTIEQUAL_-1203907657', u'INT_MULT_-1203910428'), (u'CALL_-1203909848', u'INDIRECT_-1203904629'), (u'CALL_-1203911968', u'INDIRECT_-1203905783'), (u'LOAD_-1203912487', u'INT_SUB_-1203912458'), (u'MULTIEQUAL_-1203905373', u'MULTIEQUAL_-1203905547'), (u'CALL_-1203911189', u'INDIRECT_-1203906431'), (u'MULTIEQUAL_-1203904561', u'MULTIEQUAL_-1203904545'), (u'INDIRECT_-1203904979', u'MULTIEQUAL_-1203904901'), (u'MULTIEQUAL_-1203907535', u'MULTIEQUAL_-1203907499'), (u'CALLIND_-1203909347', u'INDIRECT_-1203903980'), (u'CALL_-1203911625', u'INDIRECT_-1203905227'), ('const-433', u'LOAD_-1203910657'), (u'CALL_-1203909195', u'INDIRECT_-1203904838'), (u'INDIRECT_-1203904760', u'MULTIEQUAL_-1203904621'), (u'INDIRECT_-1203905001', u'MULTIEQUAL_-1203905741'), ('const--248', u'PTRSUB_-1203905250'), ('tmp_13151', u'PTRSUB_-1203905280'), (u'CALL_-1203909365', u'INDIRECT_-1203904503'), (u'INDIRECT_-1203905628', u'MULTIEQUAL_-1203906202')]
null
null
0022be90
x64
O2
(translation_unit "void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)\n\n{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)\n\n{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" identifier (parameter_list "(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "uint *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "ulong param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long *param_9" (sized_type_specifier "long" long) (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "long *param_10" (sized_type_specifier "long" long) (pointer_declarator "*param_10" * identifier)) ))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined1 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined1 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "undefined4 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "uint *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "ulong uVar19;" type_identifier identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "long local_138;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_110;" type_identifier identifier ;) (declaration "uint local_104;" type_identifier identifier ;) (declaration "ulong *local_f8;" type_identifier (pointer_declarator "*local_f8" * identifier) ;) (declaration "ulong *local_f0;" type_identifier (pointer_declarator "*local_f0" * identifier) ;) (declaration "ulong *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "long local_d0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_c8 [16];" type_identifier (array_declarator "local_c8 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_b8;" type_identifier (pointer_declarator "*local_b8" * identifier) ;) (declaration "long local_b0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_a8 [16];" type_identifier (array_declarator "local_a8 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_98 [8];" type_identifier (array_declarator "local_98 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_90 [2];" type_identifier (array_declarator "local_90 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 *local_88;" type_identifier (pointer_declarator "*local_88" * identifier) ;) (declaration "undefined4 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined4 *local_78;" type_identifier (pointer_declarator "*local_78" * identifier) ;) (declaration "long local_70;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_68;" type_identifier identifier ;) (declaration "undefined4 local_60 [2];" type_identifier (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined4 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pcVar2 = *(code **)(*param_1 + 0x118);" (assignment_expression "pcVar2 = *(code **)(*param_1 + 0x118)" identifier = (pointer_expression "*(code **)(*param_1 + 0x118)" * (cast_expression "(code **)(*param_1 + 0x118)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x118)" ( (binary_expression "*param_1 + 0x118" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_00168560)" ( (binary_expression "pcVar2 == FUN_00168560" identifier == identifier) )) (compound_statement "{\n local_104 = (**(code **)(*param_1 + 0x178))();\n }" { (expression_statement "local_104 = (**(code **)(*param_1 + 0x178))();" (assignment_expression "local_104 = (**(code **)(*param_1 + 0x178))()" identifier = (call_expression "(**(code **)(*param_1 + 0x178))()" (parenthesized_expression "(**(code **)(*param_1 + 0x178))" ( (pointer_expression "**(code **)(*param_1 + 0x178)" * (pointer_expression "*(code **)(*param_1 + 0x178)" * (cast_expression "(code **)(*param_1 + 0x178)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x178)" ( (binary_expression "*param_1 + 0x178" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n local_104 = (*pcVar2)();\n }" else (compound_statement "{\n local_104 = (*pcVar2)();\n }" { (expression_statement "local_104 = (*pcVar2)();" (assignment_expression "local_104 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (expression_statement "local_f8 = (ulong *)0x0;" (assignment_expression "local_f8 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_f0 = (ulong *)0x0;" (assignment_expression "local_f0 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_e8 = (ulong *)0x0;" (assignment_expression "local_e8 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" { (expression_statement "local_110 = 0;" (assignment_expression "local_110 = 0" identifier = number_literal) ;) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" identifier = identifier) ;) (expression_statement "uVar9 = local_110;" (assignment_expression "uVar9 = local_110" identifier = identifier) ;) (do_statement "do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);" do (compound_statement "{\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n }" { (expression_statement "local_110 = uVar9;" (assignment_expression "local_110 = uVar9" identifier = identifier) ;) (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" if (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" ( (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" { (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" else (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" { (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" identifier = (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" ( (pointer_expression "**(code **)(*param_10 + 0x1e0)" * (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) ))))) )) (argument_list "(param_10,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" if (parenthesized_expression "(local_104 <= uVar7)" ( (binary_expression "local_104 <= uVar7" identifier <= identifier) )) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" { (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" { (labeled_statement "LAB_0022c640:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" statement_identifier : comment (expression_statement "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;)) })) (expression_statement "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" identifier = (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" identifier - (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )))) ;) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9)" ( (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" ( (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" identifier [ number_literal ]) - (subscript_expression "param_1[0x26]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" { comment comment (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (expression_statement "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);" (assignment_expression "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8)" identifier = (pointer_expression "*(long *)(param_1[0x26] + uVar9 * 8)" * (cast_expression "(long *)(param_1[0x26] + uVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x26] + uVar9 * 8)" ( (binary_expression "param_1[0x26] + uVar9 * 8" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) + (binary_expression "uVar9 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (lVar10 == 0) goto LAB_0022c640;" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0022c640;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }" if (parenthesized_expression "((*(byte *)(lVar10 + 0x3a) & 0x10) != 0)" ( (binary_expression "(*(byte *)(lVar10 + 0x3a) & 0x10) != 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3a) & 0x10)" ( (binary_expression "*(byte *)(lVar10 + 0x3a) & 0x10" (pointer_expression "*(byte *)(lVar10 + 0x3a)" * (cast_expression "(byte *)(lVar10 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3a)" ( (binary_expression "lVar10 + 0x3a" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar10 = FUN_0024aed0(param_2);\n }" { (expression_statement "lVar10 = FUN_0024aed0(param_2);" (assignment_expression "lVar10 = FUN_0024aed0(param_2)" identifier = (call_expression "FUN_0024aed0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) })) (expression_statement "bVar1 = *(byte *)(lVar10 + 0x3a);" (assignment_expression "bVar1 = *(byte *)(lVar10 + 0x3a)" identifier = (pointer_expression "*(byte *)(lVar10 + 0x3a)" * (cast_expression "(byte *)(lVar10 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3a)" ( (binary_expression "lVar10 + 0x3a" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }" { (if_statement "if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" if (parenthesized_expression "((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0))" ( (binary_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" (parenthesized_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0))" ( (binary_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)" (parenthesized_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0))" ( (binary_expression "(*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(lVar10 + 0x18) != 0)" ( (binary_expression "*(int *)(lVar10 + 0x18) != 0" (pointer_expression "*(int *)(lVar10 + 0x18)" * (cast_expression "(int *)(lVar10 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x18)" ( (binary_expression "lVar10 + 0x18" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" ( (binary_expression "(*(byte *)(lVar10 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)(lVar10 + 0x3b) & 0x20" (pointer_expression "*(byte *)(lVar10 + 0x3b)" * (cast_expression "(byte *)(lVar10 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3b)" ( (binary_expression "lVar10 + 0x3b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4)" ( (binary_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4" (pointer_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" * (cast_expression "(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x10) + 0x3c)" ( (binary_expression "*(long *)(lVar10 + 0x10) + 0x3c" (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" { (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar15 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(plVar15 == (long *)0x0)" ( (binary_expression "plVar15 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" { comment comment (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) comment (expression_statement "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);" (assignment_expression "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" identifier = (call_expression "(**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xa8))" ( (pointer_expression "**(code **)(*plVar15 + 0xa8)" * (pointer_expression "*(code **)(*plVar15 + 0xa8)" * (cast_expression "(code **)(*plVar15 + 0xa8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar15 + 0xa8)" ( (binary_expression "*plVar15 + 0xa8" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) )) (argument_list "(plVar15,lVar10,puVar18,param_7,param_8)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" { (expression_statement "local_68 = (ulong)*puVar18;" (assignment_expression "local_68 = (ulong)*puVar18" identifier = (binary_expression "(ulong)*puVar18" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (if_statement "if (local_f0 == local_e8) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" if (parenthesized_expression "(local_f0 == local_e8)" ( (binary_expression "local_f0 == local_e8" identifier == identifier) )) (compound_statement "{\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n FUN_00229a40(&local_f8,local_f0,&local_68);\n }" { comment (expression_statement "FUN_00229a40(&local_f8,local_f0,&local_68);" (call_expression "FUN_00229a40(&local_f8,local_f0,&local_68)" identifier (argument_list "(&local_f8,local_f0,&local_68)" ( (pointer_expression "&local_f8" & identifier) , identifier , (pointer_expression "&local_68" & identifier) ))) ;) }) (else_clause "else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" else (compound_statement "{\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" { (expression_statement "*local_f0 = local_68;" (assignment_expression "*local_f0 = local_68" (pointer_expression "*local_f0" * identifier) = identifier) ;) (expression_statement "local_f0 = local_f0 + 1;" (assignment_expression "local_f0 = local_f0 + 1" identifier = (binary_expression "local_f0 + 1" identifier + number_literal)) ;) }))) })) })) }) (else_clause "else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" else (if_statement "if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "(((bVar1 & 7) != 4) && ((bVar1 & 7) == 0))" ( (binary_expression "((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)" (parenthesized_expression "((bVar1 & 7) != 4)" ( (binary_expression "(bVar1 & 7) != 4" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" { comment (expression_statement "FUN_00199900("../../gold/symtab.h",0xa1,"object");" (call_expression "FUN_00199900("../../gold/symtab.h",0xa1,"object")" identifier (argument_list "("../../gold/symtab.h",0xa1,"object")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""object"" " string_content ") ))) ;) })))) })) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) (expression_statement "uVar9 = local_110 + 1;" (assignment_expression "uVar9 = local_110 + 1" identifier = (binary_expression "local_110 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_6 != uVar9)" ( (binary_expression "param_6 != uVar9" identifier != identifier) )) ;) (expression_statement "puVar17 = local_f0;" (assignment_expression "puVar17 = local_f0" identifier = identifier) ;) (if_statement "if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" if (parenthesized_expression "(local_f8 != local_f0)" ( (binary_expression "local_f8 != local_f0" identifier != identifier) )) (compound_statement "{\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" { (expression_statement "local_80 = local_90;" (assignment_expression "local_80 = local_90" identifier = identifier) ;) (expression_statement "local_90[0] = 0;" (assignment_expression "local_90[0] = 0" (subscript_expression "local_90[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_88 = (undefined4 *)0x0;" (assignment_expression "local_88 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "local_78 = local_80;" (assignment_expression "local_78 = local_80" identifier = identifier) ;) comment (expression_statement "FUN_0022bc60(param_1,param_3,param_4,local_98);" (call_expression "FUN_0022bc60(param_1,param_3,param_4,local_98)" identifier (argument_list "(param_1,param_3,param_4,local_98)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" if (parenthesized_expression "(local_70 != 0)" ( (binary_expression "local_70 != 0" identifier != number_literal) )) (compound_statement "{\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" { (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" identifier = identifier) ;) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" identifier = identifier) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (if_statement "if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" if (parenthesized_expression "(local_f8 != local_f0)" ( (binary_expression "local_f8 != local_f0" identifier != identifier) )) (compound_statement "{\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" { (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" identifier = identifier) ;) (do_statement "do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);" do (compound_statement "{\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n }" { (if_statement "if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" if (parenthesized_expression "(local_88 == (undefined4 *)0x0)" ( (binary_expression "local_88 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);\n }" { (labeled_statement "LAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" statement_identifier : (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(local_90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3ce0(local_90)" identifier (argument_list "(local_90)" ( identifier ))))) ;)) (labeled_statement "LAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n FUN_00229d50(&local_68,puVar11 + 8);" statement_identifier : comment (expression_statement "FUN_00229d50(&local_68,puVar11 + 8);" (call_expression "FUN_00229d50(&local_68,puVar11 + 8)" identifier (argument_list "(&local_68,puVar11 + 8)" ( (pointer_expression "&local_68" & identifier) , (binary_expression "puVar11 + 8" identifier + number_literal) ))) ;)) }) (else_clause "else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" else (compound_statement "{\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" { (expression_statement "puVar12 = local_90;" (assignment_expression "puVar12 = local_90" identifier = identifier) ;) (expression_statement "puVar5 = local_88;" (assignment_expression "puVar5 = local_88" identifier = identifier) ;) (do_statement "do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);" do (compound_statement "{\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n }" { (while_statement "while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" while (parenthesized_expression "(puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8))" ( (comma_expression "puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)" (assignment_expression "puVar11 = puVar5" identifier = identifier) , (binary_expression "(long)*puVar17 <= *(long *)(puVar11 + 8)" (cast_expression "(long)*puVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*puVar17" * identifier)) <= (pointer_expression "*(long *)(puVar11 + 8)" * (cast_expression "(long *)(puVar11 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 8)" ( (binary_expression "puVar11 + 8" identifier + number_literal) )))))) )) (compound_statement "{\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" { (expression_statement "puVar12 = puVar11;" (assignment_expression "puVar12 = puVar11" identifier = identifier) ;) (expression_statement "puVar5 = *(undefined4 **)(puVar11 + 4);" (assignment_expression "puVar5 = *(undefined4 **)(puVar11 + 4)" identifier = (pointer_expression "*(undefined4 **)(puVar11 + 4)" * (cast_expression "(undefined4 **)(puVar11 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;" if (parenthesized_expression "(*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0)" ( (binary_expression "*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0" (pointer_expression "*(undefined4 **)(puVar11 + 4)" * (cast_expression "(undefined4 **)(puVar11 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) )))) == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022c1c3;" goto statement_identifier ;)) })) (expression_statement "plVar15 = (long *)(puVar11 + 6);" (assignment_expression "plVar15 = (long *)(puVar11 + 6)" identifier = (cast_expression "(long *)(puVar11 + 6)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 6)" ( (binary_expression "puVar11 + 6" identifier + number_literal) )))) ;) (expression_statement "puVar11 = puVar12;" (assignment_expression "puVar11 = puVar12" identifier = identifier) ;) (expression_statement "puVar5 = (undefined4 *)*plVar15;" (assignment_expression "puVar5 = (undefined4 *)*plVar15" identifier = (cast_expression "(undefined4 *)*plVar15" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) }) while (parenthesized_expression "((undefined4 *)*plVar15 != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)*plVar15 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*plVar15" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;" statement_identifier : (if_statement "if (puVar11 == local_90) goto LAB_0022c4f0;" if (parenthesized_expression "(puVar11 == local_90)" ( (binary_expression "puVar11 == local_90" identifier == identifier) )) (goto_statement "goto LAB_0022c4f0;" goto statement_identifier ;))) (if_statement "if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;" if (parenthesized_expression "(*(ulong *)(puVar11 + 8) == *puVar17)" ( (binary_expression "*(ulong *)(puVar11 + 8) == *puVar17" (pointer_expression "*(ulong *)(puVar11 + 8)" * (cast_expression "(ulong *)(puVar11 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 8)" ( (binary_expression "puVar11 + 8" identifier + number_literal) )))) == (pointer_expression "*puVar17" * identifier)) )) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;)) (if_statement "if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" if (parenthesized_expression "(local_80 != puVar11)" ( (binary_expression "local_80 != puVar11" identifier != identifier) )) (compound_statement "{\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" { (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(puVar11)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3ce0(puVar11)" identifier (argument_list "(puVar11)" ( identifier ))))) ;) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;) })) }))) (expression_statement "puVar17 = puVar17 + 1;" (assignment_expression "puVar17 = puVar17 + 1" identifier = (binary_expression "puVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_f0 != puVar17)" ( (binary_expression "local_f0 != puVar17" identifier != identifier) )) ;) (if_statement "if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "((local_40 != 0) && (local_50 != local_60))" ( (binary_expression "(local_40 != 0) && (local_50 != local_60)" (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) && (parenthesized_expression "(local_50 != local_60)" ( (binary_expression "local_50 != local_60" identifier != identifier) ))) )) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" if (parenthesized_expression "(plVar15 != (long *)0x0)" ( (binary_expression "plVar15 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" { (expression_statement "puVar12 = local_50;" (assignment_expression "puVar12 = local_50" identifier = identifier) ;) (do_statement "do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);" do (compound_statement "{\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n }" { (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" identifier = identifier) ;) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" identifier = identifier) ;) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" identifier = number_literal) ;) comment (expression_statement "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);" (call_expression "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xb0))" ( (pointer_expression "**(code **)(*plVar15 + 0xb0)" * (pointer_expression "*(code **)(*plVar15 + 0xb0)" * (cast_expression "(code **)(*plVar15 + 0xb0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar15 + 0xb0)" ( (binary_expression "*plVar15 + 0xb0" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) )) (argument_list "(plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" ( identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(puVar12 + 8)" * (cast_expression "(undefined8 *)(puVar12 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(puVar12 + 10)" * (cast_expression "(undefined8 *)(puVar12 + 10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 10)" ( (binary_expression "puVar12 + 10" identifier + number_literal) )))) , identifier , identifier , identifier , identifier , (pointer_expression "&local_d8" & identifier) , (pointer_expression "&local_b8" & identifier) ))) ;) (if_statement "if (local_d0 != 0) {\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" if (parenthesized_expression "(local_d0 != 0)" ( (binary_expression "local_d0 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" { (if_statement "if (local_b0 == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(local_b0 == 0)" ( (binary_expression "local_b0 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" { comment comment (expression_statement "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;) })) (expression_statement "uVar19 = 0;" (assignment_expression "uVar19 = 0" identifier = number_literal) ;) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" identifier = number_literal) ;) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" identifier = identifier) ;) (do_statement "do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);" do (compound_statement "{\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n }" { (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" if (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" ( (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" { (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" else (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" { (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" identifier = (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" ( (pointer_expression "**(code **)(*param_10 + 0x1e0)" * (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) ))))) )) (argument_list "(param_10,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" if (parenthesized_expression "(local_104 <= uVar7)" ( (binary_expression "local_104 <= uVar7" identifier <= identifier) )) (compound_statement "{\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" { (if_statement "if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" if (parenthesized_expression "((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))" ( (binary_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" (parenthesized_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18)" ( (binary_expression "*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18" (pointer_expression "*(long *)(puVar12 + 8)" * (cast_expression "(long *)(puVar12 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) <= (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier)) )) && (parenthesized_expression "((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" ( (binary_expression "(long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier) < (binary_expression "*(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (pointer_expression "*(long *)(puVar12 + 8)" * (cast_expression "(long *)(puVar12 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) + (pointer_expression "*(long *)(puVar12 + 10)" * (cast_expression "(long *)(puVar12 + 10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 10)" ( (binary_expression "puVar12 + 10" identifier + number_literal) )))))) ))) )) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" { (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Does not return */\n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" { comment (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" identifier = (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" identifier - (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )))) ;) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13)" ( (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" ( (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" identifier [ number_literal ]) - (subscript_expression "param_1[0x26]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" { comment comment (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (expression_statement "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );" (assignment_expression "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" identifier = (call_expression "FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" identifier (argument_list "(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" ( (pointer_expression "&local_d8" & identifier) , (pointer_expression "**(undefined8 **)(param_1[0x26] + uVar13 * 8)" * (pointer_expression "*(undefined8 **)(param_1[0x26] + uVar13 * 8)" * (cast_expression "(undefined8 **)(param_1[0x26] + uVar13 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x26] + uVar13 * 8)" ( (binary_expression "param_1[0x26] + uVar13 * 8" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) + (binary_expression "uVar13 * 8" identifier * number_literal)) ))))) )))) ;) (if_statement "if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" { (if_statement "if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" if (parenthesized_expression "((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0))" ( (binary_expression "(local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" (parenthesized_expression "(local_138 == 0)" ( (binary_expression "local_138 == 0" identifier == number_literal) )) && (parenthesized_expression "(local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" ( (comma_expression "local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "local_138 = FUN_0024cba0(param_2,local_b8,0)" identifier = (call_expression "FUN_0024cba0(param_2,local_b8,0)" identifier (argument_list "(param_2,local_b8,0)" ( identifier , identifier , number_literal )))) , (comma_expression "puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar4 = local_b8" identifier = identifier) , (comma_expression "puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar3 = local_d8" identifier = identifier) , (binary_expression "local_138 == 0" identifier == number_literal)))) ))) )) (compound_statement "{\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" { (expression_statement "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");" (assignment_expression "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'")" identifier = (call_expression "gettext("could not convert call to \'%s\' to \'%s\'")" identifier (argument_list "("could not convert call to \'%s\' to \'%s\'")" ( (string_literal ""could not convert call to \'%s\' to \'%s\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") )))) ;) (expression_statement "FUN_001c7b60(param_1,uVar14,puVar3,puVar4);" (call_expression "FUN_001c7b60(param_1,uVar14,puVar3,puVar4)" identifier (argument_list "(param_1,uVar14,puVar3,puVar4)" ( identifier , identifier , identifier , identifier ))) ;) (break_statement "break;" break ;) })) (if_statement "if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }" if (parenthesized_expression "((long *)*param_9 == (long *)0x0)" ( (binary_expression "(long *)*param_9 == (long *)0x0" (cast_expression "(long *)*param_9" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_9" * identifier)) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }" { (expression_statement "plVar15 = (long *)FUN_002a11b0(0x18);" (assignment_expression "plVar15 = (long *)FUN_002a11b0(0x18)" identifier = (cast_expression "(long *)FUN_002a11b0(0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002a11b0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "*plVar15 = 0;" (assignment_expression "*plVar15 = 0" (pointer_expression "*plVar15" * identifier) = number_literal) ;) (expression_statement "plVar15[1] = 0;" (assignment_expression "plVar15[1] = 0" (subscript_expression "plVar15[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "plVar15[2] = 0;" (assignment_expression "plVar15[2] = 0" (subscript_expression "plVar15[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (0x1fffffffffffffff < uVar9) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }" if (parenthesized_expression "(0x1fffffffffffffff < uVar9)" ( (binary_expression "0x1fffffffffffffff < uVar9" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n FUN_002e1130();\n }" { comment comment (expression_statement "FUN_002e1130();" (call_expression "FUN_002e1130()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "lVar16 = FUN_002a11b0(uVar9 * 8);" (assignment_expression "lVar16 = FUN_002a11b0(uVar9 * 8)" identifier = (call_expression "FUN_002a11b0(uVar9 * 8)" identifier (argument_list "(uVar9 * 8)" ( (binary_expression "uVar9 * 8" identifier * number_literal) )))) ;) (expression_statement "lVar10 = lVar16 + uVar9 * 8;" (assignment_expression "lVar10 = lVar16 + uVar9 * 8" identifier = (binary_expression "lVar16 + uVar9 * 8" identifier + (binary_expression "uVar9 * 8" identifier * number_literal))) ;) (expression_statement "*plVar15 = lVar16;" (assignment_expression "*plVar15 = lVar16" (pointer_expression "*plVar15" * identifier) = identifier) ;) (expression_statement "plVar15[2] = lVar10;" (assignment_expression "plVar15[2] = lVar10" (subscript_expression "plVar15[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" identifier = number_literal) ;) (do_statement "do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);" do (compound_statement "{\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n }" { (expression_statement "*(undefined8 *)(lVar16 + uVar13 * 8) = 0;" (assignment_expression "*(undefined8 *)(lVar16 + uVar13 * 8) = 0" (pointer_expression "*(undefined8 *)(lVar16 + uVar13 * 8)" * (cast_expression "(undefined8 *)(lVar16 + uVar13 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar13 * 8)" ( (binary_expression "lVar16 + uVar13 * 8" identifier + (binary_expression "uVar13 * 8" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "bVar20 = uVar13 != local_110;" (assignment_expression "bVar20 = uVar13 != local_110" identifier = (binary_expression "uVar13 != local_110" identifier != identifier)) ;) (expression_statement "uVar13 = uVar13 + 1;" (assignment_expression "uVar13 = uVar13 + 1" identifier = (binary_expression "uVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "plVar15[1] = lVar10;" (assignment_expression "plVar15[1] = lVar10" (subscript_expression "plVar15[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_9 = (long)plVar15;" (assignment_expression "*param_9 = (long)plVar15" (pointer_expression "*param_9" * identifier) = (cast_expression "(long)plVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n lVar16 = *(long *)*param_9;\n }" else (compound_statement "{\n lVar16 = *(long *)*param_9;\n }" { (expression_statement "lVar16 = *(long *)*param_9;" (assignment_expression "lVar16 = *(long *)*param_9" identifier = (pointer_expression "*(long *)*param_9" * (cast_expression "(long *)*param_9" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_9" * identifier)))) ;) }))) (expression_statement "*(long *)(lVar16 + uVar19 * 8) = local_138;" (assignment_expression "*(long *)(lVar16 + uVar19 * 8) = local_138" (pointer_expression "*(long *)(lVar16 + uVar19 * 8)" * (cast_expression "(long *)(lVar16 + uVar19 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar19 * 8)" ( (binary_expression "lVar16 + uVar19 * 8" identifier + (binary_expression "uVar19 * 8" identifier * number_literal)) )))) = identifier) ;) })) })) })) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" identifier = (binary_expression "uVar19 + 1" identifier + number_literal)) ;) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar19 < uVar9)" ( (binary_expression "uVar19 < uVar9" identifier < identifier) )) ;) })) (if_statement "if (local_b8 != local_a8) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_b8 != local_a8)" ( (binary_expression "local_b8 != local_a8" identifier != identifier) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_d8 != local_c8) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_d8 != local_c8)" ( (binary_expression "local_d8 != local_c8" identifier != identifier) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);" (assignment_expression "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3d40(puVar12)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3d40(puVar12)" identifier (argument_list "(puVar12)" ( identifier ))))) ;) (if_statement "if (puVar12 == local_60) goto LAB_0022c095;" if (parenthesized_expression "(puVar12 == local_60)" ( (binary_expression "puVar12 == local_60" identifier == identifier) )) (goto_statement "goto LAB_0022c095;" goto statement_identifier ;)) (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(plVar15 != (long *)0x0)" ( (binary_expression "plVar15 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" identifier = identifier) ;) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" identifier = identifier) ;) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" identifier = number_literal) ;) comment comment (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) })) (labeled_statement "LAB_0022c095:\n FUN_00229b90(&local_68,local_58);" statement_identifier : (expression_statement "FUN_00229b90(&local_68,local_58);" (call_expression "FUN_00229b90(&local_68,local_58)" identifier (argument_list "(&local_68,local_58)" ( (pointer_expression "&local_68" & identifier) , identifier ))) ;)) })) (expression_statement "FUN_00229b90(local_98,local_88);" (call_expression "FUN_00229b90(local_98,local_88)" identifier (argument_list "(local_98,local_88)" ( identifier , identifier ))) ;) (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" identifier = identifier) ;) })) (if_statement "if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(puVar17 != (ulong *)0x0)" ( (binary_expression "puVar17 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void split_stack_adjust_reltype<9>(Sized_relobj_file<32,_false> * this,\n Symbol_table * symtab, uchar * pshdrs, uint shndx, uchar * prelocs, size_t reloc_count, uchar *\n view, section_size_type view_size, Reloc_symbol_changes * * reloc_map, Sized_target<32,_false> *\n target) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::split_stack_adjust_reltype<9>\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx,\n uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size,\n Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target)\n\n{\n _Base_ptr *pp_Var1;\n byte bVar2;\n _func_int_varargs **pp_Var3;\n _func_int_varargs *p_Var4;\n code *pcVar5;\n _Alloc_hider _Var6;\n _Alloc_hider _Var7;\n uint uVar8;\n int iVar9;\n ulong uVar10;\n Symbol *from_00;\n _Rb_tree_node_base *p_Var11;\n _Rb_tree_node_base *p_Var12;\n _Base_ptr p_Var13;\n ulong uVar14;\n char *format;\n Reloc_symbol_changes *pRVar15;\n pointer ppSVar16;\n pointer plVar17;\n uint *puVar18;\n Target *pTVar19;\n _Rb_tree_header *p_Var20;\n ulong uVar21;\n bool bVar22;\n Symbol *local_138;\n ulong local_110;\n uint local_104;\n vector<long_int,_std::allocator<long_int>_> non_split_refs;\n string from;\n string to;\n Function_offsets function_offsets;\n Function_offsets calls_non_split;\n \n pp_Var3 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object;\n p_Var4 = pp_Var3[0x23];\n if (p_Var4 == Relobj::local_symbol_count) {\n local_104 = (*pp_Var3[0x2f])();\n }\n else {\n local_104 = (*p_Var4)();\n }\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start =\n (pointer)0x0;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish =\n (pointer)0x0;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_end_of_storage =\n (pointer)0x0;\n if (reloc_count != 0) {\n local_110 = 0;\n puVar18 = (uint *)prelocs;\n uVar10 = local_110;\n do {\n local_110 = uVar10;\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar10 = local_110 + 1;\n } while (reloc_count != uVar10);\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish) {\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n }\n if (plVar17 != (pointer)0x0) {\n operator_delete(plVar17);\n }\n }\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::split_stack_adjust_reltype<9>\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx,\n uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size,\n Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target)\n\n{\n _Base_ptr *pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::split_stack_adjust_reltype<9>\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx,\n uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size,\n Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target)\n\n{\n _Base_ptr" identifier > : : (function_declarator "split_stack_adjust_reltype<9>\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx,\n uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size,\n Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target)" identifier (ERROR "<9>" < number_literal >) (parameter_list "(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,uchar *pshdrs,uint shndx,\n uchar *prelocs,size_t reloc_count,uchar *view,section_size_type view_size,\n Reloc_symbol_changes **reloc_map,Sized_target<32,_false> *target)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "uchar *pshdrs" type_identifier (pointer_declarator "*pshdrs" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "uchar *prelocs" type_identifier (pointer_declarator "*prelocs" * identifier)) , (parameter_declaration "size_t reloc_count" primitive_type identifier) , (parameter_declaration "uchar *view" type_identifier (pointer_declarator "*view" * identifier)) , (parameter_declaration "section_size_type view_size" type_identifier identifier) , (parameter_declaration "Reloc_symbol_changes **reloc_map" type_identifier (pointer_declarator "**reloc_map" * (pointer_declarator "*reloc_map" * identifier))) , (parameter_declaration "Sized_target" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *target" type_identifier (ERROR ">" >) (pointer_declarator "*target" * identifier)) ))) { identifier) (pointer_declarator "*pp_Var1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "_func_int_varargs **pp_Var3;" type_identifier (pointer_declarator "**pp_Var3" * (pointer_declarator "*pp_Var3" * identifier)) ;) (declaration "_func_int_varargs *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "code *pcVar5;" type_identifier (pointer_declarator "*pcVar5" * identifier) ;) (declaration "_Alloc_hider _Var6;" type_identifier identifier ;) (declaration "_Alloc_hider _Var7;" type_identifier identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "Symbol *from_00;" type_identifier (pointer_declarator "*from_00" * identifier) ;) (declaration "_Rb_tree_node_base *p_Var11;" type_identifier (pointer_declarator "*p_Var11" * identifier) ;) (declaration "_Rb_tree_node_base *p_Var12;" type_identifier (pointer_declarator "*p_Var12" * identifier) ;) (declaration "_Base_ptr p_Var13;" type_identifier identifier ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "Reloc_symbol_changes *pRVar15;" type_identifier (pointer_declarator "*pRVar15" * identifier) ;) (declaration "pointer ppSVar16;" type_identifier identifier ;) (declaration "pointer plVar17;" type_identifier identifier ;) (declaration "uint *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "Target *pTVar19;" type_identifier (pointer_declarator "*pTVar19" * identifier) ;) (declaration "_Rb_tree_header *p_Var20;" type_identifier (pointer_declarator "*p_Var20" * identifier) ;) (declaration "ulong uVar21;" type_identifier identifier ;) (declaration "bool bVar22;" primitive_type identifier ;) (declaration "Symbol *local_138;" type_identifier (pointer_declarator "*local_138" * identifier) ;) (declaration "ulong local_110;" type_identifier identifier ;) (declaration "uint local_104;" type_identifier identifier ;) (ERROR "vector<long_int," (binary_expression "vector<long_int" identifier < identifier) ,) (labeled_statement "_std::allocator<long_int>_> non_split_refs;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<long_int>_> non_split_refs;" (binary_expression "allocator<long_int>_> non_split_refs" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > identifier) ;)) (declaration "string from;" type_identifier identifier ;) (declaration "string to;" type_identifier identifier ;) (declaration "Function_offsets function_offsets;" type_identifier identifier ;) (declaration "Function_offsets calls_non_split;" type_identifier identifier ;) (expression_statement "pp_Var3 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object;" (assignment_expression "pp_Var3 = (this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object" identifier = (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object._vptr_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj.super_Object" (field_expression "(this->super_Sized_relobj<32,_false>).super_Relobj" (parenthesized_expression "(this->super_Sized_relobj<32,_false>)" ( (comma_expression "this->super_Sized_relobj<32,_false" (binary_expression "this->super_Sized_relobj<32" (field_expression "this->super_Sized_relobj" identifier -> field_identifier) < number_literal) , identifier) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "p_Var4 = pp_Var3[0x23];" (assignment_expression "p_Var4 = pp_Var3[0x23]" identifier = (subscript_expression "pp_Var3[0x23]" identifier [ number_literal ])) ;) (if_statement "if (p_Var4 == Relobj::local_symbol_count) {\n local_104 = (*pp_Var3[0x2f])();\n }\n else {\n local_104 = (*p_Var4)();\n }" if (parenthesized_expression "(p_Var4 == Relobj::local_symbol_count)" ( (ERROR "p_Var4 == Relobj::" (binary_expression "p_Var4 == Relobj" identifier == identifier) : :) identifier )) (compound_statement "{\n local_104 = (*pp_Var3[0x2f])();\n }" { (expression_statement "local_104 = (*pp_Var3[0x2f])();" (assignment_expression "local_104 = (*pp_Var3[0x2f])()" identifier = (call_expression "(*pp_Var3[0x2f])()" (parenthesized_expression "(*pp_Var3[0x2f])" ( (pointer_expression "*pp_Var3[0x2f]" * (subscript_expression "pp_Var3[0x2f]" identifier [ number_literal ])) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n local_104 = (*p_Var4)();\n }" else (compound_statement "{\n local_104 = (*p_Var4)();\n }" { (expression_statement "local_104 = (*p_Var4)();" (assignment_expression "local_104 = (*p_Var4)()" identifier = (call_expression "(*p_Var4)()" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "()" ( )))) ;) }))) (ERROR "non_split_refs.super__Vector_base<long_int," (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<long_int>_>._M_impl._M_start =\n (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<long_int>_>._M_impl._M_start =\n (pointer)0x0;" (assignment_expression "allocator<long_int>_>._M_impl._M_start =\n (pointer)0x0" (field_expression "allocator<long_int>_>._M_impl._M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "non_split_refs.super__Vector_base<long_int," (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<long_int>_>._M_impl._M_finish =\n (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<long_int>_>._M_impl._M_finish =\n (pointer)0x0;" (assignment_expression "allocator<long_int>_>._M_impl._M_finish =\n (pointer)0x0" (field_expression "allocator<long_int>_>._M_impl._M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (ERROR "non_split_refs.super__Vector_base<long_int," (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) ,) (labeled_statement "_std::allocator<long_int>_>._M_impl._M_end_of_storage =\n (pointer)0x0;" statement_identifier : (ERROR ":" :) (expression_statement "allocator<long_int>_>._M_impl._M_end_of_storage =\n (pointer)0x0;" (assignment_expression "allocator<long_int>_>._M_impl._M_end_of_storage =\n (pointer)0x0" (field_expression "allocator<long_int>_>._M_impl._M_end_of_storage" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;)) (if_statement "if (reloc_count != 0) {\n local_110 = 0;\n puVar18 = (uint *)prelocs;\n uVar10 = local_110;\n do {\n local_110 = uVar10;\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar10 = local_110 + 1;\n } while (reloc_count != uVar10);\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish) {\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n }\n if (plVar17 != (pointer)0x0) {\n operator_delete(plVar17);\n }\n }" if (parenthesized_expression "(reloc_count != 0)" ( (binary_expression "reloc_count != 0" identifier != number_literal) )) (compound_statement "{\n local_110 = 0;\n puVar18 = (uint *)prelocs;\n uVar10 = local_110;\n do {\n local_110 = uVar10;\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar10 = local_110 + 1;\n } while (reloc_count != uVar10);\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish) {\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n }\n if (plVar17 != (pointer)0x0) {\n operator_delete(plVar17);\n }\n }" { (expression_statement "local_110 = 0;" (assignment_expression "local_110 = 0" identifier = number_literal) ;) (expression_statement "puVar18 = (uint *)prelocs;" (assignment_expression "puVar18 = (uint *)prelocs" identifier = (cast_expression "(uint *)prelocs" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "uVar10 = local_110;" (assignment_expression "uVar10 = local_110" identifier = identifier) ;) (do_statement "do {\n local_110 = uVar10;\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar10 = local_110 + 1;\n } while (reloc_count != uVar10);" do (compound_statement "{\n local_110 = uVar10;\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar10 = local_110 + 1;\n }" { (expression_statement "local_110 = uVar10;" (assignment_expression "local_110 = uVar10" identifier = identifier) ;) (expression_statement "p_Var4 = (target->super_Target)._vptr_Target[0x3c];" (assignment_expression "p_Var4 = (target->super_Target)._vptr_Target[0x3c]" identifier = (subscript_expression "(target->super_Target)._vptr_Target[0x3c]" (field_expression "(target->super_Target)._vptr_Target" (parenthesized_expression "(target->super_Target)" ( (field_expression "target->super_Target" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }" if (parenthesized_expression "(p_Var4 == Sized_target<32,_false>::get_r_sym)" ( (comma_expression "p_Var4 == Sized_target<32,_false>::get_r_sym" (binary_expression "p_Var4 == Sized_target<32" identifier == (binary_expression "Sized_target<32" identifier < number_literal)) , (binary_expression "_false>::get_r_sym" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n uVar8 = puVar18[1] >> 8;\n }" { (expression_statement "uVar8 = puVar18[1] >> 8;" (assignment_expression "uVar8 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar8 = (*p_Var4)(target,puVar18);\n }" else (compound_statement "{\n uVar8 = (*p_Var4)(target,puVar18);\n }" { (expression_statement "uVar8 = (*p_Var4)(target,puVar18);" (assignment_expression "uVar8 = (*p_Var4)(target,puVar18)" identifier = (call_expression "(*p_Var4)(target,puVar18)" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "(target,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar8) {\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }" if (parenthesized_expression "(local_104 <= uVar8)" ( (binary_expression "local_104 <= uVar8" identifier <= identifier) )) (compound_statement "{\n if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar10 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n from_00 = ppSVar16[uVar10];\n if (from_00 == (Symbol *)0x0) goto LAB_0022c640;\n if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }\n bVar2 = from_00->field_0x3a;\n if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }\n }" { (if_statement "if (uVar8 < this->local_symbol_count_) {\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(uVar8 < this->local_symbol_count_)" ( (binary_expression "uVar8 < this->local_symbol_count_" identifier < (field_expression "this->local_symbol_count_" identifier -> field_identifier)) )) (compound_statement "{\nLAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" { (labeled_statement "LAB_0022c640:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;)) })) (expression_statement "uVar10 = (ulong)(uVar8 - this->local_symbol_count_);" (assignment_expression "uVar10 = (ulong)(uVar8 - this->local_symbol_count_)" identifier = (call_expression "(ulong)(uVar8 - this->local_symbol_count_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar8 - this->local_symbol_count_)" ( (binary_expression "uVar8 - this->local_symbol_count_" identifier - (field_expression "this->local_symbol_count_" identifier -> field_identifier)) )))) ;) (expression_statement "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start;" (field_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start" (field_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).\n super__Vector_base<gold" (field_expression "(this->symbols_).\n super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10)" ( (binary_expression "(ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3) <= uVar10" (call_expression "(ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3)" ( (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16 >> 3" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish - (long)ppSVar16" (field_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish" (field_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold" (cast_expression "(long)(this->symbols_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->symbols_).\n super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)ppSVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }" { comment comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (expression_statement "from_00 = ppSVar16[uVar10];" (assignment_expression "from_00 = ppSVar16[uVar10]" identifier = (subscript_expression "ppSVar16[uVar10]" identifier [ identifier ])) ;) (if_statement "if (from_00 == (Symbol *)0x0) goto LAB_0022c640;" if (parenthesized_expression "(from_00 == (Symbol *)0x0)" ( (binary_expression "from_00 == (Symbol *)0x0" identifier == (cast_expression "(Symbol *)0x0" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022c640;" goto statement_identifier ;)) (if_statement "if ((from_00->field_0x3a & 0x10) != 0) {\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }" if (parenthesized_expression "((from_00->field_0x3a & 0x10) != 0)" ( (binary_expression "(from_00->field_0x3a & 0x10) != 0" (parenthesized_expression "(from_00->field_0x3a & 0x10)" ( (binary_expression "from_00->field_0x3a & 0x10" (field_expression "from_00->field_0x3a" identifier -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n from_00 = Symbol_table::resolve_forwards(symtab,from_00);\n }" { (ERROR "from_00 = Symbol_table::" (assignment_expression "from_00 = Symbol_table" identifier = identifier) : :) (expression_statement "resolve_forwards(symtab,from_00);" (call_expression "resolve_forwards(symtab,from_00)" identifier (argument_list "(symtab,from_00)" ( identifier , identifier ))) ;) })) (expression_statement "bVar2 = from_00->field_0x3a;" (assignment_expression "bVar2 = from_00->field_0x3a" identifier = (field_expression "from_00->field_0x3a" identifier -> field_identifier)) ;) (if_statement "if ((bVar2 & 7) == 0) {\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }\n else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "((bVar2 & 7) == 0)" ( (binary_expression "(bVar2 & 7) == 0" (parenthesized_expression "(bVar2 & 7)" ( (binary_expression "bVar2 & 7" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }\n }" { (if_statement "if (((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)) {\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }" if (parenthesized_expression "(((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0))" ( (binary_expression "((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)) &&\n (((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)" (parenthesized_expression "((((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0))" ( (binary_expression "(((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)) &&\n ((bVar2 & 7) == 0)" (parenthesized_expression "(((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0))" ( (binary_expression "((from_00->u2_).shndx != 0) || ((from_00->field_0x3b & 0x20) == 0)" (parenthesized_expression "((from_00->u2_).shndx != 0)" ( (binary_expression "(from_00->u2_).shndx != 0" (field_expression "(from_00->u2_).shndx" (parenthesized_expression "(from_00->u2_)" ( (field_expression "from_00->u2_" identifier -> field_identifier) )) . field_identifier) != number_literal) )) || (parenthesized_expression "((from_00->field_0x3b & 0x20) == 0)" ( (binary_expression "(from_00->field_0x3b & 0x20) == 0" (parenthesized_expression "(from_00->field_0x3b & 0x20)" ( (binary_expression "from_00->field_0x3b & 0x20" (field_expression "from_00->field_0x3b" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((bVar2 & 7) == 0)" ( (binary_expression "(bVar2 & 7) == 0" (parenthesized_expression "(bVar2 & 7)" ( (binary_expression "bVar2 & 7" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "(((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0)" ( (binary_expression "((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000) == 0" (parenthesized_expression "((ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000)" ( (binary_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish & 0x400000000" (field_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl._M_finish" (field_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>.\n _M_impl" (binary_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_" (binary_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std::allocator<gold" (binary_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold::Output_data*,_std" (binary_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base<gold" (field_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2].\n super__Vector_base" (subscript_expression "(ulong)((from_00->u1_).output_segment)->output_lists_[2]" (field_expression "(ulong)((from_00->u1_).output_segment)->output_lists_" (call_expression "(ulong)((from_00->u1_).output_segment)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((from_00->u1_).output_segment)" ( (field_expression "(from_00->u1_).output_segment" (parenthesized_expression "(from_00->u1_)" ( (field_expression "from_00->u1_" identifier -> field_identifier) )) . field_identifier) ))) -> field_identifier) [ number_literal ]) . field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_data" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pTVar19 = parameters->target_;\n if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */\n iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);\n if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }\n }" { (expression_statement "pTVar19 = parameters->target_;" (assignment_expression "pTVar19 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar19 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(pTVar19 == (Target *)0x0)" ( (binary_expression "pTVar19 == (Target *)0x0" identifier == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { comment comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x69,"target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) comment (expression_statement "iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size);" (assignment_expression "iVar9 = (*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size)" identifier = (call_expression "(*pTVar19->_vptr_Target[0x15])(pTVar19,from_00,puVar18,view,view_size)" (parenthesized_expression "(*pTVar19->_vptr_Target[0x15])" ( (pointer_expression "*pTVar19->_vptr_Target[0x15]" * (subscript_expression "pTVar19->_vptr_Target[0x15]" (field_expression "pTVar19->_vptr_Target" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pTVar19,from_00,puVar18,view,view_size)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((char)iVar9 != '\0') {\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }" if (parenthesized_expression "((char)iVar9 != '\0')" ( (binary_expression "(char)iVar9 != '\0'" (cast_expression "(char)iVar9" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }\n }" { (expression_statement "calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18);" (assignment_expression "calls_non_split._M_t._M_impl._0_8_ = ZEXT48(*puVar18)" (field_expression "calls_non_split._M_t._M_impl._0_8_" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) = (call_expression "ZEXT48(*puVar18)" identifier (argument_list "(*puVar18)" ( (pointer_expression "*puVar18" * identifier) )))) ;) (if_statement "if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage) {\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }\n else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }" if (parenthesized_expression "(non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_end_of_storage)" ( (ERROR "non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "non_split_refs.super__Vector_base<long_int,_std" (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int,_std" (binary_expression "allocator<long_int>_>._M_impl.\n _M_finish ==\n non_split_refs.super__Vector_base<long_int" (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<long_int>_>._M_impl.\n _M_end_of_storage" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */\n std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);\n }" { comment (labeled_statement "std::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);" statement_identifier (ERROR "::vector<long_int,_std::allocator<long_int>_>::_M_realloc_insert<long_int_const&>\n (&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std:" : : (comma_expression "vector<long_int,_std" (binary_expression "vector<long_int" identifier < identifier) , identifier) : : (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) > : : (binary_expression "_M_realloc_insert<long_int_const" identifier < identifier) (ERROR "&" &) > ( (comma_expression "&non_split_refs,\n (iterator)\n non_split_refs.super__Vector_base<long_int,_std" (pointer_expression "&non_split_refs" & identifier) , (comma_expression "(iterator)\n non_split_refs.super__Vector_base<long_int,_std" (binary_expression "(iterator)\n non_split_refs.super__Vector_base<long_int" (cast_expression "(iterator)\n non_split_refs.super__Vector_base" ( (type_descriptor "iterator" type_identifier) ) (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier)) < identifier) , identifier)) :) : (expression_statement "allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split);" (comma_expression "allocator<long_int>_>.\n _M_impl._M_finish,(long *)&calls_non_split" (field_expression "allocator<long_int>_>.\n _M_impl._M_finish" (field_expression "allocator<long_int>_>.\n _M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) , (cast_expression "(long *)&calls_non_split" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "&calls_non_split" & identifier))) (ERROR ")" )) ;)) }) (else_clause "else {\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }" else (compound_statement "{\n *non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>.\n _M_impl._M_finish + 1;\n }" { (ERROR "*non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "*non_split_refs.super__Vector_base<long_int,_std" (binary_expression "*non_split_refs.super__Vector_base<long_int" (pointer_expression "*non_split_refs.super__Vector_base" * (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier)) < identifier) , identifier) : :) (expression_statement "allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_;" (assignment_expression "allocator<long_int>_>._M_impl.\n _M_finish = calls_non_split._M_t._M_impl._0_8_" (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (field_expression "calls_non_split._M_t._M_impl._0_8_" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (ERROR "non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "non_split_refs.super__Vector_base<long_int,_std" (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int,_std" (assignment_expression "allocator<long_int>_>._M_impl.\n _M_finish = non_split_refs.super__Vector_base<long_int" (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<long_int>_>.\n _M_impl._M_finish + 1;" (binary_expression "allocator<long_int>_>.\n _M_impl._M_finish + 1" (field_expression "allocator<long_int>_>.\n _M_impl._M_finish" (field_expression "allocator<long_int>_>.\n _M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + number_literal) ;) }))) })) })) }) (else_clause "else if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }" else (if_statement "if (((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "(((bVar2 & 7) != 4) && ((bVar2 & 7) == 0))" ( (binary_expression "((bVar2 & 7) != 4) && ((bVar2 & 7) == 0)" (parenthesized_expression "((bVar2 & 7) != 4)" ( (binary_expression "(bVar2 & 7) != 4" (parenthesized_expression "(bVar2 & 7)" ( (binary_expression "bVar2 & 7" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "((bVar2 & 7) == 0)" ( (binary_expression "(bVar2 & 7) == 0" (parenthesized_expression "(bVar2 & 7)" ( (binary_expression "bVar2 & 7" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.h",0xa1,"object");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/symtab.h",0xa1,"object");" (call_expression "do_gold_unreachable("../../gold/symtab.h",0xa1,"object")" identifier (argument_list "("../../gold/symtab.h",0xa1,"object")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""object"" " string_content ") ))) ;) })))) })) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) (expression_statement "uVar10 = local_110 + 1;" (assignment_expression "uVar10 = local_110 + 1" identifier = (binary_expression "local_110 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(reloc_count != uVar10)" ( (binary_expression "reloc_count != uVar10" identifier != identifier) )) ;) (ERROR "plVar17 = non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "plVar17 = non_split_refs.super__Vector_base<long_int,_std" (assignment_expression "plVar17 = non_split_refs.super__Vector_base<long_int" identifier = (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<long_int>_>._M_impl.\n _M_finish;" (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish) {\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n }" if (parenthesized_expression "(non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_finish)" ( (ERROR "non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "non_split_refs.super__Vector_base<long_int,_std" (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int,_std" (binary_expression "allocator<long_int>_>._M_impl._M_start !=\n non_split_refs.super__Vector_base<long_int" (field_expression "allocator<long_int>_>._M_impl._M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<long_int>_>._M_impl._M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */\n find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n }" { (expression_statement "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header;" (assignment_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (pointer_expression "&function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" & (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;" (assignment_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;" (assignment_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) ;) (expression_statement "function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;" (assignment_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left;" (assignment_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) comment (expression_statement "find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t);" (call_expression "find_functions(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t)" identifier (argument_list "(this,pshdrs,shndx,(Function_offsets *)&function_offsets._M_t)" ( identifier , identifier , identifier , (cast_expression "(Function_offsets *)&function_offsets._M_t" ( (type_descriptor "Function_offsets *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&function_offsets._M_t" & (field_expression "function_offsets._M_t" identifier . field_identifier))) ))) ;) (if_statement "if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) {\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }" if (parenthesized_expression "(function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0)" ( (binary_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) != number_literal) )) (compound_statement "{\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n }" { (expression_statement "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;" (assignment_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header;" (assignment_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (pointer_expression "&calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" & (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;" (assignment_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) ;) (expression_statement "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;" (assignment_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;" (assignment_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (if_statement "if (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish) {\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }" if (parenthesized_expression "(non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish)" ( (ERROR "non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "non_split_refs.super__Vector_base<long_int,_std" (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : : (comma_expression "allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int,_std" (binary_expression "allocator<long_int>_>._M_impl._M_start\n != non_split_refs.super__Vector_base<long_int" (field_expression "allocator<long_int>_>._M_impl._M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;\n plVar17 = non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_start;\n do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);\n if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }\n }" { (expression_statement "p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header;" (assignment_expression "p_Var20 = &function_offsets._M_t._M_impl.super__Rb_tree_header" identifier = (pointer_expression "&function_offsets._M_t._M_impl.super__Rb_tree_header" & (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier))) ;) (ERROR "plVar17 = non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "plVar17 = non_split_refs.super__Vector_base<long_int,_std" (assignment_expression "plVar17 = non_split_refs.super__Vector_base<long_int" identifier = (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<long_int>_>._M_impl.\n _M_start;" (field_expression "allocator<long_int>_>._M_impl.\n _M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (do_statement "do {\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n } while (non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17);" do (compound_statement "{\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }\n plVar17 = plVar17 + 1;\n }" { (if_statement "if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0) {\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }\n else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }" if (parenthesized_expression "(function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0)" ( (binary_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ==\n (_Base_ptr)0x0" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (compound_statement "{\nLAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);\nLAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));\n }" { (labeled_statement "LAB_0022c4f0:\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(&p_Var20->_M_header);" statement_identifier : (ERROR "p_Var12 = (_Rb_tree_node_base *)std::" (assignment_expression "p_Var12 = (_Rb_tree_node_base *)std" identifier = (cast_expression "(_Rb_tree_node_base *)std" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (expression_statement "_Rb_tree_decrement(&p_Var20->_M_header);" (call_expression "_Rb_tree_decrement(&p_Var20->_M_header)" identifier (argument_list "(&p_Var20->_M_header)" ( (pointer_expression "&p_Var20->_M_header" & (field_expression "p_Var20->_M_header" identifier -> field_identifier)) ))) ;)) (labeled_statement "LAB_0022c1e7:\n /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));" statement_identifier : comment (ERROR "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std::" (comma_expression "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std" identifier (ERROR "::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>" : : (comma_expression "_Rb_tree<long_int,_std" (binary_expression "_Rb_tree<long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>_>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>,_std" (binary_expression "_long_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_int" identifier < identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>_>\n ::_M_insert_unique<const_std" (binary_expression "_long_unsigned_int>_>_>\n ::_M_insert_unique" (binary_expression "_long_unsigned_int>_>_" (binary_expression "_long_unsigned_int>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)) : :) (expression_statement "pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1));" (comma_expression "pair<long_int_const,_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1))" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1))" identifier > (pointer_expression "&>\n (&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1))" & (ERROR ">" >) (parenthesized_expression "(&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1))" ( (comma_expression "&calls_non_split._M_t,\n (pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1)" (pointer_expression "&calls_non_split._M_t" & (field_expression "calls_non_split._M_t" identifier . field_identifier)) , (call_expression "(pair<long_int_const,_long_unsigned_int> *)(p_Var12 + 1)" (parenthesized_expression "(pair<long_int_const,_long_unsigned_int> *)" ( (comma_expression "pair<long_int_const,_long_unsigned_int> *" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int> *" identifier > (pointer_expression "*" * identifier))) )) (argument_list "(p_Var12 + 1)" ( (binary_expression "p_Var12 + 1" identifier + number_literal) )))) ))))) ;)) }) (else_clause "else {\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }" else (compound_statement "{\n p_Var11 = &p_Var20->_M_header;\n p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);\nLAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;\n if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;\n if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }\n }" { (expression_statement "p_Var11 = &p_Var20->_M_header;" (assignment_expression "p_Var11 = &p_Var20->_M_header" identifier = (pointer_expression "&p_Var20->_M_header" & (field_expression "p_Var20->_M_header" identifier -> field_identifier))) ;) (expression_statement "p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "p_Var13 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" identifier = (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (do_statement "do {\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n } while (*pp_Var1 != (_Base_ptr)0x0);" do (compound_statement "{\n while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }\n pp_Var1 = &p_Var12->_M_right;\n p_Var12 = p_Var11;\n p_Var13 = *pp_Var1;\n }" { (while_statement "while (p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)) {\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }" while (parenthesized_expression "(p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1))" ( (comma_expression "p_Var12 = p_Var13, *plVar17 <= *(long *)(p_Var12 + 1)" (assignment_expression "p_Var12 = p_Var13" identifier = identifier) , (binary_expression "*plVar17 <= *(long *)(p_Var12 + 1)" (pointer_expression "*plVar17" * identifier) <= (pointer_expression "*(long *)(p_Var12 + 1)" * (cast_expression "(long *)(p_Var12 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var12 + 1)" ( (binary_expression "p_Var12 + 1" identifier + number_literal) )))))) )) (compound_statement "{\n p_Var11 = p_Var12;\n p_Var13 = p_Var12->_M_left;\n if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;\n }" { (expression_statement "p_Var11 = p_Var12;" (assignment_expression "p_Var11 = p_Var12" identifier = identifier) ;) (expression_statement "p_Var13 = p_Var12->_M_left;" (assignment_expression "p_Var13 = p_Var12->_M_left" identifier = (field_expression "p_Var12->_M_left" identifier -> field_identifier)) ;) (if_statement "if (p_Var12->_M_left == (_Base_ptr)0x0) goto LAB_0022c1c3;" if (parenthesized_expression "(p_Var12->_M_left == (_Base_ptr)0x0)" ( (binary_expression "p_Var12->_M_left == (_Base_ptr)0x0" (field_expression "p_Var12->_M_left" identifier -> field_identifier) == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_0022c1c3;" goto statement_identifier ;)) })) (expression_statement "pp_Var1 = &p_Var12->_M_right;" (assignment_expression "pp_Var1 = &p_Var12->_M_right" identifier = (pointer_expression "&p_Var12->_M_right" & (field_expression "p_Var12->_M_right" identifier -> field_identifier))) ;) (expression_statement "p_Var12 = p_Var11;" (assignment_expression "p_Var12 = p_Var11" identifier = identifier) ;) (expression_statement "p_Var13 = *pp_Var1;" (assignment_expression "p_Var13 = *pp_Var1" identifier = (pointer_expression "*pp_Var1" * identifier)) ;) }) while (parenthesized_expression "(*pp_Var1 != (_Base_ptr)0x0)" ( (binary_expression "*pp_Var1 != (_Base_ptr)0x0" (pointer_expression "*pp_Var1" * identifier) != (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) ;) (labeled_statement "LAB_0022c1c3:\n if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;" statement_identifier : (if_statement "if ((_Rb_tree_header *)p_Var12 == p_Var20) goto LAB_0022c4f0;" if (parenthesized_expression "((_Rb_tree_header *)p_Var12 == p_Var20)" ( (binary_expression "(_Rb_tree_header *)p_Var12 == p_Var20" (cast_expression "(_Rb_tree_header *)p_Var12" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) == identifier) )) (goto_statement "goto LAB_0022c4f0;" goto statement_identifier ;))) (if_statement "if (*(long *)(p_Var12 + 1) == *plVar17) goto LAB_0022c1e7;" if (parenthesized_expression "(*(long *)(p_Var12 + 1) == *plVar17)" ( (binary_expression "*(long *)(p_Var12 + 1) == *plVar17" (pointer_expression "*(long *)(p_Var12 + 1)" * (cast_expression "(long *)(p_Var12 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var12 + 1)" ( (binary_expression "p_Var12 + 1" identifier + number_literal) )))) == (pointer_expression "*plVar17" * identifier)) )) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;)) (if_statement "if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)\n {\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }" if (parenthesized_expression "(function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12)" ( (binary_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != p_Var12" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) != identifier) )) (compound_statement "{\n p_Var12 = (_Rb_tree_node_base *)std::_Rb_tree_decrement(p_Var12);\n goto LAB_0022c1e7;\n }" { (ERROR "p_Var12 = (_Rb_tree_node_base *)std::" (assignment_expression "p_Var12 = (_Rb_tree_node_base *)std" identifier = (cast_expression "(_Rb_tree_node_base *)std" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (expression_statement "_Rb_tree_decrement(p_Var12);" (call_expression "_Rb_tree_decrement(p_Var12)" identifier (argument_list "(p_Var12)" ( identifier ))) ;) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;) })) }))) (expression_statement "plVar17 = plVar17 + 1;" (assignment_expression "plVar17 = plVar17 + 1" identifier = (binary_expression "plVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(non_split_refs.super__Vector_base<long_int,_std::allocator<long_int>_>._M_impl.\n _M_finish != plVar17)" ( (ERROR "non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "non_split_refs.super__Vector_base<long_int,_std" (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<long_int>_>._M_impl.\n _M_finish != plVar17" (field_expression "allocator<long_int>_>._M_impl.\n _M_finish" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != identifier) )) ;) (if_statement "if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)) {\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header))" ( (binary_expression "(calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) &&\n ((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)" (parenthesized_expression "(calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0)" ( (binary_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) != number_literal) )) && (parenthesized_expression "((_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)" ( (binary_expression "(_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left !=\n &calls_non_split._M_t._M_impl.super__Rb_tree_header" (cast_expression "(_Rb_tree_header *)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) != (pointer_expression "&calls_non_split._M_t._M_impl.super__Rb_tree_header" & (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier))) ))) )) (compound_statement "{\n pTVar19 = parameters->target_;\n if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "pTVar19 = parameters->target_;" (assignment_expression "pTVar19 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar19 != (Target *)0x0) {\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }" if (parenthesized_expression "(pTVar19 != (Target *)0x0)" ( (binary_expression "pTVar19 != (Target *)0x0" identifier != (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);\n }" { (expression_statement "p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left;" (assignment_expression "p_Var13 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" identifier = (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (do_statement "do {\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n } while (pTVar19 != (Target *)0x0);" do (compound_statement "{\n to._M_dataplus._M_p = (pointer)&to.field_2;\n from._M_dataplus._M_p = (pointer)&from.field_2;\n to.field_2._M_local_buf[0] = '\0';\n to._M_string_length = 0;\n from.field_2._M_local_buf[0] = '\0';\n from._M_string_length = 0;\n /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */\n (*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);\n if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }\n p_Var13 = (_Base_ptr)std::_Rb_tree_increment(p_Var13);\n if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;\n pTVar19 = parameters->target_;\n }" { (expression_statement "to._M_dataplus._M_p = (pointer)&to.field_2;" (assignment_expression "to._M_dataplus._M_p = (pointer)&to.field_2" (field_expression "to._M_dataplus._M_p" (field_expression "to._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&to.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "to.field_2" identifier . field_identifier))) ;) (expression_statement "from._M_dataplus._M_p = (pointer)&from.field_2;" (assignment_expression "from._M_dataplus._M_p = (pointer)&from.field_2" (field_expression "from._M_dataplus._M_p" (field_expression "from._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&from.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "from.field_2" identifier . field_identifier))) ;) (expression_statement "to.field_2._M_local_buf[0] = '\0';" (assignment_expression "to.field_2._M_local_buf[0] = '\0'" (subscript_expression "to.field_2._M_local_buf[0]" (field_expression "to.field_2._M_local_buf" (field_expression "to.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "to._M_string_length = 0;" (assignment_expression "to._M_string_length = 0" (field_expression "to._M_string_length" identifier . field_identifier) = number_literal) ;) (expression_statement "from.field_2._M_local_buf[0] = '\0';" (assignment_expression "from.field_2._M_local_buf[0] = '\0'" (subscript_expression "from.field_2._M_local_buf[0]" (field_expression "from.field_2._M_local_buf" (field_expression "from.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "from._M_string_length = 0;" (assignment_expression "from._M_string_length = 0" (field_expression "from._M_string_length" identifier . field_identifier) = number_literal) ;) comment (expression_statement "(*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to);" (call_expression "(*pTVar19->_vptr_Target[0x16])\n (pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to)" (parenthesized_expression "(*pTVar19->_vptr_Target[0x16])" ( (pointer_expression "*pTVar19->_vptr_Target[0x16]" * (subscript_expression "pTVar19->_vptr_Target[0x16]" (field_expression "pTVar19->_vptr_Target" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pTVar19,this,(ulong)shndx,*(undefined8 *)(p_Var13 + 1),\n p_Var13[1]._M_parent,prelocs,uVar10,view,view_size,&from,&to)" ( identifier , identifier , (cast_expression "(ulong)shndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (pointer_expression "*(undefined8 *)(p_Var13 + 1)" * (cast_expression "(undefined8 *)(p_Var13 + 1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 1)" ( (binary_expression "p_Var13 + 1" identifier + number_literal) )))) , (field_expression "p_Var13[1]._M_parent" (subscript_expression "p_Var13[1]" identifier [ number_literal ]) . field_identifier) , identifier , identifier , identifier , identifier , (pointer_expression "&from" & identifier) , (pointer_expression "&to" & identifier) ))) ;) (if_statement "if (from._M_string_length != 0) {\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }" if (parenthesized_expression "(from._M_string_length != 0)" ( (binary_expression "from._M_string_length != 0" (field_expression "from._M_string_length" identifier . field_identifier) != number_literal) )) (compound_statement "{\n if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar21 = 0;\n local_138 = (Symbol *)0x0;\n puVar18 = (uint *)prelocs;\n do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);\n }" { (if_statement "if (to._M_string_length == 0) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(to._M_string_length == 0)" ( (binary_expression "to._M_string_length == 0" (field_expression "to._M_string_length" identifier . field_identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" { comment comment (expression_statement "do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");" (call_expression "do_gold_unreachable("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;) })) (expression_statement "uVar21 = 0;" (assignment_expression "uVar21 = 0" identifier = number_literal) ;) (expression_statement "local_138 = (Symbol *)0x0;" (assignment_expression "local_138 = (Symbol *)0x0" identifier = (cast_expression "(Symbol *)0x0" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "puVar18 = (uint *)prelocs;" (assignment_expression "puVar18 = (uint *)prelocs" identifier = (cast_expression "(uint *)prelocs" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (do_statement "do {\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar21 < uVar10);" do (compound_statement "{\n p_Var4 = (target->super_Target)._vptr_Target[0x3c];\n if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }\n if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }\n uVar21 = uVar21 + 1;\n puVar18 = puVar18 + 2;\n }" { (expression_statement "p_Var4 = (target->super_Target)._vptr_Target[0x3c];" (assignment_expression "p_Var4 = (target->super_Target)._vptr_Target[0x3c]" identifier = (subscript_expression "(target->super_Target)._vptr_Target[0x3c]" (field_expression "(target->super_Target)._vptr_Target" (parenthesized_expression "(target->super_Target)" ( (field_expression "target->super_Target" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var4 == Sized_target<32,_false>::get_r_sym) {\n uVar8 = puVar18[1] >> 8;\n }\n else {\n uVar8 = (*p_Var4)(target,puVar18);\n }" if (parenthesized_expression "(p_Var4 == Sized_target<32,_false>::get_r_sym)" ( (comma_expression "p_Var4 == Sized_target<32,_false>::get_r_sym" (binary_expression "p_Var4 == Sized_target<32" identifier == (binary_expression "Sized_target<32" identifier < number_literal)) , (binary_expression "_false>::get_r_sym" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n uVar8 = puVar18[1] >> 8;\n }" { (expression_statement "uVar8 = puVar18[1] >> 8;" (assignment_expression "uVar8 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar8 = (*p_Var4)(target,puVar18);\n }" else (compound_statement "{\n uVar8 = (*p_Var4)(target,puVar18);\n }" { (expression_statement "uVar8 = (*p_Var4)(target,puVar18);" (assignment_expression "uVar8 = (*p_Var4)(target,puVar18)" identifier = (call_expression "(*p_Var4)(target,puVar18)" (parenthesized_expression "(*p_Var4)" ( (pointer_expression "*p_Var4" * identifier) )) (argument_list "(target,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar8) {\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }" if (parenthesized_expression "(local_104 <= uVar8)" ( (binary_expression "local_104 <= uVar8" identifier <= identifier) )) (compound_statement "{\n if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }\n }" { (if_statement "if ((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))) {\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }" if (parenthesized_expression "((*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1)))" ( (binary_expression "(*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))" (parenthesized_expression "(*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18)" ( (binary_expression "*(long *)(p_Var13 + 1) <= (long)(ulong)*puVar18" (pointer_expression "*(long *)(p_Var13 + 1)" * (cast_expression "(long *)(p_Var13 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 1)" ( (binary_expression "p_Var13 + 1" identifier + number_literal) )))) <= (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier)) )) && (parenthesized_expression "((long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1))" ( (binary_expression "(long)(ulong)*puVar18 <\n (long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1)" (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier) < (binary_expression "(long)&(p_Var13[1]._M_parent)->_M_color + *(long *)(p_Var13 + 1)" (cast_expression "(long)&(p_Var13[1]._M_parent)->_M_color" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(p_Var13[1]._M_parent)->_M_color" & (field_expression "(p_Var13[1]._M_parent)->_M_color" (parenthesized_expression "(p_Var13[1]._M_parent)" ( (field_expression "p_Var13[1]._M_parent" (subscript_expression "p_Var13[1]" identifier [ number_literal ]) . field_identifier) )) -> field_identifier))) + (pointer_expression "*(long *)(p_Var13 + 1)" * (cast_expression "(long *)(p_Var13 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 1)" ( (binary_expression "p_Var13 + 1" identifier + number_literal) )))))) ))) )) (compound_statement "{\n if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }\n uVar14 = (ulong)(uVar8 - this->local_symbol_count_);\n ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar9 = std::string::compare((string *)&from,ppSVar16[uVar14]->name_);\n if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }\n }" { (if_statement "if (uVar8 < this->local_symbol_count_) {\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }" if (parenthesized_expression "(uVar8 < this->local_symbol_count_)" ( (binary_expression "uVar8 < this->local_symbol_count_" identifier < (field_expression "this->local_symbol_count_" identifier -> field_identifier)) )) (compound_statement "{\n /* WARNING: Does not return */\n pcVar5 = (code *)invalidInstructionException();\n (*pcVar5)();\n }" { comment (expression_statement "pcVar5 = (code *)invalidInstructionException();" (assignment_expression "pcVar5 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;) (expression_statement "(*pcVar5)();" (call_expression "(*pcVar5)()" (parenthesized_expression "(*pcVar5)" ( (pointer_expression "*pcVar5" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar14 = (ulong)(uVar8 - this->local_symbol_count_);" (assignment_expression "uVar14 = (ulong)(uVar8 - this->local_symbol_count_)" identifier = (call_expression "(ulong)(uVar8 - this->local_symbol_count_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar8 - this->local_symbol_count_)" ( (binary_expression "uVar8 - this->local_symbol_count_" identifier - (field_expression "this->local_symbol_count_" identifier -> field_identifier)) )))) ;) (expression_statement "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;" (field_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start" (field_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar16 = (this->symbols_).\n super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).\n super__Vector_base<gold" (field_expression "(this->symbols_).\n super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if ((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14)" ( (binary_expression "(ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3) <= uVar14" (call_expression "(ulong)((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3)" ( (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16 >> 3" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish - (long)ppSVar16" (field_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_finish" (field_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(long)(this->symbols_).\n super__Vector_base<gold" (cast_expression "(long)(this->symbols_).\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->symbols_).\n super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier)) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) - (cast_expression "(long)ppSVar16" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal) ))) <= identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */\n do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");\n }" { comment comment (expression_statement "do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "do_gold_unreachable("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (ERROR "iVar9 = std::" (assignment_expression "iVar9 = std" identifier = identifier) : :) (labeled_statement "string::compare((string *)&from,ppSVar16[uVar14]->name_);" statement_identifier : (ERROR ":" :) (expression_statement "compare((string *)&from,ppSVar16[uVar14]->name_);" (call_expression "compare((string *)&from,ppSVar16[uVar14]->name_)" identifier (argument_list "((string *)&from,ppSVar16[uVar14]->name_)" ( (cast_expression "(string *)&from" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&from" & identifier)) , (field_expression "ppSVar16[uVar14]->name_" (subscript_expression "ppSVar16[uVar14]" identifier [ identifier ]) -> field_identifier) ))) ;)) (if_statement "if (iVar9 == 0) {\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }" if (parenthesized_expression "(iVar9 == 0)" ( (binary_expression "iVar9 == 0" identifier == number_literal) )) (compound_statement "{\n if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }\n if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }\n ppSVar16[uVar21] = local_138;\n }" { (if_statement "if ((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)) {\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }" if (parenthesized_expression "((local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0))" ( (binary_expression "(local_138 == (Symbol *)0x0) &&\n (local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)" (parenthesized_expression "(local_138 == (Symbol *)0x0)" ( (binary_expression "local_138 == (Symbol *)0x0" identifier == (cast_expression "(Symbol *)0x0" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(local_138 = Symbol_table::lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0)" ( (ERROR "local_138 = Symbol_table::" (assignment_expression "local_138 = Symbol_table" identifier = identifier) : :) (comma_expression "lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0),\n _Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0" (call_expression "lookup\n (symtab,to._M_dataplus._M_p,(char *)0x0)" identifier (argument_list "(symtab,to._M_dataplus._M_p,(char *)0x0)" ( identifier , (field_expression "to._M_dataplus._M_p" (field_expression "to._M_dataplus" identifier . field_identifier) . field_identifier) , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ))) , (comma_expression "_Var7 = to._M_dataplus, _Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0" (assignment_expression "_Var7 = to._M_dataplus" identifier = (field_expression "to._M_dataplus" identifier . field_identifier)) , (comma_expression "_Var6 = from._M_dataplus,\n local_138 == (Symbol *)0x0" (assignment_expression "_Var6 = from._M_dataplus" identifier = (field_expression "from._M_dataplus" identifier . field_identifier)) , (binary_expression "local_138 == (Symbol *)0x0" identifier == (cast_expression "(Symbol *)0x0" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))))) ))) )) (compound_statement "{\n format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");\n Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);\n break;\n }" { (expression_statement "format = (char *)gettext("could not convert call to \'%s\' to \'%s\'");" (assignment_expression "format = (char *)gettext("could not convert call to \'%s\' to \'%s\'")" identifier = (cast_expression "(char *)gettext("could not convert call to \'%s\' to \'%s\'")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("could not convert call to \'%s\' to \'%s\'")" identifier (argument_list "("could not convert call to \'%s\' to \'%s\'")" ( (string_literal ""could not convert call to \'%s\' to \'%s\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") ))))) ;) (labeled_statement "Object::error((Object *)this,format,_Var6._M_p,_Var7._M_p);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,format,_Var6._M_p,_Var7._M_p);" (call_expression "error((Object *)this,format,_Var6._M_p,_Var7._M_p)" identifier (argument_list "((Object *)this,format,_Var6._M_p,_Var7._M_p)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , (field_expression "_Var6._M_p" identifier . field_identifier) , (field_expression "_Var7._M_p" identifier . field_identifier) ))) ;)) (break_statement "break;" break ;) })) (if_statement "if (*reloc_map == (Reloc_symbol_changes *)0x0) {\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }\n else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }" if (parenthesized_expression "(*reloc_map == (Reloc_symbol_changes *)0x0)" ( (binary_expression "*reloc_map == (Reloc_symbol_changes *)0x0" (pointer_expression "*reloc_map" * identifier) == (cast_expression "(Reloc_symbol_changes *)0x0" ( (type_descriptor "Reloc_symbol_changes *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;\n if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }\n /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */\n ppSVar16 = (pointer)operator_new(uVar10 * 8);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;\n uVar14 = 0;\n do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);\n (pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;\n *reloc_map = pRVar15;\n }" { (expression_statement "pRVar15 = (Reloc_symbol_changes *)operator_new(0x18);" (assignment_expression "pRVar15 = (Reloc_symbol_changes *)operator_new(0x18)" identifier = (cast_expression "(Reloc_symbol_changes *)operator_new(0x18)" ( (type_descriptor "Reloc_symbol_changes *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = (pointer)0x0" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = (pointer)0x0" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = (pointer)0x0" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (0x1fffffffffffffff < uVar10) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }" if (parenthesized_expression "(0x1fffffffffffffff < uVar10)" ( (binary_expression "0x1fffffffffffffff < uVar10" number_literal < identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */\n std::__throw_bad_alloc();\n }" { comment comment (labeled_statement "std::__throw_bad_alloc();" statement_identifier : (ERROR ":" :) (expression_statement "__throw_bad_alloc();" (call_expression "__throw_bad_alloc()" identifier (argument_list "()" ( ))) ;)) })) comment (expression_statement "ppSVar16 = (pointer)operator_new(uVar10 * 8);" (assignment_expression "ppSVar16 = (pointer)operator_new(uVar10 * 8)" identifier = (cast_expression "(pointer)operator_new(uVar10 * 8)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar10 * 8)" identifier (argument_list "(uVar10 * 8)" ( (binary_expression "uVar10 * 8" identifier * number_literal) ))))) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start = ppSVar16" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage = ppSVar16 + uVar10" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_end_of_storage" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "ppSVar16 + uVar10" identifier + identifier)) ;) (expression_statement "uVar14 = 0;" (assignment_expression "uVar14 = 0" identifier = number_literal) ;) (do_statement "do {\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n } while (bVar22);" do (compound_statement "{\n ppSVar16[uVar14] = (Symbol *)0x0;\n bVar22 = uVar14 != local_110;\n uVar14 = uVar14 + 1;\n }" { (expression_statement "ppSVar16[uVar14] = (Symbol *)0x0;" (assignment_expression "ppSVar16[uVar14] = (Symbol *)0x0" (subscript_expression "ppSVar16[uVar14]" identifier [ identifier ]) = (cast_expression "(Symbol *)0x0" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar22 = uVar14 != local_110;" (assignment_expression "bVar22 = uVar14 != local_110" identifier = (binary_expression "uVar14 != local_110" identifier != identifier)) ;) (expression_statement "uVar14 = uVar14 + 1;" (assignment_expression "uVar14 = uVar14 + 1" identifier = (binary_expression "uVar14 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar22)" ( identifier )) ;) (expression_statement "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10;" (assignment_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish = ppSVar16 + uVar10" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish" (field_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold::Symbol*,_std" (binary_expression "(pRVar15->vec_).\n super__Vector_base<gold" (field_expression "(pRVar15->vec_).\n super__Vector_base" (parenthesized_expression "(pRVar15->vec_)" ( (field_expression "pRVar15->vec_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = (binary_expression "ppSVar16 + uVar10" identifier + identifier)) ;) (expression_statement "*reloc_map = pRVar15;" (assignment_expression "*reloc_map = pRVar15" (pointer_expression "*reloc_map" * identifier) = identifier) ;) }) (else_clause "else {\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }" else (compound_statement "{\n ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;\n }" { (expression_statement "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start;" (field_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl._M_start" (field_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>\n ._M_impl" (binary_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar16 = ((*reloc_map)->vec_).\n super__Vector_base<gold" identifier = (binary_expression "((*reloc_map)->vec_).\n super__Vector_base<gold" (field_expression "((*reloc_map)->vec_).\n super__Vector_base" (parenthesized_expression "((*reloc_map)->vec_)" ( (field_expression "(*reloc_map)->vec_" (parenthesized_expression "(*reloc_map)" ( (pointer_expression "*reloc_map" * identifier) )) -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) }))) (expression_statement "ppSVar16[uVar21] = local_138;" (assignment_expression "ppSVar16[uVar21] = local_138" (subscript_expression "ppSVar16[uVar21]" identifier [ identifier ]) = identifier) ;) })) })) })) (expression_statement "uVar21 = uVar21 + 1;" (assignment_expression "uVar21 = uVar21 + 1" identifier = (binary_expression "uVar21 + 1" identifier + number_literal)) ;) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar21 < uVar10)" ( (binary_expression "uVar21 < uVar10" identifier < identifier) )) ;) })) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2) {\n operator_delete(to._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)to._M_dataplus._M_p != &to.field_2" (binary_expression "allocator<char>_>_9\n *)to._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)to._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "to._M_dataplus._M_p" (field_expression "to._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&to.field_2" & (field_expression "to.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(to._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(to._M_dataplus._M_p);" (call_expression "operator_delete(to._M_dataplus._M_p)" identifier (argument_list "(to._M_dataplus._M_p)" ( (field_expression "to._M_dataplus._M_p" (field_expression "to._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2) {\n operator_delete(from._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)from._M_dataplus._M_p != &from.field_2" (binary_expression "allocator<char>_>_9\n *)from._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)from._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "from._M_dataplus._M_p" (field_expression "from._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&from.field_2" & (field_expression "from.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(from._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(from._M_dataplus._M_p);" (call_expression "operator_delete(from._M_dataplus._M_p)" identifier (argument_list "(from._M_dataplus._M_p)" ( (field_expression "from._M_dataplus._M_p" (field_expression "from._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (ERROR "p_Var13 = (_Base_ptr)std::" (assignment_expression "p_Var13 = (_Base_ptr)std" identifier = (cast_expression "(_Base_ptr)std" ( (type_descriptor "_Base_ptr" type_identifier) ) identifier)) : :) (expression_statement "_Rb_tree_increment(p_Var13);" (call_expression "_Rb_tree_increment(p_Var13)" identifier (argument_list "(p_Var13)" ( identifier ))) ;) (if_statement "if ((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095;" if (parenthesized_expression "((_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header)" ( (binary_expression "(_Rb_tree_header *)p_Var13 ==\n &calls_non_split._M_t._M_impl.super__Rb_tree_header" (cast_expression "(_Rb_tree_header *)p_Var13" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) == (pointer_expression "&calls_non_split._M_t._M_impl.super__Rb_tree_header" & (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier))) )) (goto_statement "goto LAB_0022c095;" goto statement_identifier ;)) (expression_statement "pTVar19 = parameters->target_;" (assignment_expression "pTVar19 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(pTVar19 != (Target *)0x0)" ( (binary_expression "pTVar19 != (Target *)0x0" identifier != (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "to._M_dataplus._M_p = (pointer)&to.field_2;" (assignment_expression "to._M_dataplus._M_p = (pointer)&to.field_2" (field_expression "to._M_dataplus._M_p" (field_expression "to._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&to.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "to.field_2" identifier . field_identifier))) ;) (expression_statement "from._M_dataplus._M_p = (pointer)&from.field_2;" (assignment_expression "from._M_dataplus._M_p = (pointer)&from.field_2" (field_expression "from._M_dataplus._M_p" (field_expression "from._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&from.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "from.field_2" identifier . field_identifier))) ;) (expression_statement "to.field_2._M_local_buf[0] = '\0';" (assignment_expression "to.field_2._M_local_buf[0] = '\0'" (subscript_expression "to.field_2._M_local_buf[0]" (field_expression "to.field_2._M_local_buf" (field_expression "to.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "to._M_string_length = 0;" (assignment_expression "to._M_string_length = 0" (field_expression "to._M_string_length" identifier . field_identifier) = number_literal) ;) (expression_statement "from.field_2._M_local_buf[0] = '\0';" (assignment_expression "from.field_2._M_local_buf[0] = '\0'" (subscript_expression "from.field_2._M_local_buf[0]" (field_expression "from.field_2._M_local_buf" (field_expression "from.field_2" identifier . field_identifier) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "from._M_string_length = 0;" (assignment_expression "from._M_string_length = 0" (field_expression "from._M_string_length" identifier . field_identifier) = number_literal) ;) comment comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x69,"target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) })) (labeled_statement "LAB_0022c095:\n std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);" statement_identifier : (ERROR "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::" (comma_expression "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std" identifier (ERROR "::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>" : : (comma_expression "_Rb_tree<long_int,_std" (binary_expression "_Rb_tree<long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>_>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>,_std" (binary_expression "_long_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_int" identifier < identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : :) (expression_statement "pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);" (comma_expression "pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>_>\n ::_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" (binary_expression "_long_unsigned_int>_>_" (binary_expression "_long_unsigned_int>_" identifier > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_erase(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" identifier (argument_list "(&calls_non_split._M_t,\n (_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" ( (pointer_expression "&calls_non_split._M_t" & (field_expression "calls_non_split._M_t" identifier . field_identifier)) , (cast_expression "(_Link_type)\n calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" ( (type_descriptor "_Link_type" type_identifier) ) (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "calls_non_split._M_t._M_impl.super__Rb_tree_header" (field_expression "calls_non_split._M_t._M_impl" (field_expression "calls_non_split._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ))))) ;)) })) (ERROR "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std::allocator<std::" (comma_expression "std::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>,_std" identifier (ERROR "::\n _Rb_tree<long_int,_std::pair<long_int_const,_long_unsigned_int>,_std::_Select1st<std::pair<long_int_const,_long_unsigned_int>_>,_std::less<long_int>" : : (comma_expression "_Rb_tree<long_int,_std" (binary_expression "_Rb_tree<long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_long_unsigned_int>_>,_std" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>,_std" (binary_expression "_long_unsigned_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_int" identifier < identifier) >) , identifier) : : (binary_expression "allocator<std" identifier < identifier) : :) (expression_statement "pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n );" (comma_expression "pair<long_int_const,_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n )" (binary_expression "pair<long_int_const" identifier < identifier) , (binary_expression "_long_unsigned_int>_>_>\n ::_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n )" (binary_expression "_long_unsigned_int>_>_" (binary_expression "_long_unsigned_int>_" identifier > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_erase(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n )" identifier (argument_list "(&function_offsets._M_t,\n (_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent\n )" ( (pointer_expression "&function_offsets._M_t" & (field_expression "function_offsets._M_t" identifier . field_identifier)) , (cast_expression "(_Link_type)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" ( (type_descriptor "_Link_type" type_identifier) ) (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "function_offsets._M_t._M_impl.super__Rb_tree_header" (field_expression "function_offsets._M_t._M_impl" (field_expression "function_offsets._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ))))) ;) (ERROR "plVar17 = non_split_refs.super__Vector_base<long_int,_std::" (comma_expression "plVar17 = non_split_refs.super__Vector_base<long_int,_std" (assignment_expression "plVar17 = non_split_refs.super__Vector_base<long_int" identifier = (binary_expression "non_split_refs.super__Vector_base<long_int" (field_expression "non_split_refs.super__Vector_base" identifier . field_identifier) < identifier)) , identifier) : :) (expression_statement "allocator<long_int>_>._M_impl.\n _M_start;" (field_expression "allocator<long_int>_>._M_impl.\n _M_start" (field_expression "allocator<long_int>_>._M_impl" (binary_expression "allocator<long_int>_" (binary_expression "allocator<long_int" identifier < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) })) (if_statement "if (plVar17 != (pointer)0x0) {\n operator_delete(plVar17);\n }" if (parenthesized_expression "(plVar17 != (pointer)0x0)" ( (binary_expression "plVar17 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(plVar17);\n }" { (expression_statement "operator_delete(plVar17);" (call_expression "operator_delete(plVar17)" identifier (argument_list "(plVar17)" ( identifier ))) ;) })) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)\n\n{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)\n\n{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" identifier (parameter_list "(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "uint *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "ulong param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "long *param_9" (sized_type_specifier "long" long) (pointer_declarator "*param_9" * identifier)) , (parameter_declaration "long *param_10" (sized_type_specifier "long" long) (pointer_declarator "*param_10" * identifier)) ))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined1 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined1 *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (declaration "undefined4 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "undefined4 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "ulong uVar13;" type_identifier identifier ;) (declaration "undefined8 uVar14;" type_identifier identifier ;) (declaration "long *plVar15;" (sized_type_specifier "long" long) (pointer_declarator "*plVar15" * identifier) ;) (declaration "long lVar16;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong *puVar17;" type_identifier (pointer_declarator "*puVar17" * identifier) ;) (declaration "uint *puVar18;" type_identifier (pointer_declarator "*puVar18" * identifier) ;) (declaration "ulong uVar19;" type_identifier identifier ;) (declaration "bool bVar20;" primitive_type identifier ;) (declaration "long local_138;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_110;" type_identifier identifier ;) (declaration "uint local_104;" type_identifier identifier ;) (declaration "ulong *local_f8;" type_identifier (pointer_declarator "*local_f8" * identifier) ;) (declaration "ulong *local_f0;" type_identifier (pointer_declarator "*local_f0" * identifier) ;) (declaration "ulong *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "undefined1 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "long local_d0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_c8 [16];" type_identifier (array_declarator "local_c8 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_b8;" type_identifier (pointer_declarator "*local_b8" * identifier) ;) (declaration "long local_b0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_a8 [16];" type_identifier (array_declarator "local_a8 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_98 [8];" type_identifier (array_declarator "local_98 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_90 [2];" type_identifier (array_declarator "local_90 [2]" identifier [ number_literal ]) ;) (declaration "undefined4 *local_88;" type_identifier (pointer_declarator "*local_88" * identifier) ;) (declaration "undefined4 *local_80;" type_identifier (pointer_declarator "*local_80" * identifier) ;) (declaration "undefined4 *local_78;" type_identifier (pointer_declarator "*local_78" * identifier) ;) (declaration "long local_70;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_68;" type_identifier identifier ;) (declaration "undefined4 local_60 [2];" type_identifier (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined4 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "pcVar2 = *(code **)(*param_1 + 0x118);" (assignment_expression "pcVar2 = *(code **)(*param_1 + 0x118)" identifier = (pointer_expression "*(code **)(*param_1 + 0x118)" * (cast_expression "(code **)(*param_1 + 0x118)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x118)" ( (binary_expression "*param_1 + 0x118" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }" if (parenthesized_expression "(pcVar2 == FUN_00168560)" ( (binary_expression "pcVar2 == FUN_00168560" identifier == identifier) )) (compound_statement "{\n local_104 = (**(code **)(*param_1 + 0x178))();\n }" { (expression_statement "local_104 = (**(code **)(*param_1 + 0x178))();" (assignment_expression "local_104 = (**(code **)(*param_1 + 0x178))()" identifier = (call_expression "(**(code **)(*param_1 + 0x178))()" (parenthesized_expression "(**(code **)(*param_1 + 0x178))" ( (pointer_expression "**(code **)(*param_1 + 0x178)" * (pointer_expression "*(code **)(*param_1 + 0x178)" * (cast_expression "(code **)(*param_1 + 0x178)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x178)" ( (binary_expression "*param_1 + 0x178" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) }) (else_clause "else {\n local_104 = (*pcVar2)();\n }" else (compound_statement "{\n local_104 = (*pcVar2)();\n }" { (expression_statement "local_104 = (*pcVar2)();" (assignment_expression "local_104 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) }))) (expression_statement "local_f8 = (ulong *)0x0;" (assignment_expression "local_f8 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_f0 = (ulong *)0x0;" (assignment_expression "local_f0 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_e8 = (ulong *)0x0;" (assignment_expression "local_e8 = (ulong *)0x0" identifier = (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" if (parenthesized_expression "(param_6 != 0)" ( (binary_expression "param_6 != 0" identifier != number_literal) )) (compound_statement "{\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" { (expression_statement "local_110 = 0;" (assignment_expression "local_110 = 0" identifier = number_literal) ;) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" identifier = identifier) ;) (expression_statement "uVar9 = local_110;" (assignment_expression "uVar9 = local_110" identifier = identifier) ;) (do_statement "do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);" do (compound_statement "{\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n }" { (expression_statement "local_110 = uVar9;" (assignment_expression "local_110 = uVar9" identifier = identifier) ;) (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" if (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" ( (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" { (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" else (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" { (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" identifier = (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" ( (pointer_expression "**(code **)(*param_10 + 0x1e0)" * (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) ))))) )) (argument_list "(param_10,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" if (parenthesized_expression "(local_104 <= uVar7)" ( (binary_expression "local_104 <= uVar7" identifier <= identifier) )) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" { (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" { (labeled_statement "LAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" statement_identifier : (expression_statement "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;)) })) (expression_statement "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" identifier = (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" identifier - (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )))) ;) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9)" ( (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" ( (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" identifier [ number_literal ]) - (subscript_expression "param_1[0x26]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (expression_statement "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);" (assignment_expression "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8)" identifier = (pointer_expression "*(long *)(param_1[0x26] + uVar9 * 8)" * (cast_expression "(long *)(param_1[0x26] + uVar9 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[0x26] + uVar9 * 8)" ( (binary_expression "param_1[0x26] + uVar9 * 8" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) + (binary_expression "uVar9 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (lVar10 == 0) goto LAB_0022c640;" if (parenthesized_expression "(lVar10 == 0)" ( (binary_expression "lVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0022c640;" goto statement_identifier ;)) (if_statement "if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }" if (parenthesized_expression "((*(byte *)(lVar10 + 0x3a) & 0x10) != 0)" ( (binary_expression "(*(byte *)(lVar10 + 0x3a) & 0x10) != 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3a) & 0x10)" ( (binary_expression "*(byte *)(lVar10 + 0x3a) & 0x10" (pointer_expression "*(byte *)(lVar10 + 0x3a)" * (cast_expression "(byte *)(lVar10 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3a)" ( (binary_expression "lVar10 + 0x3a" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n lVar10 = FUN_0024aed0(param_2);\n }" { (expression_statement "lVar10 = FUN_0024aed0(param_2);" (assignment_expression "lVar10 = FUN_0024aed0(param_2)" identifier = (call_expression "FUN_0024aed0(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) })) (expression_statement "bVar1 = *(byte *)(lVar10 + 0x3a);" (assignment_expression "bVar1 = *(byte *)(lVar10 + 0x3a)" identifier = (pointer_expression "*(byte *)(lVar10 + 0x3a)" * (cast_expression "(byte *)(lVar10 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3a)" ( (binary_expression "lVar10 + 0x3a" identifier + number_literal) ))))) ;) (if_statement "if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }" { (if_statement "if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" if (parenthesized_expression "((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0))" ( (binary_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" (parenthesized_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0))" ( (binary_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)" (parenthesized_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0))" ( (binary_expression "(*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(lVar10 + 0x18) != 0)" ( (binary_expression "*(int *)(lVar10 + 0x18) != 0" (pointer_expression "*(int *)(lVar10 + 0x18)" * (cast_expression "(int *)(lVar10 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x18)" ( (binary_expression "lVar10 + 0x18" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" ( (binary_expression "(*(byte *)(lVar10 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3b) & 0x20)" ( (binary_expression "*(byte *)(lVar10 + 0x3b) & 0x20" (pointer_expression "*(byte *)(lVar10 + 0x3b)" * (cast_expression "(byte *)(lVar10 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x3b)" ( (binary_expression "lVar10 + 0x3b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" ( (binary_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4)" ( (binary_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4" (pointer_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" * (cast_expression "(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar10 + 0x10) + 0x3c)" ( (binary_expression "*(long *)(lVar10 + 0x10) + 0x3c" (pointer_expression "*(long *)(lVar10 + 0x10)" * (cast_expression "(long *)(lVar10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar10 + 0x10)" ( (binary_expression "lVar10 + 0x10" identifier + number_literal) )))) + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" { (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "(plVar15 == (long *)0x0)" ( (binary_expression "plVar15 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) (expression_statement "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);" (assignment_expression "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" identifier = (call_expression "(**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xa8))" ( (pointer_expression "**(code **)(*plVar15 + 0xa8)" * (pointer_expression "*(code **)(*plVar15 + 0xa8)" * (cast_expression "(code **)(*plVar15 + 0xa8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar15 + 0xa8)" ( (binary_expression "*plVar15 + 0xa8" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) )) (argument_list "(plVar15,lVar10,puVar18,param_7,param_8)" ( identifier , identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" { (expression_statement "local_68 = (ulong)*puVar18;" (assignment_expression "local_68 = (ulong)*puVar18" identifier = (binary_expression "(ulong)*puVar18" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (if_statement "if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" if (parenthesized_expression "(local_f0 == local_e8)" ( (binary_expression "local_f0 == local_e8" identifier == identifier) )) (compound_statement "{\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }" { (expression_statement "FUN_00229a40(&local_f8,local_f0,&local_68);" (call_expression "FUN_00229a40(&local_f8,local_f0,&local_68)" identifier (argument_list "(&local_f8,local_f0,&local_68)" ( (pointer_expression "&local_f8" & identifier) , identifier , (pointer_expression "&local_68" & identifier) ))) ;) }) (else_clause "else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" else (compound_statement "{\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" { (expression_statement "*local_f0 = local_68;" (assignment_expression "*local_f0 = local_68" (pointer_expression "*local_f0" * identifier) = identifier) ;) (expression_statement "local_f0 = local_f0 + 1;" (assignment_expression "local_f0 = local_f0 + 1" identifier = (binary_expression "local_f0 + 1" identifier + number_literal)) ;) }))) })) })) }) (else_clause "else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" else (if_statement "if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" if (parenthesized_expression "(((bVar1 & 7) != 4) && ((bVar1 & 7) == 0))" ( (binary_expression "((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)" (parenthesized_expression "((bVar1 & 7) != 4)" ( (binary_expression "(bVar1 & 7) != 4" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "((bVar1 & 7) == 0)" ( (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" ( (binary_expression "bVar1 & 7" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" { (expression_statement "FUN_00199900("../../gold/symtab.h",0xa1,"object");" (call_expression "FUN_00199900("../../gold/symtab.h",0xa1,"object")" identifier (argument_list "("../../gold/symtab.h",0xa1,"object")" ( (string_literal ""../../gold/symtab.h"" " string_content ") , number_literal , (string_literal ""object"" " string_content ") ))) ;) })))) })) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) (expression_statement "uVar9 = local_110 + 1;" (assignment_expression "uVar9 = local_110 + 1" identifier = (binary_expression "local_110 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_6 != uVar9)" ( (binary_expression "param_6 != uVar9" identifier != identifier) )) ;) (expression_statement "puVar17 = local_f0;" (assignment_expression "puVar17 = local_f0" identifier = identifier) ;) (if_statement "if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" if (parenthesized_expression "(local_f8 != local_f0)" ( (binary_expression "local_f8 != local_f0" identifier != identifier) )) (compound_statement "{\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" { (expression_statement "local_80 = local_90;" (assignment_expression "local_80 = local_90" identifier = identifier) ;) (expression_statement "local_90[0] = 0;" (assignment_expression "local_90[0] = 0" (subscript_expression "local_90[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_88 = (undefined4 *)0x0;" (assignment_expression "local_88 = (undefined4 *)0x0" identifier = (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" identifier = number_literal) ;) (expression_statement "local_78 = local_80;" (assignment_expression "local_78 = local_80" identifier = identifier) ;) (expression_statement "FUN_0022bc60(param_1,param_3,param_4,local_98);" (call_expression "FUN_0022bc60(param_1,param_3,param_4,local_98)" identifier (argument_list "(param_1,param_3,param_4,local_98)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" if (parenthesized_expression "(local_70 != 0)" ( (binary_expression "local_70 != 0" identifier != number_literal) )) (compound_statement "{\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" { (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" identifier = identifier) ;) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" identifier = identifier) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (if_statement "if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" if (parenthesized_expression "(local_f8 != local_f0)" ( (binary_expression "local_f8 != local_f0" identifier != identifier) )) (compound_statement "{\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" { (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" identifier = identifier) ;) (do_statement "do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);" do (compound_statement "{\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n }" { (if_statement "if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" if (parenthesized_expression "(local_88 == (undefined4 *)0x0)" ( (binary_expression "local_88 == (undefined4 *)0x0" identifier == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }" { (labeled_statement "LAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" statement_identifier : (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(local_90)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3ce0(local_90)" identifier (argument_list "(local_90)" ( identifier ))))) ;)) (labeled_statement "LAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);" statement_identifier : (expression_statement "FUN_00229d50(&local_68,puVar11 + 8);" (call_expression "FUN_00229d50(&local_68,puVar11 + 8)" identifier (argument_list "(&local_68,puVar11 + 8)" ( (pointer_expression "&local_68" & identifier) , (binary_expression "puVar11 + 8" identifier + number_literal) ))) ;)) }) (else_clause "else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" else (compound_statement "{\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" { (expression_statement "puVar12 = local_90;" (assignment_expression "puVar12 = local_90" identifier = identifier) ;) (expression_statement "puVar5 = local_88;" (assignment_expression "puVar5 = local_88" identifier = identifier) ;) (do_statement "do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);" do (compound_statement "{\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n }" { (while_statement "while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" while (parenthesized_expression "(puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8))" ( (comma_expression "puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)" (assignment_expression "puVar11 = puVar5" identifier = identifier) , (binary_expression "(long)*puVar17 <= *(long *)(puVar11 + 8)" (cast_expression "(long)*puVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*puVar17" * identifier)) <= (pointer_expression "*(long *)(puVar11 + 8)" * (cast_expression "(long *)(puVar11 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 8)" ( (binary_expression "puVar11 + 8" identifier + number_literal) )))))) )) (compound_statement "{\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" { (expression_statement "puVar12 = puVar11;" (assignment_expression "puVar12 = puVar11" identifier = identifier) ;) (expression_statement "puVar5 = *(undefined4 **)(puVar11 + 4);" (assignment_expression "puVar5 = *(undefined4 **)(puVar11 + 4)" identifier = (pointer_expression "*(undefined4 **)(puVar11 + 4)" * (cast_expression "(undefined4 **)(puVar11 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) ))))) ;) (if_statement "if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;" if (parenthesized_expression "(*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0)" ( (binary_expression "*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0" (pointer_expression "*(undefined4 **)(puVar11 + 4)" * (cast_expression "(undefined4 **)(puVar11 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) )))) == (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022c1c3;" goto statement_identifier ;)) })) (expression_statement "plVar15 = (long *)(puVar11 + 6);" (assignment_expression "plVar15 = (long *)(puVar11 + 6)" identifier = (cast_expression "(long *)(puVar11 + 6)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 6)" ( (binary_expression "puVar11 + 6" identifier + number_literal) )))) ;) (expression_statement "puVar11 = puVar12;" (assignment_expression "puVar11 = puVar12" identifier = identifier) ;) (expression_statement "puVar5 = (undefined4 *)*plVar15;" (assignment_expression "puVar5 = (undefined4 *)*plVar15" identifier = (cast_expression "(undefined4 *)*plVar15" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier))) ;) }) while (parenthesized_expression "((undefined4 *)*plVar15 != (undefined4 *)0x0)" ( (binary_expression "(undefined4 *)*plVar15 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*plVar15" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar15" * identifier)) != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;" statement_identifier : (if_statement "if (puVar11 == local_90) goto LAB_0022c4f0;" if (parenthesized_expression "(puVar11 == local_90)" ( (binary_expression "puVar11 == local_90" identifier == identifier) )) (goto_statement "goto LAB_0022c4f0;" goto statement_identifier ;))) (if_statement "if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;" if (parenthesized_expression "(*(ulong *)(puVar11 + 8) == *puVar17)" ( (binary_expression "*(ulong *)(puVar11 + 8) == *puVar17" (pointer_expression "*(ulong *)(puVar11 + 8)" * (cast_expression "(ulong *)(puVar11 + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 8)" ( (binary_expression "puVar11 + 8" identifier + number_literal) )))) == (pointer_expression "*puVar17" * identifier)) )) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;)) (if_statement "if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" if (parenthesized_expression "(local_80 != puVar11)" ( (binary_expression "local_80 != puVar11" identifier != identifier) )) (compound_statement "{\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" { (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(puVar11)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3ce0(puVar11)" identifier (argument_list "(puVar11)" ( identifier ))))) ;) (goto_statement "goto LAB_0022c1e7;" goto statement_identifier ;) })) }))) (expression_statement "puVar17 = puVar17 + 1;" (assignment_expression "puVar17 = puVar17 + 1" identifier = (binary_expression "puVar17 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(local_f0 != puVar17)" ( (binary_expression "local_f0 != puVar17" identifier != identifier) )) ;) (if_statement "if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" if (parenthesized_expression "((local_40 != 0) && (local_50 != local_60))" ( (binary_expression "(local_40 != 0) && (local_50 != local_60)" (parenthesized_expression "(local_40 != 0)" ( (binary_expression "local_40 != 0" identifier != number_literal) )) && (parenthesized_expression "(local_50 != local_60)" ( (binary_expression "local_50 != local_60" identifier != identifier) ))) )) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" { (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" if (parenthesized_expression "(plVar15 != (long *)0x0)" ( (binary_expression "plVar15 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" { (expression_statement "puVar12 = local_50;" (assignment_expression "puVar12 = local_50" identifier = identifier) ;) (do_statement "do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);" do (compound_statement "{\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n }" { (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" identifier = identifier) ;) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" identifier = identifier) ;) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" identifier = number_literal) ;) (expression_statement "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);" (call_expression "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xb0))" ( (pointer_expression "**(code **)(*plVar15 + 0xb0)" * (pointer_expression "*(code **)(*plVar15 + 0xb0)" * (cast_expression "(code **)(*plVar15 + 0xb0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar15 + 0xb0)" ( (binary_expression "*plVar15 + 0xb0" (pointer_expression "*plVar15" * identifier) + number_literal) ))))) )) (argument_list "(plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" ( identifier , identifier , identifier , (pointer_expression "*(undefined8 *)(puVar12 + 8)" * (cast_expression "(undefined8 *)(puVar12 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(puVar12 + 10)" * (cast_expression "(undefined8 *)(puVar12 + 10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 10)" ( (binary_expression "puVar12 + 10" identifier + number_literal) )))) , identifier , identifier , identifier , identifier , (pointer_expression "&local_d8" & identifier) , (pointer_expression "&local_b8" & identifier) ))) ;) (if_statement "if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" if (parenthesized_expression "(local_d0 != 0)" ( (binary_expression "local_d0 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" { (if_statement "if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" if (parenthesized_expression "(local_b0 == 0)" ( (binary_expression "local_b0 == 0" identifier == number_literal) )) (compound_statement "{\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" { (expression_statement "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" identifier (argument_list "("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" ( (string_literal ""../../gold/reloc.cc"" " string_content ") , number_literal , (string_literal ""split_stack_adjust_reltype"" " string_content ") ))) ;) })) (expression_statement "uVar19 = 0;" (assignment_expression "uVar19 = 0" identifier = number_literal) ;) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" identifier = number_literal) ;) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" identifier = identifier) ;) (do_statement "do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);" do (compound_statement "{\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n }" { (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" if (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" ( (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" { (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" identifier = (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" identifier [ number_literal ]) >> number_literal)) ;) }) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" else (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" { (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" identifier = (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" ( (pointer_expression "**(code **)(*param_10 + 0x1e0)" * (pointer_expression "*(code **)(*param_10 + 0x1e0)" * (cast_expression "(code **)(*param_10 + 0x1e0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_10 + 0x1e0)" ( (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" * identifier) + number_literal) ))))) )) (argument_list "(param_10,puVar18)" ( identifier , identifier )))) ;) }))) (if_statement "if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" if (parenthesized_expression "(local_104 <= uVar7)" ( (binary_expression "local_104 <= uVar7" identifier <= identifier) )) (compound_statement "{\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" { (if_statement "if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" if (parenthesized_expression "((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))" ( (binary_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" (parenthesized_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18)" ( (binary_expression "*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18" (pointer_expression "*(long *)(puVar12 + 8)" * (cast_expression "(long *)(puVar12 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) <= (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier)) )) && (parenthesized_expression "((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" ( (binary_expression "(long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(ulong)" ( identifier ))) * identifier) < (binary_expression "*(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (pointer_expression "*(long *)(puVar12 + 8)" * (cast_expression "(long *)(puVar12 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 8)" ( (binary_expression "puVar12 + 8" identifier + number_literal) )))) + (pointer_expression "*(long *)(puVar12 + 10)" * (cast_expression "(long *)(puVar12 + 10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 10)" ( (binary_expression "puVar12 + 10" identifier + number_literal) )))))) ))) )) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" { (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" if (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" identifier < (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )) (compound_statement "{\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" { (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" identifier = (cast_expression "(code *)invalidInstructionException()" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "invalidInstructionException()" identifier (argument_list "()" ( ))))) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) })) (expression_statement "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" identifier = (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" ( (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" identifier - (pointer_expression "*(uint *)(param_1 + 0x24)" * (cast_expression "(uint *)(param_1 + 0x24)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x24)" ( (binary_expression "param_1 + 0x24" identifier + number_literal) ))))) )))) ;) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" if (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13)" ( (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" ( (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" identifier [ number_literal ]) - (subscript_expression "param_1[0x26]" identifier [ number_literal ])) >> number_literal) ))) <= identifier) )) (compound_statement "{\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" { (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" identifier (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""global_symbol"" " string_content ") ))) ;) })) (expression_statement "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );" (assignment_expression "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" identifier = (call_expression "FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" identifier (argument_list "(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" ( (pointer_expression "&local_d8" & identifier) , (pointer_expression "**(undefined8 **)(param_1[0x26] + uVar13 * 8)" * (pointer_expression "*(undefined8 **)(param_1[0x26] + uVar13 * 8)" * (cast_expression "(undefined8 **)(param_1[0x26] + uVar13 * 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1[0x26] + uVar13 * 8)" ( (binary_expression "param_1[0x26] + uVar13 * 8" (subscript_expression "param_1[0x26]" identifier [ number_literal ]) + (binary_expression "uVar13 * 8" identifier * number_literal)) ))))) )))) ;) (if_statement "if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" { (if_statement "if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" if (parenthesized_expression "((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0))" ( (binary_expression "(local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" (parenthesized_expression "(local_138 == 0)" ( (binary_expression "local_138 == 0" identifier == number_literal) )) && (parenthesized_expression "(local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" ( (comma_expression "local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "local_138 = FUN_0024cba0(param_2,local_b8,0)" identifier = (call_expression "FUN_0024cba0(param_2,local_b8,0)" identifier (argument_list "(param_2,local_b8,0)" ( identifier , identifier , number_literal )))) , (comma_expression "puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar4 = local_b8" identifier = identifier) , (comma_expression "puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar3 = local_d8" identifier = identifier) , (binary_expression "local_138 == 0" identifier == number_literal)))) ))) )) (compound_statement "{\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" { (expression_statement "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");" (assignment_expression "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'")" identifier = (call_expression "gettext("could not convert call to \'%s\' to \'%s\'")" identifier (argument_list "("could not convert call to \'%s\' to \'%s\'")" ( (string_literal ""could not convert call to \'%s\' to \'%s\'"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") )))) ;) (expression_statement "FUN_001c7b60(param_1,uVar14,puVar3,puVar4);" (call_expression "FUN_001c7b60(param_1,uVar14,puVar3,puVar4)" identifier (argument_list "(param_1,uVar14,puVar3,puVar4)" ( identifier , identifier , identifier , identifier ))) ;) (break_statement "break;" break ;) })) (if_statement "if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }" if (parenthesized_expression "((long *)*param_9 == (long *)0x0)" ( (binary_expression "(long *)*param_9 == (long *)0x0" (cast_expression "(long *)*param_9" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_9" * identifier)) == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }" { (expression_statement "plVar15 = (long *)FUN_002a11b0(0x18);" (assignment_expression "plVar15 = (long *)FUN_002a11b0(0x18)" identifier = (cast_expression "(long *)FUN_002a11b0(0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002a11b0(0x18)" identifier (argument_list "(0x18)" ( number_literal ))))) ;) (expression_statement "*plVar15 = 0;" (assignment_expression "*plVar15 = 0" (pointer_expression "*plVar15" * identifier) = number_literal) ;) (expression_statement "plVar15[1] = 0;" (assignment_expression "plVar15[1] = 0" (subscript_expression "plVar15[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "plVar15[2] = 0;" (assignment_expression "plVar15[2] = 0" (subscript_expression "plVar15[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }" if (parenthesized_expression "(0x1fffffffffffffff < uVar9)" ( (binary_expression "0x1fffffffffffffff < uVar9" number_literal < identifier) )) (compound_statement "{\n \n \n FUN_002e1130();\n }" { (expression_statement "FUN_002e1130();" (call_expression "FUN_002e1130()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "lVar16 = FUN_002a11b0(uVar9 * 8);" (assignment_expression "lVar16 = FUN_002a11b0(uVar9 * 8)" identifier = (call_expression "FUN_002a11b0(uVar9 * 8)" identifier (argument_list "(uVar9 * 8)" ( (binary_expression "uVar9 * 8" identifier * number_literal) )))) ;) (expression_statement "lVar10 = lVar16 + uVar9 * 8;" (assignment_expression "lVar10 = lVar16 + uVar9 * 8" identifier = (binary_expression "lVar16 + uVar9 * 8" identifier + (binary_expression "uVar9 * 8" identifier * number_literal))) ;) (expression_statement "*plVar15 = lVar16;" (assignment_expression "*plVar15 = lVar16" (pointer_expression "*plVar15" * identifier) = identifier) ;) (expression_statement "plVar15[2] = lVar10;" (assignment_expression "plVar15[2] = lVar10" (subscript_expression "plVar15[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" identifier = number_literal) ;) (do_statement "do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);" do (compound_statement "{\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n }" { (expression_statement "*(undefined8 *)(lVar16 + uVar13 * 8) = 0;" (assignment_expression "*(undefined8 *)(lVar16 + uVar13 * 8) = 0" (pointer_expression "*(undefined8 *)(lVar16 + uVar13 * 8)" * (cast_expression "(undefined8 *)(lVar16 + uVar13 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar13 * 8)" ( (binary_expression "lVar16 + uVar13 * 8" identifier + (binary_expression "uVar13 * 8" identifier * number_literal)) )))) = number_literal) ;) (expression_statement "bVar20 = uVar13 != local_110;" (assignment_expression "bVar20 = uVar13 != local_110" identifier = (binary_expression "uVar13 != local_110" identifier != identifier)) ;) (expression_statement "uVar13 = uVar13 + 1;" (assignment_expression "uVar13 = uVar13 + 1" identifier = (binary_expression "uVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar20)" ( identifier )) ;) (expression_statement "plVar15[1] = lVar10;" (assignment_expression "plVar15[1] = lVar10" (subscript_expression "plVar15[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*param_9 = (long)plVar15;" (assignment_expression "*param_9 = (long)plVar15" (pointer_expression "*param_9" * identifier) = (cast_expression "(long)plVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) }) (else_clause "else {\n lVar16 = *(long *)*param_9;\n }" else (compound_statement "{\n lVar16 = *(long *)*param_9;\n }" { (expression_statement "lVar16 = *(long *)*param_9;" (assignment_expression "lVar16 = *(long *)*param_9" identifier = (pointer_expression "*(long *)*param_9" * (cast_expression "(long *)*param_9" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_9" * identifier)))) ;) }))) (expression_statement "*(long *)(lVar16 + uVar19 * 8) = local_138;" (assignment_expression "*(long *)(lVar16 + uVar19 * 8) = local_138" (pointer_expression "*(long *)(lVar16 + uVar19 * 8)" * (cast_expression "(long *)(lVar16 + uVar19 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar16 + uVar19 * 8)" ( (binary_expression "lVar16 + uVar19 * 8" identifier + (binary_expression "uVar19 * 8" identifier * number_literal)) )))) = identifier) ;) })) })) })) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" identifier = (binary_expression "uVar19 + 1" identifier + number_literal)) ;) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" identifier = (binary_expression "puVar18 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar19 < uVar9)" ( (binary_expression "uVar19 < uVar9" identifier < identifier) )) ;) })) (if_statement "if (local_b8 != local_a8) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_b8 != local_a8)" ( (binary_expression "local_b8 != local_a8" identifier != identifier) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_d8 != local_c8) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_d8 != local_c8)" ( (binary_expression "local_d8 != local_c8" identifier != identifier) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);" (assignment_expression "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12)" identifier = (cast_expression "(undefined4 *)thunk_FUN_002a3d40(puVar12)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002a3d40(puVar12)" identifier (argument_list "(puVar12)" ( identifier ))))) ;) (if_statement "if (puVar12 == local_60) goto LAB_0022c095;" if (parenthesized_expression "(puVar12 == local_60)" ( (binary_expression "puVar12 == local_60" identifier == identifier) )) (goto_statement "goto LAB_0022c095;" goto statement_identifier ;)) (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" ( (binary_expression "PTR_DAT_003f85c0 + 0x18" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(plVar15 != (long *)0x0)" ( (binary_expression "plVar15 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" identifier = identifier) ;) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" identifier = identifier) ;) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" identifier = number_literal) ;) (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" identifier (argument_list "("../../gold/parameters.h",0x69,"target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""target"" " string_content ") ))) ;) })) })) (labeled_statement "LAB_0022c095:\n FUN_00229b90(&local_68,local_58);" statement_identifier : (expression_statement "FUN_00229b90(&local_68,local_58);" (call_expression "FUN_00229b90(&local_68,local_58)" identifier (argument_list "(&local_68,local_58)" ( (pointer_expression "&local_68" & identifier) , identifier ))) ;)) })) (expression_statement "FUN_00229b90(local_98,local_88);" (call_expression "FUN_00229b90(local_98,local_88)" identifier (argument_list "(local_98,local_88)" ( identifier , identifier ))) ;) (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" identifier = identifier) ;) })) (if_statement "if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(puVar17 != (ulong *)0x0)" ( (binary_expression "puVar17 != (ulong *)0x0" identifier != (cast_expression "(ulong *)0x0" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) >> LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , (pointer_expression & IDENT) ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) })) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (binary_expression IDENT + LIT) ))) ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * IDENT)) <= (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;))) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * IDENT)) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , IDENT , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (subscript_expression IDENT [ LIT ]) >> LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) <= (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( IDENT ))) * IDENT)) )) && (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( IDENT ))) * IDENT) < (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) >> LIT) ))) <= IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (binary_expression IDENT * LIT)) ))))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) , (comma_expression (assignment_expression IDENT = IDENT) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT == LIT)))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (break_statement break ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT * LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression IDENT * LIT))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT != IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = IDENT) ;) })) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) })) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT ))) ;)) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)\n\n{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022be90(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" (identifier "FUN_0022be90") (parameter_list "(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4,\n uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9,\n long *param_10)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "uint *param_5" (type_identifier "uint") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "ulong param_6" (type_identifier "ulong") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "long *param_9" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_9" (* "*") (identifier "param_9"))) (, ",") (parameter_declaration "long *param_10" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_10" (* "*") (identifier "param_10"))) () ")"))) (compound_statement "{\n byte bVar1;\n code *pcVar2;\n undefined1 *puVar3;\n undefined1 *puVar4;\n undefined4 *puVar5;\n char cVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n undefined4 *puVar11;\n undefined4 *puVar12;\n ulong uVar13;\n undefined8 uVar14;\n long *plVar15;\n long lVar16;\n ulong *puVar17;\n uint *puVar18;\n ulong uVar19;\n bool bVar20;\n long local_138;\n ulong local_110;\n uint local_104;\n ulong *local_f8;\n ulong *local_f0;\n ulong *local_e8;\n undefined1 *local_d8;\n long local_d0;\n undefined1 local_c8 [16];\n undefined1 *local_b8;\n long local_b0;\n undefined1 local_a8 [16];\n undefined1 local_98 [8];\n undefined4 local_90 [2];\n undefined4 *local_88;\n undefined4 *local_80;\n undefined4 *local_78;\n long local_70;\n ulong local_68;\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n long local_40;\n \n pcVar2 = *(code **)(*param_1 + 0x118);\n if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }\n local_f8 = (ulong *)0x0;\n local_f0 = (ulong *)0x0;\n local_e8 = (ulong *)0x0;\n if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }\n return;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "undefined1 *puVar3;" (type_identifier "undefined1") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined1 *puVar4;" (type_identifier "undefined1") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (declaration "undefined4 *puVar5;" (type_identifier "undefined4") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "char cVar6;" (primitive_type "char") (identifier "cVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "ulong uVar9;" (type_identifier "ulong") (identifier "uVar9") (; ";")) (declaration "long lVar10;" (sized_type_specifier "long" (long "long")) (identifier "lVar10") (; ";")) (declaration "undefined4 *puVar11;" (type_identifier "undefined4") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "undefined4 *puVar12;" (type_identifier "undefined4") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "ulong uVar13;" (type_identifier "ulong") (identifier "uVar13") (; ";")) (declaration "undefined8 uVar14;" (type_identifier "undefined8") (identifier "uVar14") (; ";")) (declaration "long *plVar15;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar15" (* "*") (identifier "plVar15")) (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (declaration "ulong *puVar17;" (type_identifier "ulong") (pointer_declarator "*puVar17" (* "*") (identifier "puVar17")) (; ";")) (declaration "uint *puVar18;" (type_identifier "uint") (pointer_declarator "*puVar18" (* "*") (identifier "puVar18")) (; ";")) (declaration "ulong uVar19;" (type_identifier "ulong") (identifier "uVar19") (; ";")) (declaration "bool bVar20;" (primitive_type "bool") (identifier "bVar20") (; ";")) (declaration "long local_138;" (sized_type_specifier "long" (long "long")) (identifier "local_138") (; ";")) (declaration "ulong local_110;" (type_identifier "ulong") (identifier "local_110") (; ";")) (declaration "uint local_104;" (type_identifier "uint") (identifier "local_104") (; ";")) (declaration "ulong *local_f8;" (type_identifier "ulong") (pointer_declarator "*local_f8" (* "*") (identifier "local_f8")) (; ";")) (declaration "ulong *local_f0;" (type_identifier "ulong") (pointer_declarator "*local_f0" (* "*") (identifier "local_f0")) (; ";")) (declaration "ulong *local_e8;" (type_identifier "ulong") (pointer_declarator "*local_e8" (* "*") (identifier "local_e8")) (; ";")) (declaration "undefined1 *local_d8;" (type_identifier "undefined1") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "long local_d0;" (sized_type_specifier "long" (long "long")) (identifier "local_d0") (; ";")) (declaration "undefined1 local_c8 [16];" (type_identifier "undefined1") (array_declarator "local_c8 [16]" (identifier "local_c8") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 *local_b8;" (type_identifier "undefined1") (pointer_declarator "*local_b8" (* "*") (identifier "local_b8")) (; ";")) (declaration "long local_b0;" (sized_type_specifier "long" (long "long")) (identifier "local_b0") (; ";")) (declaration "undefined1 local_a8 [16];" (type_identifier "undefined1") (array_declarator "local_a8 [16]" (identifier "local_a8") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 local_98 [8];" (type_identifier "undefined1") (array_declarator "local_98 [8]" (identifier "local_98") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined4 local_90 [2];" (type_identifier "undefined4") (array_declarator "local_90 [2]" (identifier "local_90") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined4 *local_88;" (type_identifier "undefined4") (pointer_declarator "*local_88" (* "*") (identifier "local_88")) (; ";")) (declaration "undefined4 *local_80;" (type_identifier "undefined4") (pointer_declarator "*local_80" (* "*") (identifier "local_80")) (; ";")) (declaration "undefined4 *local_78;" (type_identifier "undefined4") (pointer_declarator "*local_78" (* "*") (identifier "local_78")) (; ";")) (declaration "long local_70;" (sized_type_specifier "long" (long "long")) (identifier "local_70") (; ";")) (declaration "ulong local_68;" (type_identifier "ulong") (identifier "local_68") (; ";")) (declaration "undefined4 local_60 [2];" (type_identifier "undefined4") (array_declarator "local_60 [2]" (identifier "local_60") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined4 *local_50;" (type_identifier "undefined4") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "undefined4 *local_48;" (type_identifier "undefined4") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "pcVar2 = *(code **)(*param_1 + 0x118);" (assignment_expression "pcVar2 = *(code **)(*param_1 + 0x118)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(*param_1 + 0x118)" (* "*") (cast_expression "(code **)(*param_1 + 0x118)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x118)" (( "(") (binary_expression "*param_1 + 0x118" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x118")) () ")"))))) (; ";")) (if_statement "if (pcVar2 == FUN_00168560) {\n local_104 = (**(code **)(*param_1 + 0x178))();\n }\n else {\n local_104 = (*pcVar2)();\n }" (if "if") (parenthesized_expression "(pcVar2 == FUN_00168560)" (( "(") (binary_expression "pcVar2 == FUN_00168560" (identifier "pcVar2") (== "==") (identifier "FUN_00168560")) () ")")) (compound_statement "{\n local_104 = (**(code **)(*param_1 + 0x178))();\n }" ({ "{") (expression_statement "local_104 = (**(code **)(*param_1 + 0x178))();" (assignment_expression "local_104 = (**(code **)(*param_1 + 0x178))()" (identifier "local_104") (= "=") (call_expression "(**(code **)(*param_1 + 0x178))()" (parenthesized_expression "(**(code **)(*param_1 + 0x178))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x178)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x178)" (* "*") (cast_expression "(code **)(*param_1 + 0x178)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x178)" (( "(") (binary_expression "*param_1 + 0x178" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x178")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")) (else_clause "else {\n local_104 = (*pcVar2)();\n }" (else "else") (compound_statement "{\n local_104 = (*pcVar2)();\n }" ({ "{") (expression_statement "local_104 = (*pcVar2)();" (assignment_expression "local_104 = (*pcVar2)()" (identifier "local_104") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (} "}")))) (expression_statement "local_f8 = (ulong *)0x0;" (assignment_expression "local_f8 = (ulong *)0x0" (identifier "local_f8") (= "=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_f0 = (ulong *)0x0;" (assignment_expression "local_f0 = (ulong *)0x0" (identifier "local_f0") (= "=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_e8 = (ulong *)0x0;" (assignment_expression "local_e8 = (ulong *)0x0" (identifier "local_e8") (= "=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (param_6 != 0) {\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" (if "if") (parenthesized_expression "(param_6 != 0)" (( "(") (binary_expression "param_6 != 0" (identifier "param_6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_110 = 0;\n puVar18 = param_5;\n uVar9 = local_110;\n do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);\n puVar17 = local_f0;\n if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }\n if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }\n }" ({ "{") (expression_statement "local_110 = 0;" (assignment_expression "local_110 = 0" (identifier "local_110") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" (identifier "puVar18") (= "=") (identifier "param_5")) (; ";")) (expression_statement "uVar9 = local_110;" (assignment_expression "uVar9 = local_110" (identifier "uVar9") (= "=") (identifier "local_110")) (; ";")) (do_statement "do {\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n } while (param_6 != uVar9);" (do "do") (compound_statement "{\n local_110 = uVar9;\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }\n puVar18 = puVar18 + 2;\n uVar9 = local_110 + 1;\n }" ({ "{") (expression_statement "local_110 = uVar9;" (assignment_expression "local_110 = uVar9" (identifier "local_110") (= "=") (identifier "uVar9")) (; ";")) (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" (( "(") (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" (* "*") (cast_expression "(code **)(*param_10 + 0x1e0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_10 + 0x1e0)" (( "(") (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" (* "*") (identifier "param_10")) (+ "+") (number_literal "0x1e0")) () ")")))) (== "==") (identifier "FUN_00168680")) () ")")) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" ({ "{") (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" (identifier "uVar7") (= "=") (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" (identifier "puVar18") ([ "[") (number_literal "1") (] "]")) (>> ">>") (number_literal "8"))) (; ";")) (} "}")) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" (else "else") (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" ({ "{") (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (identifier "uVar7") (= "=") (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" (( "(") (pointer_expression "**(code **)(*param_10 + 0x1e0)" (* "*") (pointer_expression "*(code **)(*param_10 + 0x1e0)" (* "*") (cast_expression "(code **)(*param_10 + 0x1e0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_10 + 0x1e0)" (( "(") (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" (* "*") (identifier "param_10")) (+ "+") (number_literal "0x1e0")) () ")"))))) () ")")) (argument_list "(param_10,puVar18)" (( "(") (identifier "param_10") (, ",") (identifier "puVar18") () ")")))) (; ";")) (} "}")))) (if_statement "if (local_104 <= uVar7) {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" (if "if") (parenthesized_expression "(local_104 <= uVar7)" (( "(") (binary_expression "local_104 <= uVar7" (identifier "local_104") (<= "<=") (identifier "uVar7")) () ")")) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }\n uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);\n if (lVar10 == 0) goto LAB_0022c640;\n if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }\n bVar1 = *(byte *)(lVar10 + 0x3a);\n if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }\n }" ({ "{") (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" (if "if") (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" (( "(") (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" (identifier "uVar7") (< "<") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (compound_statement "{\nLAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");\n }" ({ "{") (labeled_statement "LAB_0022c640:\n \n FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" (statement_identifier "LAB_0022c640") (: ":") (expression_statement "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" (identifier "FUN_00199900") (argument_list "("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype")" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x4ef") (, ",") (string_literal ""split_stack_adjust_reltype"" (" """) (string_content "split_stack_adjust_reltype") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (identifier "uVar9") (= "=") (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" (( "(") (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" (identifier "uVar7") (- "-") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")"))))) () ")")))) (; ";")) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" (if "if") (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9)" (( "(") (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" (( "(") (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" (identifier "param_1") ([ "[") (number_literal "0x27") (] "]")) (- "-") (subscript_expression "param_1[0x26]" (identifier "param_1") ([ "[") (number_literal "0x26") (] "]"))) (>> ">>") (number_literal "3")) () ")"))) (<= "<=") (identifier "uVar9")) () ")")) (compound_statement "{\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8ad") (, ",") (string_literal ""global_symbol"" (" """) (string_content "global_symbol") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8);" (assignment_expression "lVar10 = *(long *)(param_1[0x26] + uVar9 * 8)" (identifier "lVar10") (= "=") (pointer_expression "*(long *)(param_1[0x26] + uVar9 * 8)" (* "*") (cast_expression "(long *)(param_1[0x26] + uVar9 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[0x26] + uVar9 * 8)" (( "(") (binary_expression "param_1[0x26] + uVar9 * 8" (subscript_expression "param_1[0x26]" (identifier "param_1") ([ "[") (number_literal "0x26") (] "]")) (+ "+") (binary_expression "uVar9 * 8" (identifier "uVar9") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (lVar10 == 0) goto LAB_0022c640;" (if "if") (parenthesized_expression "(lVar10 == 0)" (( "(") (binary_expression "lVar10 == 0" (identifier "lVar10") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0022c640;" (goto "goto") (statement_identifier "LAB_0022c640") (; ";"))) (if_statement "if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) {\n lVar10 = FUN_0024aed0(param_2);\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar10 + 0x3a) & 0x10) != 0)" (( "(") (binary_expression "(*(byte *)(lVar10 + 0x3a) & 0x10) != 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3a) & 0x10)" (( "(") (binary_expression "*(byte *)(lVar10 + 0x3a) & 0x10" (pointer_expression "*(byte *)(lVar10 + 0x3a)" (* "*") (cast_expression "(byte *)(lVar10 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x3a)" (( "(") (binary_expression "lVar10 + 0x3a" (identifier "lVar10") (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar10 = FUN_0024aed0(param_2);\n }" ({ "{") (expression_statement "lVar10 = FUN_0024aed0(param_2);" (assignment_expression "lVar10 = FUN_0024aed0(param_2)" (identifier "lVar10") (= "=") (call_expression "FUN_0024aed0(param_2)" (identifier "FUN_0024aed0") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (} "}"))) (expression_statement "bVar1 = *(byte *)(lVar10 + 0x3a);" (assignment_expression "bVar1 = *(byte *)(lVar10 + 0x3a)" (identifier "bVar1") (= "=") (pointer_expression "*(byte *)(lVar10 + 0x3a)" (* "*") (cast_expression "(byte *)(lVar10 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x3a)" (( "(") (binary_expression "lVar10 + 0x3a" (identifier "lVar10") (+ "+") (number_literal "0x3a")) () ")"))))) (; ";")) (if_statement "if ((bVar1 & 7) == 0) {\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }\n else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" (if "if") (parenthesized_expression "((bVar1 & 7) == 0)" (( "(") (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" (( "(") (binary_expression "bVar1 & 7" (identifier "bVar1") (& "&") (number_literal "7")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }\n }" ({ "{") (if_statement "if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" (if "if") (parenthesized_expression "((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0))" (( "(") (binary_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" (parenthesized_expression "(((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0))" (( "(") (binary_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) &&\n ((bVar1 & 7) == 0)" (parenthesized_expression "((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0))" (( "(") (binary_expression "(*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" (parenthesized_expression "(*(int *)(lVar10 + 0x18) != 0)" (( "(") (binary_expression "*(int *)(lVar10 + 0x18) != 0" (pointer_expression "*(int *)(lVar10 + 0x18)" (* "*") (cast_expression "(int *)(lVar10 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x18)" (( "(") (binary_expression "lVar10 + 0x18" (identifier "lVar10") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)" (( "(") (binary_expression "(*(byte *)(lVar10 + 0x3b) & 0x20) == 0" (parenthesized_expression "(*(byte *)(lVar10 + 0x3b) & 0x20)" (( "(") (binary_expression "*(byte *)(lVar10 + 0x3b) & 0x20" (pointer_expression "*(byte *)(lVar10 + 0x3b)" (* "*") (cast_expression "(byte *)(lVar10 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x3b)" (( "(") (binary_expression "lVar10 + 0x3b" (identifier "lVar10") (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 7) == 0)" (( "(") (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" (( "(") (binary_expression "bVar1 & 7" (identifier "bVar1") (& "&") (number_literal "7")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)" (( "(") (binary_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0" (parenthesized_expression "(*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4)" (( "(") (binary_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4" (pointer_expression "*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" (* "*") (cast_expression "(byte *)(*(long *)(lVar10 + 0x10) + 0x3c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar10 + 0x10) + 0x3c)" (( "(") (binary_expression "*(long *)(lVar10 + 0x10) + 0x3c" (pointer_expression "*(long *)(lVar10 + 0x10)" (* "*") (cast_expression "(long *)(lVar10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar10 + 0x10)" (( "(") (binary_expression "lVar10 + 0x10" (identifier "lVar10") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x3c")) () ")")))) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n \n cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);\n if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }\n }" ({ "{") (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" (identifier "plVar15") (= "=") (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003f85c0 + 0x18" (identifier "PTR_DAT_003f85c0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar15 == (long *)0x0) {\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "(plVar15 == (long *)0x0)" (( "(") (binary_expression "plVar15 == (long *)0x0" (identifier "plVar15") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" (identifier "FUN_00199900") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8);" (assignment_expression "cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" (identifier "cVar6") (= "=") (call_expression "(**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xa8))" (( "(") (pointer_expression "**(code **)(*plVar15 + 0xa8)" (* "*") (pointer_expression "*(code **)(*plVar15 + 0xa8)" (* "*") (cast_expression "(code **)(*plVar15 + 0xa8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar15 + 0xa8)" (( "(") (binary_expression "*plVar15 + 0xa8" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (+ "+") (number_literal "0xa8")) () ")"))))) () ")")) (argument_list "(plVar15,lVar10,puVar18,param_7,param_8)" (( "(") (identifier "plVar15") (, ",") (identifier "lVar10") (, ",") (identifier "puVar18") (, ",") (identifier "param_7") (, ",") (identifier "param_8") () ")")))) (; ";")) (if_statement "if (cVar6 != '\0') {\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" (if "if") (parenthesized_expression "(cVar6 != '\0')" (( "(") (binary_expression "cVar6 != '\0'" (identifier "cVar6") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_68 = (ulong)*puVar18;\n if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }\n }" ({ "{") (expression_statement "local_68 = (ulong)*puVar18;" (assignment_expression "local_68 = (ulong)*puVar18" (identifier "local_68") (= "=") (binary_expression "(ulong)*puVar18" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "puVar18"))) (; ";")) (if_statement "if (local_f0 == local_e8) {\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }\n else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" (if "if") (parenthesized_expression "(local_f0 == local_e8)" (( "(") (binary_expression "local_f0 == local_e8" (identifier "local_f0") (== "==") (identifier "local_e8")) () ")")) (compound_statement "{\n \n FUN_00229a40(&local_f8,local_f0,&local_68);\n }" ({ "{") (expression_statement "FUN_00229a40(&local_f8,local_f0,&local_68);" (call_expression "FUN_00229a40(&local_f8,local_f0,&local_68)" (identifier "FUN_00229a40") (argument_list "(&local_f8,local_f0,&local_68)" (( "(") (pointer_expression "&local_f8" (& "&") (identifier "local_f8")) (, ",") (identifier "local_f0") (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) () ")"))) (; ";")) (} "}")) (else_clause "else {\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" (else "else") (compound_statement "{\n *local_f0 = local_68;\n local_f0 = local_f0 + 1;\n }" ({ "{") (expression_statement "*local_f0 = local_68;" (assignment_expression "*local_f0 = local_68" (pointer_expression "*local_f0" (* "*") (identifier "local_f0")) (= "=") (identifier "local_68")) (; ";")) (expression_statement "local_f0 = local_f0 + 1;" (assignment_expression "local_f0 = local_f0 + 1" (identifier "local_f0") (= "=") (binary_expression "local_f0 + 1" (identifier "local_f0") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (} "}"))) (} "}"))) (} "}")) (else_clause "else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" (else "else") (if_statement "if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) {\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" (if "if") (parenthesized_expression "(((bVar1 & 7) != 4) && ((bVar1 & 7) == 0))" (( "(") (binary_expression "((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)" (parenthesized_expression "((bVar1 & 7) != 4)" (( "(") (binary_expression "(bVar1 & 7) != 4" (parenthesized_expression "(bVar1 & 7)" (( "(") (binary_expression "bVar1 & 7" (identifier "bVar1") (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "4")) () ")")) (&& "&&") (parenthesized_expression "((bVar1 & 7) == 0)" (( "(") (binary_expression "(bVar1 & 7) == 0" (parenthesized_expression "(bVar1 & 7)" (( "(") (binary_expression "bVar1 & 7" (identifier "bVar1") (& "&") (number_literal "7")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/symtab.h",0xa1,"object");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/symtab.h",0xa1,"object");" (call_expression "FUN_00199900("../../gold/symtab.h",0xa1,"object")" (identifier "FUN_00199900") (argument_list "("../../gold/symtab.h",0xa1,"object")" (( "(") (string_literal ""../../gold/symtab.h"" (" """) (string_content "../../gold/symtab.h") (" """)) (, ",") (number_literal "0xa1") (, ",") (string_literal ""object"" (" """) (string_content "object") (" """)) () ")"))) (; ";")) (} "}"))))) (} "}"))) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" (identifier "puVar18") (= "=") (binary_expression "puVar18 + 2" (identifier "puVar18") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "uVar9 = local_110 + 1;" (assignment_expression "uVar9 = local_110 + 1" (identifier "uVar9") (= "=") (binary_expression "local_110 + 1" (identifier "local_110") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_6 != uVar9)" (( "(") (binary_expression "param_6 != uVar9" (identifier "param_6") (!= "!=") (identifier "uVar9")) () ")")) (; ";")) (expression_statement "puVar17 = local_f0;" (assignment_expression "puVar17 = local_f0" (identifier "puVar17") (= "=") (identifier "local_f0")) (; ";")) (if_statement "if (local_f8 != local_f0) {\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" (if "if") (parenthesized_expression "(local_f8 != local_f0)" (( "(") (binary_expression "local_f8 != local_f0" (identifier "local_f8") (!= "!=") (identifier "local_f0")) () ")")) (compound_statement "{\n local_80 = local_90;\n local_90[0] = 0;\n local_88 = (undefined4 *)0x0;\n local_70 = 0;\n local_78 = local_80;\n \n FUN_0022bc60(param_1,param_3,param_4,local_98);\n if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }\n FUN_00229b90(local_98,local_88);\n puVar17 = local_f8;\n }" ({ "{") (expression_statement "local_80 = local_90;" (assignment_expression "local_80 = local_90" (identifier "local_80") (= "=") (identifier "local_90")) (; ";")) (expression_statement "local_90[0] = 0;" (assignment_expression "local_90[0] = 0" (subscript_expression "local_90[0]" (identifier "local_90") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_88 = (undefined4 *)0x0;" (assignment_expression "local_88 = (undefined4 *)0x0" (identifier "local_88") (= "=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_70 = 0;" (assignment_expression "local_70 = 0" (identifier "local_70") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_78 = local_80;" (assignment_expression "local_78 = local_80" (identifier "local_78") (= "=") (identifier "local_80")) (; ";")) (expression_statement "FUN_0022bc60(param_1,param_3,param_4,local_98);" (call_expression "FUN_0022bc60(param_1,param_3,param_4,local_98)" (identifier "FUN_0022bc60") (argument_list "(param_1,param_3,param_4,local_98)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "local_98") () ")"))) (; ";")) (if_statement "if (local_70 != 0) {\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" (if "if") (parenthesized_expression "(local_70 != 0)" (( "(") (binary_expression "local_70 != 0" (identifier "local_70") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_60[0] = 0;\n local_58 = 0;\n local_50 = local_60;\n local_48 = local_60;\n local_40 = 0;\n if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }\nLAB_0022c095:\n FUN_00229b90(&local_68,local_58);\n }" ({ "{") (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" (identifier "local_60") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" (identifier "local_50") (= "=") (identifier "local_60")) (; ";")) (expression_statement "local_48 = local_60;" (assignment_expression "local_48 = local_60" (identifier "local_48") (= "=") (identifier "local_60")) (; ";")) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_f8 != local_f0) {\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" (if "if") (parenthesized_expression "(local_f8 != local_f0)" (( "(") (binary_expression "local_f8 != local_f0" (identifier "local_f8") (!= "!=") (identifier "local_f0")) () ")")) (compound_statement "{\n puVar17 = local_f8;\n do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);\n if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }\n }" ({ "{") (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" (identifier "puVar17") (= "=") (identifier "local_f8")) (; ";")) (do_statement "do {\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n } while (local_f0 != puVar17);" (do "do") (compound_statement "{\n if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }\n puVar17 = puVar17 + 1;\n }" ({ "{") (if_statement "if (local_88 == (undefined4 *)0x0) {\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }\n else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" (if "if") (parenthesized_expression "(local_88 == (undefined4 *)0x0)" (( "(") (binary_expression "local_88 == (undefined4 *)0x0" (identifier "local_88") (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);\nLAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);\n }" ({ "{") (labeled_statement "LAB_0022c4f0:\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" (statement_identifier "LAB_0022c4f0") (: ":") (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90)" (identifier "puVar11") (= "=") (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(local_90)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_002a3ce0(local_90)" (identifier "thunk_FUN_002a3ce0") (argument_list "(local_90)" (( "(") (identifier "local_90") () ")"))))) (; ";"))) (labeled_statement "LAB_0022c1e7:\n \n FUN_00229d50(&local_68,puVar11 + 8);" (statement_identifier "LAB_0022c1e7") (: ":") (expression_statement "FUN_00229d50(&local_68,puVar11 + 8);" (call_expression "FUN_00229d50(&local_68,puVar11 + 8)" (identifier "FUN_00229d50") (argument_list "(&local_68,puVar11 + 8)" (( "(") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (binary_expression "puVar11 + 8" (identifier "puVar11") (+ "+") (number_literal "8")) () ")"))) (; ";"))) (} "}")) (else_clause "else {\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" (else "else") (compound_statement "{\n puVar12 = local_90;\n puVar5 = local_88;\n do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);\nLAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;\n if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;\n if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }\n }" ({ "{") (expression_statement "puVar12 = local_90;" (assignment_expression "puVar12 = local_90" (identifier "puVar12") (= "=") (identifier "local_90")) (; ";")) (expression_statement "puVar5 = local_88;" (assignment_expression "puVar5 = local_88" (identifier "puVar5") (= "=") (identifier "local_88")) (; ";")) (do_statement "do {\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n } while ((undefined4 *)*plVar15 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }\n plVar15 = (long *)(puVar11 + 6);\n puVar11 = puVar12;\n puVar5 = (undefined4 *)*plVar15;\n }" ({ "{") (while_statement "while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) {\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" (while "while") (parenthesized_expression "(puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8))" (( "(") (comma_expression "puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)" (assignment_expression "puVar11 = puVar5" (identifier "puVar11") (= "=") (identifier "puVar5")) (, ",") (binary_expression "(long)*puVar17 <= *(long *)(puVar11 + 8)" (cast_expression "(long)*puVar17" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*puVar17" (* "*") (identifier "puVar17"))) (<= "<=") (pointer_expression "*(long *)(puVar11 + 8)" (* "*") (cast_expression "(long *)(puVar11 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 8)" (( "(") (binary_expression "puVar11 + 8" (identifier "puVar11") (+ "+") (number_literal "8")) () ")")))))) () ")")) (compound_statement "{\n puVar12 = puVar11;\n puVar5 = *(undefined4 **)(puVar11 + 4);\n if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;\n }" ({ "{") (expression_statement "puVar12 = puVar11;" (assignment_expression "puVar12 = puVar11" (identifier "puVar12") (= "=") (identifier "puVar11")) (; ";")) (expression_statement "puVar5 = *(undefined4 **)(puVar11 + 4);" (assignment_expression "puVar5 = *(undefined4 **)(puVar11 + 4)" (identifier "puVar5") (= "=") (pointer_expression "*(undefined4 **)(puVar11 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar11 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar11 + 4)" (( "(") (binary_expression "puVar11 + 4" (identifier "puVar11") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3;" (if "if") (parenthesized_expression "(*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0)" (( "(") (binary_expression "*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0" (pointer_expression "*(undefined4 **)(puVar11 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar11 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar11 + 4)" (( "(") (binary_expression "puVar11 + 4" (identifier "puVar11") (+ "+") (number_literal "4")) () ")")))) (== "==") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0022c1c3;" (goto "goto") (statement_identifier "LAB_0022c1c3") (; ";"))) (} "}"))) (expression_statement "plVar15 = (long *)(puVar11 + 6);" (assignment_expression "plVar15 = (long *)(puVar11 + 6)" (identifier "plVar15") (= "=") (cast_expression "(long *)(puVar11 + 6)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 6)" (( "(") (binary_expression "puVar11 + 6" (identifier "puVar11") (+ "+") (number_literal "6")) () ")")))) (; ";")) (expression_statement "puVar11 = puVar12;" (assignment_expression "puVar11 = puVar12" (identifier "puVar11") (= "=") (identifier "puVar12")) (; ";")) (expression_statement "puVar5 = (undefined4 *)*plVar15;" (assignment_expression "puVar5 = (undefined4 *)*plVar15" (identifier "puVar5") (= "=") (cast_expression "(undefined4 *)*plVar15" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((undefined4 *)*plVar15 != (undefined4 *)0x0)" (( "(") (binary_expression "(undefined4 *)*plVar15 != (undefined4 *)0x0" (cast_expression "(undefined4 *)*plVar15" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar15" (* "*") (identifier "plVar15"))) (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (labeled_statement "LAB_0022c1c3:\n if (puVar11 == local_90) goto LAB_0022c4f0;" (statement_identifier "LAB_0022c1c3") (: ":") (if_statement "if (puVar11 == local_90) goto LAB_0022c4f0;" (if "if") (parenthesized_expression "(puVar11 == local_90)" (( "(") (binary_expression "puVar11 == local_90" (identifier "puVar11") (== "==") (identifier "local_90")) () ")")) (goto_statement "goto LAB_0022c4f0;" (goto "goto") (statement_identifier "LAB_0022c4f0") (; ";")))) (if_statement "if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7;" (if "if") (parenthesized_expression "(*(ulong *)(puVar11 + 8) == *puVar17)" (( "(") (binary_expression "*(ulong *)(puVar11 + 8) == *puVar17" (pointer_expression "*(ulong *)(puVar11 + 8)" (* "*") (cast_expression "(ulong *)(puVar11 + 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 8)" (( "(") (binary_expression "puVar11 + 8" (identifier "puVar11") (+ "+") (number_literal "8")) () ")")))) (== "==") (pointer_expression "*puVar17" (* "*") (identifier "puVar17"))) () ")")) (goto_statement "goto LAB_0022c1e7;" (goto "goto") (statement_identifier "LAB_0022c1e7") (; ";"))) (if_statement "if (local_80 != puVar11) {\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" (if "if") (parenthesized_expression "(local_80 != puVar11)" (( "(") (binary_expression "local_80 != puVar11" (identifier "local_80") (!= "!=") (identifier "puVar11")) () ")")) (compound_statement "{\n puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);\n goto LAB_0022c1e7;\n }" ({ "{") (expression_statement "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11);" (assignment_expression "puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11)" (identifier "puVar11") (= "=") (cast_expression "(undefined4 *)thunk_FUN_002a3ce0(puVar11)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_002a3ce0(puVar11)" (identifier "thunk_FUN_002a3ce0") (argument_list "(puVar11)" (( "(") (identifier "puVar11") () ")"))))) (; ";")) (goto_statement "goto LAB_0022c1e7;" (goto "goto") (statement_identifier "LAB_0022c1e7") (; ";")) (} "}"))) (} "}")))) (expression_statement "puVar17 = puVar17 + 1;" (assignment_expression "puVar17 = puVar17 + 1" (identifier "puVar17") (= "=") (binary_expression "puVar17 + 1" (identifier "puVar17") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_f0 != puVar17)" (( "(") (binary_expression "local_f0 != puVar17" (identifier "local_f0") (!= "!=") (identifier "puVar17")) () ")")) (; ";")) (if_statement "if ((local_40 != 0) && (local_50 != local_60)) {\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" (if "if") (parenthesized_expression "((local_40 != 0) && (local_50 != local_60))" (( "(") (binary_expression "(local_40 != 0) && (local_50 != local_60)" (parenthesized_expression "(local_40 != 0)" (( "(") (binary_expression "local_40 != 0" (identifier "local_40") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(local_50 != local_60)" (( "(") (binary_expression "local_50 != local_60" (identifier "local_50") (!= "!=") (identifier "local_60")) () ")"))) () ")")) (compound_statement "{\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n \n FUN_00199900("../../gold/parameters.h",0x69,"target");\n }" ({ "{") (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" (identifier "plVar15") (= "=") (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003f85c0 + 0x18" (identifier "PTR_DAT_003f85c0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar15 != (long *)0x0) {\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" (if "if") (parenthesized_expression "(plVar15 != (long *)0x0)" (( "(") (binary_expression "plVar15 != (long *)0x0" (identifier "plVar15") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar12 = local_50;\n do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);\n }" ({ "{") (expression_statement "puVar12 = local_50;" (assignment_expression "puVar12 = local_50" (identifier "puVar12") (= "=") (identifier "local_50")) (; ";")) (do_statement "do {\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n } while (plVar15 != (long *)0x0);" (do "do") (compound_statement "{\n local_b8 = local_a8;\n local_d8 = local_c8;\n local_a8[0] = 0;\n local_b0 = 0;\n local_c8[0] = 0;\n local_d0 = 0;\n \n (**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);\n if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }\n if (local_b8 != local_a8) {\n FUN_002a2980();\n }\n if (local_d8 != local_c8) {\n FUN_002a2980();\n }\n puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);\n if (puVar12 == local_60) goto LAB_0022c095;\n plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);\n }" ({ "{") (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" (identifier "local_b8") (= "=") (identifier "local_a8")) (; ";")) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" (identifier "local_d8") (= "=") (identifier "local_c8")) (; ";")) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" (identifier "local_a8") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" (identifier "local_b0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" (identifier "local_c8") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" (identifier "local_d0") (= "=") (number_literal "0")) (; ";")) (expression_statement "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8);" (call_expression "(**(code **)(*plVar15 + 0xb0))\n (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" (parenthesized_expression "(**(code **)(*plVar15 + 0xb0))" (( "(") (pointer_expression "**(code **)(*plVar15 + 0xb0)" (* "*") (pointer_expression "*(code **)(*plVar15 + 0xb0)" (* "*") (cast_expression "(code **)(*plVar15 + 0xb0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar15 + 0xb0)" (( "(") (binary_expression "*plVar15 + 0xb0" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (+ "+") (number_literal "0xb0")) () ")"))))) () ")")) (argument_list "(plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8),\n *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8,\n &local_b8)" (( "(") (identifier "plVar15") (, ",") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (pointer_expression "*(undefined8 *)(puVar12 + 8)" (* "*") (cast_expression "(undefined8 *)(puVar12 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 8)" (( "(") (binary_expression "puVar12 + 8" (identifier "puVar12") (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(puVar12 + 10)" (* "*") (cast_expression "(undefined8 *)(puVar12 + 10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 10)" (( "(") (binary_expression "puVar12 + 10" (identifier "puVar12") (+ "+") (number_literal "10")) () ")")))) (, ",") (identifier "param_5") (, ",") (identifier "uVar9") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (pointer_expression "&local_d8" (& "&") (identifier "local_d8")) (, ",") (pointer_expression "&local_b8" (& "&") (identifier "local_b8")) () ")"))) (; ";")) (if_statement "if (local_d0 != 0) {\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" (if "if") (parenthesized_expression "(local_d0 != 0)" (( "(") (binary_expression "local_d0 != 0" (identifier "local_d0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }\n uVar19 = 0;\n local_138 = 0;\n puVar18 = param_5;\n do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);\n }" ({ "{") (if_statement "if (local_b0 == 0) {\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" (if "if") (parenthesized_expression "(local_b0 == 0)" (( "(") (binary_expression "local_b0 == 0" (identifier "local_b0") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n \n FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype");" (call_expression "FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" (identifier "FUN_00199900") (argument_list "("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype")" (( "(") (string_literal ""../../gold/reloc.cc"" (" """) (string_content "../../gold/reloc.cc") (" """)) (, ",") (number_literal "0x53d") (, ",") (string_literal ""split_stack_adjust_reltype"" (" """) (string_content "split_stack_adjust_reltype") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar19 = 0;" (assignment_expression "uVar19 = 0" (identifier "uVar19") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_138 = 0;" (assignment_expression "local_138 = 0" (identifier "local_138") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar18 = param_5;" (assignment_expression "puVar18 = param_5" (identifier "puVar18") (= "=") (identifier "param_5")) (; ";")) (do_statement "do {\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n } while (uVar19 < uVar9);" (do "do") (compound_statement "{\n if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }\n if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }\n uVar19 = uVar19 + 1;\n puVar18 = puVar18 + 2;\n }" ({ "{") (if_statement "if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) {\n uVar7 = puVar18[1] >> 8;\n }\n else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_10 + 0x1e0) == FUN_00168680)" (( "(") (binary_expression "*(code **)(*param_10 + 0x1e0) == FUN_00168680" (pointer_expression "*(code **)(*param_10 + 0x1e0)" (* "*") (cast_expression "(code **)(*param_10 + 0x1e0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_10 + 0x1e0)" (( "(") (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" (* "*") (identifier "param_10")) (+ "+") (number_literal "0x1e0")) () ")")))) (== "==") (identifier "FUN_00168680")) () ")")) (compound_statement "{\n uVar7 = puVar18[1] >> 8;\n }" ({ "{") (expression_statement "uVar7 = puVar18[1] >> 8;" (assignment_expression "uVar7 = puVar18[1] >> 8" (identifier "uVar7") (= "=") (binary_expression "puVar18[1] >> 8" (subscript_expression "puVar18[1]" (identifier "puVar18") ([ "[") (number_literal "1") (] "]")) (>> ">>") (number_literal "8"))) (; ";")) (} "}")) (else_clause "else {\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" (else "else") (compound_statement "{\n uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);\n }" ({ "{") (expression_statement "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18);" (assignment_expression "uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (identifier "uVar7") (= "=") (call_expression "(**(code **)(*param_10 + 0x1e0))(param_10,puVar18)" (parenthesized_expression "(**(code **)(*param_10 + 0x1e0))" (( "(") (pointer_expression "**(code **)(*param_10 + 0x1e0)" (* "*") (pointer_expression "*(code **)(*param_10 + 0x1e0)" (* "*") (cast_expression "(code **)(*param_10 + 0x1e0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_10 + 0x1e0)" (( "(") (binary_expression "*param_10 + 0x1e0" (pointer_expression "*param_10" (* "*") (identifier "param_10")) (+ "+") (number_literal "0x1e0")) () ")"))))) () ")")) (argument_list "(param_10,puVar18)" (( "(") (identifier "param_10") (, ",") (identifier "puVar18") () ")")))) (; ";")) (} "}")))) (if_statement "if (local_104 <= uVar7) {\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" (if "if") (parenthesized_expression "(local_104 <= uVar7)" (( "(") (binary_expression "local_104 <= uVar7" (identifier "local_104") (<= "<=") (identifier "uVar7")) () ")")) (compound_statement "{\n if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }\n }" ({ "{") (if_statement "if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))\n {\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" (if "if") (parenthesized_expression "((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)))" (( "(") (binary_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) &&\n ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" (parenthesized_expression "(*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18)" (( "(") (binary_expression "*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18" (pointer_expression "*(long *)(puVar12 + 8)" (* "*") (cast_expression "(long *)(puVar12 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 8)" (( "(") (binary_expression "puVar12 + 8" (identifier "puVar12") (+ "+") (number_literal "8")) () ")")))) (<= "<=") (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")"))) (* "*") (identifier "puVar18"))) () ")")) (&& "&&") (parenthesized_expression "((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))" (( "(") (binary_expression "(long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (binary_expression "(long)(ulong)*puVar18" (cast_expression "(long)(ulong)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")"))) (* "*") (identifier "puVar18")) (< "<") (binary_expression "*(long *)(puVar12 + 8) + *(long *)(puVar12 + 10)" (pointer_expression "*(long *)(puVar12 + 8)" (* "*") (cast_expression "(long *)(puVar12 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 8)" (( "(") (binary_expression "puVar12 + 8" (identifier "puVar12") (+ "+") (number_literal "8")) () ")")))) (+ "+") (pointer_expression "*(long *)(puVar12 + 10)" (* "*") (cast_expression "(long *)(puVar12 + 10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 10)" (( "(") (binary_expression "puVar12 + 10" (identifier "puVar12") (+ "+") (number_literal "10")) () ")")))))) () ")"))) () ")")) (compound_statement "{\n if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }\n uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));\n if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }\n iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );\n if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }\n }" ({ "{") (if_statement "if (uVar7 < *(uint *)(param_1 + 0x24)) {\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" (if "if") (parenthesized_expression "(uVar7 < *(uint *)(param_1 + 0x24))" (( "(") (binary_expression "uVar7 < *(uint *)(param_1 + 0x24)" (identifier "uVar7") (< "<") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")"))))) () ")")) (compound_statement "{\n \n pcVar2 = (code *)invalidInstructionException();\n (*pcVar2)();\n }" ({ "{") (expression_statement "pcVar2 = (code *)invalidInstructionException();" (assignment_expression "pcVar2 = (code *)invalidInstructionException()" (identifier "pcVar2") (= "=") (cast_expression "(code *)invalidInstructionException()" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "invalidInstructionException()" (identifier "invalidInstructionException") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24));" (assignment_expression "uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (identifier "uVar13") (= "=") (call_expression "(ulong)(uVar7 - *(uint *)(param_1 + 0x24))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar7 - *(uint *)(param_1 + 0x24))" (( "(") (binary_expression "uVar7 - *(uint *)(param_1 + 0x24)" (identifier "uVar7") (- "-") (pointer_expression "*(uint *)(param_1 + 0x24)" (* "*") (cast_expression "(uint *)(param_1 + 0x24)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x24)" (( "(") (binary_expression "param_1 + 0x24" (identifier "param_1") (+ "+") (number_literal "0x24")) () ")"))))) () ")")))) (; ";")) (if_statement "if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) {\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" (if "if") (parenthesized_expression "((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13)" (( "(") (binary_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13" (call_expression "(ulong)(param_1[0x27] - param_1[0x26] >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1[0x27] - param_1[0x26] >> 3)" (( "(") (binary_expression "param_1[0x27] - param_1[0x26] >> 3" (binary_expression "param_1[0x27] - param_1[0x26]" (subscript_expression "param_1[0x27]" (identifier "param_1") ([ "[") (number_literal "0x27") (] "]")) (- "-") (subscript_expression "param_1[0x26]" (identifier "param_1") ([ "[") (number_literal "0x26") (] "]"))) (>> ">>") (number_literal "3")) () ")"))) (<= "<=") (identifier "uVar13")) () ")")) (compound_statement "{\n \n \n FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol");" (call_expression "FUN_00199900("../../gold/object.h",0x8ad,"global_symbol")" (identifier "FUN_00199900") (argument_list "("../../gold/object.h",0x8ad,"global_symbol")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x8ad") (, ",") (string_literal ""global_symbol"" (" """) (string_content "global_symbol") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n );" (assignment_expression "iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" (identifier "iVar8") (= "=") (call_expression "FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" (identifier "FUN_002ab760") (argument_list "(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8)\n )" (( "(") (pointer_expression "&local_d8" (& "&") (identifier "local_d8")) (, ",") (pointer_expression "**(undefined8 **)(param_1[0x26] + uVar13 * 8)" (* "*") (pointer_expression "*(undefined8 **)(param_1[0x26] + uVar13 * 8)" (* "*") (cast_expression "(undefined8 **)(param_1[0x26] + uVar13 * 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1[0x26] + uVar13 * 8)" (( "(") (binary_expression "param_1[0x26] + uVar13 * 8" (subscript_expression "param_1[0x26]" (identifier "param_1") ([ "[") (number_literal "0x26") (] "]")) (+ "+") (binary_expression "uVar13 * 8" (identifier "uVar13") (* "*") (number_literal "8"))) () ")"))))) () ")")))) (; ";")) (if_statement "if (iVar8 == 0) {\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }\n if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }\n *(long *)(lVar16 + uVar19 * 8) = local_138;\n }" ({ "{") (if_statement "if ((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)) {\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" (if "if") (parenthesized_expression "((local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0))" (( "(") (binary_expression "(local_138 == 0) &&\n (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" (parenthesized_expression "(local_138 == 0)" (( "(") (binary_expression "local_138 == 0" (identifier "local_138") (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0)" (( "(") (comma_expression "local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "local_138 = FUN_0024cba0(param_2,local_b8,0)" (identifier "local_138") (= "=") (call_expression "FUN_0024cba0(param_2,local_b8,0)" (identifier "FUN_0024cba0") (argument_list "(param_2,local_b8,0)" (( "(") (identifier "param_2") (, ",") (identifier "local_b8") (, ",") (number_literal "0") () ")")))) (, ",") (comma_expression "puVar4 = local_b8,\n puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar4 = local_b8" (identifier "puVar4") (= "=") (identifier "local_b8")) (, ",") (comma_expression "puVar3 = local_d8, local_138 == 0" (assignment_expression "puVar3 = local_d8" (identifier "puVar3") (= "=") (identifier "local_d8")) (, ",") (binary_expression "local_138 == 0" (identifier "local_138") (== "==") (number_literal "0"))))) () ")"))) () ")")) (compound_statement "{\n uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");\n FUN_001c7b60(param_1,uVar14,puVar3,puVar4);\n break;\n }" ({ "{") (expression_statement "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'");" (assignment_expression "uVar14 = gettext("could not convert call to \'%s\' to \'%s\'")" (identifier "uVar14") (= "=") (call_expression "gettext("could not convert call to \'%s\' to \'%s\'")" (identifier "gettext") (argument_list "("could not convert call to \'%s\' to \'%s\'")" (( "(") (string_literal ""could not convert call to \'%s\' to \'%s\'"" (" """) (string_content "could not convert call to ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (string_content " to ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (" """)) () ")")))) (; ";")) (expression_statement "FUN_001c7b60(param_1,uVar14,puVar3,puVar4);" (call_expression "FUN_001c7b60(param_1,uVar14,puVar3,puVar4)" (identifier "FUN_001c7b60") (argument_list "(param_1,uVar14,puVar3,puVar4)" (( "(") (identifier "param_1") (, ",") (identifier "uVar14") (, ",") (identifier "puVar3") (, ",") (identifier "puVar4") () ")"))) (; ";")) (break_statement "break;" (break "break") (; ";")) (} "}"))) (if_statement "if ((long *)*param_9 == (long *)0x0) {\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }\n else {\n lVar16 = *(long *)*param_9;\n }" (if "if") (parenthesized_expression "((long *)*param_9 == (long *)0x0)" (( "(") (binary_expression "(long *)*param_9 == (long *)0x0" (cast_expression "(long *)*param_9" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_9" (* "*") (identifier "param_9"))) (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n plVar15 = (long *)FUN_002a11b0(0x18);\n *plVar15 = 0;\n plVar15[1] = 0;\n plVar15[2] = 0;\n if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }\n \n lVar16 = FUN_002a11b0(uVar9 * 8);\n lVar10 = lVar16 + uVar9 * 8;\n *plVar15 = lVar16;\n plVar15[2] = lVar10;\n uVar13 = 0;\n do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);\n plVar15[1] = lVar10;\n *param_9 = (long)plVar15;\n }" ({ "{") (expression_statement "plVar15 = (long *)FUN_002a11b0(0x18);" (assignment_expression "plVar15 = (long *)FUN_002a11b0(0x18)" (identifier "plVar15") (= "=") (cast_expression "(long *)FUN_002a11b0(0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002a11b0(0x18)" (identifier "FUN_002a11b0") (argument_list "(0x18)" (( "(") (number_literal "0x18") () ")"))))) (; ";")) (expression_statement "*plVar15 = 0;" (assignment_expression "*plVar15 = 0" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (= "=") (number_literal "0")) (; ";")) (expression_statement "plVar15[1] = 0;" (assignment_expression "plVar15[1] = 0" (subscript_expression "plVar15[1]" (identifier "plVar15") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "plVar15[2] = 0;" (assignment_expression "plVar15[2] = 0" (subscript_expression "plVar15[2]" (identifier "plVar15") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (0x1fffffffffffffff < uVar9) {\n \n \n FUN_002e1130();\n }" (if "if") (parenthesized_expression "(0x1fffffffffffffff < uVar9)" (( "(") (binary_expression "0x1fffffffffffffff < uVar9" (number_literal "0x1fffffffffffffff") (< "<") (identifier "uVar9")) () ")")) (compound_statement "{\n \n \n FUN_002e1130();\n }" ({ "{") (expression_statement "FUN_002e1130();" (call_expression "FUN_002e1130()" (identifier "FUN_002e1130") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar16 = FUN_002a11b0(uVar9 * 8);" (assignment_expression "lVar16 = FUN_002a11b0(uVar9 * 8)" (identifier "lVar16") (= "=") (call_expression "FUN_002a11b0(uVar9 * 8)" (identifier "FUN_002a11b0") (argument_list "(uVar9 * 8)" (( "(") (binary_expression "uVar9 * 8" (identifier "uVar9") (* "*") (number_literal "8")) () ")")))) (; ";")) (expression_statement "lVar10 = lVar16 + uVar9 * 8;" (assignment_expression "lVar10 = lVar16 + uVar9 * 8" (identifier "lVar10") (= "=") (binary_expression "lVar16 + uVar9 * 8" (identifier "lVar16") (+ "+") (binary_expression "uVar9 * 8" (identifier "uVar9") (* "*") (number_literal "8")))) (; ";")) (expression_statement "*plVar15 = lVar16;" (assignment_expression "*plVar15 = lVar16" (pointer_expression "*plVar15" (* "*") (identifier "plVar15")) (= "=") (identifier "lVar16")) (; ";")) (expression_statement "plVar15[2] = lVar10;" (assignment_expression "plVar15[2] = lVar10" (subscript_expression "plVar15[2]" (identifier "plVar15") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar10")) (; ";")) (expression_statement "uVar13 = 0;" (assignment_expression "uVar13 = 0" (identifier "uVar13") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n } while (bVar20);" (do "do") (compound_statement "{\n *(undefined8 *)(lVar16 + uVar13 * 8) = 0;\n bVar20 = uVar13 != local_110;\n uVar13 = uVar13 + 1;\n }" ({ "{") (expression_statement "*(undefined8 *)(lVar16 + uVar13 * 8) = 0;" (assignment_expression "*(undefined8 *)(lVar16 + uVar13 * 8) = 0" (pointer_expression "*(undefined8 *)(lVar16 + uVar13 * 8)" (* "*") (cast_expression "(undefined8 *)(lVar16 + uVar13 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + uVar13 * 8)" (( "(") (binary_expression "lVar16 + uVar13 * 8" (identifier "lVar16") (+ "+") (binary_expression "uVar13 * 8" (identifier "uVar13") (* "*") (number_literal "8"))) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "bVar20 = uVar13 != local_110;" (assignment_expression "bVar20 = uVar13 != local_110" (identifier "bVar20") (= "=") (binary_expression "uVar13 != local_110" (identifier "uVar13") (!= "!=") (identifier "local_110"))) (; ";")) (expression_statement "uVar13 = uVar13 + 1;" (assignment_expression "uVar13 = uVar13 + 1" (identifier "uVar13") (= "=") (binary_expression "uVar13 + 1" (identifier "uVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar20)" (( "(") (identifier "bVar20") () ")")) (; ";")) (expression_statement "plVar15[1] = lVar10;" (assignment_expression "plVar15[1] = lVar10" (subscript_expression "plVar15[1]" (identifier "plVar15") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lVar10")) (; ";")) (expression_statement "*param_9 = (long)plVar15;" (assignment_expression "*param_9 = (long)plVar15" (pointer_expression "*param_9" (* "*") (identifier "param_9")) (= "=") (cast_expression "(long)plVar15" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar15"))) (; ";")) (} "}")) (else_clause "else {\n lVar16 = *(long *)*param_9;\n }" (else "else") (compound_statement "{\n lVar16 = *(long *)*param_9;\n }" ({ "{") (expression_statement "lVar16 = *(long *)*param_9;" (assignment_expression "lVar16 = *(long *)*param_9" (identifier "lVar16") (= "=") (pointer_expression "*(long *)*param_9" (* "*") (cast_expression "(long *)*param_9" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_9" (* "*") (identifier "param_9"))))) (; ";")) (} "}")))) (expression_statement "*(long *)(lVar16 + uVar19 * 8) = local_138;" (assignment_expression "*(long *)(lVar16 + uVar19 * 8) = local_138" (pointer_expression "*(long *)(lVar16 + uVar19 * 8)" (* "*") (cast_expression "(long *)(lVar16 + uVar19 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar16 + uVar19 * 8)" (( "(") (binary_expression "lVar16 + uVar19 * 8" (identifier "lVar16") (+ "+") (binary_expression "uVar19 * 8" (identifier "uVar19") (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "local_138")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "uVar19 = uVar19 + 1;" (assignment_expression "uVar19 = uVar19 + 1" (identifier "uVar19") (= "=") (binary_expression "uVar19 + 1" (identifier "uVar19") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar18 = puVar18 + 2;" (assignment_expression "puVar18 = puVar18 + 2" (identifier "puVar18") (= "=") (binary_expression "puVar18 + 2" (identifier "puVar18") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar19 < uVar9)" (( "(") (binary_expression "uVar19 < uVar9" (identifier "uVar19") (< "<") (identifier "uVar9")) () ")")) (; ";")) (} "}"))) (if_statement "if (local_b8 != local_a8) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(local_b8 != local_a8)" (( "(") (binary_expression "local_b8 != local_a8" (identifier "local_b8") (!= "!=") (identifier "local_a8")) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_d8 != local_c8) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(local_d8 != local_c8)" (( "(") (binary_expression "local_d8 != local_c8" (identifier "local_d8") (!= "!=") (identifier "local_c8")) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12);" (assignment_expression "puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12)" (identifier "puVar12") (= "=") (cast_expression "(undefined4 *)thunk_FUN_002a3d40(puVar12)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_002a3d40(puVar12)" (identifier "thunk_FUN_002a3d40") (argument_list "(puVar12)" (( "(") (identifier "puVar12") () ")"))))) (; ";")) (if_statement "if (puVar12 == local_60) goto LAB_0022c095;" (if "if") (parenthesized_expression "(puVar12 == local_60)" (( "(") (binary_expression "puVar12 == local_60" (identifier "puVar12") (== "==") (identifier "local_60")) () ")")) (goto_statement "goto LAB_0022c095;" (goto "goto") (statement_identifier "LAB_0022c095") (; ";"))) (expression_statement "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18);" (assignment_expression "plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18)" (identifier "plVar15") (= "=") (pointer_expression "*(long **)(PTR_DAT_003f85c0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003f85c0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003f85c0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003f85c0 + 0x18" (identifier "PTR_DAT_003f85c0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar15 != (long *)0x0)" (( "(") (binary_expression "plVar15 != (long *)0x0" (identifier "plVar15") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (expression_statement "local_b8 = local_a8;" (assignment_expression "local_b8 = local_a8" (identifier "local_b8") (= "=") (identifier "local_a8")) (; ";")) (expression_statement "local_d8 = local_c8;" (assignment_expression "local_d8 = local_c8" (identifier "local_d8") (= "=") (identifier "local_c8")) (; ";")) (expression_statement "local_a8[0] = 0;" (assignment_expression "local_a8[0] = 0" (subscript_expression "local_a8[0]" (identifier "local_a8") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" (identifier "local_b0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_c8[0] = 0;" (assignment_expression "local_c8[0] = 0" (subscript_expression "local_c8[0]" (identifier "local_c8") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_d0 = 0;" (assignment_expression "local_d0 = 0" (identifier "local_d0") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00199900("../../gold/parameters.h",0x69,"target");" (call_expression "FUN_00199900("../../gold/parameters.h",0x69,"target")" (identifier "FUN_00199900") (argument_list "("../../gold/parameters.h",0x69,"target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x69") (, ",") (string_literal ""target"" (" """) (string_content "target") (" """)) () ")"))) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_0022c095:\n FUN_00229b90(&local_68,local_58);" (statement_identifier "LAB_0022c095") (: ":") (expression_statement "FUN_00229b90(&local_68,local_58);" (call_expression "FUN_00229b90(&local_68,local_58)" (identifier "FUN_00229b90") (argument_list "(&local_68,local_58)" (( "(") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (identifier "local_58") () ")"))) (; ";"))) (} "}"))) (expression_statement "FUN_00229b90(local_98,local_88);" (call_expression "FUN_00229b90(local_98,local_88)" (identifier "FUN_00229b90") (argument_list "(local_98,local_88)" (( "(") (identifier "local_98") (, ",") (identifier "local_88") () ")"))) (; ";")) (expression_statement "puVar17 = local_f8;" (assignment_expression "puVar17 = local_f8" (identifier "puVar17") (= "=") (identifier "local_f8")) (; ";")) (} "}"))) (if_statement "if (puVar17 != (ulong *)0x0) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(puVar17 != (ulong *)0x0)" (( "(") (binary_expression "puVar17 != (ulong *)0x0" (identifier "puVar17") (!= "!=") (cast_expression "(ulong *)0x0" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void split_stack_adjust_reltype<9>(Sized_relobj_file<32,_false> * this, Symbol_table * symtab, uchar * pshdrs, uint shndx, uchar * prelocs, size_t reloc_count, uchar * view, section_size_type view_size, Reloc_symbol_changes * * reloc_map, Sized_target<32,_false> * target) */ void __thiscall var_13::Sized_relobj_file<32,var_8>::split_stack_adjust_reltype<9> (Sized_relobj_file<32,var_8> *this,Symbol_table *symtab,uchar *pshdrs,type_5 shndx, uchar *prelocs,size_t var_5,uchar *view,section_size_type view_size, type_10 **reloc_map,var_7<32,var_8> *target) { type_9 *pp_Var1; type_1 var_18; type_2 **pp_Var3; type_2 *var_6; type_3 *pcVar5; type_4 _Var6; type_4 _Var7; type_5 var_11; int var_35; type_6 var_15; type_7 *var_16; type_8 *p_Var11; type_8 *var_28; type_9 var_31; type_6 var_33; char *format; type_10 *pRVar15; type_11 var_42; type_11 var_30; type_5 *var_21; type_12 *var_19; type_13 *var_29; type_6 var_43; bool bVar22; type_7 *var_36; type_6 var_22; type_5 var_10; vector<var_2,_std::var_1<var_2>var_3> var_4; type_14 from; type_14 to; type_15 function_offsets; type_15 calls_non_split; pp_Var3 = (this->super_Sized_relobj<32,var_8>).super_Relobj.super_Object._vptr_Object; var_6 = pp_Var3[0x23]; if (var_6 == Relobj::local_symbol_count) { var_10 = (*pp_Var3[0x2f])(); } else { var_10 = (*var_6)(); } var_4.super__Vector_base<var_2,_std::var_1<var_2>var_3>._M_impl._M_start = (type_11)0x0; var_4.super__Vector_base<var_2,_std::var_1<var_2>var_3>._M_impl._M_finish = (type_11)0x0; var_4.super__Vector_base<var_2,_std::var_1<var_2>var_3>._M_impl._M_end_of_storage = (type_11)0x0; if (var_5 != 0) { var_22 = 0; var_21 = (type_5 *)prelocs; var_15 = var_22; do { var_22 = var_15; var_6 = (target->super_Target)._vptr_Target[0x3c]; if (var_6 == var_7<32,var_8>::var_9) { var_11 = var_21[1] >> 8; } else { var_11 = (*var_6)(target,var_21); } if (var_10 <= var_11) { if (var_11 < this->local_symbol_count_) { LAB_0022c640: /* WARNING: Subroutine does not return */ var_12("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype"); } var_15 = (type_6)(var_11 - this->local_symbol_count_); var_42 = (this->symbols_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>._M_impl. _M_start; if ((type_6)((long)(this->symbols_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>._M_impl. _M_finish - (long)var_42 >> 3) <= var_15) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */ var_12("../../gold/object.h",0x8ad,"global_symbol"); } var_16 = var_42[var_15]; if (var_16 == (type_7 *)0x0) goto LAB_0022c640; if ((var_16->field_0x3a & 0x10) != 0) { var_16 = Symbol_table::var_17(symtab,var_16); } var_18 = var_16->field_0x3a; if ((var_18 & 7) == 0) { if (((((var_16->u2_).shndx != 0) || ((var_16->field_0x3b & 0x20) == 0)) && ((var_18 & 7) == 0)) && (((type_6)((var_16->u1_).output_segment)->output_lists_[2]. super__Vector_base<var_13::Output_data*,var_14::var_1<var_13::Output_data*>var_3>. _M_impl._M_finish & 0x400000000) == 0)) { var_19 = parameters->target_; if (var_19 == (type_12 *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */ var_12("../../gold/parameters.h",0x69,"target"); } /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */ var_35 = (*var_19->_vptr_Target[0x15])(var_19,var_16,var_21,view,view_size); if ((char)var_35 != '\0') { calls_non_split._M_t._M_impl._0_8_ = var_20(*var_21); if (var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish == var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_end_of_storage) { /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */ std::vector<var_2,var_14::var_1<var_2>var_3>::_M_realloc_insert<var_26&> (&var_4, (iterator) var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>. _M_impl._M_finish,(long *)&calls_non_split); } else { *var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish = calls_non_split._M_t._M_impl._0_8_; var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish = var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>. _M_impl._M_finish + 1; } } } } else if (((var_18 & 7) != 4) && ((var_18 & 7) == 0)) { /* WARNING: Subroutine does not return */ var_12("../../gold/symtab.h",0xa1,"object"); } } var_21 = var_21 + 2; var_15 = var_22 + 1; } while (var_5 != var_15); var_30 = var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish; if (var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl._M_start != var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl._M_finish) { function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &function_offsets._M_t._M_impl.super__Rb_tree_header._M_header; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (type_9)0x0; function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_right = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left; /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */ var_23(this,pshdrs,shndx,(type_15 *)&function_offsets._M_t); if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) { calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (type_9)0x0; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_right = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left; calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; if (var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl._M_start != var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish) { var_29 = &function_offsets._M_t._M_impl.super__Rb_tree_header; var_30 = var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_start; do { if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent == (type_9)0x0) { LAB_0022c4f0: var_28 = (type_8 *)std::var_24(&var_29->_M_header); LAB_0022c1e7: /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */ std:: _Rb_tree<var_2,var_14::var_25<var_26,var_27>,var_14::_Select1st<std::var_25<var_26,var_27>var_3>,var_14::less<var_2>,var_14::var_1<std::var_25<var_26,var_27>var_3>var_3> ::_M_insert_unique<const_std::var_25<var_26,var_27>&> (&calls_non_split._M_t, (var_25<var_26,var_27> *)(var_28 + 1)); } else { p_Var11 = &var_29->_M_header; var_31 = function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent; do { while (var_28 = var_31, *var_30 <= *(long *)(var_28 + 1)) { p_Var11 = var_28; var_31 = var_28->_M_left; if (var_28->_M_left == (type_9)0x0) goto LAB_0022c1c3; } pp_Var1 = &var_28->_M_right; var_28 = p_Var11; var_31 = *pp_Var1; } while (*pp_Var1 != (type_9)0x0); LAB_0022c1c3: if ((type_13 *)var_28 == var_29) goto LAB_0022c4f0; if (*(long *)(var_28 + 1) == *var_30) goto LAB_0022c1e7; if (function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_left != var_28) { var_28 = (type_8 *)std::var_24(var_28); goto LAB_0022c1e7; } } var_30 = var_30 + 1; } while (var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_finish != var_30); if ((calls_non_split._M_t._M_impl.super__Rb_tree_header._M_node_count != 0) && ((type_13 *) calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left != &calls_non_split._M_t._M_impl.super__Rb_tree_header)) { var_19 = parameters->target_; if (var_19 != (type_12 *)0x0) { var_31 = calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_left; do { to._M_dataplus._M_p = (type_11)&to.field_2; from._M_dataplus._M_p = (type_11)&from.field_2; to.field_2._M_local_buf[0] = '\0'; to._M_string_length = 0; from.field_2._M_local_buf[0] = '\0'; from._M_string_length = 0; /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */ (*var_19->_vptr_Target[0x16]) (var_19,this,(type_6)shndx,*(type_16 *)(var_31 + 1), var_31[1]._M_parent,prelocs,var_15,view,view_size,&from,&to); if (from._M_string_length != 0) { if (to._M_string_length == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */ var_12("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype"); } var_43 = 0; var_36 = (type_7 *)0x0; var_21 = (type_5 *)prelocs; do { var_6 = (target->super_Target)._vptr_Target[0x3c]; if (var_6 == var_7<32,var_8>::var_9) { var_11 = var_21[1] >> 8; } else { var_11 = (*var_6)(target,var_21); } if (var_10 <= var_11) { if ((*(long *)(var_31 + 1) <= (long)(type_6)*var_21) && ((long)(type_6)*var_21 < (long)&(var_31[1]._M_parent)->_M_color + *(long *)(var_31 + 1))) { if (var_11 < this->local_symbol_count_) { /* WARNING: Does not return */ pcVar5 = (type_3 *)var_32(); (*pcVar5)(); } var_33 = (type_6)(var_11 - this->local_symbol_count_); var_42 = (this->symbols_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3> ._M_impl._M_start; if ((type_6)((long)(this->symbols_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3> ._M_impl._M_finish - (long)var_42 >> 3) <= var_33) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */ var_12("../../gold/object.h",0x8ad,"global_symbol"); } var_35 = std::string::var_34((type_14 *)&from,var_42[var_33]->name_); if (var_35 == 0) { if ((var_36 == (type_7 *)0x0) && (var_36 = Symbol_table::var_37 (symtab,to._M_dataplus._M_p,(char *)0x0), _Var7 = to._M_dataplus, _Var6 = from._M_dataplus, var_36 == (type_7 *)0x0)) { format = (char *)var_38("could not convert call to \'%s\' to \'%s\'"); Object::var_39((type_17 *)this,format,_Var6._M_p,_Var7._M_p); break; } if (*reloc_map == (type_10 *)0x0) { pRVar15 = (type_10 *)var_40(0x18); (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_start = (type_11)0x0; (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_finish = (type_11)0x0; (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_end_of_storage = (type_11)0x0; if (0x1fffffffffffffff < var_15) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */ std::var_41(); } /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */ var_42 = (type_11)var_40(var_15 * 8); (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_start = var_42; (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_end_of_storage = var_42 + var_15; var_33 = 0; do { var_42[var_33] = (type_7 *)0x0; bVar22 = var_33 != var_22; var_33 = var_33 + 1; } while (bVar22); (pRVar15->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3>. _M_impl._M_finish = var_42 + var_15; *reloc_map = pRVar15; } else { var_42 = ((*reloc_map)->vec_). super__Vector_base<var_13::type_7*,var_14::var_1<var_13::type_7*>var_3> ._M_impl._M_start; } var_42[var_43] = var_36; } } } var_43 = var_43 + 1; var_21 = var_21 + 2; } while (var_43 < var_15); } if ((anon_union_16_2_edb7204a_for_basic_string<var_44,var_14::char_traits<var_44>,var_14::var_1<var_44>var_3>var_45 *)to._M_dataplus._M_p != &to.field_2) { var_46(to._M_dataplus._M_p); } if ((anon_union_16_2_edb7204a_for_basic_string<var_44,var_14::char_traits<var_44>,var_14::var_1<var_44>var_3>var_45 *)from._M_dataplus._M_p != &from.field_2) { var_46(from._M_dataplus._M_p); } var_31 = (type_9)std::var_47(var_31); if ((type_13 *)var_31 == &calls_non_split._M_t._M_impl.super__Rb_tree_header) goto LAB_0022c095; var_19 = parameters->target_; } while (var_19 != (type_12 *)0x0); } to._M_dataplus._M_p = (type_11)&to.field_2; from._M_dataplus._M_p = (type_11)&from.field_2; to.field_2._M_local_buf[0] = '\0'; to._M_string_length = 0; from.field_2._M_local_buf[0] = '\0'; from._M_string_length = 0; /* WARNING: Subroutine does not return */ /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */ var_12("../../gold/parameters.h",0x69,"target"); } } LAB_0022c095: std:: _Rb_tree<var_2,var_14::var_25<var_26,var_27>,var_14::_Select1st<std::var_25<var_26,var_27>var_3>,var_14::less<var_2>,var_14::var_1<std::var_25<var_26,var_27>var_3>var_3> ::var_48(&calls_non_split._M_t, (type_18) calls_non_split._M_t._M_impl.super__Rb_tree_header._M_header._M_parent); } std:: _Rb_tree<var_2,var_14::var_25<var_26,var_27>,var_14::_Select1st<std::var_25<var_26,var_27>var_3>,var_14::less<var_2>,var_14::var_1<std::var_25<var_26,var_27>var_3>var_3> ::var_48(&function_offsets._M_t, (type_18)function_offsets._M_t._M_impl.super__Rb_tree_header._M_header._M_parent ); var_30 = var_4.super__Vector_base<var_2,var_14::var_1<var_2>var_3>._M_impl. _M_start; } if (var_30 != (type_11)0x0) { var_46(var_30); } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (pointer_expression argument: (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (identifier))) right: (identifier)))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (identifier))) right: (identifier)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (break_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))) (return_statement))))
null
void MASKED(long *param_1,undefined8 param_2,undefined8 param_3,undefined4 param_4, uint *param_5,ulong param_6,undefined8 param_7,undefined8 param_8,long *param_9, long *param_10) { byte bVar1; code *pcVar2; undefined1 *puVar3; undefined1 *puVar4; undefined4 *puVar5; char cVar6; uint uVar7; int iVar8; ulong uVar9; long lVar10; undefined4 *puVar11; undefined4 *puVar12; ulong uVar13; undefined8 uVar14; long *plVar15; long lVar16; ulong *puVar17; uint *puVar18; ulong uVar19; bool bVar20; long local_138; ulong local_110; uint local_104; ulong *local_f8; ulong *local_f0; ulong *local_e8; undefined1 *local_d8; long local_d0; undefined1 local_c8 [16]; undefined1 *local_b8; long local_b0; undefined1 local_a8 [16]; undefined1 local_98 [8]; undefined4 local_90 [2]; undefined4 *local_88; undefined4 *local_80; undefined4 *local_78; long local_70; ulong local_68; undefined4 local_60 [2]; undefined8 local_58; undefined4 *local_50; undefined4 *local_48; long local_40; pcVar2 = *(code **)(*param_1 + 0x118); if (pcVar2 == FUN_00168560) { local_104 = (**(code **)(*param_1 + 0x178))(); } else { local_104 = (*pcVar2)(); } local_f8 = (ulong *)0x0; local_f0 = (ulong *)0x0; local_e8 = (ulong *)0x0; if (param_6 != 0) { local_110 = 0; puVar18 = param_5; uVar9 = local_110; do { local_110 = uVar9; if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) { uVar7 = puVar18[1] >> 8; } else { uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18); } if (local_104 <= uVar7) { if (uVar7 < *(uint *)(param_1 + 0x24)) { LAB_0022c640: /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/reloc.cc",0x4ef,"split_stack_adjust_reltype"); } uVar9 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24)); if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar9) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c683 to 0022c687 has its CatchHandler @ 0022c76b */ FUN_00199900("../../gold/object.h",0x8ad,"global_symbol"); } lVar10 = *(long *)(param_1[0x26] + uVar9 * 8); if (lVar10 == 0) goto LAB_0022c640; if ((*(byte *)(lVar10 + 0x3a) & 0x10) != 0) { lVar10 = FUN_0024aed0(param_2); } bVar1 = *(byte *)(lVar10 + 0x3a); if ((bVar1 & 7) == 0) { if ((((*(int *)(lVar10 + 0x18) != 0) || ((*(byte *)(lVar10 + 0x3b) & 0x20) == 0)) && ((bVar1 & 7) == 0)) && ((*(byte *)(*(long *)(lVar10 + 0x10) + 0x3c) & 4) == 0)) { plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); if (plVar15 == (long *)0x0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6d0 to 0022c6d4 has its CatchHandler @ 0022c76b */ FUN_00199900("../../gold/parameters.h",0x69,"target"); } /* try { // try from 0022bf85 to 0022c08b has its CatchHandler @ 0022c76b */ cVar6 = (**(code **)(*plVar15 + 0xa8))(plVar15,lVar10,puVar18,param_7,param_8); if (cVar6 != '\0') { local_68 = (ulong)*puVar18; if (local_f0 == local_e8) { /* try { // try from 0022c62d to 0022c657 has its CatchHandler @ 0022c76b */ FUN_00229a40(&local_f8,local_f0,&local_68); } else { *local_f0 = local_68; local_f0 = local_f0 + 1; } } } } else if (((bVar1 & 7) != 4) && ((bVar1 & 7) == 0)) { /* WARNING: Subroutine does not return */ FUN_00199900("../../gold/symtab.h",0xa1,"object"); } } puVar18 = puVar18 + 2; uVar9 = local_110 + 1; } while (param_6 != uVar9); puVar17 = local_f0; if (local_f8 != local_f0) { local_80 = local_90; local_90[0] = 0; local_88 = (undefined4 *)0x0; local_70 = 0; local_78 = local_80; /* try { // try from 0022c12c to 0022c130 has its CatchHandler @ 0022c778 */ FUN_0022bc60(param_1,param_3,param_4,local_98); if (local_70 != 0) { local_60[0] = 0; local_58 = 0; local_50 = local_60; local_48 = local_60; local_40 = 0; if (local_f8 != local_f0) { puVar17 = local_f8; do { if (local_88 == (undefined4 *)0x0) { LAB_0022c4f0: puVar11 = (undefined4 *)thunk_FUN_002a3ce0(local_90); LAB_0022c1e7: /* try { // try from 0022c1f2 to 0022c1f6 has its CatchHandler @ 0022c6d5 */ FUN_00229d50(&local_68,puVar11 + 8); } else { puVar12 = local_90; puVar5 = local_88; do { while (puVar11 = puVar5, (long)*puVar17 <= *(long *)(puVar11 + 8)) { puVar12 = puVar11; puVar5 = *(undefined4 **)(puVar11 + 4); if (*(undefined4 **)(puVar11 + 4) == (undefined4 *)0x0) goto LAB_0022c1c3; } plVar15 = (long *)(puVar11 + 6); puVar11 = puVar12; puVar5 = (undefined4 *)*plVar15; } while ((undefined4 *)*plVar15 != (undefined4 *)0x0); LAB_0022c1c3: if (puVar11 == local_90) goto LAB_0022c4f0; if (*(ulong *)(puVar11 + 8) == *puVar17) goto LAB_0022c1e7; if (local_80 != puVar11) { puVar11 = (undefined4 *)thunk_FUN_002a3ce0(puVar11); goto LAB_0022c1e7; } } puVar17 = puVar17 + 1; } while (local_f0 != puVar17); if ((local_40 != 0) && (local_50 != local_60)) { plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); if (plVar15 != (long *)0x0) { puVar12 = local_50; do { local_b8 = local_a8; local_d8 = local_c8; local_a8[0] = 0; local_b0 = 0; local_c8[0] = 0; local_d0 = 0; /* try { // try from 0022c39a to 0022c569 has its CatchHandler @ 0022c6da */ (**(code **)(*plVar15 + 0xb0)) (plVar15,param_1,param_4,*(undefined8 *)(puVar12 + 8), *(undefined8 *)(puVar12 + 10),param_5,uVar9,param_7,param_8,&local_d8, &local_b8); if (local_d0 != 0) { if (local_b0 == 0) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6b8 to 0022c6bc has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/reloc.cc",0x53d,"split_stack_adjust_reltype"); } uVar19 = 0; local_138 = 0; puVar18 = param_5; do { if (*(code **)(*param_10 + 0x1e0) == FUN_00168680) { uVar7 = puVar18[1] >> 8; } else { uVar7 = (**(code **)(*param_10 + 0x1e0))(param_10,puVar18); } if (local_104 <= uVar7) { if ((*(long *)(puVar12 + 8) <= (long)(ulong)*puVar18) && ((long)(ulong)*puVar18 < *(long *)(puVar12 + 8) + *(long *)(puVar12 + 10))) { if (uVar7 < *(uint *)(param_1 + 0x24)) { /* WARNING: Does not return */ pcVar2 = (code *)invalidInstructionException(); (*pcVar2)(); } uVar13 = (ulong)(uVar7 - *(uint *)(param_1 + 0x24)); if ((ulong)(param_1[0x27] - param_1[0x26] >> 3) <= uVar13) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c69b to 0022c69f has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/object.h",0x8ad,"global_symbol"); } iVar8 = FUN_002ab760(&local_d8,**(undefined8 **)(param_1[0x26] + uVar13 * 8) ); if (iVar8 == 0) { if ((local_138 == 0) && (local_138 = FUN_0024cba0(param_2,local_b8,0), puVar4 = local_b8, puVar3 = local_d8, local_138 == 0)) { uVar14 = gettext("could not convert call to \'%s\' to \'%s\'"); FUN_001c7b60(param_1,uVar14,puVar3,puVar4); break; } if ((long *)*param_9 == (long *)0x0) { plVar15 = (long *)FUN_002a11b0(0x18); *plVar15 = 0; plVar15[1] = 0; plVar15[2] = 0; if (0x1fffffffffffffff < uVar9) { /* WARNING: Subroutine does not return */ /* try { // try from 0022c6a0 to 0022c6a4 has its CatchHandler @ 0022c770 */ FUN_002e1130(); } /* try { // try from 0022c5a6 to 0022c5aa has its CatchHandler @ 0022c770 */ lVar16 = FUN_002a11b0(uVar9 * 8); lVar10 = lVar16 + uVar9 * 8; *plVar15 = lVar16; plVar15[2] = lVar10; uVar13 = 0; do { *(undefined8 *)(lVar16 + uVar13 * 8) = 0; bVar20 = uVar13 != local_110; uVar13 = uVar13 + 1; } while (bVar20); plVar15[1] = lVar10; *param_9 = (long)plVar15; } else { lVar16 = *(long *)*param_9; } *(long *)(lVar16 + uVar19 * 8) = local_138; } } } uVar19 = uVar19 + 1; puVar18 = puVar18 + 2; } while (uVar19 < uVar9); } if (local_b8 != local_a8) { FUN_002a2980(); } if (local_d8 != local_c8) { FUN_002a2980(); } puVar12 = (undefined4 *)thunk_FUN_002a3d40(puVar12); if (puVar12 == local_60) goto LAB_0022c095; plVar15 = *(long **)(PTR_DAT_003f85c0 + 0x18); } while (plVar15 != (long *)0x0); } local_b8 = local_a8; local_d8 = local_c8; local_a8[0] = 0; local_b0 = 0; local_c8[0] = 0; local_d0 = 0; /* WARNING: Subroutine does not return */ /* try { // try from 0022c66b to 0022c66f has its CatchHandler @ 0022c6da */ FUN_00199900("../../gold/parameters.h",0x69,"target"); } } LAB_0022c095: FUN_00229b90(&local_68,local_58); } FUN_00229b90(local_98,local_88); puVar17 = local_f8; } if (puVar17 != (ulong *)0x0) { FUN_002a2980(); } } return; }
10453_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
back
FUN_00356160
/* std::wstring::back() */ long __thiscall std::wstring::back(wstring *this) { long lVar1; long lVar2; lVar2 = *(long *)this; lVar1 = *(long *)(lVar2 + -0x18); if (-1 < *(int *)(lVar2 + -8)) { _M_leak_hard(this); lVar2 = *(long *)this; } return lVar2 + (lVar1 + -1) * 4; }
long FUN_00356160(long *param_1) { long lVar1; long lVar2; lVar2 = *param_1; lVar1 = *(long *)(lVar2 + -0x18); if (-1 < *(int *)(lVar2 + -8)) { FUN_00355fd0(); lVar2 = *param_1; } return lVar2 + (lVar1 + -1) * 4; }
PUSH RBP PUSH RBX SUB RSP,0x8 MOV RAX,qword ptr [RDI] MOV RCX,qword ptr [RAX + -0x18] MOV EDX,dword ptr [RAX + -0x8] LEA RBX,[RCX + -0x1] TEST EDX,EDX JS 0x00356184 MOV RBP,RDI CALL 0x00355fd0 MOV RAX,qword ptr [RBP] ADD RSP,0x8 LEA RAX,[RAX + RBX*0x4] POP RBX POP RBP RET
null
null
null
null
[(u'LOAD_-1205182089', u'INT_ADD_-1205182060'), (u'LOAD_-1205182083', u'INT_ADD_-1205182053'), ('tmp_178', u'CALL_-1205182039'), ('tmp_94', u'CBRANCH_-1205182050'), ('tmp_178', u'CAST_-1205181927'), (u'CAST_-1205181927', u'LOAD_-1205182089'), (u'LOAD_-1205182038', u'MULTIEQUAL_-1205181942'), ('const-4', u'INT_MULT_-1205181989'), (u'LOAD_-1205182089', u'INT_ADD_-1205182067'), ('const-433', u'LOAD_-1205182089'), ('const--24', u'INT_ADD_-1205182067'), (u'LOAD_-1205182089', u'MULTIEQUAL_-1205181942'), (u'INT_ADD_-1205182067', u'CAST_-1205181923'), ('const--8', u'INT_ADD_-1205182060'), ('const-433', u'LOAD_-1205182038'), ('const-433', u'LOAD_-1205182076'), (u'LOAD_-1205182076', u'INT_SLESS_-1205182050'), (u'COPY_-1205182018', u'RETURN_-1205181992'), ('const-0', u'RETURN_-1205181992'), (u'MULTIEQUAL_-1205181942', u'INT_ADD_-1205182001'), (u'CAST_-1205181918', u'LOAD_-1205182076'), (u'INT_ADD_-1205182053', u'INT_MULT_-1205181989'), (u'INT_ADD_-1205182060', u'CAST_-1205181918'), (u'INT_SLESS_-1205182050', u'CBRANCH_-1205182050'), (u'CAST_-1205181898', u'LOAD_-1205182038'), ('tmp_178', u'CAST_-1205181898'), ('const-4294967295', u'INT_SLESS_-1205182050'), ('const--1', u'INT_ADD_-1205182053'), (u'INT_MULT_-1205181989', u'INT_ADD_-1205182001'), (u'INT_ADD_-1205182001', u'COPY_-1205182018'), (u'CAST_-1205181923', u'LOAD_-1205182083'), ('const-433', u'LOAD_-1205182083')]
[('const-433', u'LOAD_-1205182083'), (u'LOAD_-1205182089', u'INT_ADD_-1205182060'), ('const-4294967295', u'INT_SLESS_-1205182050'), (u'LOAD_-1205182083', u'INT_ADD_-1205182053'), ('tmp_94', u'CBRANCH_-1205182050'), (u'LOAD_-1205182038', u'MULTIEQUAL_-1205181942'), ('const-4', u'INT_MULT_-1205181989'), (u'LOAD_-1205182089', u'INT_ADD_-1205182067'), ('tmp_282', u'LOAD_-1205182089'), ('const--24', u'INT_ADD_-1205182067'), (u'LOAD_-1205182089', u'MULTIEQUAL_-1205181942'), ('const--8', u'INT_ADD_-1205182060'), (u'CAST_-1205181921', u'LOAD_-1205182076'), (u'LOAD_-1205182076', u'INT_SLESS_-1205182050'), (u'COPY_-1205182018', u'RETURN_-1205181992'), ('const-0', u'RETURN_-1205181992'), (u'MULTIEQUAL_-1205181942', u'INT_ADD_-1205182001'), ('const-433', u'LOAD_-1205182076'), ('const-433', u'LOAD_-1205182038'), (u'INT_ADD_-1205182053', u'INT_MULT_-1205181989'), (u'INT_SLESS_-1205182050', u'CBRANCH_-1205182050'), ('tmp_282', u'LOAD_-1205182038'), ('const--1', u'INT_ADD_-1205182053'), (u'CAST_-1205181926', u'LOAD_-1205182083'), (u'INT_MULT_-1205181989', u'INT_ADD_-1205182001'), (u'INT_ADD_-1205182001', u'COPY_-1205182018'), (u'INT_ADD_-1205182067', u'CAST_-1205181926'), (u'INT_ADD_-1205182060', u'CAST_-1205181921'), ('const-433', u'LOAD_-1205182089')]
null
null
00356160
x64
O2
(translation_unit "long FUN_00356160(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}\n\n" (function_definition "long FUN_00356160(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00356160(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "lVar1 = *(long *)(lVar2 + -0x18);" (assignment_expression "lVar1 = *(long *)(lVar2 + -0x18)" identifier = (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) ;) (if_statement "if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }" if (parenthesized_expression "(-1 < *(int *)(lVar2 + -8))" ( (binary_expression "-1 < *(int *)(lVar2 + -8)" number_literal < (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00355fd0();\n lVar2 = *param_1;\n }" { (expression_statement "FUN_00355fd0();" (call_expression "FUN_00355fd0()" identifier (argument_list "()" ( ))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) })) (return_statement "return lVar2 + (lVar1 + -1) * 4;" return (binary_expression "lVar2 + (lVar1 + -1) * 4" identifier + (binary_expression "(lVar1 + -1) * 4" (parenthesized_expression "(lVar1 + -1)" ( (binary_expression "lVar1 + -1" identifier + number_literal) )) * number_literal)) ;) })))
(translation_unit "/* std::wstring::back() */\n\nlong __thiscall std::wstring::back(wstring *this)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *(long *)this;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n _M_leak_hard(this);\n lVar2 = *(long *)this;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}\n\n" comment (function_definition "long __thiscall std::wstring::back(wstring *this)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *(long *)this;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n _M_leak_hard(this);\n lVar2 = *(long *)this;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "back(wstring *this)" identifier (parameter_list "(wstring *this)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar2 = *(long *)this;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n _M_leak_hard(this);\n lVar2 = *(long *)this;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = *(long *)this;" (assignment_expression "lVar2 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "lVar1 = *(long *)(lVar2 + -0x18);" (assignment_expression "lVar1 = *(long *)(lVar2 + -0x18)" identifier = (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) ;) (if_statement "if (-1 < *(int *)(lVar2 + -8)) {\n _M_leak_hard(this);\n lVar2 = *(long *)this;\n }" if (parenthesized_expression "(-1 < *(int *)(lVar2 + -8))" ( (binary_expression "-1 < *(int *)(lVar2 + -8)" number_literal < (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) ))))) )) (compound_statement "{\n _M_leak_hard(this);\n lVar2 = *(long *)this;\n }" { (expression_statement "_M_leak_hard(this);" (call_expression "_M_leak_hard(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "lVar2 = *(long *)this;" (assignment_expression "lVar2 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) })) (return_statement "return lVar2 + (lVar1 + -1) * 4;" return (binary_expression "lVar2 + (lVar1 + -1) * 4" identifier + (binary_expression "(lVar1 + -1) * 4" (parenthesized_expression "(lVar1 + -1)" ( (binary_expression "lVar1 + -1" identifier + number_literal) )) * number_literal)) ;) })))
(translation_unit "long FUN_00356160(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}\n\n" (function_definition "long FUN_00356160(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00356160(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "lVar1 = *(long *)(lVar2 + -0x18);" (assignment_expression "lVar1 = *(long *)(lVar2 + -0x18)" identifier = (pointer_expression "*(long *)(lVar2 + -0x18)" * (cast_expression "(long *)(lVar2 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))))) ;) (if_statement "if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }" if (parenthesized_expression "(-1 < *(int *)(lVar2 + -8))" ( (binary_expression "-1 < *(int *)(lVar2 + -8)" number_literal < (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_00355fd0();\n lVar2 = *param_1;\n }" { (expression_statement "FUN_00355fd0();" (call_expression "FUN_00355fd0()" identifier (argument_list "()" ( ))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) })) (return_statement "return lVar2 + (lVar1 + -1) * 4;" return (binary_expression "lVar2 + (lVar1 + -1) * 4" identifier + (binary_expression "(lVar1 + -1) * 4" (parenthesized_expression "(lVar1 + -1)" ( (binary_expression "lVar1 + -1" identifier + number_literal) )) * number_literal)) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (return_statement return (binary_expression IDENT + (binary_expression (parenthesized_expression ( (binary_expression IDENT + LIT) )) * LIT)) ;) })))
(function_definition "long FUN_00356160(long *param_1)\n\n{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00356160(long *param_1)" (identifier "FUN_00356160") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar2 = *param_1;\n lVar1 = *(long *)(lVar2 + -0x18);\n if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }\n return lVar2 + (lVar1 + -1) * 4;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "lVar1 = *(long *)(lVar2 + -0x18);" (assignment_expression "lVar1 = *(long *)(lVar2 + -0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar2 + -0x18)" (* "*") (cast_expression "(long *)(lVar2 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x18)" (( "(") (binary_expression "lVar2 + -0x18" (identifier "lVar2") (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (if_statement "if (-1 < *(int *)(lVar2 + -8)) {\n FUN_00355fd0();\n lVar2 = *param_1;\n }" (if "if") (parenthesized_expression "(-1 < *(int *)(lVar2 + -8))" (( "(") (binary_expression "-1 < *(int *)(lVar2 + -8)" (number_literal "-1") (< "<") (pointer_expression "*(int *)(lVar2 + -8)" (* "*") (cast_expression "(int *)(lVar2 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -8)" (( "(") (binary_expression "lVar2 + -8" (identifier "lVar2") (+ "+") (number_literal "-8")) () ")"))))) () ")")) (compound_statement "{\n FUN_00355fd0();\n lVar2 = *param_1;\n }" ({ "{") (expression_statement "FUN_00355fd0();" (call_expression "FUN_00355fd0()" (identifier "FUN_00355fd0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (} "}"))) (return_statement "return lVar2 + (lVar1 + -1) * 4;" (return "return") (binary_expression "lVar2 + (lVar1 + -1) * 4" (identifier "lVar2") (+ "+") (binary_expression "(lVar1 + -1) * 4" (parenthesized_expression "(lVar1 + -1)" (( "(") (binary_expression "lVar1 + -1" (identifier "lVar1") (+ "+") (number_literal "-1")) () ")")) (* "*") (number_literal "4"))) (; ";")) (} "}")))
/* std::wstring::back() */ long __thiscall std::type_1::function_1(type_1 *this) { long var_3; long var_1; var_1 = *(long *)this; var_3 = *(long *)(var_1 + -0x18); if (-1 < *(int *)(var_1 + -8)) { var_2(this); var_1 = *(long *)this; } return var_1 + (var_3 + -1) * 4; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (return_statement (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))))
null
long MASKED(long *param_1) { long lVar1; long lVar2; lVar2 = *param_1; lVar1 = *(long *)(lVar2 + -0x18); if (-1 < *(int *)(lVar2 + -8)) { FUN_00355fd0(); lVar2 = *param_1; } return lVar2 + (lVar1 + -1) * 4; }
58_i686-kfreebsd-gnu-ranlib_and_i686-kfreebsd-gnu-ranlib_strip.c
bfd_close_all_done
bfd_close_all_done
void bfd_close_all_done(void) { (*(code *)PTR_bfd_close_all_done_001101d0)(); return; }
void bfd_close_all_done(void) { (*(code *)PTR_bfd_close_all_done_001101d0)(); return; }
JMP qword ptr [0x001101d0]
null
null
null
null
[(u'CAST_-1206967319', u'CALLIND_-1206967384'), (u'INDIRECT_-1206967324', u'COPY_-1206967383'), ('tmp_22', u'CAST_-1206967319'), (u'CALLIND_-1206967384', u'INDIRECT_-1206967324'), ('const-0', u'RETURN_-1206967381')]
[(u'CAST_-1206967319', u'CALLIND_-1206967384'), (u'INDIRECT_-1206967324', u'COPY_-1206967383'), ('tmp_22', u'CAST_-1206967319'), (u'CALLIND_-1206967384', u'INDIRECT_-1206967324'), ('const-0', u'RETURN_-1206967381')]
null
null
001023a0
x64
O2
(translation_unit "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_close_all_done_001101d0)();" (call_expression "(*(code *)PTR_bfd_close_all_done_001101d0)()" (parenthesized_expression "(*(code *)PTR_bfd_close_all_done_001101d0)" ( (pointer_expression "*(code *)PTR_bfd_close_all_done_001101d0" * (cast_expression "(code *)PTR_bfd_close_all_done_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_close_all_done_001101d0)();" (call_expression "(*(code *)PTR_bfd_close_all_done_001101d0)()" (parenthesized_expression "(*(code *)PTR_bfd_close_all_done_001101d0)" ( (pointer_expression "*(code *)PTR_bfd_close_all_done_001101d0" * (cast_expression "(code *)PTR_bfd_close_all_done_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}\n\n" (function_definition "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" primitive_type (function_declarator "bfd_close_all_done(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_close_all_done_001101d0)();" (call_expression "(*(code *)PTR_bfd_close_all_done_001101d0)()" (parenthesized_expression "(*(code *)PTR_bfd_close_all_done_001101d0)" ( (pointer_expression "*(code *)PTR_bfd_close_all_done_001101d0" * (cast_expression "(code *)PTR_bfd_close_all_done_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bfd_close_all_done(void)\n\n{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_close_all_done(void)" (identifier "bfd_close_all_done") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_close_all_done_001101d0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_close_all_done_001101d0)();" (call_expression "(*(code *)PTR_bfd_close_all_done_001101d0)()" (parenthesized_expression "(*(code *)PTR_bfd_close_all_done_001101d0)" (( "(") (pointer_expression "*(code *)PTR_bfd_close_all_done_001101d0" (* "*") (cast_expression "(code *)PTR_bfd_close_all_done_001101d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_close_all_done_001101d0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_close_all_done_001101d0)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { (*(code *)PTR_MASKED_001101d0)(); return; }
6_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
globfree
globfree
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void globfree(glob_t *__pglob) { (*(code *)PTR_globfree_002b2030)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void globfree(glob_t *__pglob) { (*(code *)PTR_globfree_002b2030)(); return; }
JMP qword ptr [0x002b2030]
null
null
null
null
[(u'CALLIND_-1206923160', u'INDIRECT_-1206923099'), (u'CAST_-1206923094', u'CALLIND_-1206923160'), (u'INDIRECT_-1206923099', u'COPY_-1206923158'), ('const-0', u'RETURN_-1206923157'), ('tmp_28', u'CAST_-1206923094')]
[(u'CALLIND_-1206923160', u'INDIRECT_-1206923099'), (u'CAST_-1206923094', u'CALLIND_-1206923160'), (u'INDIRECT_-1206923099', u'COPY_-1206923158'), ('const-0', u'RETURN_-1206923157'), ('tmp_28', u'CAST_-1206923094')]
null
null
0010d060
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}\n\n" comment (function_definition "void globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" primitive_type (function_declarator "globfree(glob_t *__pglob)" identifier (parameter_list "(glob_t *__pglob)" ( (parameter_declaration "glob_t *__pglob" type_identifier (pointer_declarator "*__pglob" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" { (expression_statement "(*(code *)PTR_globfree_002b2030)();" (call_expression "(*(code *)PTR_globfree_002b2030)()" (parenthesized_expression "(*(code *)PTR_globfree_002b2030)" ( (pointer_expression "*(code *)PTR_globfree_002b2030" * (cast_expression "(code *)PTR_globfree_002b2030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}\n\n" comment (function_definition "void globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" primitive_type (function_declarator "globfree(glob_t *__pglob)" identifier (parameter_list "(glob_t *__pglob)" ( (parameter_declaration "glob_t *__pglob" type_identifier (pointer_declarator "*__pglob" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" { (expression_statement "(*(code *)PTR_globfree_002b2030)();" (call_expression "(*(code *)PTR_globfree_002b2030)()" (parenthesized_expression "(*(code *)PTR_globfree_002b2030)" ( (pointer_expression "*(code *)PTR_globfree_002b2030" * (cast_expression "(code *)PTR_globfree_002b2030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}\n\n" (function_definition "void globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" primitive_type (function_declarator "globfree(glob_t *__pglob)" identifier (parameter_list "(glob_t *__pglob)" ( (parameter_declaration "glob_t *__pglob" type_identifier (pointer_declarator "*__pglob" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" { (expression_statement "(*(code *)PTR_globfree_002b2030)();" (call_expression "(*(code *)PTR_globfree_002b2030)()" (parenthesized_expression "(*(code *)PTR_globfree_002b2030)" ( (pointer_expression "*(code *)PTR_globfree_002b2030" * (cast_expression "(code *)PTR_globfree_002b2030" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void globfree(glob_t *__pglob)\n\n{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" (primitive_type "void") (function_declarator "globfree(glob_t *__pglob)" (identifier "globfree") (parameter_list "(glob_t *__pglob)" (( "(") (parameter_declaration "glob_t *__pglob" (type_identifier "glob_t") (pointer_declarator "*__pglob" (* "*") (identifier "__pglob"))) () ")"))) (compound_statement "{\n (*(code *)PTR_globfree_002b2030)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_globfree_002b2030)();" (call_expression "(*(code *)PTR_globfree_002b2030)()" (parenthesized_expression "(*(code *)PTR_globfree_002b2030)" (( "(") (pointer_expression "*(code *)PTR_globfree_002b2030" (* "*") (cast_expression "(code *)PTR_globfree_002b2030" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_globfree_002b2030"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *__pglob) { (*(type_2 *)PTR_globfree_002b2030)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(glob_t *__pglob) { (*(code *)PTR_MASKED_002b2030)(); return; }
116_s390x-linux-gnu-objcopy_and_s390x-linux-gnu-objcopy_strip.c
open
open
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int open(char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_open_0012b3a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int open(char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_open_0012b3a0)(); return iVar1; }
JMP qword ptr [0x0012b3a0]
null
null
null
null
[(u'INDIRECT_-1206958201', u'COPY_-1206958260'), (u'CALLIND_-1206958264', u'INDIRECT_-1206958201'), ('tmp_38', u'CAST_-1206958196'), (u'CALLIND_-1206958264', u'RETURN_-1206958261'), ('const-0', u'RETURN_-1206958261'), (u'CAST_-1206958196', u'CALLIND_-1206958264')]
[(u'INDIRECT_-1206958201', u'COPY_-1206958260'), (u'CALLIND_-1206958264', u'INDIRECT_-1206958201'), ('tmp_38', u'CAST_-1206958196'), (u'CALLIND_-1206958264', u'RETURN_-1206958261'), ('const-0', u'RETURN_-1206958261'), (u'CAST_-1206958196', u'CALLIND_-1206958264')]
null
null
00104740
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}\n\n" comment (function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" primitive_type (function_declarator "open(char *__file,int __oflag,...)" identifier (parameter_list "(char *__file,int __oflag,...)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "int __oflag" primitive_type identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_open_0012b3a0)();" (assignment_expression "iVar1 = (*(code *)PTR_open_0012b3a0)()" identifier = (call_expression "(*(code *)PTR_open_0012b3a0)()" (parenthesized_expression "(*(code *)PTR_open_0012b3a0)" ( (pointer_expression "*(code *)PTR_open_0012b3a0" * (cast_expression "(code *)PTR_open_0012b3a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}\n\n" comment (function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" primitive_type (function_declarator "open(char *__file,int __oflag,...)" identifier (parameter_list "(char *__file,int __oflag,...)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "int __oflag" primitive_type identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_open_0012b3a0)();" (assignment_expression "iVar1 = (*(code *)PTR_open_0012b3a0)()" identifier = (call_expression "(*(code *)PTR_open_0012b3a0)()" (parenthesized_expression "(*(code *)PTR_open_0012b3a0)" ( (pointer_expression "*(code *)PTR_open_0012b3a0" * (cast_expression "(code *)PTR_open_0012b3a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}\n\n" (function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" primitive_type (function_declarator "open(char *__file,int __oflag,...)" identifier (parameter_list "(char *__file,int __oflag,...)" ( (parameter_declaration "char *__file" primitive_type (pointer_declarator "*__file" * identifier)) , (parameter_declaration "int __oflag" primitive_type identifier) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_open_0012b3a0)();" (assignment_expression "iVar1 = (*(code *)PTR_open_0012b3a0)()" identifier = (call_expression "(*(code *)PTR_open_0012b3a0)()" (parenthesized_expression "(*(code *)PTR_open_0012b3a0)" ( (pointer_expression "*(code *)PTR_open_0012b3a0" * (cast_expression "(code *)PTR_open_0012b3a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int open(char *__file,int __oflag,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "open(char *__file,int __oflag,...)" (identifier "open") (parameter_list "(char *__file,int __oflag,...)" (( "(") (parameter_declaration "char *__file" (primitive_type "char") (pointer_declarator "*__file" (* "*") (identifier "__file"))) (, ",") (parameter_declaration "int __oflag" (primitive_type "int") (identifier "__oflag")) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_open_0012b3a0)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_open_0012b3a0)();" (assignment_expression "iVar1 = (*(code *)PTR_open_0012b3a0)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_open_0012b3a0)()" (parenthesized_expression "(*(code *)PTR_open_0012b3a0)" (( "(") (pointer_expression "*(code *)PTR_open_0012b3a0" (* "*") (cast_expression "(code *)PTR_open_0012b3a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_open_0012b3a0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__file,int __oflag,...) { int iVar1; iVar1 = (*(type_1 *)PTR_open_0012b3a0)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__file,int __oflag,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0012b3a0)(); return iVar1; }
447_i686-kfreebsd-gnu-strip_and_i686-kfreebsd-gnu-strip_strip.c
bfd_set_section_contents
bfd_set_section_contents
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_section_contents(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_section_contents(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207053950')]
[('const-1', u'RETURN_-1207053950')]
null
null
0012d178
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_section_contents(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bfd_set_section_contents(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_section_contents(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_set_section_contents(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_section_contents(void)" (identifier "bfd_set_section_contents") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
7166_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
~Binary_eq
FUN_002b3390
/* DWARF original prototype: void ~Binary_eq(Binary_eq * this, int __in_chrg) */ void __thiscall gold::Binary_eq::~Binary_eq(Binary_eq *this,int __in_chrg) { Expression *pEVar1; (this->super_Binary_expression).super_Expression._vptr_Expression = (_func_int_varargs **)&DAT_00437f40; pEVar1 = (this->super_Binary_expression).left_; if (pEVar1 != (Expression *)0x0) { (*pEVar1->_vptr_Expression[1])(); } pEVar1 = (this->super_Binary_expression).right_; if (pEVar1 != (Expression *)0x0) { /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */ /* WARNING: Treating indirect jump as call */ (*pEVar1->_vptr_Expression[1])(); return; } return; }
void FUN_002b3390(undefined8 *param_1) { *param_1 = &DAT_00437f40; if ((long *)param_1[1] != (long *)0x0) { (**(code **)(*(long *)param_1[1] + 8))(); } if ((long *)param_1[2] != (long *)0x0) { /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*(long *)param_1[2] + 8))(); return; } return; }
LEA RAX,[0x437f40] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] TEST RDI,RDI JZ 0x002b33ad MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x8] MOV RDI,qword ptr [RBX + 0x10] TEST RDI,RDI JZ 0x002b33c0 MOV RAX,qword ptr [RDI] POP RBX MOV RAX,qword ptr [RAX + 0x8] JMP RAX POP RBX RET
null
null
null
null
[(u'LOAD_-1204538388', u'CALLIND_-1204538376'), (u'INT_NOTEQUAL_-1204538436', u'CBRANCH_-1204538435'), ('const-0', u'PTRSUB_-1204538276'), ('const-433', u'LOAD_-1204538456'), ('tmp_103', u'CBRANCH_-1204538399'), (u'PTRSUB_-1204538276', u'STORE_-1204538460'), ('const-0', u'INT_NOTEQUAL_-1204538436'), ('const-0', u'PTRSUB_-1204538284'), (u'LOAD_-1204538435', u'PTRADD_-1204538270'), ('tmp_156', u'PTRSUB_-1204538265'), ('const-0', u'PTRSUB_-1204538289'), (u'PTRADD_-1204538270', u'LOAD_-1204538429'), (u'LOAD_-1204538420', u'INT_NOTEQUAL_-1204538400'), (u'PTRSUB_-1204538259', u'LOAD_-1204538420'), (u'LOAD_-1204538456', u'INT_NOTEQUAL_-1204538436'), ('const-0', u'PTRSUB_-1204538254'), ('const-0', u'PTRSUB_-1204538279'), (u'PTRADD_-1204538250', u'LOAD_-1204538388'), ('const-1', u'PTRADD_-1204538270'), ('const-433', u'LOAD_-1204538429'), (u'INT_NOTEQUAL_-1204538400', u'CBRANCH_-1204538399'), ('const-16', u'PTRSUB_-1204538259'), ('const-433', u'LOAD_-1204538435'), ('tmp_156', u'PTRSUB_-1204538288'), ('const-0', u'RETURN_-1204538364'), (u'LOAD_-1204538399', u'PTRADD_-1204538250'), (u'PTRSUB_-1204538288', u'PTRSUB_-1204538279'), ('const-4423488', u'PTRSUB_-1204538289'), ('const-433', u'LOAD_-1204538399'), ('const-433', u'LOAD_-1204538388'), (u'PTRSUB_-1204538273', u'LOAD_-1204538435'), ('const-433', u'STORE_-1204538460'), (u'LOAD_-1204538420', u'PTRSUB_-1204538254'), (u'CAST_-1204538277', u'STORE_-1204538460'), ('tmp_49', u'CBRANCH_-1204538435'), ('const-433', u'LOAD_-1204538420'), ('tmp_156', u'PTRSUB_-1204538284'), ('const-0', u'PTRSUB_-1204538265'), (u'PTRSUB_-1204538254', u'LOAD_-1204538399'), (u'PTRSUB_-1204538284', u'PTRSUB_-1204538275'), ('const-8', u'PTRADD_-1204538250'), ('const-0', u'PTRSUB_-1204538288'), (u'PTRSUB_-1204538265', u'PTRSUB_-1204538259'), ('const-8', u'PTRSUB_-1204538275'), ('const-0', u'PTRSUB_-1204538273'), (u'LOAD_-1204538429', u'CALLIND_-1204538419'), (u'LOAD_-1204538456', u'PTRSUB_-1204538273'), (u'PTRSUB_-1204538275', u'LOAD_-1204538456'), ('const-1', u'PTRADD_-1204538250'), (u'PTRSUB_-1204538279', u'PTRSUB_-1204538276'), ('const-8', u'PTRADD_-1204538270'), ('const-0', u'INT_NOTEQUAL_-1204538400'), ('const-1', u'RETURN_-1204538366'), (u'PTRSUB_-1204538289', u'CAST_-1204538277')]
[('const-433', u'STORE_-1204538460'), ('const-433', u'LOAD_-1204538399'), (u'LOAD_-1204538388', u'CALLIND_-1204538376'), (u'INT_NOTEQUAL_-1204538436', u'CBRANCH_-1204538435'), (u'CAST_-1204538261', u'LOAD_-1204538388'), ('const-8', u'INT_ADD_-1204538372'), (u'CAST_-1204538279', u'LOAD_-1204538429'), ('tmp_265', u'PTRADD_-1204538277'), (u'CAST_-1204538292', u'INT_NOTEQUAL_-1204538436'), ('tmp_103', u'CBRANCH_-1204538399'), ('const-0', u'PTRSUB_-1204538296'), (u'INT_ADD_-1204538372', u'CAST_-1204538261'), (u'PTRSUB_-1204538296', u'STORE_-1204538460'), ('const-0', u'INT_NOTEQUAL_-1204538436'), ('tmp_49', u'CBRANCH_-1204538435'), (u'LOAD_-1204538435', u'INT_ADD_-1204538413'), (u'LOAD_-1204538420', u'CAST_-1204538275'), ('const-1', u'PTRADD_-1204538293'), (u'CAST_-1204538275', u'INT_NOTEQUAL_-1204538400'), (u'CAST_-1204538275', u'LOAD_-1204538399'), (u'LOAD_-1204538429', u'CALLIND_-1204538419'), (u'PTRADD_-1204538277', u'LOAD_-1204538420'), ('const-433', u'LOAD_-1204538388'), ('const-2', u'PTRADD_-1204538277'), ('const-4423488', u'PTRSUB_-1204538296'), ('const-8', u'PTRADD_-1204538293'), ('const-433', u'LOAD_-1204538435'), (u'INT_NOTEQUAL_-1204538400', u'CBRANCH_-1204538399'), (u'LOAD_-1204538399', u'INT_ADD_-1204538372'), (u'INT_ADD_-1204538413', u'CAST_-1204538279'), ('const-8', u'INT_ADD_-1204538413'), ('tmp_265', u'PTRADD_-1204538293'), ('const-433', u'LOAD_-1204538456'), ('const-433', u'LOAD_-1204538420'), (u'LOAD_-1204538456', u'CAST_-1204538292'), ('const-0', u'INT_NOTEQUAL_-1204538400'), (u'PTRADD_-1204538293', u'LOAD_-1204538456'), ('const-8', u'PTRADD_-1204538277'), (u'CAST_-1204538292', u'LOAD_-1204538435'), ('const-1', u'RETURN_-1204538366'), ('const-0', u'RETURN_-1204538364'), ('const-433', u'LOAD_-1204538429'), ('tmp_265', u'STORE_-1204538460')]
null
null
002b3390
x64
O2
(translation_unit "void FUN_002b3390(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_002b3390(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_002b3390(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &DAT_00437f40;" (assignment_expression "*param_1 = &DAT_00437f40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00437f40" & identifier)) ;) (if_statement "if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }" if (parenthesized_expression "((long *)param_1[1] != (long *)0x0)" ( (binary_expression "(long *)param_1[1] != (long *)0x0" (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*(long *)param_1[1] + 8))();\n }" { (expression_statement "(**(code **)(*(long *)param_1[1] + 8))();" (call_expression "(**(code **)(*(long *)param_1[1] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[1] + 8))" ( (pointer_expression "**(code **)(*(long *)param_1[1] + 8)" * (pointer_expression "*(code **)(*(long *)param_1[1] + 8)" * (cast_expression "(code **)(*(long *)param_1[1] + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[1] + 8)" ( (binary_expression "*(long *)param_1[1] + 8" (pointer_expression "*(long *)param_1[1]" * (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((long *)param_1[2] != (long *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" if (parenthesized_expression "((long *)param_1[2] != (long *)0x0)" ( (binary_expression "(long *)param_1[2] != (long *)0x0" (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" { comment comment (expression_statement "(**(code **)(*(long *)param_1[2] + 8))();" (call_expression "(**(code **)(*(long *)param_1[2] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[2] + 8))" ( (pointer_expression "**(code **)(*(long *)param_1[2] + 8)" * (pointer_expression "*(code **)(*(long *)param_1[2] + 8)" * (cast_expression "(code **)(*(long *)param_1[2] + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[2] + 8)" ( (binary_expression "*(long *)param_1[2] + 8" (pointer_expression "*(long *)param_1[2]" * (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Binary_eq(Binary_eq * this, int __in_chrg) */\n\nvoid __thiscall gold::Binary_eq::~Binary_eq(Binary_eq *this,int __in_chrg)\n\n{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_00437f40;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])();\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar1->_vptr_Expression[1])();\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Binary_eq::~Binary_eq(Binary_eq *this,int __in_chrg)\n\n{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_00437f40;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])();\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar1->_vptr_Expression[1])();\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_eq::~" identifier : : identifier : : ~) (function_declarator "Binary_eq(Binary_eq *this,int __in_chrg)" identifier (parameter_list "(Binary_eq *this,int __in_chrg)" ( (parameter_declaration "Binary_eq *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_00437f40;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])();\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar1->_vptr_Expression[1])();\n return;\n }\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "(this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_00437f40;" (assignment_expression "(this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_00437f40" (field_expression "(this->super_Binary_expression).super_Expression._vptr_Expression" (field_expression "(this->super_Binary_expression).super_Expression" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_00437f40" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00437f40" & identifier))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])();\n }" if (parenthesized_expression "(pEVar1 != (Expression *)0x0)" ( (binary_expression "pEVar1 != (Expression *)0x0" identifier != (cast_expression "(Expression *)0x0" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*pEVar1->_vptr_Expression[1])();\n }" { (expression_statement "(*pEVar1->_vptr_Expression[1])();" (call_expression "(*pEVar1->_vptr_Expression[1])()" (parenthesized_expression "(*pEVar1->_vptr_Expression[1])" ( (pointer_expression "*pEVar1->_vptr_Expression[1]" * (subscript_expression "pEVar1->_vptr_Expression[1]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) })) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pEVar1 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar1->_vptr_Expression[1])();\n return;\n }" if (parenthesized_expression "(pEVar1 != (Expression *)0x0)" ( (binary_expression "pEVar1 != (Expression *)0x0" identifier != (cast_expression "(Expression *)0x0" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar1->_vptr_Expression[1])();\n return;\n }" { comment comment (expression_statement "(*pEVar1->_vptr_Expression[1])();" (call_expression "(*pEVar1->_vptr_Expression[1])()" (parenthesized_expression "(*pEVar1->_vptr_Expression[1])" ( (pointer_expression "*pEVar1->_vptr_Expression[1]" * (subscript_expression "pEVar1->_vptr_Expression[1]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002b3390(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_002b3390(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_002b3390(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &DAT_00437f40;" (assignment_expression "*param_1 = &DAT_00437f40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00437f40" & identifier)) ;) (if_statement "if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }" if (parenthesized_expression "((long *)param_1[1] != (long *)0x0)" ( (binary_expression "(long *)param_1[1] != (long *)0x0" (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*(long *)param_1[1] + 8))();\n }" { (expression_statement "(**(code **)(*(long *)param_1[1] + 8))();" (call_expression "(**(code **)(*(long *)param_1[1] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[1] + 8))" ( (pointer_expression "**(code **)(*(long *)param_1[1] + 8)" * (pointer_expression "*(code **)(*(long *)param_1[1] + 8)" * (cast_expression "(code **)(*(long *)param_1[1] + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[1] + 8)" ( (binary_expression "*(long *)param_1[1] + 8" (pointer_expression "*(long *)param_1[1]" * (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" if (parenthesized_expression "((long *)param_1[2] != (long *)0x0)" ( (binary_expression "(long *)param_1[2] != (long *)0x0" (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" { (expression_statement "(**(code **)(*(long *)param_1[2] + 8))();" (call_expression "(**(code **)(*(long *)param_1[2] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[2] + 8))" ( (pointer_expression "**(code **)(*(long *)param_1[2] + 8)" * (pointer_expression "*(code **)(*(long *)param_1[2] + 8)" * (cast_expression "(code **)(*(long *)param_1[2] + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)param_1[2] + 8)" ( (binary_expression "*(long *)param_1[2] + 8" (pointer_expression "*(long *)param_1[2]" * (cast_expression "(long *)param_1[2]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
(function_definition "void FUN_002b3390(undefined8 *param_1)\n\n{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b3390(undefined8 *param_1)" (identifier "FUN_002b3390") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &DAT_00437f40;\n if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }\n if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &DAT_00437f40;" (assignment_expression "*param_1 = &DAT_00437f40" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00437f40" (& "&") (identifier "DAT_00437f40"))) (; ";")) (if_statement "if ((long *)param_1[1] != (long *)0x0) {\n (**(code **)(*(long *)param_1[1] + 8))();\n }" (if "if") (parenthesized_expression "((long *)param_1[1] != (long *)0x0)" (( "(") (binary_expression "(long *)param_1[1] != (long *)0x0" (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*(long *)param_1[1] + 8))();\n }" ({ "{") (expression_statement "(**(code **)(*(long *)param_1[1] + 8))();" (call_expression "(**(code **)(*(long *)param_1[1] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[1] + 8))" (( "(") (pointer_expression "**(code **)(*(long *)param_1[1] + 8)" (* "*") (pointer_expression "*(code **)(*(long *)param_1[1] + 8)" (* "*") (cast_expression "(code **)(*(long *)param_1[1] + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)param_1[1] + 8)" (( "(") (binary_expression "*(long *)param_1[1] + 8" (pointer_expression "*(long *)param_1[1]" (* "*") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if ((long *)param_1[2] != (long *)0x0) {\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" (if "if") (parenthesized_expression "((long *)param_1[2] != (long *)0x0)" (( "(") (binary_expression "(long *)param_1[2] != (long *)0x0" (cast_expression "(long *)param_1[2]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n (**(code **)(*(long *)param_1[2] + 8))();\n return;\n }" ({ "{") (expression_statement "(**(code **)(*(long *)param_1[2] + 8))();" (call_expression "(**(code **)(*(long *)param_1[2] + 8))()" (parenthesized_expression "(**(code **)(*(long *)param_1[2] + 8))" (( "(") (pointer_expression "**(code **)(*(long *)param_1[2] + 8)" (* "*") (pointer_expression "*(code **)(*(long *)param_1[2] + 8)" (* "*") (cast_expression "(code **)(*(long *)param_1[2] + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)param_1[2] + 8)" (( "(") (binary_expression "*(long *)param_1[2] + 8" (pointer_expression "*(long *)param_1[2]" (* "*") (cast_expression "(long *)param_1[2]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Binary_eq(Binary_eq * this, int __in_chrg) */ void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 *var_1; (this->super_Binary_expression).super_Expression._vptr_Expression = (type_2 **)&DAT_00437f40; var_1 = (this->super_Binary_expression).left_; if (var_1 != (type_1 *)0x0) { (*var_1->_vptr_Expression[1])(); } var_1 = (this->super_Binary_expression).right_; if (var_1 != (type_1 *)0x0) { /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */ /* WARNING: Treating indirect jump as call */ (*var_1->_vptr_Expression[1])(); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list))) (return_statement))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &DAT_00437f40; if ((long *)param_1[1] != (long *)0x0) { (**(code **)(*(long *)param_1[1] + 8))(); } if ((long *)param_1[2] != (long *)0x0) { /* WARNING: Could not recover jumptable at 0x002b33be. Too many branches */ /* WARNING: Treating indirect jump as call */ (**(code **)(*(long *)param_1[2] + 8))(); return; } return; }
5961_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
_M_get_insert_unique_pos
FUN_002754f0
/* DWARF original prototype: pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> _M_get_insert_unique_pos(_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_> * this, key_type.conflict * __k) */ pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> __thiscall std:: _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_> ::_M_get_insert_unique_pos (_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_> *this,key_type_conflict *__k) { _Rb_tree_node_base *p_Var1; long lVar2; _Rb_tree_node_base *p_Var3; long lVar4; _Rb_tree_node_base *p_Var5; pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> pVar6; p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent; if (p_Var1 == (_Rb_tree_node_base *)0x0) { p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header; LAB_00275554: p_Var1 = (_Rb_tree_node_base *)0x0; if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547; p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3); lVar4 = *__k; lVar2 = *(long *)(p_Var1 + 1); p_Var5 = p_Var3; } else { lVar4 = *__k; do { p_Var3 = p_Var1; lVar2 = *(long *)(p_Var3 + 1); if (lVar4 < lVar2) { p_Var1 = p_Var3->_M_left; } else { p_Var1 = p_Var3->_M_right; } } while (p_Var1 != (_Base_ptr)0x0); p_Var1 = p_Var3; p_Var5 = p_Var3; if (lVar4 < lVar2) goto LAB_00275554; } p_Var3 = (_Rb_tree_node_base *)0x0; if (lVar2 < lVar4) { p_Var1 = (_Rb_tree_node_base *)0x0; p_Var3 = p_Var5; } LAB_00275547: pVar6.second = p_Var3; pVar6.first = p_Var1; return pVar6; }
undefined1 [16] FUN_002754f0(long param_1,long *param_2) { long lVar1; long lVar2; long lVar3; long lVar4; long lVar5; undefined1 auVar6 [16]; if (*(long *)(param_1 + 0x10) == 0) { lVar3 = param_1 + 8; LAB_00275554: lVar1 = 0; if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547; lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3); lVar4 = *param_2; lVar2 = *(long *)(lVar1 + 0x20); lVar5 = lVar3; } else { lVar4 = *param_2; lVar1 = *(long *)(param_1 + 0x10); do { lVar3 = lVar1; lVar2 = *(long *)(lVar3 + 0x20); if (lVar4 < lVar2) { lVar1 = *(long *)(lVar3 + 0x10); } else { lVar1 = *(long *)(lVar3 + 0x18); } } while (lVar1 != 0); lVar1 = lVar3; lVar5 = lVar3; if (lVar4 < lVar2) goto LAB_00275554; } lVar3 = 0; if (lVar2 < lVar4) { lVar1 = 0; lVar3 = lVar5; } LAB_00275547: auVar6._8_8_ = lVar3; auVar6._0_8_ = lVar1; return auVar6; }
PUSH RBP PUSH RBX SUB RSP,0x8 MOV RBX,qword ptr [RDI + 0x10] TEST RBX,RBX JZ 0x00275550 MOV R8,qword ptr [RSI] JMP 0x0027551a MOV RAX,qword ptr [RBX + 0x10] MOV R9D,0x1 TEST RAX,RAX JZ 0x0027552f MOV RBX,RAX MOV RCX,qword ptr [RBX + 0x20] CMP R8,RCX JL 0x00275508 MOV RAX,qword ptr [RBX + 0x18] XOR R9D,R9D TEST RAX,RAX JNZ 0x00275517 MOV R10,RBX TEST R9B,R9B JNZ 0x00275554 XOR EDX,EDX MOV RAX,RBX CMP R8,RCX CMOVG RAX,RDX CMOVG RDX,R10 ADD RSP,0x8 POP RBX POP RBP RET LEA RBX,[RDI + 0x8] XOR EAX,EAX MOV RDX,RBX CMP qword ptr [RDI + 0x18],RBX JZ 0x00275547 MOV RDI,RBX MOV RBP,RSI CALL 0x002a3da0 MOV R10,RBX MOV R8,qword ptr [RBP] MOV RCX,qword ptr [RAX + 0x20] MOV RBX,RAX JMP 0x00275537
null
null
null
null
[(u'MULTIEQUAL_-1204267343', u'COPY_-1204267253'), ('const-8', u'PTRSUB_-1204267184'), (u'MULTIEQUAL_-1204267327', u'MULTIEQUAL_-1204267343'), (u'PTRSUB_-1204267286', u'PTRSUB_-1204267281'), (u'LOAD_-1204267747', u'INT_SLESS_-1204267686'), ('tmp_81', u'BRANCH_-1204267740'), ('tmp_283', u'CBRANCH_-1204267600'), (u'LOAD_-1204267590', u'MULTIEQUAL_-1204267275'), (u'PTRSUB_-1204267277', u'LOAD_-1204267590'), ('tmp_213', u'CBRANCH_-1204267637'), (u'PTRSUB_-1204267184', u'PTRSUB_-1204267180'), ('tmp_74', u'CBRANCH_-1204267747'), ('const-8', u'PTRSUB_-1204267286'), ('const-433', u'LOAD_-1204267491'), (u'CALL_-1204267503', u'CAST_-1204267152'), ('const-0', u'PTRSUB_-1204267180'), (u'CAST_-1204267229', u'LOAD_-1204267716'), (u'CAST_-1204267139', u'LOAD_-1204267491'), (u'MULTIEQUAL_-1204267355', u'COPY_-1204267265'), (u'INT_EQUAL_-1204267521', u'CBRANCH_-1204267518'), (u'LOAD_-1204267716', u'MULTIEQUAL_-1204267372'), ('tmp_500', u'PTRSUB_-1204267297'), ('tmp_500', u'PTRSUB_-1204267202'), (u'PTRSUB_-1204267180', u'PTRSUB_-1204267177'), ('const-0', u'INT_EQUAL_-1204267749'), (u'CAST_-1204267152', u'MULTIEQUAL_-1204267355'), ('tmp_486', u'CBRANCH_-1204267562'), ('const-8', u'PTRSUB_-1204267277'), (u'PTRSUB_-1204267194', u'PTRSUB_-1204267172'), (u'PTRSUB_-1204267202', u'PTRSUB_-1204267194'), (u'LOAD_-1204267768', u'COPY_-1204267322'), ('const-0', u'COPY_-1204267412'), (u'COPY_-1204267258', u'MULTIEQUAL_-1204267343'), ('const-16', u'PTRSUB_-1204267277'), (u'COPY_-1204267267', u'MULTIEQUAL_-1204267320'), (u'LOAD_-1204267498', u'MULTIEQUAL_-1204267342'), (u'MULTIEQUAL_-1204267327', u'CALL_-1204267503'), (u'MULTIEQUAL_-1204267342', u'INT_SLESS_-1204267593'), (u'LOAD_-1204267692', u'MULTIEQUAL_-1204267275'), (u'LOAD_-1204267716', u'INT_SLESS_-1204267686'), (u'INT_NOTEQUAL_-1204267563', u'CBRANCH_-1204267562'), ('const-0', u'RETURN_-1204267553'), ('tmp_500', u'PTRSUB_-1204267191'), (u'MULTIEQUAL_-1204267320', u'COPY_-1204267258'), (u'PTRADD_-1204267166', u'CAST_-1204267139'), ('const-32', u'PTRADD_-1204267259'), (u'MULTIEQUAL_-1204267275', u'INT_NOTEQUAL_-1204267563'), (u'COPY_-1204267322', u'MULTIEQUAL_-1204267386'), ('tmp_501', u'LOAD_-1204267498'), ('tmp_418', u'CBRANCH_-1204267518'), ('const-0', u'COPY_-1204267420'), (u'COPY_-1204267296', u'MULTIEQUAL_-1204267327'), (u'COPY_-1204267302', u'MULTIEQUAL_-1204267386'), (u'COPY_-1204267252', u'PIECE_-1204267442'), (u'COPY_-1204267420', u'COPY_-1204267263'), (u'PTRSUB_-1204267277', u'LOAD_-1204267768'), (u'LOAD_-1204267747', u'MULTIEQUAL_-1204267342'), (u'PIECE_-1204267442', u'RETURN_-1204267553'), ('const-24', u'PTRSUB_-1204267248'), (u'PTRSUB_-1204267297', u'PTRSUB_-1204267286'), (u'COPY_-1204267296', u'PTRADD_-1204267259'), ('const-433', u'LOAD_-1204267716'), ('const-0', u'INT_NOTEQUAL_-1204267563'), ('const-433', u'LOAD_-1204267498'), (u'MULTIEQUAL_-1204267327', u'INT_EQUAL_-1204267521'), (u'MULTIEQUAL_-1204267386', u'COPY_-1204267296'), (u'INT_SLESS_-1204267686', u'CBRANCH_-1204267693'), (u'COPY_-1204267296', u'PTRSUB_-1204267248'), ('tmp_501', u'LOAD_-1204267747'), (u'MULTIEQUAL_-1204267372', u'INT_SLESS_-1204267593'), ('const-0', u'PTRSUB_-1204267281'), (u'PTRSUB_-1204267177', u'LOAD_-1204267536'), (u'INT_EQUAL_-1204267749', u'CBRANCH_-1204267747'), ('const-32', u'PTRADD_-1204267166'), (u'CAST_-1204267152', u'PTRADD_-1204267166'), (u'COPY_-1204267260', u'MULTIEQUAL_-1204267358'), ('const-16', u'PTRSUB_-1204267177'), (u'COPY_-1204267268', u'MULTIEQUAL_-1204267355'), (u'COPY_-1204267263', u'MULTIEQUAL_-1204267343'), (u'LOAD_-1204267491', u'MULTIEQUAL_-1204267372'), (u'COPY_-1204267412', u'MULTIEQUAL_-1204267358'), ('const-1', u'PTRADD_-1204267166'), ('const-433', u'LOAD_-1204267692'), ('const-8', u'PTRSUB_-1204267194'), ('const-433', u'LOAD_-1204267536'), (u'INT_SLESS_-1204267593', u'CBRANCH_-1204267600'), (u'PTRSUB_-1204267248', u'LOAD_-1204267692'), (u'INT_SLESS_-1204267686', u'CBRANCH_-1204267637'), ('const-0', u'PTRSUB_-1204267202'), (u'COPY_-1204267199', u'MULTIEQUAL_-1204267320'), ('const-433', u'LOAD_-1204267590'), (u'COPY_-1204267265', u'MULTIEQUAL_-1204267358'), (u'PTRSUB_-1204267281', u'PTRSUB_-1204267277'), (u'COPY_-1204267253', u'PIECE_-1204267442'), ('const-0', u'PTRSUB_-1204267191'), ('const-0', u'PTRSUB_-1204267297'), (u'MULTIEQUAL_-1204267327', u'COPY_-1204267199'), (u'PTRADD_-1204267259', u'CAST_-1204267229'), ('const-1', u'PTRADD_-1204267259'), (u'COPY_-1204267420', u'COPY_-1204267260'), (u'LOAD_-1204267536', u'INT_EQUAL_-1204267521'), (u'COPY_-1204267296', u'PTRSUB_-1204267277'), ('const-0', u'PTRSUB_-1204267172'), ('const-433', u'LOAD_-1204267768'), (u'PTRSUB_-1204267172', u'MULTIEQUAL_-1204267327'), ('tmp_449', u'BRANCH_-1204267479'), (u'COPY_-1204267296', u'COPY_-1204267268'), (u'COPY_-1204267296', u'COPY_-1204267267'), ('const-433', u'LOAD_-1204267747'), (u'PTRSUB_-1204267191', u'PTRSUB_-1204267184'), (u'MULTIEQUAL_-1204267275', u'COPY_-1204267302'), ('tmp_121', u'CBRANCH_-1204267693'), (u'LOAD_-1204267768', u'INT_EQUAL_-1204267749'), (u'MULTIEQUAL_-1204267358', u'COPY_-1204267252')]
[(u'PIECE_-1204267256', u'RETURN_-1204267553'), (u'LOAD_-1204267747', u'INT_SLESS_-1204267686'), (u'COPY_-1204267281', u'PIECE_-1204267256'), (u'COPY_-1204267415', u'MULTIEQUAL_-1204267361'), ('tmp_81', u'BRANCH_-1204267740'), ('tmp_283', u'CBRANCH_-1204267600'), ('tmp_1080', u'CALL_-1204267503'), ('tmp_213', u'CBRANCH_-1204267637'), ('tmp_74', u'CBRANCH_-1204267747'), (u'COPY_-1204267325', u'INT_ADD_-1204267574'), (u'LOAD_-1204267768', u'COPY_-1204267351'), (u'COPY_-1204267423', u'COPY_-1204267289'), (u'INT_ADD_-1204267574', u'CAST_-1204267274'), (u'CAST_-1204267166', u'LOAD_-1204267491'), ('const-24', u'INT_ADD_-1204267520'), (u'LOAD_-1204267498', u'MULTIEQUAL_-1204267345'), (u'COPY_-1204267423', u'COPY_-1204267292'), (u'INT_ADD_-1204267488', u'MULTIEQUAL_-1204267330'), ('tmp_1069', u'INT_ADD_-1204267488'), (u'INT_ADD_-1204267475', u'CAST_-1204267166'), (u'INT_EQUAL_-1204267521', u'CBRANCH_-1204267518'), (u'CAST_-1204267257', u'LOAD_-1204267716'), ('tmp_1069', u'INT_ADD_-1204267752'), ('const-433', u'LOAD_-1204267536'), ('const-0', u'INT_EQUAL_-1204267749'), ('tmp_486', u'CBRANCH_-1204267562'), (u'COPY_-1204267331', u'MULTIEQUAL_-1204267389'), (u'COPY_-1204267325', u'COPY_-1204267296'), (u'COPY_-1204267292', u'MULTIEQUAL_-1204267346'), (u'COPY_-1204267289', u'MULTIEQUAL_-1204267361'), (u'CAST_-1204267294', u'LOAD_-1204267768'), ('const-16', u'INT_ADD_-1204267574'), (u'MULTIEQUAL_-1204267375', u'INT_SLESS_-1204267593'), (u'CALL_-1204267503', u'INT_ADD_-1204267475'), (u'INT_ADD_-1204267752', u'CAST_-1204267294'), (u'CAST_-1204267191', u'LOAD_-1204267536'), (u'MULTIEQUAL_-1204267330', u'COPY_-1204267228'), ('const-433', u'LOAD_-1204267692'), (u'LOAD_-1204267747', u'MULTIEQUAL_-1204267345'), (u'INT_NOTEQUAL_-1204267563', u'CBRANCH_-1204267562'), (u'LOAD_-1204267716', u'INT_SLESS_-1204267686'), ('const-0', u'RETURN_-1204267553'), ('tmp_1080', u'LOAD_-1204267498'), (u'MULTIEQUAL_-1204267389', u'COPY_-1204267325'), ('const-433', u'LOAD_-1204267747'), (u'CAST_-1204267246', u'LOAD_-1204267692'), ('const-0', u'COPY_-1204267423'), ('tmp_1069', u'INT_ADD_-1204267520'), (u'CAST_-1204267274', u'LOAD_-1204267590'), ('tmp_418', u'CBRANCH_-1204267518'), (u'COPY_-1204267296', u'MULTIEQUAL_-1204267323'), (u'CALL_-1204267503', u'MULTIEQUAL_-1204267358'), (u'MULTIEQUAL_-1204267361', u'COPY_-1204267281'), (u'LOAD_-1204267716', u'MULTIEQUAL_-1204267375'), (u'COPY_-1204267287', u'MULTIEQUAL_-1204267346'), (u'COPY_-1204267351', u'MULTIEQUAL_-1204267389'), ('const-32', u'INT_ADD_-1204267475'), (u'COPY_-1204267294', u'MULTIEQUAL_-1204267361'), (u'COPY_-1204267282', u'PIECE_-1204267256'), ('const-0', u'INT_NOTEQUAL_-1204267563'), ('const-0', u'COPY_-1204267415'), ('const-433', u'LOAD_-1204267768'), (u'INT_SLESS_-1204267686', u'CBRANCH_-1204267693'), (u'LOAD_-1204267692', u'MULTIEQUAL_-1204267283'), (u'LOAD_-1204267590', u'MULTIEQUAL_-1204267283'), (u'MULTIEQUAL_-1204267358', u'COPY_-1204267294'), (u'MULTIEQUAL_-1204267346', u'COPY_-1204267282'), (u'COPY_-1204267325', u'MULTIEQUAL_-1204267330'), (u'COPY_-1204267325', u'INT_ADD_-1204267676'), ('tmp_1080', u'LOAD_-1204267747'), (u'INT_EQUAL_-1204267749', u'CBRANCH_-1204267747'), (u'INT_ADD_-1204267676', u'CAST_-1204267246'), (u'INT_SLESS_-1204267593', u'CBRANCH_-1204267600'), ('const-433', u'LOAD_-1204267716'), ('const-433', u'LOAD_-1204267498'), ('const-433', u'LOAD_-1204267590'), (u'INT_SLESS_-1204267686', u'CBRANCH_-1204267637'), ('const-8', u'INT_ADD_-1204267488'), (u'MULTIEQUAL_-1204267330', u'MULTIEQUAL_-1204267346'), (u'COPY_-1204267297', u'MULTIEQUAL_-1204267358'), ('const-32', u'INT_ADD_-1204267700'), (u'MULTIEQUAL_-1204267330', u'CALL_-1204267503'), (u'MULTIEQUAL_-1204267330', u'INT_EQUAL_-1204267521'), (u'COPY_-1204267228', u'MULTIEQUAL_-1204267323'), (u'LOAD_-1204267491', u'MULTIEQUAL_-1204267375'), (u'INT_ADD_-1204267520', u'CAST_-1204267191'), ('const-433', u'LOAD_-1204267491'), (u'COPY_-1204267325', u'COPY_-1204267297'), (u'LOAD_-1204267536', u'INT_EQUAL_-1204267521'), (u'MULTIEQUAL_-1204267323', u'COPY_-1204267287'), ('const-24', u'INT_ADD_-1204267676'), (u'MULTIEQUAL_-1204267283', u'COPY_-1204267331'), ('tmp_449', u'BRANCH_-1204267479'), (u'COPY_-1204267325', u'INT_ADD_-1204267700'), (u'MULTIEQUAL_-1204267283', u'INT_NOTEQUAL_-1204267563'), (u'INT_ADD_-1204267700', u'CAST_-1204267257'), (u'MULTIEQUAL_-1204267345', u'INT_SLESS_-1204267593'), ('tmp_121', u'CBRANCH_-1204267693'), (u'LOAD_-1204267768', u'INT_EQUAL_-1204267749'), ('const-16', u'INT_ADD_-1204267752')]
null
null
002754f0
x64
O2
(translation_unit "undefined1 [16] FUN_002754f0(long param_1,long *param_2)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n undefined1 auVar6 [16];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n lVar3 = 0;\n if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }\nLAB_00275547:\n auVar6._8_8_ = lVar3;\n auVar6._0_8_ = lVar1;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_002754f0(long param_1,long *param_2)" identifier ( (ERROR "long param_1,long *" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *))) (type_descriptor "param_2" type_identifier) )) ; (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n undefined1 auVar6 [16];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n lVar3 = 0;\n if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }\nLAB_00275547:\n auVar6._8_8_ = lVar3;\n auVar6._0_8_ = lVar1;\n return auVar6;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }" { (expression_statement "lVar3 = param_1 + 8;" (assignment_expression "lVar3 = param_1 + 8" identifier = (binary_expression "param_1 + 8" identifier + number_literal)) ;) (labeled_statement "LAB_00275554:\n lVar1 = 0;" statement_identifier : (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;)) (if_statement "if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;" if (parenthesized_expression "(*(long *)(param_1 + 0x18) == lVar3)" ( (binary_expression "*(long *)(param_1 + 0x18) == lVar3" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == identifier) )) (goto_statement "goto LAB_00275547;" goto statement_identifier ;)) (expression_statement "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);" (assignment_expression "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" identifier = (call_expression "thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" identifier (argument_list "(lVar3,param_2,lVar3)" ( identifier , identifier , identifier )))) ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar2 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar1 + 0x20)" identifier = (pointer_expression "*(long *)(lVar1 + 0x20)" * (cast_expression "(long *)(lVar1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" identifier = identifier) ;) }) (else_clause "else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" else (compound_statement "{\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" { (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);" do (compound_statement "{\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n }" { (expression_statement "lVar3 = lVar1;" (assignment_expression "lVar3 = lVar1" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(lVar3 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x20)" identifier = (pointer_expression "*(long *)(lVar3 + 0x20)" * (cast_expression "(long *)(lVar3 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" else (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x18);\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" identifier = (pointer_expression "*(long *)(lVar3 + 0x18)" * (cast_expression "(long *)(lVar3 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) ))))) ;) }))) }) while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) ;) (expression_statement "lVar1 = lVar3;" (assignment_expression "lVar1 = lVar3" identifier = identifier) ;) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" identifier = identifier) ;) (if_statement "if (lVar4 < lVar2) goto LAB_00275554;" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (goto_statement "goto LAB_00275554;" goto statement_identifier ;)) }))) (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" identifier = number_literal) ;) (if_statement "if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }" if (parenthesized_expression "(lVar2 < lVar4)" ( (binary_expression "lVar2 < lVar4" identifier < identifier) )) (compound_statement "{\n lVar1 = 0;\n lVar3 = lVar5;\n }" { (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (expression_statement "lVar3 = lVar5;" (assignment_expression "lVar3 = lVar5" identifier = identifier) ;) })) (labeled_statement "LAB_00275547:\n auVar6._8_8_ = lVar3;" statement_identifier : (expression_statement "auVar6._8_8_ = lVar3;" (assignment_expression "auVar6._8_8_ = lVar3" (field_expression "auVar6._8_8_" identifier . field_identifier) = identifier) ;)) (expression_statement "auVar6._0_8_ = lVar1;" (assignment_expression "auVar6._0_8_ = lVar1" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) }))
(translation_unit "/* DWARF original prototype: pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*>\n _M_get_insert_unique_pos(_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n * this, key_type.conflict * __k) */\n\npair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> __thiscall\nstd::\n_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n::_M_get_insert_unique_pos\n (_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n *this,key_type_conflict *__k)\n\n{\n _Rb_tree_node_base *p_Var1;\n long lVar2;\n _Rb_tree_node_base *p_Var3;\n long lVar4;\n _Rb_tree_node_base *p_Var5;\n pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> pVar6;\n \n p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent;\n if (p_Var1 == (_Rb_tree_node_base *)0x0) {\n p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;\nLAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;\n if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;\n p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);\n lVar4 = *__k;\n lVar2 = *(long *)(p_Var1 + 1);\n p_Var5 = p_Var3;\n }\n else {\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n p_Var3 = (_Rb_tree_node_base *)0x0;\n if (lVar2 < lVar4) {\n p_Var1 = (_Rb_tree_node_base *)0x0;\n p_Var3 = p_Var5;\n }\nLAB_00275547:\n pVar6.second = p_Var3;\n pVar6.first = p_Var1;\n return pVar6;\n}\n\n" comment (ERROR "pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*>" (binary_expression "pair<std" identifier < identifier) : : (binary_expression "_Rb_tree_node_base*,_std" identifier * (ERROR "," ,) identifier) : : identifier * >) (function_definition "__thiscall\nstd::\n_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n::_M_get_insert_unique_pos\n (_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n *this,key_type_conflict *__k)\n\n{\n _Rb_tree_node_base *p_Var1;\n long lVar2;\n _Rb_tree_node_base *p_Var3;\n long lVar4;\n _Rb_tree_node_base *p_Var5;\n pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> pVar6;\n \n p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent;\n if (p_Var1 == (_Rb_tree_node_base *)0x0) {\n p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;\nLAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;\n if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;\n p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);\n lVar4 = *__k;\n lVar2 = *(long *)(p_Var1 + 1);\n p_Var5 = p_Var3;\n }\n else {\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n p_Var3 = (_Rb_tree_node_base *)0x0;\n if (lVar2 < lVar4) {\n p_Var1 = (_Rb_tree_node_base *)0x0;\n p_Var3 = p_Var5;\n }\nLAB_00275547:\n pVar6.second = p_Var3;\n pVar6.first = p_Var1;\n return pVar6;\n}" (ms_call_modifier "__thiscall" __thiscall) type_identifier (ERROR "::\n_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n::" : : identifier < identifier , identifier : : identifier < identifier , identifier : : identifier < identifier , identifier > identifier > , identifier : : identifier < identifier : : identifier < identifier , identifier : : identifier < identifier , identifier > identifier > identifier > , identifier : : identifier < identifier > , identifier : : identifier < identifier : : identifier < identifier , identifier : : identifier < identifier , identifier > identifier > identifier > identifier > : :) (function_declarator "_M_get_insert_unique_pos\n (_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n *this,key_type_conflict *__k)" identifier (parameter_list "(_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n *this,key_type_conflict *__k)" ( (parameter_declaration "_Rb_tree<long_int" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "_std::pair<long_int_const" type_identifier (ERROR "::pair<" : : identifier <) identifier) , (parameter_declaration "_std::pair<unsigned_int" type_identifier (ERROR "::pair<" : : identifier <) identifier) , (parameter_declaration "_long_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_std::_Select1st<std::pair<long_int_const" type_identifier (ERROR "::_Select1st<std::pair<" : : identifier < identifier : : identifier <) identifier) , (parameter_declaration "_std::pair<unsigned_int" type_identifier (ERROR "::pair<" : : identifier <) identifier) , (parameter_declaration "_long_int>_>_" type_identifier (ERROR ">_>" > identifier >) identifier) (ERROR ">" >) , (parameter_declaration "_std::less<long_int" type_identifier (ERROR "::less<" : : identifier <) identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<long_int_const" type_identifier (ERROR "::allocator<std::pair<" : : identifier < identifier : : identifier <) identifier) , (parameter_declaration "_std::pair<unsigned_int" type_identifier (ERROR "::pair<" : : identifier <) identifier) , (parameter_declaration "_long_int>_>_>_>\n *this" type_identifier (ERROR ">_>_>_>" > identifier > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "key_type_conflict *__k" type_identifier (pointer_declarator "*__k" * identifier)) ))) (compound_statement "{\n _Rb_tree_node_base *p_Var1;\n long lVar2;\n _Rb_tree_node_base *p_Var3;\n long lVar4;\n _Rb_tree_node_base *p_Var5;\n pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> pVar6;\n \n p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent;\n if (p_Var1 == (_Rb_tree_node_base *)0x0) {\n p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;\nLAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;\n if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;\n p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);\n lVar4 = *__k;\n lVar2 = *(long *)(p_Var1 + 1);\n p_Var5 = p_Var3;\n }\n else {\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n p_Var3 = (_Rb_tree_node_base *)0x0;\n if (lVar2 < lVar4) {\n p_Var1 = (_Rb_tree_node_base *)0x0;\n p_Var3 = p_Var5;\n }\nLAB_00275547:\n pVar6.second = p_Var3;\n pVar6.first = p_Var1;\n return pVar6;\n}" { (declaration "_Rb_tree_node_base *p_Var1;" type_identifier (pointer_declarator "*p_Var1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "_Rb_tree_node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "_Rb_tree_node_base *p_Var5;" type_identifier (pointer_declarator "*p_Var5" * identifier) ;) (ERROR "pair<std::_Rb_tree_node_base*,_std::" (binary_expression "pair<std" identifier < identifier) : : (binary_expression "_Rb_tree_node_base*,_std" identifier * (ERROR "," ,) identifier) : :) (expression_statement "_Rb_tree_node_base*> pVar6;" (binary_expression "_Rb_tree_node_base*> pVar6" identifier * (ERROR ">" >) identifier) ;) (expression_statement "p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent;" (assignment_expression "p_Var1 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent" identifier = (field_expression "(this->_M_impl).super__Rb_tree_header._M_header._M_parent" (field_expression "(this->_M_impl).super__Rb_tree_header._M_header" (field_expression "(this->_M_impl).super__Rb_tree_header" (parenthesized_expression "(this->_M_impl)" ( (field_expression "this->_M_impl" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (p_Var1 == (_Rb_tree_node_base *)0x0) {\n p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;\nLAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;\n if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;\n p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);\n lVar4 = *__k;\n lVar2 = *(long *)(p_Var1 + 1);\n p_Var5 = p_Var3;\n }\n else {\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" if (parenthesized_expression "(p_Var1 == (_Rb_tree_node_base *)0x0)" ( (binary_expression "p_Var1 == (_Rb_tree_node_base *)0x0" identifier == (cast_expression "(_Rb_tree_node_base *)0x0" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;\nLAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;\n if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;\n p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);\n lVar4 = *__k;\n lVar2 = *(long *)(p_Var1 + 1);\n p_Var5 = p_Var3;\n }" { (expression_statement "p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header;" (assignment_expression "p_Var3 = &(this->_M_impl).super__Rb_tree_header._M_header" identifier = (pointer_expression "&(this->_M_impl).super__Rb_tree_header._M_header" & (field_expression "(this->_M_impl).super__Rb_tree_header._M_header" (field_expression "(this->_M_impl).super__Rb_tree_header" (parenthesized_expression "(this->_M_impl)" ( (field_expression "this->_M_impl" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (labeled_statement "LAB_00275554:\n p_Var1 = (_Rb_tree_node_base *)0x0;" statement_identifier : (expression_statement "p_Var1 = (_Rb_tree_node_base *)0x0;" (assignment_expression "p_Var1 = (_Rb_tree_node_base *)0x0" identifier = (cast_expression "(_Rb_tree_node_base *)0x0" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (if_statement "if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3) goto LAB_00275547;" if (parenthesized_expression "((this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3)" ( (binary_expression "(this->_M_impl).super__Rb_tree_header._M_header._M_left == p_Var3" (field_expression "(this->_M_impl).super__Rb_tree_header._M_header._M_left" (field_expression "(this->_M_impl).super__Rb_tree_header._M_header" (field_expression "(this->_M_impl).super__Rb_tree_header" (parenthesized_expression "(this->_M_impl)" ( (field_expression "this->_M_impl" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) == identifier) )) (goto_statement "goto LAB_00275547;" goto statement_identifier ;)) (expression_statement "p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3);" (assignment_expression "p_Var1 = (_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3)" identifier = (cast_expression "(_Rb_tree_node_base *)_Rb_tree_decrement(p_Var3)" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "_Rb_tree_decrement(p_Var3)" identifier (argument_list "(p_Var3)" ( identifier ))))) ;) (expression_statement "lVar4 = *__k;" (assignment_expression "lVar4 = *__k" identifier = (pointer_expression "*__k" * identifier)) ;) (expression_statement "lVar2 = *(long *)(p_Var1 + 1);" (assignment_expression "lVar2 = *(long *)(p_Var1 + 1)" identifier = (pointer_expression "*(long *)(p_Var1 + 1)" * (cast_expression "(long *)(p_Var1 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var1 + 1)" ( (binary_expression "p_Var1 + 1" identifier + number_literal) ))))) ;) (expression_statement "p_Var5 = p_Var3;" (assignment_expression "p_Var5 = p_Var3" identifier = identifier) ;) }) (else_clause "else {\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" else (compound_statement "{\n lVar4 = *__k;\n do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);\n p_Var1 = p_Var3;\n p_Var5 = p_Var3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" { (expression_statement "lVar4 = *__k;" (assignment_expression "lVar4 = *__k" identifier = (pointer_expression "*__k" * identifier)) ;) (do_statement "do {\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n } while (p_Var1 != (_Base_ptr)0x0);" do (compound_statement "{\n p_Var3 = p_Var1;\n lVar2 = *(long *)(p_Var3 + 1);\n if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }\n }" { (expression_statement "p_Var3 = p_Var1;" (assignment_expression "p_Var3 = p_Var1" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(p_Var3 + 1);" (assignment_expression "lVar2 = *(long *)(p_Var3 + 1)" identifier = (pointer_expression "*(long *)(p_Var3 + 1)" * (cast_expression "(long *)(p_Var3 + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var3 + 1)" ( (binary_expression "p_Var3 + 1" identifier + number_literal) ))))) ;) (if_statement "if (lVar4 < lVar2) {\n p_Var1 = p_Var3->_M_left;\n }\n else {\n p_Var1 = p_Var3->_M_right;\n }" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (compound_statement "{\n p_Var1 = p_Var3->_M_left;\n }" { (expression_statement "p_Var1 = p_Var3->_M_left;" (assignment_expression "p_Var1 = p_Var3->_M_left" identifier = (field_expression "p_Var3->_M_left" identifier -> field_identifier)) ;) }) (else_clause "else {\n p_Var1 = p_Var3->_M_right;\n }" else (compound_statement "{\n p_Var1 = p_Var3->_M_right;\n }" { (expression_statement "p_Var1 = p_Var3->_M_right;" (assignment_expression "p_Var1 = p_Var3->_M_right" identifier = (field_expression "p_Var3->_M_right" identifier -> field_identifier)) ;) }))) }) while (parenthesized_expression "(p_Var1 != (_Base_ptr)0x0)" ( (binary_expression "p_Var1 != (_Base_ptr)0x0" identifier != (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) ;) (expression_statement "p_Var1 = p_Var3;" (assignment_expression "p_Var1 = p_Var3" identifier = identifier) ;) (expression_statement "p_Var5 = p_Var3;" (assignment_expression "p_Var5 = p_Var3" identifier = identifier) ;) (if_statement "if (lVar4 < lVar2) goto LAB_00275554;" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (goto_statement "goto LAB_00275554;" goto statement_identifier ;)) }))) (expression_statement "p_Var3 = (_Rb_tree_node_base *)0x0;" (assignment_expression "p_Var3 = (_Rb_tree_node_base *)0x0" identifier = (cast_expression "(_Rb_tree_node_base *)0x0" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (lVar2 < lVar4) {\n p_Var1 = (_Rb_tree_node_base *)0x0;\n p_Var3 = p_Var5;\n }" if (parenthesized_expression "(lVar2 < lVar4)" ( (binary_expression "lVar2 < lVar4" identifier < identifier) )) (compound_statement "{\n p_Var1 = (_Rb_tree_node_base *)0x0;\n p_Var3 = p_Var5;\n }" { (expression_statement "p_Var1 = (_Rb_tree_node_base *)0x0;" (assignment_expression "p_Var1 = (_Rb_tree_node_base *)0x0" identifier = (cast_expression "(_Rb_tree_node_base *)0x0" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "p_Var3 = p_Var5;" (assignment_expression "p_Var3 = p_Var5" identifier = identifier) ;) })) (labeled_statement "LAB_00275547:\n pVar6.second = p_Var3;" statement_identifier : (expression_statement "pVar6.second = p_Var3;" (assignment_expression "pVar6.second = p_Var3" (field_expression "pVar6.second" identifier . field_identifier) = identifier) ;)) (expression_statement "pVar6.first = p_Var1;" (assignment_expression "pVar6.first = p_Var1" (field_expression "pVar6.first" identifier . field_identifier) = identifier) ;) (return_statement "return pVar6;" return identifier ;) })))
(translation_unit "undefined1 [16] FUN_002754f0(long param_1,long *param_2)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n undefined1 auVar6 [16];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n lVar3 = 0;\n if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }\nLAB_00275547:\n auVar6._8_8_ = lVar3;\n auVar6._0_8_ = lVar1;\n return auVar6;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_002754f0(long param_1,long *param_2)" identifier ( (ERROR "long param_1,long *" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *))) (type_descriptor "param_2" type_identifier) )) ; (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n undefined1 auVar6 [16];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n lVar3 = 0;\n if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }\nLAB_00275547:\n auVar6._8_8_ = lVar3;\n auVar6._0_8_ = lVar1;\n return auVar6;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 auVar6 [16];" type_identifier (array_declarator "auVar6 [16]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }" { (expression_statement "lVar3 = param_1 + 8;" (assignment_expression "lVar3 = param_1 + 8" identifier = (binary_expression "param_1 + 8" identifier + number_literal)) ;) (labeled_statement "LAB_00275554:\n lVar1 = 0;" statement_identifier : (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;)) (if_statement "if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;" if (parenthesized_expression "(*(long *)(param_1 + 0x18) == lVar3)" ( (binary_expression "*(long *)(param_1 + 0x18) == lVar3" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == identifier) )) (goto_statement "goto LAB_00275547;" goto statement_identifier ;)) (expression_statement "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);" (assignment_expression "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" identifier = (call_expression "thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" identifier (argument_list "(lVar3,param_2,lVar3)" ( identifier , identifier , identifier )))) ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar2 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar1 + 0x20)" identifier = (pointer_expression "*(long *)(lVar1 + 0x20)" * (cast_expression "(long *)(lVar1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" identifier = identifier) ;) }) (else_clause "else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" else (compound_statement "{\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" { (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (do_statement "do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);" do (compound_statement "{\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n }" { (expression_statement "lVar3 = lVar1;" (assignment_expression "lVar3 = lVar1" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(lVar3 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x20)" identifier = (pointer_expression "*(long *)(lVar3 + 0x20)" * (cast_expression "(long *)(lVar3 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" identifier = (pointer_expression "*(long *)(lVar3 + 0x10)" * (cast_expression "(long *)(lVar3 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" else (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x18);\n }" { (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" identifier = (pointer_expression "*(long *)(lVar3 + 0x18)" * (cast_expression "(long *)(lVar3 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) ))))) ;) }))) }) while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) ;) (expression_statement "lVar1 = lVar3;" (assignment_expression "lVar1 = lVar3" identifier = identifier) ;) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" identifier = identifier) ;) (if_statement "if (lVar4 < lVar2) goto LAB_00275554;" if (parenthesized_expression "(lVar4 < lVar2)" ( (binary_expression "lVar4 < lVar2" identifier < identifier) )) (goto_statement "goto LAB_00275554;" goto statement_identifier ;)) }))) (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" identifier = number_literal) ;) (if_statement "if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }" if (parenthesized_expression "(lVar2 < lVar4)" ( (binary_expression "lVar2 < lVar4" identifier < identifier) )) (compound_statement "{\n lVar1 = 0;\n lVar3 = lVar5;\n }" { (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" identifier = number_literal) ;) (expression_statement "lVar3 = lVar5;" (assignment_expression "lVar3 = lVar5" identifier = identifier) ;) })) (labeled_statement "LAB_00275547:\n auVar6._8_8_ = lVar3;" statement_identifier : (expression_statement "auVar6._8_8_ = lVar3;" (assignment_expression "auVar6._8_8_ = lVar3" (field_expression "auVar6._8_8_" identifier . field_identifier) = identifier) ;)) (expression_statement "auVar6._0_8_ = lVar1;" (assignment_expression "auVar6._0_8_ = lVar1" (field_expression "auVar6._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar6;" return identifier ;) }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (ERROR (type_descriptor (sized_type_specifier long TYPE)) , (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *))) (type_descriptor TYPE) )) ; (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;)) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (return_statement return IDENT ;) }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_002754f0(long param_1,long *param_2)" (identifier "FUN_002754f0") (( "(") (ERROR "long param_1,long *" (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) (, ",") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*")))) (type_descriptor "param_2" (type_identifier "param_2")) () ")")) (; "") (compound_statement "{\n long lVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n long lVar5;\n undefined1 auVar6 [16];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }\n lVar3 = 0;\n if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }\nLAB_00275547:\n auVar6._8_8_ = lVar3;\n auVar6._0_8_ = lVar1;\n return auVar6;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined1 auVar6 [16];" (type_identifier "undefined1") (array_declarator "auVar6 [16]" (identifier "auVar6") ([ "[") (number_literal "16") (] "]")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }\n else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar3 = param_1 + 8;\nLAB_00275554:\n lVar1 = 0;\n if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;\n lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);\n lVar4 = *param_2;\n lVar2 = *(long *)(lVar1 + 0x20);\n lVar5 = lVar3;\n }" ({ "{") (expression_statement "lVar3 = param_1 + 8;" (assignment_expression "lVar3 = param_1 + 8" (identifier "lVar3") (= "=") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8"))) (; ";")) (labeled_statement "LAB_00275554:\n lVar1 = 0;" (statement_identifier "LAB_00275554") (: ":") (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" (identifier "lVar1") (= "=") (number_literal "0")) (; ";"))) (if_statement "if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547;" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x18) == lVar3)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) == lVar3" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (identifier "lVar3")) () ")")) (goto_statement "goto LAB_00275547;" (goto "goto") (statement_identifier "LAB_00275547") (; ";"))) (expression_statement "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3);" (assignment_expression "lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" (identifier "lVar1") (= "=") (call_expression "thunk_FUN_002a3ce0(lVar3,param_2,lVar3)" (identifier "thunk_FUN_002a3ce0") (argument_list "(lVar3,param_2,lVar3)" (( "(") (identifier "lVar3") (, ",") (identifier "param_2") (, ",") (identifier "lVar3") () ")")))) (; ";")) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" (identifier "lVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "lVar2 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar1 + 0x20)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar1 + 0x20)" (* "*") (cast_expression "(long *)(lVar1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" (identifier "lVar5") (= "=") (identifier "lVar3")) (; ";")) (} "}")) (else_clause "else {\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" (else "else") (compound_statement "{\n lVar4 = *param_2;\n lVar1 = *(long *)(param_1 + 0x10);\n do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);\n lVar1 = lVar3;\n lVar5 = lVar3;\n if (lVar4 < lVar2) goto LAB_00275554;\n }" ({ "{") (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" (identifier "lVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "lVar1 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar1 = *(long *)(param_1 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (do_statement "do {\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n } while (lVar1 != 0);" (do "do") (compound_statement "{\n lVar3 = lVar1;\n lVar2 = *(long *)(lVar3 + 0x20);\n if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }\n }" ({ "{") (expression_statement "lVar3 = lVar1;" (assignment_expression "lVar3 = lVar1" (identifier "lVar3") (= "=") (identifier "lVar1")) (; ";")) (expression_statement "lVar2 = *(long *)(lVar3 + 0x20);" (assignment_expression "lVar2 = *(long *)(lVar3 + 0x20)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar3 + 0x20)" (* "*") (cast_expression "(long *)(lVar3 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if (lVar4 < lVar2) {\n lVar1 = *(long *)(lVar3 + 0x10);\n }\n else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" (if "if") (parenthesized_expression "(lVar4 < lVar2)" (( "(") (binary_expression "lVar4 < lVar2" (identifier "lVar4") (< "<") (identifier "lVar2")) () ")")) (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x10);\n }" ({ "{") (expression_statement "lVar1 = *(long *)(lVar3 + 0x10);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x10)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar3 + 0x10)" (* "*") (cast_expression "(long *)(lVar3 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n lVar1 = *(long *)(lVar3 + 0x18);\n }" (else "else") (compound_statement "{\n lVar1 = *(long *)(lVar3 + 0x18);\n }" ({ "{") (expression_statement "lVar1 = *(long *)(lVar3 + 0x18);" (assignment_expression "lVar1 = *(long *)(lVar3 + 0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(lVar3 + 0x18)" (* "*") (cast_expression "(long *)(lVar3 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (} "}")))) (} "}")) (while "while") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "lVar1 = lVar3;" (assignment_expression "lVar1 = lVar3" (identifier "lVar1") (= "=") (identifier "lVar3")) (; ";")) (expression_statement "lVar5 = lVar3;" (assignment_expression "lVar5 = lVar3" (identifier "lVar5") (= "=") (identifier "lVar3")) (; ";")) (if_statement "if (lVar4 < lVar2) goto LAB_00275554;" (if "if") (parenthesized_expression "(lVar4 < lVar2)" (( "(") (binary_expression "lVar4 < lVar2" (identifier "lVar4") (< "<") (identifier "lVar2")) () ")")) (goto_statement "goto LAB_00275554;" (goto "goto") (statement_identifier "LAB_00275554") (; ";"))) (} "}")))) (expression_statement "lVar3 = 0;" (assignment_expression "lVar3 = 0" (identifier "lVar3") (= "=") (number_literal "0")) (; ";")) (if_statement "if (lVar2 < lVar4) {\n lVar1 = 0;\n lVar3 = lVar5;\n }" (if "if") (parenthesized_expression "(lVar2 < lVar4)" (( "(") (binary_expression "lVar2 < lVar4" (identifier "lVar2") (< "<") (identifier "lVar4")) () ")")) (compound_statement "{\n lVar1 = 0;\n lVar3 = lVar5;\n }" ({ "{") (expression_statement "lVar1 = 0;" (assignment_expression "lVar1 = 0" (identifier "lVar1") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar3 = lVar5;" (assignment_expression "lVar3 = lVar5" (identifier "lVar3") (= "=") (identifier "lVar5")) (; ";")) (} "}"))) (labeled_statement "LAB_00275547:\n auVar6._8_8_ = lVar3;" (statement_identifier "LAB_00275547") (: ":") (expression_statement "auVar6._8_8_ = lVar3;" (assignment_expression "auVar6._8_8_ = lVar3" (field_expression "auVar6._8_8_" (identifier "auVar6") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "lVar3")) (; ";"))) (expression_statement "auVar6._0_8_ = lVar1;" (assignment_expression "auVar6._0_8_ = lVar1" (field_expression "auVar6._0_8_" (identifier "auVar6") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "lVar1")) (; ";")) (return_statement "return auVar6;" (return "return") (identifier "auVar6") (; ";")) (} "}"))
/* DWARF original prototype: pair<std::_Rb_tree_node_base*,_std::_Rb_tree_node_base*> _M_get_insert_unique_pos(_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_> * this, key_type.conflict * __k) */ pair<type_1::type_6*,type_3::type_6*> __thiscall type_1:: type_2<long_int,type_3::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>,type_3::_Select1st<type_1::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>_>,type_3::less<long_int>,type_3::allocator<type_1::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>_>_> ::function_1 (type_2<long_int,type_3::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>,type_3::_Select1st<type_1::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>_>,type_3::less<long_int>,type_3::allocator<type_1::pair<long_int_const,type_3::pair<unsigned_int,type_4>_>_>_> *this,type_5 *__k) { type_6 *var_2; long var_6; type_6 *var_3; long var_5; type_6 *p_Var5; pair<type_1::type_6*,type_3::type_6*> var_1; var_2 = (this->_M_impl).super__Rb_tree_header._M_header._M_parent; if (var_2 == (type_6 *)0x0) { var_3 = &(this->_M_impl).super__Rb_tree_header._M_header; LAB_00275554: var_2 = (type_6 *)0x0; if ((this->_M_impl).super__Rb_tree_header._M_header._M_left == var_3) goto LAB_00275547; var_2 = (type_6 *)var_4(var_3); var_5 = *__k; var_6 = *(long *)(var_2 + 1); p_Var5 = var_3; } else { var_5 = *__k; do { var_3 = var_2; var_6 = *(long *)(var_3 + 1); if (var_5 < var_6) { var_2 = var_3->_M_left; } else { var_2 = var_3->_M_right; } } while (var_2 != (type_7)0x0); var_2 = var_3; p_Var5 = var_3; if (var_5 < var_6) goto LAB_00275554; } var_3 = (type_6 *)0x0; if (var_6 < var_5) { var_2 = (type_6 *)0x0; var_3 = p_Var5; } LAB_00275547: var_1.second = var_3; var_1.first = var_2; return var_1; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) (ERROR (type_descriptor type: (sized_type_specifier type: (type_identifier))) (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator))) type: (type_descriptor type: (type_identifier))) (MISSING ";") (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier))))
null
undefined1 [16] MASKED(long param_1,long *param_2) { long lVar1; long lVar2; long lVar3; long lVar4; long lVar5; undefined1 auVar6 [16]; if (*(long *)(param_1 + 0x10) == 0) { lVar3 = param_1 + 8; LAB_00275554: lVar1 = 0; if (*(long *)(param_1 + 0x18) == lVar3) goto LAB_00275547; lVar1 = thunk_FUN_002a3ce0(lVar3,param_2,lVar3); lVar4 = *param_2; lVar2 = *(long *)(lVar1 + 0x20); lVar5 = lVar3; } else { lVar4 = *param_2; lVar1 = *(long *)(param_1 + 0x10); do { lVar3 = lVar1; lVar2 = *(long *)(lVar3 + 0x20); if (lVar4 < lVar2) { lVar1 = *(long *)(lVar3 + 0x10); } else { lVar1 = *(long *)(lVar3 + 0x18); } } while (lVar1 != 0); lVar1 = lVar3; lVar5 = lVar3; if (lVar4 < lVar2) goto LAB_00275554; } lVar3 = 0; if (lVar2 < lVar4) { lVar1 = 0; lVar3 = lVar5; } LAB_00275547: auVar6._8_8_ = lVar3; auVar6._0_8_ = lVar1; return auVar6; }
192_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c
copy_relocations_in_section
FUN_00108b90
void copy_relocations_in_section(bfd *ibfd,sec_ptr isection,void *obfdarg) { reloc_cache_entry **pprVar1; bfd_section *pbVar2; bfd_symbol *pbVar3; bfd_boolean bVar4; int iVar5; section_list *psVar6; long lVar7; code *UNRECOVERED_JUMPTABLE; reloc_cache_entry **__ptr; reloc_cache_entry **__ptr_00; char *format; reloc_cache_entry **pprVar8; ulong uVar9; bVar4 = skip_section(ibfd,isection,0); if (bVar4 == 0) { pbVar2 = isection->output_section; if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) && (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) { lVar7 = bfd_get_reloc_upper_bound(ibfd,isection); if (lVar7 < 0) { if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) { status = 1; format = (char *)0x0; LAB_00108cb0: bfd_nonfatal_message((char *)0x0,ibfd,isection,format); return; } } else if (lVar7 != 0) { __ptr_00 = isection->orelocation; if (__ptr_00 == (reloc_cache_entry **)0x0) { __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7); uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp); if ((long)uVar9 < 0) { status = 1; format = (char *)dcgettext(0,"relocation count is negative",5); goto LAB_00108cb0; } } else { uVar9 = (ulong)isection->reloc_count; } __ptr = __ptr_00; if (strip_symbols == STRIP_ALL) { __ptr = (reloc_cache_entry **)xmalloc(lVar7); if (uVar9 == 0) { if (isection->orelocation == (reloc_cache_entry **)0x0) { free(__ptr_00); UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278); } else { UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278); } goto LAB_00108c59; } pprVar1 = __ptr_00 + uVar9; uVar9 = 0; pprVar8 = __ptr_00; do { if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) && (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) && (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) { __ptr[uVar9] = *pprVar8; uVar9 = uVar9 + 1; } pprVar8 = pprVar8 + 1; } while (pprVar1 != pprVar8); if (isection->orelocation == (reloc_cache_entry **)0x0) { free(__ptr_00); } } UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278); if (uVar9 != 0) { /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff); return; } LAB_00108c59: (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0); pbVar2->flags = pbVar2->flags & 0xfffffffb; free(__ptr); return; } } (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0); pbVar2->flags = pbVar2->flags & 0xfffffffb; } return; }
void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3) { undefined8 *puVar1; long lVar2; int iVar3; long lVar4; code *UNRECOVERED_JUMPTABLE; undefined8 *__ptr; undefined8 *__ptr_00; undefined8 uVar5; undefined8 *puVar6; ulong uVar7; iVar3 = FUN_001087b0(param_1,param_2,0); if (iVar3 == 0) { lVar2 = param_2[0xd]; if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) && (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) { lVar4 = bfd_get_reloc_upper_bound(param_1,param_2); if (lVar4 < 0) { if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) { DAT_0012cb24 = 1; uVar5 = 0; LAB_00108cb0: FUN_0011c0d0(0,param_1,param_2,uVar5); return; } } else if (lVar4 != 0) { __ptr_00 = (undefined8 *)param_2[0x10]; if (__ptr_00 == (undefined8 *)0x0) { __ptr_00 = (undefined8 *)xmalloc(lVar4); uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40); if ((long)uVar7 < 0) { DAT_0012cb24 = 1; uVar5 = dcgettext(0,"relocation count is negative",5); goto LAB_00108cb0; } } else { uVar7 = (ulong)*(uint *)(param_2 + 0x11); } __ptr = __ptr_00; if (DAT_0012cb0c == 7) { __ptr = (undefined8 *)xmalloc(lVar4); if (uVar7 == 0) { if (param_2[0x10] == 0) { free(__ptr_00); UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); } else { UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); } goto LAB_00108c59; } puVar1 = __ptr_00 + uVar7; uVar7 = 0; puVar6 = __ptr_00; do { if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) && (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) { __ptr[uVar7] = *puVar6; uVar7 = uVar7 + 1; } puVar6 = puVar6 + 1; } while (puVar1 != puVar6); if (param_2[0x10] == 0) { free(__ptr_00); } } UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); if (uVar7 != 0) { /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff); return; } LAB_00108c59: (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0); *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb; free(__ptr); return; } } (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0); *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb; } return; }
PUSH R15 PUSH R14 PUSH R13 MOV R13,RDI PUSH R12 PUSH RBP MOV RBP,RSI PUSH RBX MOV RBX,RDX XOR EDX,EDX SUB RSP,0x18 CALL 0x001087b0 TEST EAX,EAX JNZ 0x00108bf9 MOVZX EAX,byte ptr [RBX + 0x44] MOV R12,qword ptr [RBP + 0x68] AND EAX,0x7 CMP AL,0x3 JZ 0x00108bdf CMP dword ptr [0x0012cb0c],0x6 JZ 0x00108bdf MOV RDI,qword ptr [RBP] XOR ESI,ESI MOV EDX,0x80 CALL 0x00107360 TEST RAX,RAX JZ 0x00108c10 MOV RAX,qword ptr [RBX + 0x8] XOR ECX,ECX XOR EDX,EDX MOV RSI,R12 MOV RDI,RBX CALL qword ptr [RAX + 0x278] AND dword ptr [R12 + 0x20],0xfffffffb ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RSI,RBP MOV RDI,R13 CALL 0x00104880 MOV R14,RAX TEST RAX,RAX JS 0x00108c90 JZ 0x00108bdf MOV R8,qword ptr [RBP + 0x80] TEST R8,R8 JZ 0x00108d7d MOV R15D,dword ptr [RBP + 0x88] CMP dword ptr [0x0012cb0c],0x7 JZ 0x00108ce9 MOV RAX,qword ptr [RBX + 0x8] MOV RAX,qword ptr [RAX + 0x278] TEST R15,R15 JNZ 0x00108ccd MOV qword ptr [RSP],R8 MOV RDI,RBX MOV RSI,R12 XOR ECX,ECX XOR EDX,EDX CALL RAX AND dword ptr [R12 + 0x20],0xfffffffb MOV R8,qword ptr [RSP] ADD RSP,0x18 POP RBX POP RBP MOV RDI,R8 POP R12 POP R13 POP R14 POP R15 JMP 0x00104920 CMP RAX,-0x1 JNZ 0x00108ca4 CALL 0x00104350 CMP EAX,0x5 JZ 0x00108bdf MOV dword ptr [0x0012cb24],0x1 XOR ECX,ECX ADD RSP,0x18 MOV RDX,RBP MOV RSI,R13 XOR EDI,EDI POP RBX XOR EAX,EAX POP RBP POP R12 POP R13 POP R14 POP R15 JMP 0x0011c0d0 ADD RSP,0x18 MOV ECX,R15D MOV RSI,R12 MOV RDI,RBX MOV RDX,R8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 JMP RAX MOV RDI,R14 MOV qword ptr [RSP],R8 CALL 0x00104370 TEST R15,R15 MOV R8,qword ptr [RSP] MOV qword ptr [RSP + 0x8],RAX JZ 0x00108de5 LEA R14,[R8 + R15*0x8] MOV R13,R8 XOR R15D,R15D NOP dword ptr [RAX] MOV RAX,qword ptr [R13] MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x00108d60 MOV RAX,qword ptr [RAX] TEST RAX,RAX JZ 0x00108d60 MOV RDI,qword ptr [RAX + 0x8] MOV RSI,qword ptr [0x0012ca58] MOV qword ptr [RSP],R8 CALL 0x00108290 MOV R8,qword ptr [RSP] TEST EAX,EAX JZ 0x00108d60 MOV RAX,qword ptr [R13] MOV RCX,qword ptr [RSP + 0x8] MOV qword ptr [RCX + R15*0x8],RAX ADD R15,0x1 NOP dword ptr [RAX] ADD R13,0x8 CMP R14,R13 JNZ 0x00108d18 CMP qword ptr [RBP + 0x80],0x0 JZ 0x00108dd3 MOV R8,qword ptr [RSP + 0x8] JMP 0x00108c49 MOV RDI,RAX CALL 0x00104370 MOV RCX,qword ptr [0x0012cb40] MOV RSI,RBP MOV RDI,R13 MOV RDX,RAX MOV qword ptr [RSP],RAX CALL 0x001047f0 MOV R8,qword ptr [RSP] TEST RAX,RAX MOV R15,RAX JNS 0x00108c3c MOV EDX,0x5 XOR EDI,EDI LEA RSI,[0x11e137] MOV dword ptr [0x0012cb24],0x1 CALL 0x00104240 MOV RCX,RAX JMP 0x00108cb0 MOV RDI,R8 CALL 0x00104920 MOV R8,qword ptr [RSP + 0x8] JMP 0x00108c49 CMP qword ptr [RBP + 0x80],0x0 JZ 0x00108e04 MOV RAX,qword ptr [RBX + 0x8] MOV R8,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RAX + 0x278] JMP 0x00108c59 MOV RDI,R8 CALL 0x00104920 MOV RAX,qword ptr [RBX + 0x8] MOV R8,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RAX + 0x278] JMP 0x00108c59
null
null
null
null
[(u'MULTIEQUAL_-1206939074', u'MULTIEQUAL_-1206939065'), ('const-8', u'PTRSUB_-1206938479'), (u'INDIRECT_-1206938584', u'MULTIEQUAL_-1206938969'), (u'MULTIEQUAL_-1206938825', u'MULTIEQUAL_-1206938755'), ('tmp_1343', u'CBRANCH_-1206939783'), (u'CALL_-1206940192', u'INDIRECT_-1206939015'), ('tmp_1875', u'CALLIND_-1206940535'), (u'LOAD_-1206939878', u'STORE_-1206939860'), (u'CALL_-1206939592', u'INDIRECT_-1206938537'), (u'INDIRECT_-1206938918', u'COPY_-1206938971'), (u'LOAD_-1206940344', u'CALLIND_-1206940052'), ('const-433', u'LOAD_-1206940386'), (u'COPY_-1206938406', u'CALL_-1206939604'), (u'INT_EQUAL_-1206940362', u'CBRANCH_-1206940356'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938886'), ('tmp_1874', u'PTRSUB_-1206938847'), ('tmp_683', u'CBRANCH_-1206940319'), (u'MULTIEQUAL_-1206939074', u'COPY_-1206939134'), (u'INT_ADD_-1206939837', u'MULTIEQUAL_-1206939045'), (u'INDIRECT_-1206938637', u'MULTIEQUAL_-1206938895'), ('const-32', u'PTRSUB_-1206938684'), (u'CALL_-1206939713', u'CAST_-1206938392'), (u'INDIRECT_-1206939152', u'MULTIEQUAL_-1206939070'), (u'CALL_-1206939834', u'INT_NOTEQUAL_-1206939818'), ('const-433', u'LOAD_-1206939618'), (u'LOAD_-1206940685', u'CALLIND_-1206940535'), (u'INDIRECT_-1206939139', u'MULTIEQUAL_-1206939102'), (u'INDIRECT_-1206939041', u'MULTIEQUAL_-1206939070'), ('const-4294967291', u'INT_AND_-1206940246'), (u'CAST_-1206938237', u'LOAD_-1206939575'), (u'INDIRECT_-1206939105', u'MULTIEQUAL_-1206938936'), ('tmp_599', u'CBRANCH_-1206940391'), (u'CALL_-1206940192', u'INDIRECT_-1206938951'), ('const-4294967295', u'INT_AND_-1206939427'), (u'LOAD_-1206940545', u'CALLIND_-1206940535'), (u'LOAD_-1206940386', u'INT_ZEXT_-1206939390'), (u'INT_EQUAL_-1206940696', u'CBRANCH_-1206940694'), (u'MULTIEQUAL_-1206939546', u'CALLIND_-1206940272'), (u'LOAD_-1206939973', u'PTRSUB_-1206938503'), (u'CAST_-1206938533', u'MULTIEQUAL_-1206939353'), (u'INDIRECT_-1206938616', u'MULTIEQUAL_-1206939001'), ('const-433', u'STORE_-1206940528'), ('const-8', u'PTRADD_-1206938526'), (u'INT_ADD_-1206939559', u'CAST_-1206938237'), (u'CALL_-1206939592', u'INDIRECT_-1206938633'), (u'MULTIEQUAL_-1206939361', u'CALL_-1206939672'), (u'LOAD_-1206940415', u'INT_EQUAL_-1206940393'), (u'INDIRECT_-1206939184', u'MULTIEQUAL_-1206939074'), ('tmp_1875', u'CALLIND_-1206940272'), (u'CALLIND_-1206940272', u'INDIRECT_-1206939045'), (u'CALL_-1206939899', u'INDIRECT_-1206938740'), ('tmp_1874', u'CALL_-1206940439'), (u'MULTIEQUAL_-1206938969', u'MULTIEQUAL_-1206938951'), (u'INT_NOTEQUAL_-1206940637', u'CBRANCH_-1206940632'), (u'INDIRECT_-1206938954', u'COPY_-1206939003'), (u'INT_EQUAL_-1206939641', u'CBRANCH_-1206939634'), ('const-433', u'STORE_-1206939860'), (u'PTRSUB_-1206938423', u'LOAD_-1206939805'), ('tmp_1753', u'CBRANCH_-1206939841'), ('tmp_1042', u'CBRANCH_-1206940008'), (u'INT_NOTEQUAL_-1206940321', u'CBRANCH_-1206940319'), (u'INDIRECT_-1206938913', u'MULTIEQUAL_-1206938857'), (u'INDIRECT_-1206938817', u'MULTIEQUAL_-1206938951'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939165'), (u'PTRSUB_-1206938805', u'STORE_-1206940528'), ('const-5', u'INT_NOTEQUAL_-1206939818'), (u'MULTIEQUAL_-1206938761', u'MULTIEQUAL_-1206938691'), ('tmp_639', u'CBRANCH_-1206940356'), (u'INT_NOTEQUAL_-1206939818', u'CBRANCH_-1206939817'), (u'INDIRECT_-1206939137', u'MULTIEQUAL_-1206939074'), (u'CALL_-1206939899', u'INDIRECT_-1206938772'), (u'INT_NOTEQUAL_-1206940652', u'CBRANCH_-1206940652'), (u'INDIRECT_-1206938976', u'MULTIEQUAL_-1206938936'), (u'CALL_-1206939713', u'INDIRECT_-1206938773'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939101'), ('const-128', u'PTRSUB_-1206938298'), ('const-632', u'INT_ADD_-1206939559'), ('const-0', u'INT_EQUAL_-1206940393'), (u'CALL_-1206940601', u'INDIRECT_-1206939107'), (u'MULTIEQUAL_-1206939042', u'INT_EQUAL_-1206940362'), (u'INT_EQUAL_-1206940393', u'CBRANCH_-1206940391'), (u'CALLIND_-1206940272', u'INDIRECT_-1206938949'), (u'INT_ADD_-1206939602', u'CAST_-1206938263'), (u'MULTIEQUAL_-1206939361', u'COPY_-1206938776'), (u'STORE_-1206940269', u'INDIRECT_-1206938971'), (u'CALL_-1206939592', u'INDIRECT_-1206938569'), ('const-433', u'LOAD_-1206940685'), ('const-433', u'LOAD_-1206940545'), (u'INDIRECT_-1206938601', u'MULTIEQUAL_-1206939015'), ('const-433', u'LOAD_-1206939805'), (u'INDIRECT_-1206939216', u'INT_NOTEQUAL_-1206940637'), ('const-0', u'INT_NOTEQUAL_-1206940420'), ('const-8', u'PTRADD_-1206938450'), (u'CALL_-1206939672', u'INDIRECT_-1206938680'), (u'CALL_-1206939834', u'INDIRECT_-1206938912'), (u'LOAD_-1206939618', u'MULTIEQUAL_-1206939546'), (u'INDIRECT_-1206939090', u'MULTIEQUAL_-1206939074'), ('const-433', u'LOAD_-1206940344'), (u'INDIRECT_-1206938951', u'COPY_-1206939008'), ('const-0', u'INT_NOTEQUAL_-1206939928'), (u'MULTIEQUAL_-1206938857', u'MULTIEQUAL_-1206938787'), (u'INDIRECT_-1206938976', u'MULTIEQUAL_-1206939134'), (u'STORE_-1206940528', u'INDIRECT_-1206939058'), (u'LOAD_-1206940685', u'CALLIND_-1206940052'), (u'CALL_-1206939899', u'INT_NOTEQUAL_-1206939878'), (u'CAST_-1206938780', u'LOAD_-1206940545'), (u'CALL_-1206939604', u'INDIRECT_-1206938701'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938854'), (u'CAST_-1206938247', u'LOAD_-1206939590'), (u'CALL_-1206939604', u'INDIRECT_-1206938637'), (u'LOAD_-1206940351', u'INT_ADD_-1206940328'), (u'INDIRECT_-1206938836', u'MULTIEQUAL_-1206938787'), (u'INT_NOTEQUAL_-1206939844', u'CBRANCH_-1206939841'), ('tmp_1407', u'CBRANCH_-1206939634'), ('tmp_1874', u'PTRSUB_-1206938754'), (u'INDIRECT_-1206939184', u'MULTIEQUAL_-1206939102'), ('const-433', u'LOAD_-1206939926'), (u'COPY_-1206938572', u'MULTIEQUAL_-1206939136'), (u'PTRSUB_-1206938868', u'LOAD_-1206940685'), ('tmp_1791', u'CBRANCH_-1206939817'), (u'INDIRECT_-1206939152', u'MULTIEQUAL_-1206939042'), ('tmp_1307', u'CBRANCH_-1206939806'), ('const-433', u'LOAD_-1206940272'), ('tmp_1875', u'CALLIND_-1206940052'), (u'INDIRECT_-1206938680', u'MULTIEQUAL_-1206939065'), (u'PTRADD_-1206938450', u'STORE_-1206939860'), ('const-0', u'CALL_-1206939800'), (u'CALL_-1206939604', u'INDIRECT_-1206938669'), ('tmp_1873', u'CALL_-1206940710'), ('const-8', u'INT_ADD_-1206939574'), (u'CAST_-1206938533', u'PTRADD_-1206938450'), (u'INDIRECT_-1206938912', u'MULTIEQUAL_-1206939070'), (u'INDIRECT_-1206938858', u'COPY_-1206938907'), (u'INDIRECT_-1206938913', u'MULTIEQUAL_-1206939047'), ('const-0', u'INT_SLESS_-1206940420'), (u'MULTIEQUAL_-1206939010', u'MULTIEQUAL_-1206939001'), (u'INDIRECT_-1206938822', u'COPY_-1206938875'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939069'), (u'STORE_-1206940269', u'INDIRECT_-1206938939'), ('const-632', u'INT_ADD_-1206940328'), (u'CALL_-1206940601', u'INT_EQUAL_-1206940587'), (u'LOAD_-1206939967', u'LOAD_-1206939947'), (u'CAST_-1206938320', u'MULTIEQUAL_-1206939406'), (u'COPY_-1206939814', u'MULTIEQUAL_-1206938895'), ('const-0', u'PTRSUB_-1206938503'), (u'MULTIEQUAL_-1206939106', u'COPY_-1206939166'), (u'INDIRECT_-1206938605', u'MULTIEQUAL_-1206938863'), (u'MULTIEQUAL_-1206939322', u'INT_AND_-1206939427'), (u'COPY_-1206939490', u'MULTIEQUAL_-1206939406'), (u'LOAD_-1206940685', u'CALLIND_-1206940272'), (u'CALL_-1206940439', u'INDIRECT_-1206939073'), (u'PTRSUB_-1206938805', u'LOAD_-1206940531'), (u'INDIRECT_-1206938569', u'MULTIEQUAL_-1206938983'), ('tmp_1372', u'BRANCH_-1206939661'), (u'INT_AND_-1206940505', u'STORE_-1206940528'), (u'INT_ADD_-1206939574', u'CAST_-1206938247'), ('const-0', u'RETURN_-1206940456'), ('tmp_1199', u'CBRANCH_-1206939878'), ('const-68', u'INT_ADD_-1206940677'), (u'INDIRECT_-1206938740', u'MULTIEQUAL_-1206938691'), (u'LOAD_-1206940415', u'MULTIEQUAL_-1206939361'), (u'INDIRECT_-1206939137', u'MULTIEQUAL_-1206939166'), ('tmp_1874', u'PTRSUB_-1206938298'), ('const-632', u'INT_ADD_-1206939602'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938822'), ('const-0', u'COPY_-1206939187'), (u'MULTIEQUAL_-1206938857', u'CALL_-1206939899'), (u'LOAD_-1206939947', u'PTRSUB_-1206938479'), (u'INDIRECT_-1206939216', u'MULTIEQUAL_-1206939106'), ('const-6', u'INT_NOTEQUAL_-1206940637'), (u'CALL_-1206940439', u'INDIRECT_-1206939137'), (u'INDIRECT_-1206938854', u'COPY_-1206938907'), ('tmp_1874', u'PTRSUB_-1206938423'), ('const-7', u'INT_EQUAL_-1206940362'), ('tmp_1873', u'CALL_-1206939679'), (u'CALL_-1206939713', u'INDIRECT_-1206938677'), (u'INDIRECT_-1206939137', u'MULTIEQUAL_-1206938968'), (u'LOAD_-1206940632', u'CALL_-1206940601'), (u'INDIRECT_-1206938881', u'MULTIEQUAL_-1206938825'), (u'INT_AND_-1206939302', u'INT_NOTEQUAL_-1206940652'), (u'PTRSUB_-1206938684', u'STORE_-1206940269'), (u'INDIRECT_-1206938701', u'MULTIEQUAL_-1206938959'), (u'PTRSUB_-1206938737', u'LOAD_-1206940386'), (u'INDIRECT_-1206939015', u'COPY_-1206939072'), ('tmp_1433', u'BRANCH_-1206939607'), (u'MULTIEQUAL_-1206939333', u'INT_EQUAL_-1206940024'), (u'CALL_-1206940038', u'INDIRECT_-1206938881'), (u'INDIRECT_-1206938849', u'MULTIEQUAL_-1206938793'), (u'CAST_-1206938392', u'MULTIEQUAL_-1206939361'), ('const-433', u'STORE_-1206940269'), (u'INDIRECT_-1206939171', u'MULTIEQUAL_-1206939134'), ('const-0', u'INT_NOTEQUAL_-1206939948'), (u'CALL_-1206940439', u'CALL_-1206939713'), ('const-104', u'PTRSUB_-1206938868'), (u'LOAD_-1206939656', u'INT_EQUAL_-1206939641'), (u'MULTIEQUAL_-1206938787', u'MULTIEQUAL_-1206939065'), ('const-0', u'CALL_-1206940601'), (u'STORE_-1206940528', u'INDIRECT_-1206939122'), (u'STORE_-1206940528', u'INDIRECT_-1206939154'), (u'MULTIEQUAL_-1206939136', u'LOAD_-1206939878'), (u'PTRSUB_-1206938298', u'LOAD_-1206939656'), (u'CAST_-1206938273', u'LOAD_-1206939633'), (u'CAST_-1206938693', u'INT_ADD_-1206940335'), (u'CALL_-1206939679', u'INDIRECT_-1206938715'), ('tmp_1468', u'BRANCH_-1206939564'), (u'LOAD_-1206939947', u'INT_NOTEQUAL_-1206939928'), (u'CALL_-1206939672', u'INDIRECT_-1206938648'), ('tmp_1875', u'CAST_-1206938274'), (u'INDIRECT_-1206938715', u'MULTIEQUAL_-1206939042'), (u'MULTIEQUAL_-1206939361', u'CALL_-1206939592'), (u'CALL_-1206940601', u'INDIRECT_-1206939203'), ('tmp_1577', u'BRANCH_-1206939597'), (u'MULTIEQUAL_-1206938755', u'MULTIEQUAL_-1206938825'), (u'MULTIEQUAL_-1206939333', u'MULTIEQUAL_-1206939322'), (u'INDIRECT_-1206938669', u'MULTIEQUAL_-1206938927'), (u'INT_ADD_-1206940677', u'CAST_-1206938855'), (u'INDIRECT_-1206938747', u'MULTIEQUAL_-1206939074'), (u'CALL_-1206940192', u'INDIRECT_-1206938983'), ('const-1171767', u'COPY_-1206938406'), ('const-433', u'LOAD_-1206939947'), (u'PTRSUB_-1206938479', u'LOAD_-1206939926'), (u'LOAD_-1206940685', u'PTRSUB_-1206938805'), (u'MULTIEQUAL_-1206939042', u'MULTIEQUAL_-1206939033'), ('const-0', u'COPY_-1206939490'), (u'CAST_-1206938274', u'INT_ADD_-1206939617'), ('tmp_1875', u'CAST_-1206938248'), (u'MULTIEQUAL_-1206939353', u'MULTIEQUAL_-1206939334'), ('tmp_1874', u'CALL_-1206939679'), ('tmp_1875', u'CAST_-1206938693'), (u'CALL_-1206939800', u'INDIRECT_-1206938858'), (u'LOAD_-1206940584', u'INT_ADD_-1206940529'), ('const-0', u'INT_EQUAL_-1206940696'), (u'MULTIEQUAL_-1206939136', u'LOAD_-1206939973'), (u'MULTIEQUAL_-1206938691', u'MULTIEQUAL_-1206938969'), ('const-433', u'LOAD_-1206939973'), (u'INT_EQUAL_-1206939790', u'CBRANCH_-1206939783'), (u'STORE_-1206940269', u'INDIRECT_-1206939035'), ('tmp_1874', u'CALL_-1206939800'), (u'MULTIEQUAL_-1206939065', u'MULTIEQUAL_-1206939047'), (u'CAST_-1206938855', u'LOAD_-1206940693'), (u'COPY_-1206938776', u'MULTIEQUAL_-1206939353'), (u'MULTIEQUAL_-1206938691', u'MULTIEQUAL_-1206938761'), (u'LOAD_-1206940531', u'INT_AND_-1206940505'), ('const-128', u'CALL_-1206940601'), ('const-0', u'INT_EQUAL_-1206939790'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938918'), (u'CAST_-1206938796', u'INT_ADD_-1206940568'), (u'INDIRECT_-1206939154', u'MULTIEQUAL_-1206939138'), (u'MULTIEQUAL_-1206939116', u'MULTIEQUAL_-1206939045'), (u'CALL_-1206939679', u'INDIRECT_-1206938747'), (u'INDIRECT_-1206939008', u'MULTIEQUAL_-1206939166'), (u'LOAD_-1206939967', u'INT_NOTEQUAL_-1206939948'), (u'STORE_-1206939860', u'INDIRECT_-1206938802'), (u'MULTIEQUAL_-1206938723', u'MULTIEQUAL_-1206939001'), ('const-0', u'INT_SLESS_-1206939658'), (u'INDIRECT_-1206939107', u'MULTIEQUAL_-1206939070'), (u'CALL_-1206939679', u'INDIRECT_-1206938651'), (u'INDIRECT_-1206938651', u'MULTIEQUAL_-1206938978'), (u'CALL_-1206940038', u'CAST_-1206938533'), (u'INT_NOTEQUAL_-1206940420', u'CBRANCH_-1206940416'), (u'CALL_-1206939899', u'INDIRECT_-1206938836'), ('const-8', u'INT_ADD_-1206940568'), (u'CAST_-1206938392', u'CALL_-1206939679'), (u'STORE_-1206940528', u'INDIRECT_-1206939090'), ('tmp_565', u'CBRANCH_-1206940416'), (u'MULTIEQUAL_-1206939116', u'INT_ADD_-1206939837'), (u'MULTIEQUAL_-1206938787', u'MULTIEQUAL_-1206938857'), (u'INDIRECT_-1206939216', u'MULTIEQUAL_-1206939134'), (u'CAST_-1206938533', u'MULTIEQUAL_-1206939334'), (u'CALL_-1206939800', u'INDIRECT_-1206938890'), (u'INT_NOTEQUAL_-1206939948', u'CBRANCH_-1206939947'), ('const-1', u'COPY_-1206939814'), (u'CALL_-1206940439', u'INT_SLESS_-1206940420'), (u'CALL_-1206940439', u'INT_NOTEQUAL_-1206940420'), ('const-0', u'CALLIND_-1206940272'), ('tmp_563', u'CBRANCH_-1206940419'), (u'MULTIEQUAL_-1206938978', u'MULTIEQUAL_-1206938969'), (u'CALL_-1206940601', u'INDIRECT_-1206939139'), (u'CALL_-1206940439', u'CALL_-1206940038'), (u'MULTIEQUAL_-1206939353', u'CALLIND_-1206940052'), (u'INDIRECT_-1206939105', u'MULTIEQUAL_-1206939134'), ('const-433', u'LOAD_-1206939656'), (u'INDIRECT_-1206938706', u'MULTIEQUAL_-1206938691'), ('const-5', u'CALL_-1206939604'), (u'MULTIEQUAL_-1206938755', u'MULTIEQUAL_-1206939033'), (u'INDIRECT_-1206938772', u'MULTIEQUAL_-1206938723'), ('tmp_1114', u'CBRANCH_-1206939947'), (u'MULTIEQUAL_-1206939334', u'CALL_-1206940192'), (u'CALL_-1206939679', u'CAST_-1206938357'), ('const-433', u'LOAD_-1206939878'), (u'CALL_-1206939713', u'INDIRECT_-1206938741'), ('const-1', u'RETURN_-1206939727'), ('const-0', u'INT_EQUAL_-1206940024'), (u'CAST_-1206938692', u'LOAD_-1206940351'), ('const-433', u'LOAD_-1206940693'), (u'CALLIND_-1206940272', u'INDIRECT_-1206939013'), ('const-433', u'LOAD_-1206939575'), (u'STORE_-1206939860', u'INDIRECT_-1206938738'), (u'INT_AND_-1206940246', u'STORE_-1206940269'), (u'INDIRECT_-1206938919', u'COPY_-1206938976'), (u'CALL_-1206940710', u'INDIRECT_-1206939216'), (u'MULTIEQUAL_-1206939042', u'COPY_-1206939102'), (u'INT_AND_-1206939427', u'CALLIND_-1206940052'), (u'INT_SLESS_-1206939658', u'CBRANCH_-1206939652'), (u'INDIRECT_-1206939105', u'MULTIEQUAL_-1206939042'), (u'INDIRECT_-1206939248', u'MULTIEQUAL_-1206939166'), (u'INT_ADD_-1206940335', u'CAST_-1206938692'), (u'CALL_-1206940601', u'INDIRECT_-1206939171'), ('const-0', u'RETURN_-1206939796'), ('const-0', u'INT_NOTEQUAL_-1206940321'), (u'INDIRECT_-1206938881', u'MULTIEQUAL_-1206939015'), (u'INT_EQUAL_-1206940587', u'CBRANCH_-1206940585'), (u'MULTIEQUAL_-1206939138', u'COPY_-1206939198'), (u'PTRSUB_-1206938503', u'LOAD_-1206939967'), ('const-0', u'CALL_-1206939604'), (u'STORE_-1206939860', u'INDIRECT_-1206938770'), (u'CALL_-1206939679', u'MULTIEQUAL_-1206939333'), (u'INDIRECT_-1206939008', u'MULTIEQUAL_-1206938968'), ('const-3', u'INT_NOTEQUAL_-1206940652'), (u'CALL_-1206939672', u'INDIRECT_-1206938616'), (u'CALL_-1206939604', u'CAST_-1206938320'), (u'MULTIEQUAL_-1206938793', u'MULTIEQUAL_-1206938723'), (u'INDIRECT_-1206939041', u'MULTIEQUAL_-1206938872'), (u'LOAD_-1206939805', u'INT_EQUAL_-1206939790'), (u'INT_ADD_-1206940328', u'CAST_-1206938687'), ('const-0', u'CALLIND_-1206940535'), (u'CALL_-1206940038', u'INDIRECT_-1206938817'), (u'CALL_-1206940439', u'INDIRECT_-1206939041'), ('const-433', u'LOAD_-1206939633'), (u'PTRADD_-1206938434', u'INT_NOTEQUAL_-1206939808'), (u'INDIRECT_-1206938983', u'COPY_-1206939040'), (u'INDIRECT_-1206938886', u'COPY_-1206938939'), (u'LOAD_-1206940685', u'PTRSUB_-1206938684'), ('const-8', u'INT_ADD_-1206940335'), ('const-0', u'CALL_-1206940710'), (u'MULTIEQUAL_-1206938968', u'MULTIEQUAL_-1206938959'), (u'CALL_-1206940038', u'INDIRECT_-1206938913'), (u'INDIRECT_-1206938683', u'MULTIEQUAL_-1206939010'), (u'MULTIEQUAL_-1206939045', u'MULTIEQUAL_-1206939116'), (u'MULTIEQUAL_-1206939001', u'MULTIEQUAL_-1206938983'), ('tmp_1875', u'CAST_-1206938796'), ('tmp_1874', u'PTRSUB_-1206938868'), ('const-4294967291', u'INT_AND_-1206940505'), (u'CALL_-1206940710', u'INDIRECT_-1206939248'), (u'LOAD_-1206940344', u'MULTIEQUAL_-1206939546'), ('const-0', u'CALLIND_-1206940535'), (u'CALL_-1206940439', u'INDIRECT_-1206939105'), (u'INDIRECT_-1206938944', u'MULTIEQUAL_-1206939102'), (u'CALL_-1206940192', u'INDIRECT_-1206938919'), (u'INDIRECT_-1206938537', u'MULTIEQUAL_-1206938951'), ('const-8', u'PTRADD_-1206938434'), (u'CALL_-1206939713', u'INDIRECT_-1206938709'), (u'LOAD_-1206939590', u'INT_ADD_-1206939559'), ('const-128', u'PTRSUB_-1206938754'), (u'PTRSUB_-1206938754', u'LOAD_-1206940415'), (u'CALL_-1206939834', u'INDIRECT_-1206938944'), (u'CALL_-1206940710', u'INDIRECT_-1206939184'), (u'MULTIEQUAL_-1206939116', u'PTRADD_-1206938450'), (u'INDIRECT_-1206938849', u'MULTIEQUAL_-1206938983'), ('const-8', u'INT_ADD_-1206939617'), (u'MULTIEQUAL_-1206939361', u'COPY_-1206938572'), (u'MULTIEQUAL_-1206939406', u'CALL_-1206939800'), (u'INDIRECT_-1206939203', u'MULTIEQUAL_-1206939166'), (u'COPY_-1206939187', u'MULTIEQUAL_-1206939116'), ('const-0', u'INT_EQUAL_-1206939641'), (u'MULTIEQUAL_-1206939045', u'MULTIEQUAL_-1206939322'), (u'STORE_-1206940269', u'INDIRECT_-1206939003'), (u'INDIRECT_-1206938802', u'MULTIEQUAL_-1206938787'), (u'PTRADD_-1206938526', u'INT_NOTEQUAL_-1206939808'), (u'CAST_-1206938248', u'INT_ADD_-1206939574'), ('const-1', u'INT_ADD_-1206939837'), (u'PTRADD_-1206938434', u'MULTIEQUAL_-1206939136'), (u'CALL_-1206939834', u'INDIRECT_-1206938976'), (u'MULTIEQUAL_-1206939361', u'PTRADD_-1206938526'), (u'INDIRECT_-1206938817', u'MULTIEQUAL_-1206938761'), ('const-433', u'LOAD_-1206940531'), (u'INDIRECT_-1206938633', u'MULTIEQUAL_-1206939047'), ('tmp_1875', u'CAST_-1206938856'), ('tmp_1873', u'CALL_-1206939800'), (u'MULTIEQUAL_-1206939136', u'PTRADD_-1206938434'), ('tmp_212', u'CBRANCH_-1206940652'), ('const-128', u'PTRSUB_-1206938423'), (u'MULTIEQUAL_-1206938872', u'MULTIEQUAL_-1206938863'), (u'LOAD_-1206940693', u'INT_AND_-1206939302'), ('tmp_140', u'CBRANCH_-1206940694'), (u'INDIRECT_-1206939122', u'MULTIEQUAL_-1206939106'), (u'CALL_-1206940710', u'INT_EQUAL_-1206940696'), (u'INDIRECT_-1206938677', u'CALL_-1206939679'), (u'MULTIEQUAL_-1206939322', u'INT_NOTEQUAL_-1206940321'), (u'CALL_-1206939800', u'INDIRECT_-1206938954'), (u'INDIRECT_-1206939248', u'MULTIEQUAL_-1206939138'), ('tmp_1874', u'PTRSUB_-1206938737'), (u'INDIRECT_-1206939073', u'MULTIEQUAL_-1206939010'), (u'CALL_-1206939679', u'INDIRECT_-1206938683'), (u'CALL_-1206939899', u'INDIRECT_-1206938804'), ('tmp_1873', u'CALL_-1206940439'), ('const--1', u'INT_NOTEQUAL_-1206939844'), ('const-433', u'LOAD_-1206939590'), ('const-433', u'LOAD_-1206939967'), (u'CALL_-1206940710', u'INDIRECT_-1206939152'), (u'LOAD_-1206939926', u'CALL_-1206939899'), (u'INDIRECT_-1206939041', u'MULTIEQUAL_-1206938978'), (u'MULTIEQUAL_-1206938723', u'MULTIEQUAL_-1206938793'), (u'INT_EQUAL_-1206940024', u'CBRANCH_-1206940008'), ('const-433', u'LOAD_-1206940415'), (u'INT_ADD_-1206940529', u'CAST_-1206938780'), ('const-0', u'INT_EQUAL_-1206940587'), ('tmp_1533', u'CBRANCH_-1206939652'), (u'CALL_-1206939672', u'INDIRECT_-1206938584'), ('const-433', u'LOAD_-1206940632'), (u'PTRSUB_-1206938684', u'LOAD_-1206940272'), (u'PTRSUB_-1206938847', u'LOAD_-1206940632'), ('const-632', u'INT_ADD_-1206940529'), ('tmp_1874', u'CALL_-1206940710'), (u'INDIRECT_-1206938890', u'COPY_-1206938939'), (u'INDIRECT_-1206938922', u'COPY_-1206938971'), ('const-0', u'INT_NOTEQUAL_-1206939878'), ('const-32', u'PTRSUB_-1206938805'), (u'INT_SLESS_-1206940420', u'CBRANCH_-1206940419'), (u'INT_ADD_-1206939617', u'CAST_-1206938273'), (u'LOAD_-1206940272', u'INT_AND_-1206940246'), ('tmp_309', u'CBRANCH_-1206940585'), (u'MULTIEQUAL_-1206939033', u'MULTIEQUAL_-1206939015'), ('const-433', u'LOAD_-1206940351'), (u'CAST_-1206938856', u'INT_ADD_-1206940677'), (u'INDIRECT_-1206939073', u'MULTIEQUAL_-1206939102'), (u'CALL_-1206939834', u'INDIRECT_-1206939008'), (u'CAST_-1206938687', u'LOAD_-1206940344'), (u'CALLIND_-1206940272', u'INDIRECT_-1206938981'), ('const-136', u'PTRSUB_-1206938737'), (u'INDIRECT_-1206938912', u'MULTIEQUAL_-1206938872'), (u'CAST_-1206938795', u'LOAD_-1206940584'), ('const-1', u'COPY_-1206939623'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939133'), (u'CALL_-1206940439', u'INT_NOTEQUAL_-1206939844'), (u'INDIRECT_-1206938770', u'MULTIEQUAL_-1206938755'), ('tmp_242', u'CBRANCH_-1206940632'), (u'INDIRECT_-1206938648', u'MULTIEQUAL_-1206939033'), ('const-0', u'PTRSUB_-1206938847'), (u'INT_NOTEQUAL_-1206939928', u'CBRANCH_-1206939927'), (u'LOAD_-1206939633', u'INT_ADD_-1206939602'), ('const-7', u'INT_AND_-1206939302'), (u'INDIRECT_-1206938804', u'MULTIEQUAL_-1206938755'), (u'MULTIEQUAL_-1206938936', u'MULTIEQUAL_-1206938927'), (u'CALL_-1206939592', u'INDIRECT_-1206938601'), (u'INDIRECT_-1206938738', u'MULTIEQUAL_-1206938723'), (u'STORE_-1206939860', u'INDIRECT_-1206938706'), (u'INT_NOTEQUAL_-1206939808', u'CBRANCH_-1206939806'), (u'CAST_-1206938357', u'INT_SLESS_-1206939658'), (u'INT_ADD_-1206940568', u'CAST_-1206938795'), (u'CAST_-1206938263', u'LOAD_-1206939618'), ('const-0', u'CALLIND_-1206940272'), (u'CALL_-1206939800', u'INDIRECT_-1206938922'), ('const-433', u'LOAD_-1206940584'), (u'MULTIEQUAL_-1206939333', u'PTRADD_-1206938526'), ('const-0', u'RETURN_-1206940188'), (u'INT_ZEXT_-1206939390', u'MULTIEQUAL_-1206939333'), (u'CALL_-1206940038', u'INDIRECT_-1206938849'), (u'INT_NOTEQUAL_-1206939878', u'CBRANCH_-1206939878'), ('const-1', u'PTRADD_-1206938434'), (u'CALL_-1206939604', u'INDIRECT_-1206938605'), (u'LOAD_-1206939575', u'MULTIEQUAL_-1206939546'), (u'INDIRECT_-1206939058', u'MULTIEQUAL_-1206939042'), ('tmp_1145', u'CBRANCH_-1206939927')]
[('tmp_1343', u'CBRANCH_-1206939783'), (u'CALL_-1206940601', u'INDIRECT_-1206939117'), (u'CALLIND_-1206940272', u'INDIRECT_-1206939023'), ('const-433', u'STORE_-1206940269'), (u'INDIRECT_-1206938986', u'MULTIEQUAL_-1206939144'), (u'INDIRECT_-1206938864', u'COPY_-1206938917'), (u'LOAD_-1206939878', u'STORE_-1206939860'), ('const-433', u'LOAD_-1206940415'), (u'COPY_-1206938791', u'MULTIEQUAL_-1206939359'), (u'CALL_-1206939834', u'INDIRECT_-1206938954'), (u'LOAD_-1206940344', u'CALLIND_-1206940052'), (u'INDIRECT_-1206938891', u'MULTIEQUAL_-1206939025'), (u'CAST_-1206938674', u'STORE_-1206940269'), (u'INT_EQUAL_-1206940362', u'CBRANCH_-1206940356'), ('tmp_683', u'CBRANCH_-1206940319'), (u'CAST_-1206938811', u'LOAD_-1206940584'), (u'CAST_-1206938548', u'MULTIEQUAL_-1206939340'), ('const-8', u'PTRADD_-1206938464'), ('const-433', u'LOAD_-1206939973'), (u'INDIRECT_-1206938827', u'MULTIEQUAL_-1206938961'), (u'CALL_-1206939672', u'INDIRECT_-1206938594'), (u'CALL_-1206939834', u'INT_NOTEQUAL_-1206939818'), (u'LOAD_-1206940685', u'CALLIND_-1206940535'), (u'MULTIEQUAL_-1206939084', u'MULTIEQUAL_-1206939075'), (u'INT_ADD_-1206939910', u'CAST_-1206938482'), (u'INDIRECT_-1206938647', u'MULTIEQUAL_-1206938905'), ('const-4294967291', u'INT_AND_-1206940246'), ('const-0', u'COPY_-1206939493'), (u'MULTIEQUAL_-1206938797', u'MULTIEQUAL_-1206938867'), (u'CALL_-1206939604', u'INDIRECT_-1206938615'), ('tmp_599', u'CBRANCH_-1206940391'), (u'LOAD_-1206940685', u'INT_ADD_-1206940517'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938928'), (u'MULTIEQUAL_-1206938765', u'MULTIEQUAL_-1206939043'), (u'LOAD_-1206940545', u'CALLIND_-1206940535'), (u'CAST_-1206938253', u'LOAD_-1206939575'), (u'STORE_-1206939860', u'INDIRECT_-1206938716'), (u'CALL_-1206939800', u'INDIRECT_-1206938932'), (u'CALL_-1206940038', u'INDIRECT_-1206938891'), (u'INDIRECT_-1206938812', u'MULTIEQUAL_-1206938797'), (u'INT_EQUAL_-1206940696', u'CBRANCH_-1206940694'), (u'INDIRECT_-1206939213', u'MULTIEQUAL_-1206939176'), (u'INDIRECT_-1206939051', u'MULTIEQUAL_-1206939080'), (u'PTRADD_-1206938448', u'INT_NOTEQUAL_-1206939808'), (u'INDIRECT_-1206939147', u'MULTIEQUAL_-1206939084'), (u'LOAD_-1206939973', u'CAST_-1206938503'), (u'CALL_-1206940192', u'INDIRECT_-1206938961'), ('const-433', u'LOAD_-1206940632'), (u'MULTIEQUAL_-1206939339', u'MULTIEQUAL_-1206939328'), (u'CALL_-1206939672', u'INDIRECT_-1206938658'), (u'CALL_-1206940710', u'INDIRECT_-1206939162'), (u'STORE_-1206940269', u'INDIRECT_-1206938981'), ('const-8', u'INT_ADD_-1206939910'), ('const-5', u'CALL_-1206939604'), ('tmp_3965', u'CALL_-1206940710'), (u'STORE_-1206940528', u'INDIRECT_-1206939068'), ('const-433', u'LOAD_-1206940693'), (u'INDIRECT_-1206939083', u'MULTIEQUAL_-1206939112'), ('const-433', u'LOAD_-1206940344'), (u'STORE_-1206939860', u'INDIRECT_-1206938780'), (u'CALL_-1206939592', u'INDIRECT_-1206938579'), (u'INT_NOTEQUAL_-1206940637', u'CBRANCH_-1206940632'), (u'INT_EQUAL_-1206939641', u'CBRANCH_-1206939634'), (u'MULTIEQUAL_-1206939122', u'INT_ADD_-1206939837'), (u'CALL_-1206940192', u'INDIRECT_-1206939025'), ('tmp_1753', u'CBRANCH_-1206939841'), (u'INDIRECT_-1206939258', u'MULTIEQUAL_-1206939148'), ('tmp_1042', u'CBRANCH_-1206940008'), (u'INT_ADD_-1206940529', u'CAST_-1206938796'), (u'INT_NOTEQUAL_-1206940321', u'CBRANCH_-1206940319'), (u'MULTIEQUAL_-1206939328', u'INT_AND_-1206939430'), (u'INDIRECT_-1206938928', u'COPY_-1206938981'), ('const-433', u'LOAD_-1206940351'), ('const-1', u'PTRADD_-1206938448'), (u'PTRADD_-1206938750', u'CAST_-1206938736'), ('tmp_639', u'CBRANCH_-1206940356'), (u'LOAD_-1206940344', u'MULTIEQUAL_-1206939549'), (u'INT_NOTEQUAL_-1206939818', u'CBRANCH_-1206939817'), (u'MULTIEQUAL_-1206939043', u'MULTIEQUAL_-1206939025'), (u'INDIRECT_-1206938986', u'MULTIEQUAL_-1206938946'), (u'INT_NOTEQUAL_-1206940652', u'CBRANCH_-1206940652'), (u'LOAD_-1206939947', u'INT_ADD_-1206939910'), (u'CALL_-1206939679', u'CAST_-1206938372'), (u'CAST_-1206938407', u'CALL_-1206939679'), ('const-632', u'INT_ADD_-1206939559'), ('const-0', u'INT_EQUAL_-1206940393'), (u'INDIRECT_-1206938827', u'MULTIEQUAL_-1206938771'), (u'INDIRECT_-1206939083', u'MULTIEQUAL_-1206939020'), (u'INT_EQUAL_-1206940393', u'CBRANCH_-1206940391'), ('tmp_3970', u'CALLIND_-1206940535'), ('const-17', u'PTRADD_-1206938750'), (u'INDIRECT_-1206938814', u'MULTIEQUAL_-1206938765'), (u'CAST_-1206938789', u'LOAD_-1206940531'), (u'INDIRECT_-1206938725', u'MULTIEQUAL_-1206939052'), (u'STORE_-1206939860', u'INDIRECT_-1206938748'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939111'), ('tmp_3970', u'INT_ADD_-1206939617'), ('const-0', u'INT_NOTEQUAL_-1206940420'), (u'MULTIEQUAL_-1206938946', u'MULTIEQUAL_-1206938937'), (u'INDIRECT_-1206938929', u'COPY_-1206938986'), ('tmp_3970', u'CALLIND_-1206940052'), ('tmp_3970', u'INT_ADD_-1206940568'), (u'CAST_-1206938703', u'LOAD_-1206940344'), (u'INDIRECT_-1206938832', u'COPY_-1206938885'), (u'CALL_-1206940710', u'INDIRECT_-1206939194'), (u'MULTIEQUAL_-1206939339', u'PTRADD_-1206938539'), (u'CALL_-1206940601', u'INDIRECT_-1206939149'), (u'CALL_-1206939899', u'INDIRECT_-1206938814'), (u'MULTIEQUAL_-1206939367', u'COPY_-1206938791'), (u'INDIRECT_-1206938922', u'MULTIEQUAL_-1206938882'), (u'CALL_-1206939899', u'INDIRECT_-1206938750'), ('const-0', u'INT_NOTEQUAL_-1206939928'), (u'INDIRECT_-1206938780', u'MULTIEQUAL_-1206938765'), (u'MULTIEQUAL_-1206938701', u'MULTIEQUAL_-1206938979'), (u'LOAD_-1206940685', u'CALLIND_-1206940052'), (u'CALL_-1206939899', u'INT_NOTEQUAL_-1206939878'), (u'INDIRECT_-1206938896', u'COPY_-1206938949'), ('const-0', u'CALL_-1206940601'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939175'), (u'LOAD_-1206940351', u'INT_ADD_-1206940328'), ('tmp_3968', u'CALL_-1206939800'), (u'MULTIEQUAL_-1206938835', u'MULTIEQUAL_-1206938765'), (u'INT_NOTEQUAL_-1206939844', u'CBRANCH_-1206939841'), ('const-433', u'STORE_-1206939860'), ('tmp_1407', u'CBRANCH_-1206939634'), ('const-128', u'CALL_-1206940601'), (u'COPY_-1206939193', u'MULTIEQUAL_-1206939122'), ('const-433', u'LOAD_-1206939967'), (u'INDIRECT_-1206938748', u'MULTIEQUAL_-1206938733'), ('tmp_1791', u'CBRANCH_-1206939817'), ('const-0', u'COPY_-1206939193'), ('tmp_1307', u'CBRANCH_-1206939806'), (u'INDIRECT_-1206938923', u'MULTIEQUAL_-1206939057'), (u'INDIRECT_-1206939181', u'MULTIEQUAL_-1206939144'), (u'INDIRECT_-1206938711', u'MULTIEQUAL_-1206938969'), ('tmp_3968', u'CALL_-1206940710'), (u'INDIRECT_-1206938923', u'MULTIEQUAL_-1206938867'), ('tmp_3968', u'PTRADD_-1206938313'), (u'MULTIEQUAL_-1206939116', u'COPY_-1206939176'), (u'CALL_-1206940710', u'INDIRECT_-1206939226'), ('const-433', u'LOAD_-1206939618'), (u'STORE_-1206940269', u'INDIRECT_-1206939045'), (u'CALL_-1206939834', u'INDIRECT_-1206938922'), (u'STORE_-1206940269', u'INDIRECT_-1206938949'), (u'INDIRECT_-1206938868', u'COPY_-1206938917'), (u'MULTIEQUAL_-1206939339', u'INT_EQUAL_-1206940024'), ('const-8', u'INT_ADD_-1206939574'), (u'CALL_-1206939834', u'INDIRECT_-1206939018'), (u'INDIRECT_-1206939025', u'COPY_-1206939082'), (u'CAST_-1206938372', u'INT_SLESS_-1206939658'), ('const-0', u'INT_SLESS_-1206940420'), (u'CALL_-1206939713', u'CAST_-1206938407'), ('const-433', u'LOAD_-1206940584'), (u'MULTIEQUAL_-1206938771', u'MULTIEQUAL_-1206938701'), (u'INDIRECT_-1206939149', u'MULTIEQUAL_-1206939112'), (u'CALL_-1206939800', u'INDIRECT_-1206938964'), (u'MULTIEQUAL_-1206938867', u'MULTIEQUAL_-1206938797'), ('const-0', u'CALLIND_-1206940535'), ('const-632', u'INT_ADD_-1206940328'), ('const-0', u'INT_SLESS_-1206939658'), (u'CALL_-1206940601', u'INT_EQUAL_-1206940587'), (u'LOAD_-1206939967', u'LOAD_-1206939947'), (u'MULTIEQUAL_-1206939020', u'MULTIEQUAL_-1206939011'), (u'CALLIND_-1206940272', u'INDIRECT_-1206938991'), (u'COPY_-1206938416', u'CALL_-1206939604'), (u'MULTIEQUAL_-1206939367', u'PTRADD_-1206938539'), ('const-7', u'INT_EQUAL_-1206940362'), ('tmp_3970', u'CALLIND_-1206940272'), (u'CAST_-1206938407', u'MULTIEQUAL_-1206939367'), (u'LOAD_-1206940685', u'CALLIND_-1206940272'), ('tmp_1372', u'BRANCH_-1206939661'), (u'INT_AND_-1206940505', u'STORE_-1206940528'), (u'INDIRECT_-1206939258', u'MULTIEQUAL_-1206939176'), (u'MULTIEQUAL_-1206938988', u'MULTIEQUAL_-1206938979'), (u'INDIRECT_-1206938891', u'MULTIEQUAL_-1206938835'), (u'MULTIEQUAL_-1206939367', u'CALL_-1206939672'), (u'CALL_-1206939679', u'INDIRECT_-1206938661'), ('const-0', u'RETURN_-1206940456'), ('tmp_1199', u'CBRANCH_-1206939878'), ('const-68', u'INT_ADD_-1206940677'), (u'INT_ADD_-1206940335', u'CAST_-1206938708'), ('const-632', u'INT_ADD_-1206939602'), (u'INDIRECT_-1206939194', u'MULTIEQUAL_-1206939084'), (u'INDIRECT_-1206938547', u'MULTIEQUAL_-1206938961'), (u'CAST_-1206938548', u'MULTIEQUAL_-1206939359'), (u'INDIRECT_-1206938859', u'MULTIEQUAL_-1206938993'), ('tmp_3965', u'CALL_-1206939800'), (u'INT_ADD_-1206939837', u'MULTIEQUAL_-1206939051'), (u'INDIRECT_-1206939068', u'MULTIEQUAL_-1206939052'), (u'INDIRECT_-1206938993', u'COPY_-1206939050'), (u'INDIRECT_-1206939018', u'MULTIEQUAL_-1206939176'), (u'LOAD_-1206940632', u'CALL_-1206940601'), (u'INT_ADD_-1206939574', u'CAST_-1206938263'), ('tmp_3968', u'PTRADD_-1206938767'), (u'INDIRECT_-1206938961', u'COPY_-1206939018'), ('const-0', u'CALLIND_-1206940535'), ('const-433', u'LOAD_-1206940685'), ('const-0', u'CALL_-1206939604'), (u'INDIRECT_-1206938932', u'COPY_-1206938981'), (u'INDIRECT_-1206938922', u'MULTIEQUAL_-1206939080'), (u'CAST_-1206938755', u'MULTIEQUAL_-1206939367'), ('tmp_3968', u'PTRADD_-1206938750'), ('tmp_1433', u'BRANCH_-1206939607'), ('const-0', u'CALL_-1206940710'), (u'INDIRECT_-1206938611', u'MULTIEQUAL_-1206939025'), (u'MULTIEQUAL_-1206939328', u'INT_NOTEQUAL_-1206940321'), ('const-32', u'INT_ADD_-1206940258'), (u'MULTIEQUAL_-1206939142', u'LOAD_-1206939878'), ('const-433', u'LOAD_-1206939575'), ('const-8', u'PTRADD_-1206938313'), ('const-0', u'INT_NOTEQUAL_-1206939948'), (u'CALL_-1206940439', u'CALL_-1206939713'), (u'MULTIEQUAL_-1206938979', u'MULTIEQUAL_-1206938961'), ('const-433', u'LOAD_-1206939590'), (u'INDIRECT_-1206939115', u'MULTIEQUAL_-1206939052'), (u'CALL_-1206939672', u'INDIRECT_-1206938690'), (u'LOAD_-1206939656', u'INT_EQUAL_-1206939641'), (u'MULTIEQUAL_-1206939052', u'MULTIEQUAL_-1206939043'), (u'MULTIEQUAL_-1206939052', u'COPY_-1206939112'), (u'CALL_-1206939592', u'INDIRECT_-1206938547'), (u'COPY_-1206939493', u'MULTIEQUAL_-1206939409'), ('tmp_1468', u'BRANCH_-1206939564'), (u'CALL_-1206939713', u'INDIRECT_-1206938783'), (u'MULTIEQUAL_-1206938797', u'MULTIEQUAL_-1206939075'), (u'LOAD_-1206939947', u'INT_NOTEQUAL_-1206939928'), (u'INDIRECT_-1206938846', u'MULTIEQUAL_-1206938797'), (u'CALL_-1206939713', u'INDIRECT_-1206938751'), (u'MULTIEQUAL_-1206939051', u'MULTIEQUAL_-1206939328'), ('const-433', u'LOAD_-1206940531'), ('tmp_1577', u'BRANCH_-1206939597'), (u'CALL_-1206939834', u'INDIRECT_-1206938986'), (u'CAST_-1206938280', u'LOAD_-1206939618'), (u'MULTIEQUAL_-1206939367', u'CALL_-1206939592'), ('const-433', u'LOAD_-1206939947'), (u'CALL_-1206940038', u'INDIRECT_-1206938859'), (u'MULTIEQUAL_-1206939340', u'CALL_-1206940192'), ('const-1171767', u'COPY_-1206938416'), ('const-32', u'INT_ADD_-1206940517'), (u'CALL_-1206940038', u'CAST_-1206938548'), (u'INDIRECT_-1206938661', u'MULTIEQUAL_-1206938988'), (u'LOAD_-1206940685', u'INT_ADD_-1206940258'), (u'CALL_-1206940439', u'INDIRECT_-1206939083'), (u'INT_ADD_-1206940328', u'CAST_-1206938703'), (u'INT_AND_-1206939310', u'INT_NOTEQUAL_-1206940652'), (u'MULTIEQUAL_-1206939549', u'CALLIND_-1206940272'), (u'LOAD_-1206940584', u'INT_ADD_-1206940529'), (u'MULTIEQUAL_-1206939122', u'PTRADD_-1206938464'), ('const-0', u'INT_EQUAL_-1206940696'), (u'INDIRECT_-1206938579', u'MULTIEQUAL_-1206938993'), (u'LOAD_-1206939575', u'MULTIEQUAL_-1206939549'), (u'CALL_-1206939899', u'INDIRECT_-1206938846'), ('const-433', u'LOAD_-1206939633'), (u'INDIRECT_-1206938964', u'COPY_-1206939013'), ('const-0', u'CALL_-1206939800'), ('const-433', u'LOAD_-1206939878'), (u'INT_EQUAL_-1206939790', u'CBRANCH_-1206939783'), (u'MULTIEQUAL_-1206939052', u'INT_EQUAL_-1206940362'), ('const-8', u'PTRADD_-1206938438'), (u'PTRADD_-1206938879', u'LOAD_-1206940685'), (u'LOAD_-1206940531', u'INT_AND_-1206940505'), (u'CALL_-1206939899', u'INDIRECT_-1206938782'), (u'CALL_-1206939592', u'INDIRECT_-1206938611'), ('const-13', u'PTRADD_-1206938879'), (u'LOAD_-1206939967', u'INT_NOTEQUAL_-1206939948'), ('const-16', u'PTRADD_-1206938767'), (u'MULTIEQUAL_-1206939142', u'PTRADD_-1206938448'), (u'INT_NOTEQUAL_-1206940420', u'CBRANCH_-1206940416'), ('const-8', u'INT_ADD_-1206940568'), (u'LOAD_-1206940693', u'INT_AND_-1206939310'), (u'INDIRECT_-1206939226', u'MULTIEQUAL_-1206939144'), (u'CALL_-1206940601', u'INDIRECT_-1206939181'), ('tmp_565', u'CBRANCH_-1206940416'), (u'CAST_-1206938796', u'LOAD_-1206940545'), (u'CALL_-1206939679', u'INDIRECT_-1206938725'), (u'INT_NOTEQUAL_-1206939948', u'CBRANCH_-1206939947'), ('const-1', u'COPY_-1206939814'), (u'CALL_-1206940439', u'INT_SLESS_-1206940420'), (u'CALL_-1206940439', u'INT_NOTEQUAL_-1206940420'), (u'LOAD_-1206939618', u'MULTIEQUAL_-1206939549'), (u'CALL_-1206940439', u'INDIRECT_-1206939051'), ('tmp_563', u'CBRANCH_-1206940419'), ('tmp_3968', u'LOAD_-1206940632'), (u'INDIRECT_-1206939147', u'MULTIEQUAL_-1206939176'), (u'INDIRECT_-1206939117', u'MULTIEQUAL_-1206939080'), (u'MULTIEQUAL_-1206938978', u'MULTIEQUAL_-1206938969'), (u'CALLIND_-1206940272', u'INDIRECT_-1206938959'), (u'CALL_-1206940439', u'CALL_-1206940038'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939079'), (u'STORE_-1206940528', u'INDIRECT_-1206939164'), (u'CAST_-1206938482', u'LOAD_-1206939926'), (u'INT_ADD_-1206939559', u'CAST_-1206938253'), (u'CALL_-1206940192', u'INDIRECT_-1206938929'), ('const-433', u'LOAD_-1206939926'), (u'CALL_-1206940192', u'INDIRECT_-1206938993'), ('const-0', u'INT_EQUAL_-1206939641'), (u'INDIRECT_-1206939194', u'MULTIEQUAL_-1206939112'), (u'MULTIEQUAL_-1206939367', u'COPY_-1206938587'), (u'LOAD_-1206940386', u'INT_ZEXT_-1206939396'), (u'PTRADD_-1206938448', u'MULTIEQUAL_-1206939142'), ('tmp_1114', u'CBRANCH_-1206939947'), (u'INT_AND_-1206939430', u'CALLIND_-1206940052'), (u'CALL_-1206940439', u'INDIRECT_-1206939115'), ('const-16', u'PTRADD_-1206938313'), (u'MULTIEQUAL_-1206939359', u'MULTIEQUAL_-1206939340'), (u'CAST_-1206938871', u'LOAD_-1206940693'), (u'INDIRECT_-1206938687', u'CALL_-1206939679'), ('tmp_3970', u'INT_ADD_-1206939574'), (u'MULTIEQUAL_-1206938733', u'MULTIEQUAL_-1206939011'), (u'CALL_-1206940038', u'INDIRECT_-1206938923'), ('const-1', u'RETURN_-1206939727'), ('const-0', u'INT_EQUAL_-1206940024'), (u'CALL_-1206940601', u'INDIRECT_-1206939213'), (u'INDIRECT_-1206938643', u'MULTIEQUAL_-1206939057'), (u'INT_AND_-1206940246', u'STORE_-1206940269'), (u'CALL_-1206939679', u'MULTIEQUAL_-1206939339'), ('tmp_3970', u'INT_ADD_-1206940677'), ('tmp_3965', u'CALL_-1206940439'), (u'INDIRECT_-1206938750', u'MULTIEQUAL_-1206938701'), ('const--1', u'INT_NOTEQUAL_-1206939844'), (u'INT_SLESS_-1206939658', u'CBRANCH_-1206939652'), (u'MULTIEQUAL_-1206939075', u'MULTIEQUAL_-1206939057'), ('tmp_3965', u'CALL_-1206939679'), ('const-433', u'STORE_-1206940528'), ('const-5', u'INT_NOTEQUAL_-1206939818'), (u'CALL_-1206939679', u'INDIRECT_-1206938693'), ('const-0', u'RETURN_-1206939796'), ('const-0', u'INT_NOTEQUAL_-1206940321'), ('tmp_3968', u'CALL_-1206939679'), (u'PTRADD_-1206938438', u'LOAD_-1206939805'), (u'MULTIEQUAL_-1206939359', u'CALLIND_-1206940052'), (u'INT_EQUAL_-1206940587', u'CBRANCH_-1206940585'), (u'CAST_-1206938503', u'LOAD_-1206939967'), (u'INT_ADD_-1206939617', u'CAST_-1206938290'), (u'INDIRECT_-1206938716', u'MULTIEQUAL_-1206938701'), ('const-433', u'LOAD_-1206939656'), (u'MULTIEQUAL_-1206938733', u'MULTIEQUAL_-1206938803'), ('const-4294967295', u'INT_AND_-1206939430'), (u'INT_ADD_-1206940677', u'CAST_-1206938871'), ('const-0', u'INT_EQUAL_-1206939790'), (u'LOAD_-1206939805', u'INT_EQUAL_-1206939790'), (u'CALL_-1206939713', u'INDIRECT_-1206938687'), (u'INDIRECT_-1206938679', u'MULTIEQUAL_-1206938937'), (u'CALL_-1206939800', u'INDIRECT_-1206938868'), (u'INDIRECT_-1206938658', u'MULTIEQUAL_-1206939043'), ('const-433', u'LOAD_-1206940545'), (u'COPY_-1206938587', u'MULTIEQUAL_-1206939142'), (u'CALLIND_-1206940272', u'INDIRECT_-1206939055'), (u'INT_ADD_-1206940258', u'CAST_-1206938674'), (u'INDIRECT_-1206939115', u'MULTIEQUAL_-1206939144'), (u'CALL_-1206940038', u'INDIRECT_-1206938827'), (u'CALL_-1206939604', u'INDIRECT_-1206938711'), (u'INDIRECT_-1206938954', u'MULTIEQUAL_-1206939112'), (u'INT_ADD_-1206940568', u'CAST_-1206938811'), ('const-8', u'INT_ADD_-1206940335'), (u'MULTIEQUAL_-1206939011', u'MULTIEQUAL_-1206938993'), (u'COPY_-1206939814', u'MULTIEQUAL_-1206938905'), (u'MULTIEQUAL_-1206939051', u'MULTIEQUAL_-1206939122'), (u'INDIRECT_-1206939051', u'MULTIEQUAL_-1206938988'), (u'MULTIEQUAL_-1206939409', u'CALL_-1206939800'), (u'CALL_-1206939604', u'MULTIEQUAL_-1206939409'), ('const-433', u'LOAD_-1206939805'), ('const-4294967291', u'INT_AND_-1206940505'), (u'INDIRECT_-1206939162', u'MULTIEQUAL_-1206939080'), (u'CAST_-1206938674', u'LOAD_-1206940272'), ('const-8', u'PTRADD_-1206938448'), (u'INDIRECT_-1206938693', u'MULTIEQUAL_-1206939020'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938896'), (u'INDIRECT_-1206938757', u'MULTIEQUAL_-1206939084'), (u'CALL_-1206940710', u'INDIRECT_-1206939258'), (u'MULTIEQUAL_-1206939142', u'LOAD_-1206939973'), (u'LOAD_-1206939590', u'INT_ADD_-1206939559'), (u'INDIRECT_-1206939132', u'MULTIEQUAL_-1206939116'), (u'CALL_-1206939679', u'INDIRECT_-1206938757'), (u'CALL_-1206939592', u'INDIRECT_-1206938643'), ('const-6', u'INT_NOTEQUAL_-1206940637'), (u'INT_ADD_-1206940517', u'CAST_-1206938789'), (u'INDIRECT_-1206939018', u'MULTIEQUAL_-1206938978'), (u'CAST_-1206938548', u'PTRADD_-1206938464'), ('const-8', u'INT_ADD_-1206939617'), (u'STORE_-1206939860', u'INDIRECT_-1206938812'), (u'MULTIEQUAL_-1206938867', u'CALL_-1206939899'), (u'INDIRECT_-1206938859', u'MULTIEQUAL_-1206938803'), (u'CALL_-1206939604', u'INDIRECT_-1206938647'), (u'MULTIEQUAL_-1206938701', u'MULTIEQUAL_-1206938771'), ('const-1', u'INT_ADD_-1206939837'), (u'INDIRECT_-1206938782', u'MULTIEQUAL_-1206938733'), ('const-16', u'PTRADD_-1206938438'), ('const-7', u'INT_AND_-1206939310'), (u'INT_ADD_-1206939602', u'CAST_-1206938280'), ('tmp_3970', u'INT_ADD_-1206940335'), ('tmp_212', u'CBRANCH_-1206940652'), ('const-8', u'PTRADD_-1206938879'), (u'INDIRECT_-1206938900', u'COPY_-1206938949'), ('const-8', u'PTRADD_-1206938750'), (u'STORE_-1206940269', u'INDIRECT_-1206939013'), (u'INDIRECT_-1206939051', u'MULTIEQUAL_-1206938882'), (u'STORE_-1206940528', u'INDIRECT_-1206939100'), (u'INDIRECT_-1206938594', u'MULTIEQUAL_-1206938979'), (u'CALL_-1206939672', u'INDIRECT_-1206938626'), ('tmp_140', u'CBRANCH_-1206940694'), (u'CALL_-1206940710', u'INT_EQUAL_-1206940696'), ('tmp_3968', u'CALL_-1206940439'), ('tmp_3968', u'PTRADD_-1206938879'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938832'), (u'CAST_-1206938708', u'LOAD_-1206940351'), (u'INDIRECT_-1206939164', u'MULTIEQUAL_-1206939148'), ('const-0', u'CALLIND_-1206940272'), (u'CALL_-1206940439', u'INDIRECT_-1206939147'), (u'INDIRECT_-1206939147', u'MULTIEQUAL_-1206938978'), (u'CAST_-1206938755', u'INT_EQUAL_-1206940393'), (u'MULTIEQUAL_-1206938765', u'MULTIEQUAL_-1206938835'), ('const-0', u'CALLIND_-1206940272'), (u'INT_ZEXT_-1206939396', u'MULTIEQUAL_-1206939339'), (u'LOAD_-1206939926', u'CALL_-1206939899'), (u'INDIRECT_-1206939226', u'MULTIEQUAL_-1206939116'), (u'MULTIEQUAL_-1206939148', u'COPY_-1206939208'), ('const-8', u'PTRADD_-1206938767'), (u'INT_EQUAL_-1206940024', u'CBRANCH_-1206940008'), (u'PTRADD_-1206938464', u'STORE_-1206939860'), ('const-0', u'INT_EQUAL_-1206940587'), ('tmp_1533', u'CBRANCH_-1206939652'), (u'CALL_-1206939800', u'INDIRECT_-1206938900'), (u'MULTIEQUAL_-1206939122', u'MULTIEQUAL_-1206939051'), (u'PTRADD_-1206938767', u'LOAD_-1206940415'), (u'STORE_-1206940528', u'INDIRECT_-1206939132'), ('const-632', u'INT_ADD_-1206940529'), ('const-3', u'INT_NOTEQUAL_-1206940652'), (u'CAST_-1206938263', u'LOAD_-1206939590'), ('const-0', u'INT_NOTEQUAL_-1206939878'), (u'INT_SLESS_-1206940420', u'CBRANCH_-1206940419'), (u'LOAD_-1206940272', u'INT_AND_-1206940246'), (u'INDIRECT_-1206939115', u'MULTIEQUAL_-1206938946'), (u'INDIRECT_-1206938690', u'MULTIEQUAL_-1206939075'), (u'INDIRECT_-1206939162', u'MULTIEQUAL_-1206939052'), ('tmp_309', u'CBRANCH_-1206940585'), ('const-8', u'PTRADD_-1206938539'), (u'CAST_-1206938290', u'LOAD_-1206939633'), (u'INDIRECT_-1206939100', u'MULTIEQUAL_-1206939084'), (u'CAST_-1206938789', u'STORE_-1206940528'), ('const-1', u'COPY_-1206939623'), (u'MULTIEQUAL_-1206938882', u'MULTIEQUAL_-1206938873'), ('const-433', u'LOAD_-1206940386'), ('tmp_3968', u'PTRADD_-1206938438'), (u'CALL_-1206940439', u'INT_NOTEQUAL_-1206939844'), (u'CALL_-1206939604', u'INDIRECT_-1206938679'), (u'LOAD_-1206940415', u'CAST_-1206938755'), ('tmp_242', u'CBRANCH_-1206940632'), (u'INDIRECT_-1206938615', u'MULTIEQUAL_-1206938873'), (u'INT_NOTEQUAL_-1206939928', u'CBRANCH_-1206939927'), (u'LOAD_-1206939633', u'INT_ADD_-1206939602'), (u'INDIRECT_-1206939226', u'INT_NOTEQUAL_-1206940637'), (u'CAST_-1206938736', u'LOAD_-1206940386'), ('const-433', u'LOAD_-1206940272'), (u'CALL_-1206939713', u'INDIRECT_-1206938719'), (u'PTRADD_-1206938539', u'INT_NOTEQUAL_-1206939808'), (u'INT_NOTEQUAL_-1206939808', u'CBRANCH_-1206939806'), (u'INDIRECT_-1206938626', u'MULTIEQUAL_-1206939011'), (u'MULTIEQUAL_-1206938803', u'MULTIEQUAL_-1206938733'), ('const-0', u'RETURN_-1206940188'), (u'PTRADD_-1206938313', u'LOAD_-1206939656'), (u'CALLIND_-1206940535', u'INDIRECT_-1206939143'), (u'INT_NOTEQUAL_-1206939878', u'CBRANCH_-1206939878'), (u'CALLIND_-1206940052', u'INDIRECT_-1206938864'), ('tmp_1145', u'CBRANCH_-1206939927'), (u'MULTIEQUAL_-1206939084', u'COPY_-1206939144')]
null
null
00108b90
x64
O2
(translation_unit "void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}\n\n" (function_definition "void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" primitive_type (function_declarator "FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "undefined8 *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined8 *__ptr_00;" type_identifier (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "ulong uVar7;" type_identifier identifier ;) (expression_statement "iVar3 = FUN_001087b0(param_1,param_2,0);" (assignment_expression "iVar3 = FUN_001087b0(param_1,param_2,0)" identifier = (call_expression "FUN_001087b0(param_1,param_2,0)" identifier (argument_list "(param_1,param_2,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" { (expression_statement "lVar2 = param_2[0xd];" (assignment_expression "lVar2 = param_2[0xd]" identifier = (subscript_expression "param_2[0xd]" identifier [ number_literal ])) ;) (if_statement "if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" if (parenthesized_expression "((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0))" ( (binary_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" (parenthesized_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6))" ( (binary_expression "((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)" (parenthesized_expression "((*(byte *)(param_3 + 0x44) & 7) != 3)" ( (binary_expression "(*(byte *)(param_3 + 0x44) & 7) != 3" (parenthesized_expression "(*(byte *)(param_3 + 0x44) & 7)" ( (binary_expression "*(byte *)(param_3 + 0x44) & 7" (pointer_expression "*(byte *)(param_3 + 0x44)" * (cast_expression "(byte *)(param_3 + 0x44)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x44)" ( (binary_expression "param_3 + 0x44" identifier + number_literal) )))) & number_literal) )) != number_literal) )) && (parenthesized_expression "(DAT_0012cb0c != 6)" ( (binary_expression "DAT_0012cb0c != 6" identifier != number_literal) ))) )) && (parenthesized_expression "(lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" ( (comma_expression "lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0" (assignment_expression "lVar4 = FUN_00107360(*param_2,0,0x80)" identifier = (call_expression "FUN_00107360(*param_2,0,0x80)" identifier (argument_list "(*param_2,0,0x80)" ( (pointer_expression "*param_2" * identifier) , number_literal , number_literal )))) , (binary_expression "lVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" { (expression_statement "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);" (assignment_expression "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar4 < 0)" ( (binary_expression "lVar4 < 0" identifier < number_literal) )) (compound_statement "{\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }" { (if_statement "if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" if (parenthesized_expression "((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5))" ( (binary_expression "(lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)" (parenthesized_expression "(lVar4 != -1)" ( (binary_expression "lVar4 != -1" identifier != number_literal) )) || (parenthesized_expression "(iVar3 = bfd_get_error(), iVar3 != 5)" ( (comma_expression "iVar3 = bfd_get_error(), iVar3 != 5" (assignment_expression "iVar3 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) , (binary_expression "iVar3 != 5" identifier != number_literal)) ))) )) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" { (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" identifier = number_literal) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);" statement_identifier : (expression_statement "FUN_0011c0d0(0,param_1,param_2,uVar5);" (call_expression "FUN_0011c0d0(0,param_1,param_2,uVar5)" identifier (argument_list "(0,param_1,param_2,uVar5)" ( number_literal , identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" else (if_statement "if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" { (expression_statement "__ptr_00 = (undefined8 *)param_2[0x10];" (assignment_expression "__ptr_00 = (undefined8 *)param_2[0x10]" identifier = (cast_expression "(undefined8 *)param_2[0x10]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[0x10]" identifier [ number_literal ]))) ;) (if_statement "if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" if (parenthesized_expression "(__ptr_00 == (undefined8 *)0x0)" ( (binary_expression "__ptr_00 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }" { (expression_statement "__ptr_00 = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr_00 = (undefined8 *)xmalloc(lVar4)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;) (expression_statement "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);" (assignment_expression "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" identifier = (call_expression "bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" identifier (argument_list "(param_1,param_2,__ptr_00,DAT_0012cb40)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" if (parenthesized_expression "((long)uVar7 < 0)" ( (binary_expression "(long)uVar7 < 0" (cast_expression "(long)uVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" { (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" identifier = number_literal) ;) (expression_statement "uVar5 = dcgettext(0,"relocation count is negative",5);" (assignment_expression "uVar5 = dcgettext(0,"relocation count is negative",5)" identifier = (call_expression "dcgettext(0,"relocation count is negative",5)" identifier (argument_list "(0,"relocation count is negative",5)" ( number_literal , (string_literal ""relocation count is negative"" " string_content ") , number_literal )))) ;) (goto_statement "goto LAB_00108cb0;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" else (compound_statement "{\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" { (expression_statement "uVar7 = (ulong)*(uint *)(param_2 + 0x11);" (assignment_expression "uVar7 = (ulong)*(uint *)(param_2 + 0x11)" identifier = (binary_expression "(ulong)*(uint *)(param_2 + 0x11)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_2 + 0x11)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x11)" ( (binary_expression "param_2 + 0x11" identifier + number_literal) ))))) ;) }))) (expression_statement "__ptr = __ptr_00;" (assignment_expression "__ptr = __ptr_00" identifier = identifier) ;) (if_statement "if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" if (parenthesized_expression "(DAT_0012cb0c == 7)" ( (binary_expression "DAT_0012cb0c == 7" identifier == number_literal) )) (compound_statement "{\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" { (expression_statement "__ptr = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr = (undefined8 *)xmalloc(lVar4)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;) (if_statement "if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" if (parenthesized_expression "(uVar7 == 0)" ( (binary_expression "uVar7 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" { (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" if (parenthesized_expression "(param_2[0x10] == 0)" ( (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) }))) (goto_statement "goto LAB_00108c59;" goto statement_identifier ;) })) (expression_statement "puVar1 = __ptr_00 + uVar7;" (assignment_expression "puVar1 = __ptr_00 + uVar7" identifier = (binary_expression "__ptr_00 + uVar7" identifier + identifier)) ;) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (expression_statement "puVar6 = __ptr_00;" (assignment_expression "puVar6 = __ptr_00" identifier = identifier) ;) (do_statement "do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);" do (compound_statement "{\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n }" { (if_statement "if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" if (parenthesized_expression "(((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0))" ( (binary_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" (parenthesized_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0))" ( (binary_expression "(*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)" (parenthesized_expression "(*(long **)*puVar6 != (long *)0x0)" ( (binary_expression "*(long **)*puVar6 != (long *)0x0" (pointer_expression "*(long **)*puVar6" * (cast_expression "(long **)*puVar6" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar6" * identifier))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(lVar4 = **(long **)*puVar6, lVar4 != 0)" ( (comma_expression "lVar4 = **(long **)*puVar6, lVar4 != 0" (assignment_expression "lVar4 = **(long **)*puVar6" identifier = (pointer_expression "**(long **)*puVar6" * (pointer_expression "*(long **)*puVar6" * (cast_expression "(long **)*puVar6" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar6" * identifier))))) , (binary_expression "lVar4 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" ( (comma_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0" (assignment_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" identifier = (call_expression "FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" identifier (argument_list "(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" ( (pointer_expression "*(undefined8 *)(lVar4 + 8)" * (cast_expression "(undefined8 *)(lVar4 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" { (expression_statement "__ptr[uVar7] = *puVar6;" (assignment_expression "__ptr[uVar7] = *puVar6" (subscript_expression "__ptr[uVar7]" identifier [ identifier ]) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" identifier = (binary_expression "uVar7 + 1" identifier + number_literal)) ;) })) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar1 != puVar6)" ( (binary_expression "puVar1 != puVar6" identifier != identifier) )) ;) (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n }" if (parenthesized_expression "(param_2[0x10] == 0)" ( (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n free(__ptr_00);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) })) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (uVar7 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" { comment comment (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) ))) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" statement_identifier : (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_3,lVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;)) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))) })) (expression_statement "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);" (call_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0)" (parenthesized_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))" ( (pointer_expression "**(code **)(*(long *)(param_3 + 8) + 0x278)" * (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(param_3,lVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void copy_relocations_in_section(bfd *ibfd,sec_ptr isection,void *obfdarg)\n\n{\n reloc_cache_entry **pprVar1;\n bfd_section *pbVar2;\n bfd_symbol *pbVar3;\n bfd_boolean bVar4;\n int iVar5;\n section_list *psVar6;\n long lVar7;\n code *UNRECOVERED_JUMPTABLE;\n reloc_cache_entry **__ptr;\n reloc_cache_entry **__ptr_00;\n char *format;\n reloc_cache_entry **pprVar8;\n ulong uVar9;\n \n bVar4 = skip_section(ibfd,isection,0);\n if (bVar4 == 0) {\n pbVar2 = isection->output_section;\n if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n }\n return;\n}\n\n" (function_definition "void copy_relocations_in_section(bfd *ibfd,sec_ptr isection,void *obfdarg)\n\n{\n reloc_cache_entry **pprVar1;\n bfd_section *pbVar2;\n bfd_symbol *pbVar3;\n bfd_boolean bVar4;\n int iVar5;\n section_list *psVar6;\n long lVar7;\n code *UNRECOVERED_JUMPTABLE;\n reloc_cache_entry **__ptr;\n reloc_cache_entry **__ptr_00;\n char *format;\n reloc_cache_entry **pprVar8;\n ulong uVar9;\n \n bVar4 = skip_section(ibfd,isection,0);\n if (bVar4 == 0) {\n pbVar2 = isection->output_section;\n if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n }\n return;\n}" primitive_type (function_declarator "copy_relocations_in_section(bfd *ibfd,sec_ptr isection,void *obfdarg)" identifier (parameter_list "(bfd *ibfd,sec_ptr isection,void *obfdarg)" ( (parameter_declaration "bfd *ibfd" type_identifier (pointer_declarator "*ibfd" * identifier)) , (parameter_declaration "sec_ptr isection" type_identifier identifier) , (parameter_declaration "void *obfdarg" primitive_type (pointer_declarator "*obfdarg" * identifier)) ))) (compound_statement "{\n reloc_cache_entry **pprVar1;\n bfd_section *pbVar2;\n bfd_symbol *pbVar3;\n bfd_boolean bVar4;\n int iVar5;\n section_list *psVar6;\n long lVar7;\n code *UNRECOVERED_JUMPTABLE;\n reloc_cache_entry **__ptr;\n reloc_cache_entry **__ptr_00;\n char *format;\n reloc_cache_entry **pprVar8;\n ulong uVar9;\n \n bVar4 = skip_section(ibfd,isection,0);\n if (bVar4 == 0) {\n pbVar2 = isection->output_section;\n if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n }\n return;\n}" { (declaration "reloc_cache_entry **pprVar1;" type_identifier (pointer_declarator "**pprVar1" * (pointer_declarator "*pprVar1" * identifier)) ;) (declaration "bfd_section *pbVar2;" type_identifier (pointer_declarator "*pbVar2" * identifier) ;) (declaration "bfd_symbol *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "bfd_boolean bVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "section_list *psVar6;" type_identifier (pointer_declarator "*psVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "reloc_cache_entry **__ptr;" type_identifier (pointer_declarator "**__ptr" * (pointer_declarator "*__ptr" * identifier)) ;) (declaration "reloc_cache_entry **__ptr_00;" type_identifier (pointer_declarator "**__ptr_00" * (pointer_declarator "*__ptr_00" * identifier)) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "reloc_cache_entry **pprVar8;" type_identifier (pointer_declarator "**pprVar8" * (pointer_declarator "*pprVar8" * identifier)) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (expression_statement "bVar4 = skip_section(ibfd,isection,0);" (assignment_expression "bVar4 = skip_section(ibfd,isection,0)" identifier = (call_expression "skip_section(ibfd,isection,0)" identifier (argument_list "(ibfd,isection,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (bVar4 == 0) {\n pbVar2 = isection->output_section;\n if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n }" if (parenthesized_expression "(bVar4 == 0)" ( (binary_expression "bVar4 == 0" identifier == number_literal) )) (compound_statement "{\n pbVar2 = isection->output_section;\n if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n }" { (expression_statement "pbVar2 = isection->output_section;" (assignment_expression "pbVar2 = isection->output_section" identifier = (field_expression "isection->output_section" identifier -> field_identifier)) ;) (if_statement "if ((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)) {\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" if (parenthesized_expression "((((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0))" ( (binary_expression "(((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)) &&\n (psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)" (parenthesized_expression "(((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO))" ( (binary_expression "((*(byte *)((long)obfdarg + 0x44) & 7) != 3) && (strip_symbols != STRIP_NONDWO)" (parenthesized_expression "((*(byte *)((long)obfdarg + 0x44) & 7) != 3)" ( (binary_expression "(*(byte *)((long)obfdarg + 0x44) & 7) != 3" (parenthesized_expression "(*(byte *)((long)obfdarg + 0x44) & 7)" ( (binary_expression "*(byte *)((long)obfdarg + 0x44) & 7" (pointer_expression "*(byte *)((long)obfdarg + 0x44)" * (cast_expression "(byte *)((long)obfdarg + 0x44)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)obfdarg + 0x44)" ( (binary_expression "(long)obfdarg + 0x44" (cast_expression "(long)obfdarg" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) & number_literal) )) != number_literal) )) && (parenthesized_expression "(strip_symbols != STRIP_NONDWO)" ( (binary_expression "strip_symbols != STRIP_NONDWO" identifier != identifier) ))) )) && (parenthesized_expression "(psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0)" ( (comma_expression "psVar6 = find_section_list(isection->name,0,0x80), psVar6 == (section_list *)0x0" (assignment_expression "psVar6 = find_section_list(isection->name,0,0x80)" identifier = (call_expression "find_section_list(isection->name,0,0x80)" identifier (argument_list "(isection->name,0,0x80)" ( (field_expression "isection->name" identifier -> field_identifier) , number_literal , number_literal )))) , (binary_expression "psVar6 == (section_list *)0x0" identifier == (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);\n if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" { (expression_statement "lVar7 = bfd_get_reloc_upper_bound(ibfd,isection);" (assignment_expression "lVar7 = bfd_get_reloc_upper_bound(ibfd,isection)" identifier = (call_expression "bfd_get_reloc_upper_bound(ibfd,isection)" identifier (argument_list "(ibfd,isection)" ( identifier , identifier )))) ;) (if_statement "if (lVar7 < 0) {\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }\n else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar7 < 0)" ( (binary_expression "lVar7 < 0" identifier < number_literal) )) (compound_statement "{\n if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }\n }" { (if_statement "if ((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)) {\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }" if (parenthesized_expression "((lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5))" ( (binary_expression "(lVar7 != -1) || (iVar5 = bfd_get_error(), iVar5 != 5)" (parenthesized_expression "(lVar7 != -1)" ( (binary_expression "lVar7 != -1" identifier != number_literal) )) || (parenthesized_expression "(iVar5 = bfd_get_error(), iVar5 != 5)" ( (comma_expression "iVar5 = bfd_get_error(), iVar5 != 5" (assignment_expression "iVar5 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) , (binary_expression "iVar5 != 5" identifier != number_literal)) ))) )) (compound_statement "{\n status = 1;\n format = (char *)0x0;\nLAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);\n return;\n }" { (expression_statement "status = 1;" (assignment_expression "status = 1" identifier = number_literal) ;) (expression_statement "format = (char *)0x0;" (assignment_expression "format = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (labeled_statement "LAB_00108cb0:\n bfd_nonfatal_message((char *)0x0,ibfd,isection,format);" statement_identifier : (expression_statement "bfd_nonfatal_message((char *)0x0,ibfd,isection,format);" (call_expression "bfd_nonfatal_message((char *)0x0,ibfd,isection,format)" identifier (argument_list "((char *)0x0,ibfd,isection,format)" ( (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }" else (if_statement "if (lVar7 != 0) {\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar7 != 0)" ( (binary_expression "lVar7 != 0" identifier != number_literal) )) (compound_statement "{\n __ptr_00 = isection->orelocation;\n if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }\n __ptr = __ptr_00;\n if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);\n pbVar2->flags = pbVar2->flags & 0xfffffffb;\n free(__ptr);\n return;\n }" { (expression_statement "__ptr_00 = isection->orelocation;" (assignment_expression "__ptr_00 = isection->orelocation" identifier = (field_expression "isection->orelocation" identifier -> field_identifier)) ;) (if_statement "if (__ptr_00 == (reloc_cache_entry **)0x0) {\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar9 = (ulong)isection->reloc_count;\n }" if (parenthesized_expression "(__ptr_00 == (reloc_cache_entry **)0x0)" ( (binary_expression "__ptr_00 == (reloc_cache_entry **)0x0" identifier == (cast_expression "(reloc_cache_entry **)0x0" ( (type_descriptor "reloc_cache_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n __ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);\n uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);\n if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }" { (expression_statement "__ptr_00 = (reloc_cache_entry **)xmalloc(lVar7);" (assignment_expression "__ptr_00 = (reloc_cache_entry **)xmalloc(lVar7)" identifier = (cast_expression "(reloc_cache_entry **)xmalloc(lVar7)" ( (type_descriptor "reloc_cache_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar7)" identifier (argument_list "(lVar7)" ( identifier ))))) ;) (expression_statement "uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp);" (assignment_expression "uVar9 = bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp)" identifier = (call_expression "bfd_canonicalize_reloc(ibfd,isection,__ptr_00,isympp)" identifier (argument_list "(ibfd,isection,__ptr_00,isympp)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)uVar9 < 0) {\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" if (parenthesized_expression "((long)uVar9 < 0)" ( (binary_expression "(long)uVar9 < 0" (cast_expression "(long)uVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n status = 1;\n format = (char *)dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" { (expression_statement "status = 1;" (assignment_expression "status = 1" identifier = number_literal) ;) (expression_statement "format = (char *)dcgettext(0,"relocation count is negative",5);" (assignment_expression "format = (char *)dcgettext(0,"relocation count is negative",5)" identifier = (cast_expression "(char *)dcgettext(0,"relocation count is negative",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"relocation count is negative",5)" identifier (argument_list "(0,"relocation count is negative",5)" ( number_literal , (string_literal ""relocation count is negative"" " string_content ") , number_literal ))))) ;) (goto_statement "goto LAB_00108cb0;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar9 = (ulong)isection->reloc_count;\n }" else (compound_statement "{\n uVar9 = (ulong)isection->reloc_count;\n }" { (expression_statement "uVar9 = (ulong)isection->reloc_count;" (assignment_expression "uVar9 = (ulong)isection->reloc_count" identifier = (cast_expression "(ulong)isection->reloc_count" ( (type_descriptor "ulong" type_identifier) ) (field_expression "isection->reloc_count" identifier -> field_identifier))) ;) }))) (expression_statement "__ptr = __ptr_00;" (assignment_expression "__ptr = __ptr_00" identifier = identifier) ;) (if_statement "if (strip_symbols == STRIP_ALL) {\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }" if (parenthesized_expression "(strip_symbols == STRIP_ALL)" ( (binary_expression "strip_symbols == STRIP_ALL" identifier == identifier) )) (compound_statement "{\n __ptr = (reloc_cache_entry **)xmalloc(lVar7);\n if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n pprVar1 = __ptr_00 + uVar9;\n uVar9 = 0;\n pprVar8 = __ptr_00;\n do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }\n }" { (expression_statement "__ptr = (reloc_cache_entry **)xmalloc(lVar7);" (assignment_expression "__ptr = (reloc_cache_entry **)xmalloc(lVar7)" identifier = (cast_expression "(reloc_cache_entry **)xmalloc(lVar7)" ( (type_descriptor "reloc_cache_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(lVar7)" identifier (argument_list "(lVar7)" ( identifier ))))) ;) (if_statement "if (uVar9 == 0) {\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" if (parenthesized_expression "(uVar9 == 0)" ( (binary_expression "uVar9 == 0" identifier == number_literal) )) (compound_statement "{\n if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" { (if_statement "if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }" if (parenthesized_expression "(isection->orelocation == (reloc_cache_entry **)0x0)" ( (binary_expression "isection->orelocation == (reloc_cache_entry **)0x0" (field_expression "isection->orelocation" identifier -> field_identifier) == (cast_expression "(reloc_cache_entry **)0x0" ( (type_descriptor "reloc_cache_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)((long)obfdarg + 8) + 0x278)" * (cast_expression "(code **)(*(long *)((long)obfdarg + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)obfdarg + 8) + 0x278)" ( (binary_expression "*(long *)((long)obfdarg + 8) + 0x278" (pointer_expression "*(long *)((long)obfdarg + 8)" * (cast_expression "(long *)((long)obfdarg + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)obfdarg + 8)" ( (binary_expression "(long)obfdarg + 8" (cast_expression "(long)obfdarg" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)((long)obfdarg + 8) + 0x278)" * (cast_expression "(code **)(*(long *)((long)obfdarg + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)obfdarg + 8) + 0x278)" ( (binary_expression "*(long *)((long)obfdarg + 8) + 0x278" (pointer_expression "*(long *)((long)obfdarg + 8)" * (cast_expression "(long *)((long)obfdarg + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)obfdarg + 8)" ( (binary_expression "(long)obfdarg + 8" (cast_expression "(long)obfdarg" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) }))) (goto_statement "goto LAB_00108c59;" goto statement_identifier ;) })) (expression_statement "pprVar1 = __ptr_00 + uVar9;" (assignment_expression "pprVar1 = __ptr_00 + uVar9" identifier = (binary_expression "__ptr_00 + uVar9" identifier + identifier)) ;) (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (expression_statement "pprVar8 = __ptr_00;" (assignment_expression "pprVar8 = __ptr_00" identifier = identifier) ;) (do_statement "do {\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n } while (pprVar1 != pprVar8);" do (compound_statement "{\n if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }\n pprVar8 = pprVar8 + 1;\n }" { (if_statement "if ((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)) {\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }" if (parenthesized_expression "((((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0))" ( (binary_expression "(((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)) &&\n (bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)" (parenthesized_expression "(((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0))" ( (binary_expression "((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0) &&\n (pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)" (parenthesized_expression "((*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0)" ( (binary_expression "(*pprVar8)->sym_ptr_ptr != (bfd_symbol **)0x0" (field_expression "(*pprVar8)->sym_ptr_ptr" (parenthesized_expression "(*pprVar8)" ( (pointer_expression "*pprVar8" * identifier) )) -> field_identifier) != (cast_expression "(bfd_symbol **)0x0" ( (type_descriptor "bfd_symbol **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) && (parenthesized_expression "(pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0)" ( (comma_expression "pbVar3 = *(*pprVar8)->sym_ptr_ptr, pbVar3 != (bfd_symbol *)0x0" (assignment_expression "pbVar3 = *(*pprVar8)->sym_ptr_ptr" identifier = (pointer_expression "*(*pprVar8)->sym_ptr_ptr" * (field_expression "(*pprVar8)->sym_ptr_ptr" (parenthesized_expression "(*pprVar8)" ( (pointer_expression "*pprVar8" * identifier) )) -> field_identifier))) , (binary_expression "pbVar3 != (bfd_symbol *)0x0" identifier != (cast_expression "(bfd_symbol *)0x0" ( (type_descriptor "bfd_symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0)" ( (comma_expression "bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab), bVar4 != 0" (assignment_expression "bVar4 = is_specified_symbol(pbVar3->name,keep_specific_htab)" identifier = (call_expression "is_specified_symbol(pbVar3->name,keep_specific_htab)" identifier (argument_list "(pbVar3->name,keep_specific_htab)" ( (field_expression "pbVar3->name" identifier -> field_identifier) , identifier )))) , (binary_expression "bVar4 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n __ptr[uVar9] = *pprVar8;\n uVar9 = uVar9 + 1;\n }" { (expression_statement "__ptr[uVar9] = *pprVar8;" (assignment_expression "__ptr[uVar9] = *pprVar8" (subscript_expression "__ptr[uVar9]" identifier [ identifier ]) = (pointer_expression "*pprVar8" * identifier)) ;) (expression_statement "uVar9 = uVar9 + 1;" (assignment_expression "uVar9 = uVar9 + 1" identifier = (binary_expression "uVar9 + 1" identifier + number_literal)) ;) })) (expression_statement "pprVar8 = pprVar8 + 1;" (assignment_expression "pprVar8 = pprVar8 + 1" identifier = (binary_expression "pprVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pprVar1 != pprVar8)" ( (binary_expression "pprVar1 != pprVar8" identifier != identifier) )) ;) (if_statement "if (isection->orelocation == (reloc_cache_entry **)0x0) {\n free(__ptr_00);\n }" if (parenthesized_expression "(isection->orelocation == (reloc_cache_entry **)0x0)" ( (binary_expression "isection->orelocation == (reloc_cache_entry **)0x0" (field_expression "isection->orelocation" identifier -> field_identifier) == (cast_expression "(reloc_cache_entry **)0x0" ( (type_descriptor "reloc_cache_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) )) (compound_statement "{\n free(__ptr_00);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) })) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)((long)obfdarg + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)((long)obfdarg + 8) + 0x278)" * (cast_expression "(code **)(*(long *)((long)obfdarg + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)obfdarg + 8) + 0x278)" ( (binary_expression "*(long *)((long)obfdarg + 8) + 0x278" (pointer_expression "*(long *)((long)obfdarg + 8)" * (cast_expression "(long *)((long)obfdarg + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)obfdarg + 8)" ( (binary_expression "(long)obfdarg + 8" (cast_expression "(long)obfdarg" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (uVar9 != 0) {\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }" if (parenthesized_expression "(uVar9 != 0)" ( (binary_expression "uVar9 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);\n return;\n }" { comment comment (expression_statement "(*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff);" (call_expression "(*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(obfdarg,pbVar2,__ptr,uVar9 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar9 & 0xffffffff" identifier & number_literal) ))) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);" statement_identifier : (expression_statement "(*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0);" (call_expression "(*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(obfdarg,pbVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;)) (expression_statement "pbVar2->flags = pbVar2->flags & 0xfffffffb;" (assignment_expression "pbVar2->flags = pbVar2->flags & 0xfffffffb" (field_expression "pbVar2->flags" identifier -> field_identifier) = (binary_expression "pbVar2->flags & 0xfffffffb" (field_expression "pbVar2->flags" identifier -> field_identifier) & number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))) })) (expression_statement "(**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0);" (call_expression "(**(code **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0)" (parenthesized_expression "(**(code **)(*(long *)((long)obfdarg + 8) + 0x278))" ( (pointer_expression "**(code **)(*(long *)((long)obfdarg + 8) + 0x278)" * (pointer_expression "*(code **)(*(long *)((long)obfdarg + 8) + 0x278)" * (cast_expression "(code **)(*(long *)((long)obfdarg + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)((long)obfdarg + 8) + 0x278)" ( (binary_expression "*(long *)((long)obfdarg + 8) + 0x278" (pointer_expression "*(long *)((long)obfdarg + 8)" * (cast_expression "(long *)((long)obfdarg + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)obfdarg + 8)" ( (binary_expression "(long)obfdarg + 8" (cast_expression "(long)obfdarg" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) ))))) )) (argument_list "(obfdarg,pbVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "pbVar2->flags = pbVar2->flags & 0xfffffffb;" (assignment_expression "pbVar2->flags = pbVar2->flags & 0xfffffffb" (field_expression "pbVar2->flags" identifier -> field_identifier) = (binary_expression "pbVar2->flags & 0xfffffffb" (field_expression "pbVar2->flags" identifier -> field_identifier) & number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}\n\n" (function_definition "void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" primitive_type (function_declarator "FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "undefined8 *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "undefined8 *__ptr_00;" type_identifier (pointer_declarator "*__ptr_00" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "ulong uVar7;" type_identifier identifier ;) (expression_statement "iVar3 = FUN_001087b0(param_1,param_2,0);" (assignment_expression "iVar3 = FUN_001087b0(param_1,param_2,0)" identifier = (call_expression "FUN_001087b0(param_1,param_2,0)" identifier (argument_list "(param_1,param_2,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" { (expression_statement "lVar2 = param_2[0xd];" (assignment_expression "lVar2 = param_2[0xd]" identifier = (subscript_expression "param_2[0xd]" identifier [ number_literal ])) ;) (if_statement "if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" if (parenthesized_expression "((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0))" ( (binary_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" (parenthesized_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6))" ( (binary_expression "((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)" (parenthesized_expression "((*(byte *)(param_3 + 0x44) & 7) != 3)" ( (binary_expression "(*(byte *)(param_3 + 0x44) & 7) != 3" (parenthesized_expression "(*(byte *)(param_3 + 0x44) & 7)" ( (binary_expression "*(byte *)(param_3 + 0x44) & 7" (pointer_expression "*(byte *)(param_3 + 0x44)" * (cast_expression "(byte *)(param_3 + 0x44)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x44)" ( (binary_expression "param_3 + 0x44" identifier + number_literal) )))) & number_literal) )) != number_literal) )) && (parenthesized_expression "(DAT_0012cb0c != 6)" ( (binary_expression "DAT_0012cb0c != 6" identifier != number_literal) ))) )) && (parenthesized_expression "(lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" ( (comma_expression "lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0" (assignment_expression "lVar4 = FUN_00107360(*param_2,0,0x80)" identifier = (call_expression "FUN_00107360(*param_2,0,0x80)" identifier (argument_list "(*param_2,0,0x80)" ( (pointer_expression "*param_2" * identifier) , number_literal , number_literal )))) , (binary_expression "lVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" { (expression_statement "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);" (assignment_expression "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar4 < 0)" ( (binary_expression "lVar4 < 0" identifier < number_literal) )) (compound_statement "{\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }" { (if_statement "if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" if (parenthesized_expression "((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5))" ( (binary_expression "(lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)" (parenthesized_expression "(lVar4 != -1)" ( (binary_expression "lVar4 != -1" identifier != number_literal) )) || (parenthesized_expression "(iVar3 = bfd_get_error(), iVar3 != 5)" ( (comma_expression "iVar3 = bfd_get_error(), iVar3 != 5" (assignment_expression "iVar3 = bfd_get_error()" identifier = (call_expression "bfd_get_error()" identifier (argument_list "()" ( )))) , (binary_expression "iVar3 != 5" identifier != number_literal)) ))) )) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" { (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" identifier = number_literal) ;) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);" statement_identifier : (expression_statement "FUN_0011c0d0(0,param_1,param_2,uVar5);" (call_expression "FUN_0011c0d0(0,param_1,param_2,uVar5)" identifier (argument_list "(0,param_1,param_2,uVar5)" ( number_literal , identifier , identifier , identifier ))) ;)) (return_statement "return;" return ;) })) }) (else_clause "else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" else (if_statement "if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" { (expression_statement "__ptr_00 = (undefined8 *)param_2[0x10];" (assignment_expression "__ptr_00 = (undefined8 *)param_2[0x10]" identifier = (cast_expression "(undefined8 *)param_2[0x10]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[0x10]" identifier [ number_literal ]))) ;) (if_statement "if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" if (parenthesized_expression "(__ptr_00 == (undefined8 *)0x0)" ( (binary_expression "__ptr_00 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }" { (expression_statement "__ptr_00 = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr_00 = (undefined8 *)xmalloc(lVar4)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;) (expression_statement "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);" (assignment_expression "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" identifier = (call_expression "bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" identifier (argument_list "(param_1,param_2,__ptr_00,DAT_0012cb40)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" if (parenthesized_expression "((long)uVar7 < 0)" ( (binary_expression "(long)uVar7 < 0" (cast_expression "(long)uVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) < number_literal) )) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" { (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" identifier = number_literal) ;) (expression_statement "uVar5 = dcgettext(0,"relocation count is negative",5);" (assignment_expression "uVar5 = dcgettext(0,"relocation count is negative",5)" identifier = (call_expression "dcgettext(0,"relocation count is negative",5)" identifier (argument_list "(0,"relocation count is negative",5)" ( number_literal , (string_literal ""relocation count is negative"" " string_content ") , number_literal )))) ;) (goto_statement "goto LAB_00108cb0;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" else (compound_statement "{\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" { (expression_statement "uVar7 = (ulong)*(uint *)(param_2 + 0x11);" (assignment_expression "uVar7 = (ulong)*(uint *)(param_2 + 0x11)" identifier = (binary_expression "(ulong)*(uint *)(param_2 + 0x11)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_2 + 0x11)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x11)" ( (binary_expression "param_2 + 0x11" identifier + number_literal) ))))) ;) }))) (expression_statement "__ptr = __ptr_00;" (assignment_expression "__ptr = __ptr_00" identifier = identifier) ;) (if_statement "if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" if (parenthesized_expression "(DAT_0012cb0c == 7)" ( (binary_expression "DAT_0012cb0c == 7" identifier == number_literal) )) (compound_statement "{\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" { (expression_statement "__ptr = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr = (undefined8 *)xmalloc(lVar4)" identifier = (cast_expression "(undefined8 *)xmalloc(lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar4)" identifier (argument_list "(lVar4)" ( identifier ))))) ;) (if_statement "if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" if (parenthesized_expression "(uVar7 == 0)" ( (binary_expression "uVar7 == 0" identifier == number_literal) )) (compound_statement "{\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" { (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" if (parenthesized_expression "(param_2[0x10] == 0)" ( (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) }))) (goto_statement "goto LAB_00108c59;" goto statement_identifier ;) })) (expression_statement "puVar1 = __ptr_00 + uVar7;" (assignment_expression "puVar1 = __ptr_00 + uVar7" identifier = (binary_expression "__ptr_00 + uVar7" identifier + identifier)) ;) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" identifier = number_literal) ;) (expression_statement "puVar6 = __ptr_00;" (assignment_expression "puVar6 = __ptr_00" identifier = identifier) ;) (do_statement "do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);" do (compound_statement "{\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n }" { (if_statement "if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" if (parenthesized_expression "(((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0))" ( (binary_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" (parenthesized_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0))" ( (binary_expression "(*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)" (parenthesized_expression "(*(long **)*puVar6 != (long *)0x0)" ( (binary_expression "*(long **)*puVar6 != (long *)0x0" (pointer_expression "*(long **)*puVar6" * (cast_expression "(long **)*puVar6" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar6" * identifier))) != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(lVar4 = **(long **)*puVar6, lVar4 != 0)" ( (comma_expression "lVar4 = **(long **)*puVar6, lVar4 != 0" (assignment_expression "lVar4 = **(long **)*puVar6" identifier = (pointer_expression "**(long **)*puVar6" * (pointer_expression "*(long **)*puVar6" * (cast_expression "(long **)*puVar6" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar6" * identifier))))) , (binary_expression "lVar4 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" ( (comma_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0" (assignment_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" identifier = (call_expression "FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" identifier (argument_list "(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" ( (pointer_expression "*(undefined8 *)(lVar4 + 8)" * (cast_expression "(undefined8 *)(lVar4 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) )))) , identifier )))) , (binary_expression "iVar3 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" { (expression_statement "__ptr[uVar7] = *puVar6;" (assignment_expression "__ptr[uVar7] = *puVar6" (subscript_expression "__ptr[uVar7]" identifier [ identifier ]) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" identifier = (binary_expression "uVar7 + 1" identifier + number_literal)) ;) })) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(puVar1 != puVar6)" ( (binary_expression "puVar1 != puVar6" identifier != identifier) )) ;) (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n }" if (parenthesized_expression "(param_2[0x10] == 0)" ( (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" identifier [ number_literal ]) == number_literal) )) (compound_statement "{\n free(__ptr_00);\n }" { (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" identifier (argument_list "(__ptr_00)" ( identifier ))) ;) })) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" identifier = (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) ;) (if_statement "if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" if (parenthesized_expression "(uVar7 != 0)" ( (binary_expression "uVar7 != 0" identifier != number_literal) )) (compound_statement "{\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" { (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" ( identifier , identifier , identifier , (binary_expression "uVar7 & 0xffffffff" identifier & number_literal) ))) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" statement_identifier : (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_3,lVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;)) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) })))) })) (expression_statement "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);" (call_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0)" (parenthesized_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))" ( (pointer_expression "**(code **)(*(long *)(param_3 + 8) + 0x278)" * (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" * (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" ( (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" * (cast_expression "(long *)(param_3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(param_3,lVar2,0,0)" ( identifier , identifier , number_literal , number_literal ))) ;) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" * (cast_expression "(uint *)(lVar2 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , LIT , LIT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT , IDENT , IDENT ))) ;)) (return_statement return ;) })) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) }))) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))) != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))))) , (binary_expression IDENT != LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , IDENT , (binary_expression IDENT & LIT) ))) ;) (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT , IDENT , LIT , LIT ))) ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )) (argument_list ( IDENT , IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) })) (return_statement return ;) })))
(function_definition "void FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)\n\n{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00108b90(undefined8 param_1,undefined8 *param_2,long param_3)" (identifier "FUN_00108b90") (parameter_list "(undefined8 param_1,undefined8 *param_2,long param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n long lVar2;\n int iVar3;\n long lVar4;\n code *UNRECOVERED_JUMPTABLE;\n undefined8 *__ptr;\n undefined8 *__ptr_00;\n undefined8 uVar5;\n undefined8 *puVar6;\n ulong uVar7;\n \n iVar3 = FUN_001087b0(param_1,param_2,0);\n if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "code *UNRECOVERED_JUMPTABLE;" (type_identifier "code") (pointer_declarator "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) (; ";")) (declaration "undefined8 *__ptr;" (type_identifier "undefined8") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "undefined8 *__ptr_00;" (type_identifier "undefined8") (pointer_declarator "*__ptr_00" (* "*") (identifier "__ptr_00")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "undefined8 *puVar6;" (type_identifier "undefined8") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (expression_statement "iVar3 = FUN_001087b0(param_1,param_2,0);" (assignment_expression "iVar3 = FUN_001087b0(param_1,param_2,0)" (identifier "iVar3") (= "=") (call_expression "FUN_001087b0(param_1,param_2,0)" (identifier "FUN_001087b0") (argument_list "(param_1,param_2,0)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = param_2[0xd];\n if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }\n (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n }" ({ "{") (expression_statement "lVar2 = param_2[0xd];" (assignment_expression "lVar2 = param_2[0xd]" (identifier "lVar2") (= "=") (subscript_expression "param_2[0xd]" (identifier "param_2") ([ "[") (number_literal "0xd") (] "]"))) (; ";")) (if_statement "if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) {\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" (if "if") (parenthesized_expression "((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0))" (( "(") (binary_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) &&\n (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" (parenthesized_expression "(((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6))" (( "(") (binary_expression "((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)" (parenthesized_expression "((*(byte *)(param_3 + 0x44) & 7) != 3)" (( "(") (binary_expression "(*(byte *)(param_3 + 0x44) & 7) != 3" (parenthesized_expression "(*(byte *)(param_3 + 0x44) & 7)" (( "(") (binary_expression "*(byte *)(param_3 + 0x44) & 7" (pointer_expression "*(byte *)(param_3 + 0x44)" (* "*") (cast_expression "(byte *)(param_3 + 0x44)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x44)" (( "(") (binary_expression "param_3 + 0x44" (identifier "param_3") (+ "+") (number_literal "0x44")) () ")")))) (& "&") (number_literal "7")) () ")")) (!= "!=") (number_literal "3")) () ")")) (&& "&&") (parenthesized_expression "(DAT_0012cb0c != 6)" (( "(") (binary_expression "DAT_0012cb0c != 6" (identifier "DAT_0012cb0c") (!= "!=") (number_literal "6")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)" (( "(") (comma_expression "lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0" (assignment_expression "lVar4 = FUN_00107360(*param_2,0,0x80)" (identifier "lVar4") (= "=") (call_expression "FUN_00107360(*param_2,0,0x80)" (identifier "FUN_00107360") (argument_list "(*param_2,0,0x80)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (number_literal "0") (, ",") (number_literal "0x80") () ")")))) (, ",") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);\n if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }\n }" ({ "{") (expression_statement "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2);" (assignment_expression "lVar4 = bfd_get_reloc_upper_bound(param_1,param_2)" (identifier "lVar4") (= "=") (call_expression "bfd_get_reloc_upper_bound(param_1,param_2)" (identifier "bfd_get_reloc_upper_bound") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (lVar4 < 0) {\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }\n else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" (if "if") (parenthesized_expression "(lVar4 < 0)" (( "(") (binary_expression "lVar4 < 0" (identifier "lVar4") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }\n }" ({ "{") (if_statement "if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) {\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" (if "if") (parenthesized_expression "((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5))" (( "(") (binary_expression "(lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)" (parenthesized_expression "(lVar4 != -1)" (( "(") (binary_expression "lVar4 != -1" (identifier "lVar4") (!= "!=") (number_literal "-1")) () ")")) (|| "||") (parenthesized_expression "(iVar3 = bfd_get_error(), iVar3 != 5)" (( "(") (comma_expression "iVar3 = bfd_get_error(), iVar3 != 5" (assignment_expression "iVar3 = bfd_get_error()" (identifier "iVar3") (= "=") (call_expression "bfd_get_error()" (identifier "bfd_get_error") (argument_list "()" (( "(") () ")")))) (, ",") (binary_expression "iVar3 != 5" (identifier "iVar3") (!= "!=") (number_literal "5"))) () ")"))) () ")")) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = 0;\nLAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);\n return;\n }" ({ "{") (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" (identifier "DAT_0012cb24") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00108cb0:\n FUN_0011c0d0(0,param_1,param_2,uVar5);" (statement_identifier "LAB_00108cb0") (: ":") (expression_statement "FUN_0011c0d0(0,param_1,param_2,uVar5);" (call_expression "FUN_0011c0d0(0,param_1,param_2,uVar5)" (identifier "FUN_0011c0d0") (argument_list "(0,param_1,param_2,uVar5)" (( "(") (number_literal "0") (, ",") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "uVar5") () ")"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (else_clause "else if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" (else "else") (if_statement "if (lVar4 != 0) {\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n __ptr_00 = (undefined8 *)param_2[0x10];\n if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }\n __ptr = __ptr_00;\n if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }\nLAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);\n *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;\n free(__ptr);\n return;\n }" ({ "{") (expression_statement "__ptr_00 = (undefined8 *)param_2[0x10];" (assignment_expression "__ptr_00 = (undefined8 *)param_2[0x10]" (identifier "__ptr_00") (= "=") (cast_expression "(undefined8 *)param_2[0x10]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[0x10]" (identifier "param_2") ([ "[") (number_literal "0x10") (] "]")))) (; ";")) (if_statement "if (__ptr_00 == (undefined8 *)0x0) {\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }\n else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" (if "if") (parenthesized_expression "(__ptr_00 == (undefined8 *)0x0)" (( "(") (binary_expression "__ptr_00 == (undefined8 *)0x0" (identifier "__ptr_00") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __ptr_00 = (undefined8 *)xmalloc(lVar4);\n uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);\n if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }\n }" ({ "{") (expression_statement "__ptr_00 = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr_00 = (undefined8 *)xmalloc(lVar4)" (identifier "__ptr_00") (= "=") (cast_expression "(undefined8 *)xmalloc(lVar4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar4)" (identifier "xmalloc") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";")) (expression_statement "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40);" (assignment_expression "uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" (identifier "uVar7") (= "=") (call_expression "bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40)" (identifier "bfd_canonicalize_reloc") (argument_list "(param_1,param_2,__ptr_00,DAT_0012cb40)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "__ptr_00") (, ",") (identifier "DAT_0012cb40") () ")")))) (; ";")) (if_statement "if ((long)uVar7 < 0) {\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" (if "if") (parenthesized_expression "((long)uVar7 < 0)" (( "(") (binary_expression "(long)uVar7 < 0" (cast_expression "(long)uVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "uVar7")) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n DAT_0012cb24 = 1;\n uVar5 = dcgettext(0,"relocation count is negative",5);\n goto LAB_00108cb0;\n }" ({ "{") (expression_statement "DAT_0012cb24 = 1;" (assignment_expression "DAT_0012cb24 = 1" (identifier "DAT_0012cb24") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar5 = dcgettext(0,"relocation count is negative",5);" (assignment_expression "uVar5 = dcgettext(0,"relocation count is negative",5)" (identifier "uVar5") (= "=") (call_expression "dcgettext(0,"relocation count is negative",5)" (identifier "dcgettext") (argument_list "(0,"relocation count is negative",5)" (( "(") (number_literal "0") (, ",") (string_literal ""relocation count is negative"" (" """) (string_content "relocation count is negative") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (goto_statement "goto LAB_00108cb0;" (goto "goto") (statement_identifier "LAB_00108cb0") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" (else "else") (compound_statement "{\n uVar7 = (ulong)*(uint *)(param_2 + 0x11);\n }" ({ "{") (expression_statement "uVar7 = (ulong)*(uint *)(param_2 + 0x11);" (assignment_expression "uVar7 = (ulong)*(uint *)(param_2 + 0x11)" (identifier "uVar7") (= "=") (binary_expression "(ulong)*(uint *)(param_2 + 0x11)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_2 + 0x11)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x11)" (( "(") (binary_expression "param_2 + 0x11" (identifier "param_2") (+ "+") (number_literal "0x11")) () ")"))))) (; ";")) (} "}")))) (expression_statement "__ptr = __ptr_00;" (assignment_expression "__ptr = __ptr_00" (identifier "__ptr") (= "=") (identifier "__ptr_00")) (; ";")) (if_statement "if (DAT_0012cb0c == 7) {\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" (if "if") (parenthesized_expression "(DAT_0012cb0c == 7)" (( "(") (binary_expression "DAT_0012cb0c == 7" (identifier "DAT_0012cb0c") (== "==") (number_literal "7")) () ")")) (compound_statement "{\n __ptr = (undefined8 *)xmalloc(lVar4);\n if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }\n puVar1 = __ptr_00 + uVar7;\n uVar7 = 0;\n puVar6 = __ptr_00;\n do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n }\n }" ({ "{") (expression_statement "__ptr = (undefined8 *)xmalloc(lVar4);" (assignment_expression "__ptr = (undefined8 *)xmalloc(lVar4)" (identifier "__ptr") (= "=") (cast_expression "(undefined8 *)xmalloc(lVar4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar4)" (identifier "xmalloc") (argument_list "(lVar4)" (( "(") (identifier "lVar4") () ")"))))) (; ";")) (if_statement "if (uVar7 == 0) {\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" (if "if") (parenthesized_expression "(uVar7 == 0)" (( "(") (binary_expression "uVar7 == 0" (identifier "uVar7") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n goto LAB_00108c59;\n }" ({ "{") (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" (if "if") (parenthesized_expression "(param_2[0x10] == 0)" (( "(") (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" (identifier "param_2") ([ "[") (number_literal "0x10") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n free(__ptr_00);\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" ({ "{") (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" (identifier "free") (argument_list "(__ptr_00)" (( "(") (identifier "__ptr_00") () ")"))) (; ";")) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" (identifier "UNRECOVERED_JUMPTABLE") (= "=") (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" (* "*") (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" (( "(") (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" (* "*") (cast_expression "(long *)(param_3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x278")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" (else "else") (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);\n }" ({ "{") (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" (identifier "UNRECOVERED_JUMPTABLE") (= "=") (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" (* "*") (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" (( "(") (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" (* "*") (cast_expression "(long *)(param_3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x278")) () ")"))))) (; ";")) (} "}")))) (goto_statement "goto LAB_00108c59;" (goto "goto") (statement_identifier "LAB_00108c59") (; ";")) (} "}"))) (expression_statement "puVar1 = __ptr_00 + uVar7;" (assignment_expression "puVar1 = __ptr_00 + uVar7" (identifier "puVar1") (= "=") (binary_expression "__ptr_00 + uVar7" (identifier "__ptr_00") (+ "+") (identifier "uVar7"))) (; ";")) (expression_statement "uVar7 = 0;" (assignment_expression "uVar7 = 0" (identifier "uVar7") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar6 = __ptr_00;" (assignment_expression "puVar6 = __ptr_00" (identifier "puVar6") (= "=") (identifier "__ptr_00")) (; ";")) (do_statement "do {\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n } while (puVar1 != puVar6);" (do "do") (compound_statement "{\n if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }\n puVar6 = puVar6 + 1;\n }" ({ "{") (if_statement "if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) {\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" (if "if") (parenthesized_expression "(((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0))" (( "(") (binary_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) &&\n (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" (parenthesized_expression "((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0))" (( "(") (binary_expression "(*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)" (parenthesized_expression "(*(long **)*puVar6 != (long *)0x0)" (( "(") (binary_expression "*(long **)*puVar6 != (long *)0x0" (pointer_expression "*(long **)*puVar6" (* "*") (cast_expression "(long **)*puVar6" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*puVar6" (* "*") (identifier "puVar6")))) (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(lVar4 = **(long **)*puVar6, lVar4 != 0)" (( "(") (comma_expression "lVar4 = **(long **)*puVar6, lVar4 != 0" (assignment_expression "lVar4 = **(long **)*puVar6" (identifier "lVar4") (= "=") (pointer_expression "**(long **)*puVar6" (* "*") (pointer_expression "*(long **)*puVar6" (* "*") (cast_expression "(long **)*puVar6" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*puVar6" (* "*") (identifier "puVar6")))))) (, ",") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)" (( "(") (comma_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0" (assignment_expression "iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" (identifier "iVar3") (= "=") (call_expression "FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" (identifier "FUN_00108290") (argument_list "(*(undefined8 *)(lVar4 + 8),DAT_0012ca58)" (( "(") (pointer_expression "*(undefined8 *)(lVar4 + 8)" (* "*") (cast_expression "(undefined8 *)(lVar4 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "DAT_0012ca58") () ")")))) (, ",") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n __ptr[uVar7] = *puVar6;\n uVar7 = uVar7 + 1;\n }" ({ "{") (expression_statement "__ptr[uVar7] = *puVar6;" (assignment_expression "__ptr[uVar7] = *puVar6" (subscript_expression "__ptr[uVar7]" (identifier "__ptr") ([ "[") (identifier "uVar7") (] "]")) (= "=") (pointer_expression "*puVar6" (* "*") (identifier "puVar6"))) (; ";")) (expression_statement "uVar7 = uVar7 + 1;" (assignment_expression "uVar7 = uVar7 + 1" (identifier "uVar7") (= "=") (binary_expression "uVar7 + 1" (identifier "uVar7") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar6 + 1" (identifier "puVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != puVar6)" (( "(") (binary_expression "puVar1 != puVar6" (identifier "puVar1") (!= "!=") (identifier "puVar6")) () ")")) (; ";")) (if_statement "if (param_2[0x10] == 0) {\n free(__ptr_00);\n }" (if "if") (parenthesized_expression "(param_2[0x10] == 0)" (( "(") (binary_expression "param_2[0x10] == 0" (subscript_expression "param_2[0x10]" (identifier "param_2") ([ "[") (number_literal "0x10") (] "]")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n free(__ptr_00);\n }" ({ "{") (expression_statement "free(__ptr_00);" (call_expression "free(__ptr_00)" (identifier "free") (argument_list "(__ptr_00)" (( "(") (identifier "__ptr_00") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278)" (identifier "UNRECOVERED_JUMPTABLE") (= "=") (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" (* "*") (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" (( "(") (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" (* "*") (cast_expression "(long *)(param_3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x278")) () ")"))))) (; ";")) (if_statement "if (uVar7 != 0) {\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" (if "if") (parenthesized_expression "(uVar7 != 0)" (( "(") (binary_expression "uVar7 != 0" (identifier "uVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n \n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);\n return;\n }" ({ "{") (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" (( "(") (pointer_expression "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) () ")")) (argument_list "(param_3,lVar2,__ptr,uVar7 & 0xffffffff)" (( "(") (identifier "param_3") (, ",") (identifier "lVar2") (, ",") (identifier "__ptr") (, ",") (binary_expression "uVar7 & 0xffffffff" (identifier "uVar7") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_00108c59:\n (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" (statement_identifier "LAB_00108c59") (: ":") (expression_statement "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0);" (call_expression "(*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" (( "(") (pointer_expression "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) () ")")) (argument_list "(param_3,lVar2,0,0)" (( "(") (identifier "param_3") (, ",") (identifier "lVar2") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";"))) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" (* "*") (cast_expression "(uint *)(lVar2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" (* "*") (cast_expression "(uint *)(lVar2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "0xfffffffb"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))))) (} "}"))) (expression_statement "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0);" (call_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0)" (parenthesized_expression "(**(code **)(*(long *)(param_3 + 8) + 0x278))" (( "(") (pointer_expression "**(code **)(*(long *)(param_3 + 8) + 0x278)" (* "*") (pointer_expression "*(code **)(*(long *)(param_3 + 8) + 0x278)" (* "*") (cast_expression "(code **)(*(long *)(param_3 + 8) + 0x278)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_3 + 8) + 0x278)" (( "(") (binary_expression "*(long *)(param_3 + 8) + 0x278" (pointer_expression "*(long *)(param_3 + 8)" (* "*") (cast_expression "(long *)(param_3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x278")) () ")"))))) () ")")) (argument_list "(param_3,lVar2,0,0)" (( "(") (identifier "param_3") (, ",") (identifier "lVar2") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb;" (assignment_expression "*(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" (* "*") (cast_expression "(uint *)(lVar2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar2 + 0x20) & 0xfffffffb" (pointer_expression "*(uint *)(lVar2 + 0x20)" (* "*") (cast_expression "(uint *)(lVar2 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "0xfffffffb"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *ibfd,type_2 isection,void *obfdarg) { type_3 **var_22; type_4 *pbVar2; type_5 *var_19; type_6 var_2; int var_10; type_7 *var_6; long var_8; type_8 *UNRECOVERED_JUMPTABLE; type_3 **__ptr; type_3 **var_12; char *format; type_3 **var_21; type_9 var_17; var_2 = var_1(ibfd,isection,0); if (var_2 == 0) { pbVar2 = isection->output_section; if ((((*(type_10 *)((long)obfdarg + 0x44) & 7) != 3) && (var_3 != var_4)) && (var_6 = var_5(isection->name,0,0x80), var_6 == (type_7 *)0x0)) { var_8 = var_7(ibfd,isection); if (var_8 < 0) { if ((var_8 != -1) || (var_10 = var_9(), var_10 != 5)) { status = 1; format = (char *)0x0; LAB_00108cb0: var_11((char *)0x0,ibfd,isection,format); return; } } else if (var_8 != 0) { var_12 = isection->orelocation; if (var_12 == (type_3 **)0x0) { var_12 = (type_3 **)var_13(var_8); var_17 = var_14(ibfd,isection,var_12,isympp); if ((long)var_17 < 0) { status = 1; format = (char *)var_15(0,"relocation count is negative",5); goto LAB_00108cb0; } } else { var_17 = (type_9)isection->reloc_count; } __ptr = var_12; if (var_3 == var_16) { __ptr = (type_3 **)var_13(var_8); if (var_17 == 0) { if (isection->orelocation == (type_3 **)0x0) { var_18(var_12); UNRECOVERED_JUMPTABLE = *(type_8 **)(*(long *)((long)obfdarg + 8) + 0x278); } else { UNRECOVERED_JUMPTABLE = *(type_8 **)(*(long *)((long)obfdarg + 8) + 0x278); } goto LAB_00108c59; } var_22 = var_12 + var_17; var_17 = 0; var_21 = var_12; do { if ((((*var_21)->sym_ptr_ptr != (type_5 **)0x0) && (var_19 = *(*var_21)->sym_ptr_ptr, var_19 != (type_5 *)0x0)) && (var_2 = var_20(var_19->name,keep_specific_htab), var_2 != 0)) { __ptr[var_17] = *var_21; var_17 = var_17 + 1; } var_21 = var_21 + 1; } while (var_22 != var_21); if (isection->orelocation == (type_3 **)0x0) { var_18(var_12); } } UNRECOVERED_JUMPTABLE = *(type_8 **)(*(long *)((long)obfdarg + 8) + 0x278); if (var_17 != 0) { /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,__ptr,var_17 & 0xffffffff); return; } LAB_00108c59: (*UNRECOVERED_JUMPTABLE)(obfdarg,pbVar2,0,0); pbVar2->flags = pbVar2->flags & 0xfffffffb; var_18(__ptr); return; } } (**(type_8 **)(*(long *)((long)obfdarg + 8) + 0x278))(obfdarg,pbVar2,0,0); pbVar2->flags = pbVar2->flags & 0xfffffffb; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (identifier) (identifier))))) (return_statement)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier)))) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier)))))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier) (identifier) (number_literal) (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 *param_2,long param_3) { undefined8 *puVar1; long lVar2; int iVar3; long lVar4; code *UNRECOVERED_JUMPTABLE; undefined8 *__ptr; undefined8 *__ptr_00; undefined8 uVar5; undefined8 *puVar6; ulong uVar7; iVar3 = FUN_001087b0(param_1,param_2,0); if (iVar3 == 0) { lVar2 = param_2[0xd]; if ((((*(byte *)(param_3 + 0x44) & 7) != 3) && (DAT_0012cb0c != 6)) && (lVar4 = FUN_00107360(*param_2,0,0x80), lVar4 == 0)) { lVar4 = bfd_get_reloc_upper_bound(param_1,param_2); if (lVar4 < 0) { if ((lVar4 != -1) || (iVar3 = bfd_get_error(), iVar3 != 5)) { DAT_0012cb24 = 1; uVar5 = 0; LAB_00108cb0: FUN_0011c0d0(0,param_1,param_2,uVar5); return; } } else if (lVar4 != 0) { __ptr_00 = (undefined8 *)param_2[0x10]; if (__ptr_00 == (undefined8 *)0x0) { __ptr_00 = (undefined8 *)xmalloc(lVar4); uVar7 = bfd_canonicalize_reloc(param_1,param_2,__ptr_00,DAT_0012cb40); if ((long)uVar7 < 0) { DAT_0012cb24 = 1; uVar5 = dcgettext(0,"relocation count is negative",5); goto LAB_00108cb0; } } else { uVar7 = (ulong)*(uint *)(param_2 + 0x11); } __ptr = __ptr_00; if (DAT_0012cb0c == 7) { __ptr = (undefined8 *)xmalloc(lVar4); if (uVar7 == 0) { if (param_2[0x10] == 0) { free(__ptr_00); UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); } else { UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); } goto LAB_00108c59; } puVar1 = __ptr_00 + uVar7; uVar7 = 0; puVar6 = __ptr_00; do { if (((*(long **)*puVar6 != (long *)0x0) && (lVar4 = **(long **)*puVar6, lVar4 != 0)) && (iVar3 = FUN_00108290(*(undefined8 *)(lVar4 + 8),DAT_0012ca58), iVar3 != 0)) { __ptr[uVar7] = *puVar6; uVar7 = uVar7 + 1; } puVar6 = puVar6 + 1; } while (puVar1 != puVar6); if (param_2[0x10] == 0) { free(__ptr_00); } } UNRECOVERED_JUMPTABLE = *(code **)(*(long *)(param_3 + 8) + 0x278); if (uVar7 != 0) { /* WARNING: Could not recover jumptable at 0x00108ce7. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,__ptr,uVar7 & 0xffffffff); return; } LAB_00108c59: (*UNRECOVERED_JUMPTABLE)(param_3,lVar2,0,0); *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb; free(__ptr); return; } } (**(code **)(*(long *)(param_3 + 8) + 0x278))(param_3,lVar2,0,0); *(uint *)(lVar2 + 0x20) = *(uint *)(lVar2 + 0x20) & 0xfffffffb; } return; }
64_powerpc64-linux-gnu-gprof_and_powerpc64-linux-gnu-gprof_strip.c
perror
perror
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void perror(char *__s) { (*(code *)PTR_perror_00118200)(); return; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void perror(char *__s) { (*(code *)PTR_perror_00118200)(); return; }
JMP qword ptr [0x00118200]
null
null
null
null
[('tmp_28', u'CAST_-1206967222'), (u'CALLIND_-1206967288', u'INDIRECT_-1206967227'), ('const-0', u'RETURN_-1206967285'), (u'CAST_-1206967222', u'CALLIND_-1206967288'), (u'INDIRECT_-1206967227', u'COPY_-1206967286')]
[('tmp_28', u'CAST_-1206967222'), (u'CALLIND_-1206967288', u'INDIRECT_-1206967227'), ('const-0', u'RETURN_-1206967285'), (u'CAST_-1206967222', u'CALLIND_-1206967288'), (u'INDIRECT_-1206967227', u'COPY_-1206967286')]
null
null
00102400
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_perror_00118200)();\n return;\n}" { (expression_statement "(*(code *)PTR_perror_00118200)();" (call_expression "(*(code *)PTR_perror_00118200)()" (parenthesized_expression "(*(code *)PTR_perror_00118200)" ( (pointer_expression "*(code *)PTR_perror_00118200" * (cast_expression "(code *)PTR_perror_00118200" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}\n\n" comment (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_perror_00118200)();\n return;\n}" { (expression_statement "(*(code *)PTR_perror_00118200)();" (call_expression "(*(code *)PTR_perror_00118200)()" (parenthesized_expression "(*(code *)PTR_perror_00118200)" ( (pointer_expression "*(code *)PTR_perror_00118200" * (cast_expression "(code *)PTR_perror_00118200" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}\n\n" (function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n (*(code *)PTR_perror_00118200)();\n return;\n}" { (expression_statement "(*(code *)PTR_perror_00118200)();" (call_expression "(*(code *)PTR_perror_00118200)()" (parenthesized_expression "(*(code *)PTR_perror_00118200)" ( (pointer_expression "*(code *)PTR_perror_00118200" * (cast_expression "(code *)PTR_perror_00118200" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void perror(char *__s)\n\n{\n (*(code *)PTR_perror_00118200)();\n return;\n}" (primitive_type "void") (function_declarator "perror(char *__s)" (identifier "perror") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n (*(code *)PTR_perror_00118200)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_perror_00118200)();" (call_expression "(*(code *)PTR_perror_00118200)()" (parenthesized_expression "(*(code *)PTR_perror_00118200)" (( "(") (pointer_expression "*(code *)PTR_perror_00118200" (* "*") (cast_expression "(code *)PTR_perror_00118200" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_perror_00118200"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(char *__s) { (*(type_1 *)PTR_perror_00118200)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(char *__s) { (*(code *)PTR_MASKED_00118200)(); return; }
477_sqlite3_and_sqlite3_strip.c
doubleToInt64
FUN_0012daf0
/* WARNING: Unknown calling convention */ i64 doubleToInt64(double r) { i64 iVar1; if (r <= DAT_00225fc8) { iVar1 = -0x8000000000000000; } else { iVar1 = 0x7fffffffffffffff; if (r < DAT_00213970) { return (long)r; } } return iVar1; }
long FUN_0012daf0(double param_1) { long lVar1; if (param_1 <= DAT_00225fc8) { lVar1 = -0x8000000000000000; } else { lVar1 = 0x7fffffffffffffff; if (param_1 < DAT_00213970) { return (long)param_1; } } return lVar1; }
MOVSD XMM1,qword ptr [0x00225fc8] COMISD XMM1,XMM0 JNC 0x0012db20 COMISD XMM0,qword ptr [0x00213970] MOV RAX,0x7fffffffffffffff JNC 0x0012db2a CVTTSD2SI RAX,XMM0 RET MOV RAX,-0x8000000000000000 RET
null
null
null
null
[('tmp_144', u'COPY_-1207051440'), ('tmp_31', u'CBRANCH_-1207051506'), (u'COPY_-1207051453', u'MULTIEQUAL_-1207051377'), ('tmp_88', u'FLOAT_LESS_-1207051460'), ('const--9223372036854775808', u'COPY_-1207051453'), ('tmp_143', u'COPY_-1207051418'), ('const-9223372036854775807', u'COPY_-1207051489'), (u'FLOAT_LESSEQUAL_-1207051477', u'CBRANCH_-1207051506'), ('tmp_88', u'FLOAT_LESSEQUAL_-1207051477'), ('const-0', u'RETURN_-1207051435'), (u'FLOAT_LESS_-1207051460', u'CBRANCH_-1207051473'), ('tmp_143', u'COPY_-1207051438'), ('tmp_143', u'FLOAT_LESSEQUAL_-1207051477'), ('const-0', u'RETURN_-1207051457'), (u'COPY_-1207051489', u'MULTIEQUAL_-1207051377'), ('tmp_144', u'COPY_-1207051420'), (u'MULTIEQUAL_-1207051377', u'RETURN_-1207051435'), ('tmp_62', u'CBRANCH_-1207051473'), ('tmp_144', u'FLOAT_LESS_-1207051460'), ('tmp_88', u'TRUNC_-1207051419'), (u'TRUNC_-1207051419', u'RETURN_-1207051457')]
[('tmp_31', u'CBRANCH_-1207051506'), ('tmp_128', u'FLOAT_LESS_-1207051460'), (u'COPY_-1207051453', u'MULTIEQUAL_-1207051377'), ('tmp_128', u'TRUNC_-1207051419'), ('const--9223372036854775808', u'COPY_-1207051453'), ('const-9223372036854775807', u'COPY_-1207051489'), ('tmp_147', u'COPY_-1207051440'), (u'FLOAT_LESSEQUAL_-1207051477', u'CBRANCH_-1207051506'), ('tmp_146', u'FLOAT_LESSEQUAL_-1207051477'), ('tmp_147', u'COPY_-1207051420'), ('tmp_128', u'FLOAT_LESSEQUAL_-1207051477'), ('const-0', u'RETURN_-1207051435'), ('tmp_147', u'FLOAT_LESS_-1207051460'), (u'FLOAT_LESS_-1207051460', u'CBRANCH_-1207051473'), ('const-0', u'RETURN_-1207051457'), (u'COPY_-1207051489', u'MULTIEQUAL_-1207051377'), (u'MULTIEQUAL_-1207051377', u'RETURN_-1207051435'), ('tmp_62', u'CBRANCH_-1207051473'), ('tmp_146', u'COPY_-1207051418'), (u'TRUNC_-1207051419', u'RETURN_-1207051457'), ('tmp_146', u'COPY_-1207051438')]
null
null
0012daf0
x64
O2
(translation_unit "long FUN_0012daf0(double param_1)\n\n{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_0012daf0(double param_1)\n\n{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0012daf0(double param_1)" identifier (parameter_list "(double param_1)" ( (parameter_declaration "double param_1" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" if (parenthesized_expression "(param_1 <= DAT_00225fc8)" ( (binary_expression "param_1 <= DAT_00225fc8" identifier <= identifier) )) (compound_statement "{\n lVar1 = -0x8000000000000000;\n }" { (expression_statement "lVar1 = -0x8000000000000000;" (assignment_expression "lVar1 = -0x8000000000000000" identifier = number_literal) ;) }) (else_clause "else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" else (compound_statement "{\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" { (expression_statement "lVar1 = 0x7fffffffffffffff;" (assignment_expression "lVar1 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (param_1 < DAT_00213970) {\n return (long)param_1;\n }" if (parenthesized_expression "(param_1 < DAT_00213970)" ( (binary_expression "param_1 < DAT_00213970" identifier < identifier) )) (compound_statement "{\n return (long)param_1;\n }" { (return_statement "return (long)param_1;" return (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ;) })) }))) (return_statement "return lVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\ni64 doubleToInt64(double r)\n\n{\n i64 iVar1;\n \n if (r <= DAT_00225fc8) {\n iVar1 = -0x8000000000000000;\n }\n else {\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }\n return iVar1;\n}\n\n" comment (function_definition "i64 doubleToInt64(double r)\n\n{\n i64 iVar1;\n \n if (r <= DAT_00225fc8) {\n iVar1 = -0x8000000000000000;\n }\n else {\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }\n return iVar1;\n}" type_identifier (function_declarator "doubleToInt64(double r)" identifier (parameter_list "(double r)" ( (parameter_declaration "double r" primitive_type identifier) ))) (compound_statement "{\n i64 iVar1;\n \n if (r <= DAT_00225fc8) {\n iVar1 = -0x8000000000000000;\n }\n else {\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }\n return iVar1;\n}" { (declaration "i64 iVar1;" type_identifier identifier ;) (if_statement "if (r <= DAT_00225fc8) {\n iVar1 = -0x8000000000000000;\n }\n else {\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }" if (parenthesized_expression "(r <= DAT_00225fc8)" ( (binary_expression "r <= DAT_00225fc8" identifier <= identifier) )) (compound_statement "{\n iVar1 = -0x8000000000000000;\n }" { (expression_statement "iVar1 = -0x8000000000000000;" (assignment_expression "iVar1 = -0x8000000000000000" identifier = number_literal) ;) }) (else_clause "else {\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }" else (compound_statement "{\n iVar1 = 0x7fffffffffffffff;\n if (r < DAT_00213970) {\n return (long)r;\n }\n }" { (expression_statement "iVar1 = 0x7fffffffffffffff;" (assignment_expression "iVar1 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (r < DAT_00213970) {\n return (long)r;\n }" if (parenthesized_expression "(r < DAT_00213970)" ( (binary_expression "r < DAT_00213970" identifier < identifier) )) (compound_statement "{\n return (long)r;\n }" { (return_statement "return (long)r;" return (cast_expression "(long)r" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ;) })) }))) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "long FUN_0012daf0(double param_1)\n\n{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}\n\n" (function_definition "long FUN_0012daf0(double param_1)\n\n{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0012daf0(double param_1)" identifier (parameter_list "(double param_1)" ( (parameter_declaration "double param_1" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" if (parenthesized_expression "(param_1 <= DAT_00225fc8)" ( (binary_expression "param_1 <= DAT_00225fc8" identifier <= identifier) )) (compound_statement "{\n lVar1 = -0x8000000000000000;\n }" { (expression_statement "lVar1 = -0x8000000000000000;" (assignment_expression "lVar1 = -0x8000000000000000" identifier = number_literal) ;) }) (else_clause "else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" else (compound_statement "{\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" { (expression_statement "lVar1 = 0x7fffffffffffffff;" (assignment_expression "lVar1 = 0x7fffffffffffffff" identifier = number_literal) ;) (if_statement "if (param_1 < DAT_00213970) {\n return (long)param_1;\n }" if (parenthesized_expression "(param_1 < DAT_00213970)" ( (binary_expression "param_1 < DAT_00213970" identifier < identifier) )) (compound_statement "{\n return (long)param_1;\n }" { (return_statement "return (long)param_1;" return (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ;) })) }))) (return_statement "return lVar1;" return identifier ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) ;) })) }))) (return_statement return IDENT ;) })))
(function_definition "long FUN_0012daf0(double param_1)\n\n{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0012daf0(double param_1)" (identifier "FUN_0012daf0") (parameter_list "(double param_1)" (( "(") (parameter_declaration "double param_1" (primitive_type "double") (identifier "param_1")) () ")"))) (compound_statement "{\n long lVar1;\n \n if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (if_statement "if (param_1 <= DAT_00225fc8) {\n lVar1 = -0x8000000000000000;\n }\n else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" (if "if") (parenthesized_expression "(param_1 <= DAT_00225fc8)" (( "(") (binary_expression "param_1 <= DAT_00225fc8" (identifier "param_1") (<= "<=") (identifier "DAT_00225fc8")) () ")")) (compound_statement "{\n lVar1 = -0x8000000000000000;\n }" ({ "{") (expression_statement "lVar1 = -0x8000000000000000;" (assignment_expression "lVar1 = -0x8000000000000000" (identifier "lVar1") (= "=") (number_literal "-0x8000000000000000")) (; ";")) (} "}")) (else_clause "else {\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" (else "else") (compound_statement "{\n lVar1 = 0x7fffffffffffffff;\n if (param_1 < DAT_00213970) {\n return (long)param_1;\n }\n }" ({ "{") (expression_statement "lVar1 = 0x7fffffffffffffff;" (assignment_expression "lVar1 = 0x7fffffffffffffff" (identifier "lVar1") (= "=") (number_literal "0x7fffffffffffffff")) (; ";")) (if_statement "if (param_1 < DAT_00213970) {\n return (long)param_1;\n }" (if "if") (parenthesized_expression "(param_1 < DAT_00213970)" (( "(") (binary_expression "param_1 < DAT_00213970" (identifier "param_1") (< "<") (identifier "DAT_00213970")) () ")")) (compound_statement "{\n return (long)param_1;\n }" ({ "{") (return_statement "return (long)param_1;" (return "return") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (; ";")) (} "}"))) (} "}")))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ type_1 function_1(double var_1) { type_1 iVar1; if (var_1 <= var_2) { iVar1 = -0x8000000000000000; } else { iVar1 = 0x7fffffffffffffff; if (var_1 < var_3) { return (long)var_1; } } return iVar1; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))))) (return_statement (identifier)))))
null
long MASKED(double param_1) { long lVar1; if (param_1 <= DAT_00225fc8) { lVar1 = -0x8000000000000000; } else { lVar1 = 0x7fffffffffffffff; if (param_1 < DAT_00213970) { return (long)param_1; } } return lVar1; }
161_true_and_true_strip.c
_ITM_registerTMCloneTable
_ITM_registerTMCloneTable
/* WARNING: Control flow encountered bad instruction data */ void _ITM_registerTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void _ITM_registerTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206935198')]
[('const-1', u'RETURN_-1206935198')]
null
null
0010a158
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "_ITM_registerTMCloneTable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "_ITM_registerTMCloneTable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "_ITM_registerTMCloneTable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "_ITM_registerTMCloneTable(void)" (identifier "_ITM_registerTMCloneTable") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
164_powerpc-linux-gnu-nm_and_powerpc-linux-gnu-nm_strip.c
bfd_scan_vma
bfd_scan_vma
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_scan_vma(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206923222')]
[('const-1', u'RETURN_-1206923222')]
null
null
0010d020
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_scan_vma(void)" (identifier "bfd_scan_vma") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1962_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
parse_to_value
FUN_0015f190
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_incremental_patch * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::General_options::Struct_incremental_patch::parse_to_value (Struct_incremental_patch *this,char *option_name,char *arg,Command_line *param_3, General_options *param_4) { gold::options::parse_percent(option_name,arg,&this->value); this->user_set_via_option = true; return; }
void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3) { FUN_001e5ba0(param_2,param_3,param_1 + 0x68); *(undefined1 *)(param_1 + 0x60) = 1; return; }
PUSH RBX MOV RBX,RDI MOV RDI,RSI MOV RSI,RDX LEA RDX,[RBX + 0x68] CALL 0x001e5ba0 MOV byte ptr [RBX + 0x60],0x1 POP RBX RET
null
null
null
null
[('const-1', u'STORE_-1207242317'), ('const-0', u'RETURN_-1207242298'), ('const-433', u'STORE_-1207242317'), ('const-104', u'PTRSUB_-1207242240'), ('const-96', u'PTRSUB_-1207242230'), ('tmp_60', u'CALL_-1207242321'), (u'PTRSUB_-1207242240', u'CALL_-1207242321'), ('tmp_59', u'CALL_-1207242321'), ('tmp_58', u'PTRSUB_-1207242240'), (u'PTRSUB_-1207242230', u'STORE_-1207242317'), ('tmp_58', u'PTRSUB_-1207242230')]
[('tmp_84', u'INT_ADD_-1207242303'), ('const-104', u'INT_ADD_-1207242317'), ('const-0', u'RETURN_-1207242298'), ('tmp_85', u'CALL_-1207242321'), ('const-1', u'STORE_-1207242317'), ('const-96', u'INT_ADD_-1207242303'), ('tmp_86', u'CALL_-1207242321'), ('tmp_84', u'INT_ADD_-1207242317'), ('const-433', u'STORE_-1207242317'), (u'INT_ADD_-1207242303', u'CAST_-1207242235'), (u'CAST_-1207242235', u'STORE_-1207242317'), (u'INT_ADD_-1207242317', u'CALL_-1207242321')]
null
null
0015f190
x64
O2
(translation_unit "void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001e5ba0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001e5ba0(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_incremental_patch * this, char *\n option_name, char * arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_incremental_patch::parse_to_value\n (Struct_incremental_patch *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_percent(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_incremental_patch::parse_to_value\n (Struct_incremental_patch *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)\n\n{\n gold::options::parse_percent(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_incremental_patch::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_incremental_patch *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_incremental_patch *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_incremental_patch *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Command_line *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "General_options *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n gold::options::parse_percent(option_name,arg,&this->value);\n this->user_set_via_option = true;\n return;\n}" { (labeled_statement "gold::options::parse_percent(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (labeled_statement "options::parse_percent(option_name,arg,&this->value);" statement_identifier : (ERROR ":" :) (expression_statement "parse_percent(option_name,arg,&this->value);" (call_expression "parse_percent(option_name,arg,&this->value)" identifier (argument_list "(option_name,arg,&this->value)" ( identifier , identifier , (pointer_expression "&this->value" & (field_expression "this->value" identifier -> field_identifier)) ))) ;))) (expression_statement "this->user_set_via_option = true;" (assignment_expression "this->user_set_via_option = true" (field_expression "this->user_set_via_option" identifier -> field_identifier) = true) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" primitive_type (function_declarator "FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" { (expression_statement "FUN_001e5ba0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001e5ba0(param_2,param_3,param_1 + 0x68)" identifier (argument_list "(param_2,param_3,param_1 + 0x68)" ( identifier , identifier , (binary_expression "param_1 + 0x68" identifier + number_literal) ))) ;) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" * (cast_expression "(undefined1 *)(param_1 + 0x60)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015f190(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0015f190") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n FUN_001e5ba0(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" ({ "{") (expression_statement "FUN_001e5ba0(param_2,param_3,param_1 + 0x68);" (call_expression "FUN_001e5ba0(param_2,param_3,param_1 + 0x68)" (identifier "FUN_001e5ba0") (argument_list "(param_2,param_3,param_1 + 0x68)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (binary_expression "param_1 + 0x68" (identifier "param_1") (+ "+") (number_literal "0x68")) () ")"))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 0x60) = 1;" (assignment_expression "*(undefined1 *)(param_1 + 0x60) = 1" (pointer_expression "*(undefined1 *)(param_1 + 0x60)" (* "*") (cast_expression "(undefined1 *)(param_1 + 0x60)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_incremental_patch * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,char *option_name,char *arg,type_2 *param_3, type_3 *param_4) { gold::options::var_1(option_name,arg,&this->value); this->user_set_via_option = true; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2,undefined8 param_3) { FUN_001e5ba0(param_2,param_3,param_1 + 0x68); *(undefined1 *)(param_1 + 0x60) = 1; return; }
2558_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
guess_full_class_name
FUN_00196020
/* DWARF original prototype: string guess_full_class_name(Gdb_index_info_reader * this, Dwarf_die * die) */ string * __thiscall gold::Gdb_index_info_reader::guess_full_class_name (string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die) { demangle_component_type dVar1; Elf_reloc_mapper *pEVar2; demangle_component *pdVar3; int iVar4; int iVar5; undefined4 extraout_var; long die_offset; demangle_component *dc; char *pcVar6; size_t sVar7; demangle_component *pdVar8; ulong uVar9; string *full_name; demangle_component *pdVar10; void *storage; size_t allocated_size; Dwarf_die child; (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2; __return_storage_ptr__->_M_string_length = 0; (__return_storage_ptr__->field_2)._M_local_buf[0] = '\0'; /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */ iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])(); die_offset = Dwarf_die::child_offset(die); do { if (die_offset == 0) { LAB_00196190: pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_; /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */ (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5)); return __return_storage_ptr__; } Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die); if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) { LAB_00196250: if (child.attributes_. super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> ._M_impl._M_start != (pointer)0x0) { operator_delete(child.attributes_. super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> ._M_impl._M_start); } goto LAB_00196190; } /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */ if (((child.abbrev_code_)->tag == 0x2e) && (((child.linkage_name_ != (char *)0x0 || (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) && (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage), dc != (demangle_component *)0x0)))) { dVar1 = dc->type; uVar9 = (ulong)dVar1; if (dVar1 < DEMANGLE_COMPONENT_POINTER) { uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1; while (uVar9 != 0) { dc = (dc->u).s_fixed.length; dVar1 = dc->type; uVar9 = (ulong)dVar1; if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122; uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000; } if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) { dc = (dc->u).s_fixed.length; } uVar9 = (ulong)dc->type; if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) { dc = (dc->u).s_fixed.length; uVar9 = (ulong)dc->type; } } LAB_00196122: pdVar3 = dc; pdVar10 = (demangle_component *)0x0; while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) { uVar9 = 1L << ((byte)uVar9 & 0x3f); if ((uVar9 & 0x6000000000191) != 0) { if (pdVar10 != (demangle_component *)0x0) { pdVar3 = (pdVar10->u).s_fixed.length; iVar4 = pdVar3->d_printing; pcVar6 = (pdVar3->u).s_name.s; pdVar10->type = pdVar3->type; pdVar10->d_printing = iVar4; (pdVar10->u).s_name.s = pcVar6; (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name; /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */ pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size); free(storage); if (pcVar6 == (char *)0x0) goto LAB_00196160; sVar7 = strlen(pcVar6); std::string::_M_replace ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length, pcVar6,sVar7); free(pcVar6); goto LAB_00196250; } break; } if ((uVar9 & 6) == 0) break; pdVar3 = (pdVar8->u).s_extended_operator.name; uVar9 = (ulong)pdVar3->type; pdVar10 = pdVar8; } free(storage); } LAB_00196160: die_offset = Dwarf_die::sibling_offset(&child); if (child.attributes_. super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> ._M_impl._M_start != (pointer)0x0) { operator_delete(child.attributes_. super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_> ._M_impl._M_start); } } while( true ); }
long * FUN_00196020(long *param_1,long param_2,undefined8 param_3) { uint uVar1; uint *puVar2; undefined8 *puVar3; undefined8 uVar4; undefined8 uVar5; long lVar6; uint *puVar7; char *__s; size_t sVar8; uint *puVar9; ulong uVar10; uint *puVar11; void *local_d8; undefined1 local_d0 [8]; undefined1 local_c8 [48]; int *local_98; long local_90; long local_60; *param_1 = (long)(param_1 + 2); param_1[1] = 0; *(undefined1 *)(param_1 + 2) = 0; /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */ uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))(); lVar6 = FUN_0026eca0(param_3); do { if (lVar6 == 0) { LAB_00196190: /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */ (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5); return param_1; } FUN_00270760(local_c8,param_2,lVar6,param_3); if ((local_98 == (int *)0x0) || (*local_98 == 0)) { LAB_00196250: if (local_90 != 0) { FUN_002a2980(); } goto LAB_00196190; } /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */ if ((*local_98 == 0x2e) && (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) && (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) { uVar1 = *puVar7; uVar10 = (ulong)uVar1; if (uVar1 < 0x22) { uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1; while (uVar10 != 0) { puVar7 = *(uint **)(puVar7 + 2); uVar1 = *puVar7; uVar10 = (ulong)uVar1; if (0x21 < uVar1) goto LAB_00196122; uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000; } if (uVar1 == 3) { puVar7 = *(uint **)(puVar7 + 2); } uVar10 = (ulong)*puVar7; if (*puVar7 == 4) { puVar7 = *(uint **)(puVar7 + 2); uVar10 = (ulong)*puVar7; } } LAB_00196122: puVar2 = puVar7; puVar11 = (uint *)0x0; while (puVar9 = puVar2, (uint)uVar10 < 0x33) { uVar10 = 1L << ((byte)uVar10 & 0x3f); if ((uVar10 & 0x6000000000191) != 0) { if (puVar11 != (uint *)0x0) { puVar3 = *(undefined8 **)(puVar11 + 2); uVar4 = puVar3[1]; *(undefined8 *)puVar11 = *puVar3; *(undefined8 *)(puVar11 + 2) = uVar4; *(undefined8 *)(puVar11 + 4) = puVar3[2]; /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */ __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0); free(local_d8); if (__s == (char *)0x0) goto LAB_00196160; sVar8 = strlen(__s); FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8); free(__s); goto LAB_00196250; } break; } if ((uVar10 & 6) == 0) break; puVar2 = *(uint **)(puVar9 + 4); uVar10 = (ulong)*puVar2; puVar11 = puVar9; } free(local_d8); } LAB_00196160: lVar6 = FUN_002708e0(local_c8); if (local_90 != 0) { FUN_002a2980(); } } while( true ); }
PUSH R15 LEA RAX,[RDI + 0x10] PUSH R14 MOV R14,RDI PUSH R13 PUSH R12 MOV R12,RDX PUSH RBP MOV RBP,RSI PUSH RBX SUB RSP,0xc8 MOV qword ptr [RDI],RAX MOV qword ptr [RDI + 0x8],0x0 MOV byte ptr [RDI + 0x10],0x0 MOV RDI,qword ptr [RSI + 0x918] MOV qword ptr [RSP + 0x18],RAX MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x30] MOV RDI,R12 MOV qword ptr [RSP + 0x8],RAX CALL 0x0026eca0 LEA RSI,[RSP + 0x20] LEA RBX,[RSP + 0x30] MOV R15,0x6000000000191 MOV R13,0x27e000000 MOV qword ptr [RSP + 0x10],RSI TEST RAX,RAX JZ 0x00196190 MOV RCX,R12 MOV RDX,RAX MOV RSI,RBP MOV RDI,RBX CALL 0x00270760 MOV RAX,qword ptr [RSP + 0x60] TEST RAX,RAX JZ 0x00196250 MOV EAX,dword ptr [RAX] TEST EAX,EAX JZ 0x00196250 CMP EAX,0x2e JNZ 0x00196160 MOV RDI,qword ptr [RSP + 0x98] TEST RDI,RDI JZ 0x00196290 MOV RDX,qword ptr [RSP + 0x10] XOR ESI,ESI CALL 0x0029da50 TEST RAX,RAX JZ 0x00196160 MOV ECX,dword ptr [RAX] CMP ECX,0x21 JA 0x00196122 BT R13,RCX MOV ESI,0x1 JC 0x00196117 JMP 0x00196270 MOV RDX,RSI SHL RDX,CL TEST RDX,R13 JZ 0x00196270 MOV RAX,qword ptr [RAX + 0x8] MOV ECX,dword ptr [RAX] CMP ECX,0x21 JBE 0x00196108 MOV RDX,RAX XOR EDI,EDI MOV R8D,0x1 NOP dword ptr [RAX] CMP ECX,0x32 JA 0x0019614c MOV RSI,R8 SHL RSI,CL MOV RCX,RSI TEST RSI,R15 JNZ 0x001961d8 AND ECX,0x6 JNZ 0x001961c0 MOV RDI,qword ptr [RSP + 0x20] CALL 0x00144470 NOP word ptr CS:[RAX + RAX*0x1] MOV RDI,RBX CALL 0x002708e0 MOV RDI,qword ptr [RSP + 0x68] TEST RDI,RDI JZ 0x0019608f MOV qword ptr [RSP],RAX CALL 0x002a2980 MOV RAX,qword ptr [RSP] TEST RAX,RAX JNZ 0x00196098 NOP dword ptr [RAX] MOV RDI,qword ptr [RBP + 0x918] MOV RSI,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x38] ADD RSP,0xc8 MOV RAX,R14 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RSI,qword ptr [RDX + 0x10] MOV RDI,RDX MOV ECX,dword ptr [RSI] MOV RDX,RSI JMP 0x00196130 TEST RDI,RDI JZ 0x0019614c MOV RDX,qword ptr [RDI + 0x8] LEA RCX,[RSP + 0x28] MOV RSI,RAX MOVDQU XMM0,xmmword ptr [RDX] MOVUPS xmmword ptr [RDI],XMM0 MOV RDX,qword ptr [RDX + 0x10] MOV qword ptr [RDI + 0x10],RDX MOV EDX,0x1e XOR EDI,EDI CALL 0x0029aa60 MOV RDI,qword ptr [RSP + 0x20] MOV qword ptr [RSP],RAX CALL 0x00144470 CMP qword ptr [RSP],0x0 JZ 0x00196160 MOV RBX,qword ptr [RSP] MOV RDI,RBX CALL 0x00144490 MOV RDX,qword ptr [R14 + 0x8] MOV RCX,RBX XOR ESI,ESI MOV R8,RAX MOV RDI,R14 CALL 0x002aa2b0 MOV RDI,RBX CALL 0x00144470 NOP dword ptr [RAX] MOV RDI,qword ptr [RSP + 0x68] TEST RDI,RDI JZ 0x00196190 CALL 0x002a2980 JMP 0x00196190 CMP ECX,0x3 JNZ 0x00196279 MOV RAX,qword ptr [RAX + 0x8] MOV ECX,dword ptr [RAX] CMP ECX,0x4 JNZ 0x00196122 MOV RAX,qword ptr [RAX + 0x8] MOV ECX,dword ptr [RAX] JMP 0x00196122 MOV RDI,RBX CALL 0x0026fd90 MOV RDI,qword ptr [RSP + 0x98] TEST RDI,RDI JZ 0x00196160 JMP 0x001960db
null
null
null
null
[('const-433', u'LOAD_-1207540896'), ('const-0', u'PTRSUB_-1207539144'), ('const-433', u'STORE_-1207541656'), ('const-8', u'PTRSUB_-1207539173'), (u'LOAD_-1207541475', u'INT_EQUAL_-1207541438'), (u'PTRSUB_-1207539055', u'PTRSUB_-1207539016'), ('const-0', u'INT_NOTEQUAL_-1207541053'), (u'INDIRECT_-1207539288', u'MULTIEQUAL_-1207539713'), (u'CALL_-1207540785', u'CALL_-1207540671'), (u'PTRSUB_-1207539594', u'CALL_-1207541076'), (u'INDIRECT_-1207539721', u'INT_NOTEQUAL_-1207541406'), ('const-0', u'PTRSUB_-1207539424'), ('tmp_206', u'CBRANCH_-1207541530'), ('const-0', u'INT_NOTEQUAL_-1207541322'), ('const-8', u'PTRSUB_-1207539037'), (u'PTRSUB_-1207539649', u'STORE_-1207541656'), ('const-8', u'PTRSUB_-1207539649'), (u'INDIRECT_-1207539267', u'MULTIEQUAL_-1207539692'), (u'MULTIEQUAL_-1207539302', u'CALL_-1207540629'), ('const-0', u'STORE_-1207541656'), (u'INT_EQUAL_-1207540747', u'CBRANCH_-1207540743'), (u'LOAD_-1207540720', u'CALL_-1207540683'), (u'SUBPIECE_-1207540177', u'INT_AND_-1207541171'), (u'PTRSUB_-1207539168', u'LOAD_-1207539230'), (u'PTRSUB_-1207539609', u'STORE_-1207541662'), (u'LOAD_-1207540896', u'MULTIEQUAL_-1207540210'), (u'INT_NOTEQUAL_-1207541322', u'CBRANCH_-1207541318'), ('const-0', u'INT_NOTEQUAL_-1207541138'), (u'PTRSUB_-1207539193', u'STORE_-1207539618'), (u'CALL_-1207541100', u'INDIRECT_-1207539539'), (u'INT_EQUAL_-1207541118', u'CBRANCH_-1207541115'), (u'MULTIEQUAL_-1207539582', u'INT_EQUAL_-1207541532'), ('tmp_1622', u'CALL_-1207541590'), ('tmp_423', u'CBRANCH_-1207541358'), ('const-8', u'PTRSUB_-1207539192'), ('const-8', u'PTRSUB_-1207539055'), (u'MULTIEQUAL_-1207539430', u'MULTIEQUAL_-1207539866'), (u'INDIRECT_-1207539319', u'MULTIEQUAL_-1207539302'), (u'CALL_-1207541100', u'INDIRECT_-1207539560'), ('const-0', u'INT_EQUAL_-1207541481'), ('const-0', u'PTRSUB_-1207539653'), ('tmp_1072', u'BRANCH_-1207540883'), (u'INDIRECT_-1207539763', u'MULTIEQUAL_-1207539692'), ('const-433', u'LOAD_-1207541003'), ('tmp_1620', u'CAST_-1207539068'), (u'MULTIEQUAL_-1207540025', u'PTRSUB_-1207539159'), (u'PTRSUB_-1207539167', u'LOAD_-1207539229'), ('const-0', u'PTRSUB_-1207539031'), ('const-0', u'PTRSUB_-1207539000'), (u'CALL_-1207540785', u'INT_EQUAL_-1207540747'), (u'INDIRECT_-1207539583', u'MULTIEQUAL_-1207539580'), ('const-0', u'PTRSUB_-1207539609'), ('tmp_355', u'CBRANCH_-1207541405'), (u'INDIRECT_-1207539538', u'MULTIEQUAL_-1207539579'), (u'LOAD_-1207540980', u'CALLIND_-1207540970'), (u'CALL_-1207540763', u'INDIRECT_-1207539373'), ('tmp_578', u'BRANCH_-1207540883'), ('const-433', u'LOAD_-1207541623'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539795'), ('const-34', u'INT_LESS_-1207541327'), ('const-433', u'STORE_-1207539619'), (u'INT_EQUAL_-1207540904', u'CBRANCH_-1207540901'), (u'INT_AND_-1207540885', u'MULTIEQUAL_-1207539428'), (u'CALL_-1207540505', u'INDIRECT_-1207539267'), ('tmp_1620', u'PTRSUB_-1207539653'), (u'PTRSUB_-1207539635', u'PTRSUB_-1207539593'), (u'MULTIEQUAL_-1207540210', u'COPY_-1207539424'), (u'CALL_-1207541590', u'INDIRECT_-1207539804'), (u'CALL_-1207540683', u'INDIRECT_-1207539328'), ('tmp_1621', u'PTRSUB_-1207539635'), ('const-433', u'LOAD_-1207539626'), (u'INDIRECT_-1207539560', u'MULTIEQUAL_-1207539541'), ('const-433', u'LOAD_-1207539229'), (u'INT_ZEXT_-1207540232', u'MULTIEQUAL_-1207540155'), ('const-0', u'CALL_-1207540683'), (u'INT_NOTEQUAL_-1207541359', u'CBRANCH_-1207541358'), ('const-0', u'PTRSUB_-1207539162'), (u'INDIRECT_-1207539246', u'MULTIEQUAL_-1207539671'), ('const-46', u'INT_EQUAL_-1207541438'), (u'PTRSUB_-1207539220', u'LOAD_-1207540904'), (u'INDIRECT_-1207539225', u'INT_NOTEQUAL_-1207540479'), ('const-8', u'PTRADD_-1207539618'), (u'PTRADD_-1207539284', u'LOAD_-1207540980'), ('const-0', u'PTRSUB_-1207539054'), (u'INDIRECT_-1207539541', u'CALL_-1207541035'), (u'LOAD_-1207541358', u'INT_ZEXT_-1207540281'), (u'INDIRECT_-1207539225', u'MULTIEQUAL_-1207539650'), ('const-433', u'LOAD_-1207540720'), ('tmp_289', u'CBRANCH_-1207541456'), (u'INT_EQUAL_-1207541532', u'CBRANCH_-1207541530'), (u'PIECE_-1207540423', u'CALLIND_-1207540970'), (u'INT_NOTEQUAL_-1207540858', u'CBRANCH_-1207540857'), ('const-0', u'PTRSUB_-1207539367'), ('const-433', u'LOAD_-1207541475'), (u'INDIRECT_-1207539699', u'MULTIEQUAL_-1207539562'), (u'CALL_-1207541076', u'MULTIEQUAL_-1207539582'), (u'PTRSUB_-1207539016', u'PTRSUB_-1207539054'), (u'CALLIND_-1207541607', u'INDIRECT_-1207540425'), (u'INDIRECT_-1207539520', u'MULTIEQUAL_-1207539577'), (u'LOAD_-1207540904', u'COPY_-1207539258'), (u'INDIRECT_-1207540425', u'PIECE_-1207540423'), (u'MULTIEQUAL_-1207540155', u'MULTIEQUAL_-1207540142'), ('const-0', u'PTRSUB_-1207539635'), (u'PTRSUB_-1207539594', u'CALL_-1207540505'), (u'LOAD_-1207540896', u'PTRSUB_-1207539031'), (u'CALL_-1207541374', u'INT_NOTEQUAL_-1207541359'), (u'PTRSUB_-1207539483', u'CALL_-1207541503'), (u'PTRSUB_-1207539159', u'STORE_-1207539221'), (u'INDIRECT_-1207539581', u'MULTIEQUAL_-1207539562'), ('const-0', u'PTRSUB_-1207539168'), (u'LOAD_-1207540852', u'PTRSUB_-1207539165'), ('tmp_481', u'CBRANCH_-1207541318'), (u'CALL_-1207540505', u'INDIRECT_-1207539225'), (u'INT_AND_-1207541310', u'INT_RIGHT_-1207541306'), ('tmp_1620', u'PTRSUB_-1207539128'), (u'INDIRECT_-1207539763', u'MULTIEQUAL_-1207539562'), (u'CALL_-1207541503', u'INDIRECT_-1207539763'), ('const-0', u'PTRSUB_-1207539193'), (u'INDIRECT_-1207539496', u'MULTIEQUAL_-1207539577'), ('const-0', u'PTRSUB_-1207539135'), ('tmp_5040', u'PTRSUB_-1207539207'), (u'COPY_-1207540957', u'RETURN_-1207540908'), (u'CALL_-1207541503', u'INDIRECT_-1207539742'), ('const-433', u'LOAD_-1207540823'), ('tmp_1335', u'CBRANCH_-1207540640'), (u'PTRSUB_-1207539000', u'PTRSUB_-1207539036'), ('const-0', u'SUBPIECE_-1207540177'), (u'PTRSUB_-1207539575', u'STORE_-1207541645'), (u'PTRSUB_-1207539192', u'PTRSUB_-1207539144'), (u'CALL_-1207541590', u'INDIRECT_-1207539846'), ('const-0', u'PTRSUB_-1207539301'), (u'MULTIEQUAL_-1207539302', u'INT_NOTEQUAL_-1207540641'), ('const-0', u'INT_NOTEQUAL_-1207541359'), (u'LOAD_-1207540952', u'SUBPIECE_-1207540221'), ('const-0', u'INT_EQUAL_-1207541457'), (u'SUBPIECE_-1207540221', u'INT_AND_-1207540927'), (u'CALL_-1207541076', u'INDIRECT_-1207539520'), (u'LOAD_-1207540904', u'PTRSUB_-1207539240'), (u'INDIRECT_-1207539783', u'MULTIEQUAL_-1207539577'), (u'INDIRECT_-1207539415', u'MULTIEQUAL_-1207539583'), (u'PTRSUB_-1207539469', u'LOAD_-1207541358'), (u'PTRSUB_-1207539640', u'PTRSUB_-1207539575'), (u'CALL_-1207541374', u'INDIRECT_-1207539720'), (u'COPY_-1207540114', u'COPY_-1207539421'), (u'INDIRECT_-1207539267', u'MULTIEQUAL_-1207539562'), (u'INDIRECT_-1207539539', u'MULTIEQUAL_-1207539520'), (u'INDIRECT_-1207539246', u'MULTIEQUAL_-1207539541'), ('const-63', u'INT_AND_-1207541310'), (u'INDIRECT_-1207539825', u'MULTIEQUAL_-1207539579'), (u'PTRSUB_-1207539140', u'PTRSUB_-1207539162'), ('const-0', u'STORE_-1207541645'), (u'CALL_-1207541374', u'INDIRECT_-1207539678'), (u'MULTIEQUAL_-1207539866', u'MULTIEQUAL_-1207540210'), ('const--208', u'PTRSUB_-1207539207'), ('const-7', u'PTRADD_-1207539284'), ('const-0', u'PTRSUB_-1207539575'), ('const-433', u'LOAD_-1207539230'), ('tmp_1621', u'PTRSUB_-1207539301'), (u'LOAD_-1207541475', u'INT_EQUAL_-1207541457'), ('const-0', u'COPY_-1207540114'), (u'PTRSUB_-1207539301', u'PTRSUB_-1207539269'), (u'INDIRECT_-1207539742', u'MULTIEQUAL_-1207539541'), ('tmp_1620', u'PTRSUB_-1207539640'), (u'INT_EQUAL_-1207540933', u'CBRANCH_-1207540930'), ('const-8', u'PTRSUB_-1207539159'), (u'INDIRECT_-1207539562', u'MULTIEQUAL_-1207539579'), ('const-1688849860264337', u'INT_AND_-1207541125'), ('const-0', u'CALL_-1207541374'), ('const-63', u'INT_AND_-1207540927'), (u'CALL_-1207541076', u'INDIRECT_-1207539541'), ('const-4', u'PTRSUB_-1207539167'), (u'COPY_-1207539255', u'MULTIEQUAL_-1207540025'), (u'LOAD_-1207540929', u'MULTIEQUAL_-1207539866'), (u'PTRSUB_-1207539031', u'LOAD_-1207540890'), (u'CALL_-1207540785', u'INDIRECT_-1207539388'), (u'INT_ZEXT_-1207540056', u'MULTIEQUAL_-1207540142'), (u'CALL_-1207541590', u'MULTIEQUAL_-1207539582'), ('const-8', u'PTRSUB_-1207539183'), (u'COPY_-1207539421', u'MULTIEQUAL_-1207540025'), ('const-433', u'LOAD_-1207540952'), (u'CALL_-1207540722', u'INDIRECT_-1207539349'), (u'INDIRECT_-1207539742', u'MULTIEQUAL_-1207539302'), (u'PTRSUB_-1207539159', u'STORE_-1207540814'), ('tmp_465', u'CBRANCH_-1207541335'), (u'PTRSUB_-1207539287', u'LOAD_-1207540986'), ('const-433', u'STORE_-1207541662'), (u'PTRSUB_-1207539189', u'PTRSUB_-1207539220'), (u'INDIRECT_-1207539430', u'CALL_-1207540763'), (u'MULTIEQUAL_-1207540025', u'PTRSUB_-1207539160'), (u'INDIRECT_-1207539559', u'MULTIEQUAL_-1207539580'), (u'PTRSUB_-1207539419', u'LOAD_-1207540952'), ('tmp_256', u'CBRANCH_-1207541479'), (u'INT_LEFT_-1207541167', u'INT_AND_-1207539769'), ('const-0', u'PTRSUB_-1207539483'), (u'INT_EQUAL_-1207541457', u'CBRANCH_-1207541456'), (u'PTRSUB_-1207539269', u'LOAD_-1207541003'), (u'INT_AND_-1207539769', u'INT_EQUAL_-1207541118'), ('const-10703863808', u'INT_AND_-1207540885'), (u'MULTIEQUAL_-1207540025', u'PTRSUB_-1207539213'), ('const-63', u'INT_AND_-1207541171'), (u'LOAD_-1207541358', u'MULTIEQUAL_-1207539432'), ('tmp_874', u'CBRANCH_-1207541052'), ('const-0', u'SUBPIECE_-1207540221'), ('tmp_1392', u'CBRANCH_-1207540930'), (u'INT_AND_-1207541171', u'INT_LEFT_-1207541167'), ('tmp_561', u'CBRANCH_-1207540901'), (u'INDIRECT_-1207539763', u'PTRSUB_-1207539523'), ('const-8', u'PTRSUB_-1207539220'), ('tmp_5040', u'PTRSUB_-1207539600'), (u'CALL_-1207541374', u'PTRSUB_-1207539469'), ('const-433', u'LOAD_-1207540986'), (u'CALL_-1207541035', u'INDIRECT_-1207539517'), ('const-8', u'PTRSUB_-1207539249'), ('const-433', u'STORE_-1207541645'), ('const-0', u'CALL_-1207540785'), (u'PTRSUB_-1207539049', u'LOAD_-1207540923'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539858'), ('tmp_1622', u'CALL_-1207541503'), ('const-8', u'PTRSUB_-1207539128'), (u'CALL_-1207540505', u'INDIRECT_-1207539288'), (u'MULTIEQUAL_-1207539650', u'CALL_-1207541374'), (u'INDIRECT_-1207539846', u'MULTIEQUAL_-1207539580'), (u'LOAD_-1207541003', u'PTRSUB_-1207539287'), ('tmp_778', u'CBRANCH_-1207541136'), (u'PTRSUB_-1207539594', u'CALL_-1207541503'), (u'PTRSUB_-1207539128', u'LOAD_-1207540720'), (u'INT_AND_-1207540927', u'INT_LEFT_-1207540923'), ('const-433', u'LOAD_-1207540923'), (u'CALL_-1207541590', u'INDIRECT_-1207539825'), ('const-2328', u'PTRSUB_-1207539593'), ('tmp_808', u'CBRANCH_-1207541115'), ('tmp_1345', u'BRANCH_-1207540626'), ('const-16', u'PTRSUB_-1207539640'), ('const-0', u'SUBPIECE_-1207540177'), (u'INT_NOTEQUAL_-1207541053', u'CBRANCH_-1207541052'), (u'INT_ZEXT_-1207539859', u'MULTIEQUAL_-1207540155'), ('const-433', u'LOAD_-1207540929'), ('const-0', u'PTRSUB_-1207539419'), (u'LOAD_-1207540952', u'INT_LESS_-1207540921'), (u'INT_LESS_-1207541192', u'CBRANCH_-1207541200'), (u'INDIRECT_-1207539373', u'MULTIEQUAL_-1207539541'), (u'PTRSUB_-1207539054', u'LOAD_-1207540929'), (u'INDIRECT_-1207539225', u'MULTIEQUAL_-1207539520'), ('const-0', u'PTRSUB_-1207539189'), (u'LOAD_-1207540823', u'STORE_-1207540814'), (u'CALL_-1207540763', u'INDIRECT_-1207539415'), (u'INDIRECT_-1207539678', u'MULTIEQUAL_-1207539541'), ('const-433', u'LOAD_-1207540980'), ('const--200', u'PTRSUB_-1207539594'), (u'INDIRECT_-1207539541', u'MULTIEQUAL_-1207539578'), ('const-0', u'PTRSUB_-1207539287'), ('tmp_642', u'CBRANCH_-1207541200'), (u'MULTIEQUAL_-1207539866', u'PTRSUB_-1207539037'), ('const-8', u'PTRSUB_-1207539165'), ('tmp_1620', u'PTRSUB_-1207539649'), (u'PTRSUB_-1207539425', u'PTRSUB_-1207539367'), (u'INT_ZEXT_-1207540281', u'INT_AND_-1207541310'), (u'PTRSUB_-1207539653', u'PTRSUB_-1207539609'), ('tmp_5040', u'PTRSUB_-1207539594'), ('const-8', u'PTRADD_-1207539284'), ('const-0', u'INT_NOTEQUAL_-1207540858'), (u'LOAD_-1207541003', u'CALLIND_-1207540970'), (u'INT_EQUAL_-1207541481', u'CBRANCH_-1207541479'), ('tmp_1621', u'PTRSUB_-1207539483'), (u'MULTIEQUAL_-1207540025', u'PTRSUB_-1207539192'), ('const-0', u'PTRSUB_-1207539016'), ('const-0', u'PTRSUB_-1207539149'), (u'MULTIEQUAL_-1207539428', u'INT_NOTEQUAL_-1207541322'), (u'INDIRECT_-1207539288', u'MULTIEQUAL_-1207539583'), (u'COPY_-1207539413', u'PTRSUB_-1207539249'), (u'LOAD_-1207540958', u'MULTIEQUAL_-1207540210'), (u'PTRSUB_-1207539424', u'LOAD_-1207540958'), (u'LOAD_-1207541623', u'PTRADD_-1207539618'), ('const-3', u'INT_EQUAL_-1207540933'), (u'INT_ZEXT_-1207539876', u'MULTIEQUAL_-1207540155'), ('const-0', u'PTRSUB_-1207539140'), ('const-0', u'PTRSUB_-1207539240'), (u'LOAD_-1207540852', u'PTRSUB_-1207539168'), (u'CALL_-1207541035', u'INDIRECT_-1207539559'), (u'CAST_-1207539068', u'CALL_-1207540683'), (u'CALLIND_-1207541607', u'PIECE_-1207540423'), (u'MULTIEQUAL_-1207540025', u'INT_NOTEQUAL_-1207540858'), ('const-0', u'PTRSUB_-1207539174'), (u'LOAD_-1207539229', u'STORE_-1207539221'), (u'INT_EQUAL_-1207541438', u'CBRANCH_-1207541435'), ('const-10703863808', u'INT_RIGHT_-1207541306'), ('const-0', u'INT_EQUAL_-1207540747'), (u'MULTIEQUAL_-1207540025', u'PTRSUB_-1207539183'), ('const-8', u'PTRSUB_-1207539162'), (u'CALL_-1207540785', u'INDIRECT_-1207539430'), (u'LOAD_-1207540952', u'MULTIEQUAL_-1207539432'), (u'MULTIEQUAL_-1207539430', u'PTRSUB_-1207539425'), (u'PTRSUB_-1207539162', u'PTRSUB_-1207539212'), ('const-1', u'INT_AND_-1207541308'), (u'PTRSUB_-1207539173', u'PTRSUB_-1207539149'), ('const-433', u'LOAD_-1207540894'), (u'PTRSUB_-1207539149', u'PTRSUB_-1207539174'), (u'CALL_-1207541374', u'INDIRECT_-1207539699'), (u'CALL_-1207540505', u'INDIRECT_-1207539246'), ('const-433', u'LOAD_-1207540958'), (u'CALL_-1207541374', u'MULTIEQUAL_-1207539430'), ('tmp_1620', u'COPY_-1207540957'), (u'MULTIEQUAL_-1207540210', u'CALL_-1207540785'), (u'CAST_-1207539589', u'STORE_-1207541662'), (u'CALL_-1207541374', u'INDIRECT_-1207539657'), (u'INDIRECT_-1207539784', u'MULTIEQUAL_-1207539583'), (u'MULTIEQUAL_-1207540142', u'SUBPIECE_-1207540177'), (u'MULTIEQUAL_-1207540142', u'SUBPIECE_-1207540177'), (u'PTRSUB_-1207539174', u'LOAD_-1207539626'), (u'INT_NOTEQUAL_-1207540641', u'CBRANCH_-1207540640'), ('const-433', u'LOAD_-1207540890'), ('const-8', u'PTRSUB_-1207539425'), (u'PTRSUB_-1207539135', u'PTRSUB_-1207539159'), (u'CALL_-1207541374', u'MULTIEQUAL_-1207540210'), (u'PTRADD_-1207539618', u'LOAD_-1207541617'), ('const-0', u'PTRSUB_-1207539212'), (u'INT_LEFT_-1207541167', u'INT_AND_-1207541125'), (u'INT_AND_-1207541308', u'MULTIEQUAL_-1207539428'), ('tmp_321', u'CBRANCH_-1207541435'), (u'INT_NOTEQUAL_-1207541406', u'CBRANCH_-1207541405'), ('const-16', u'PTRSUB_-1207539682'), ('const-30', u'CALL_-1207540785'), (u'INDIRECT_-1207539657', u'MULTIEQUAL_-1207539520'), ('tmp_1568', u'CBRANCH_-1207540478'), (u'MULTIEQUAL_-1207539866', u'PTRSUB_-1207539049'), (u'INT_ZEXT_-1207540281', u'MULTIEQUAL_-1207540155'), (u'CALL_-1207540785', u'INDIRECT_-1207539367'), (u'LOAD_-1207541640', u'PTRSUB_-1207539621'), (u'PTRSUB_-1207539212', u'LOAD_-1207540852'), (u'INDIRECT_-1207539394', u'MULTIEQUAL_-1207539562'), (u'INDIRECT_-1207539352', u'MULTIEQUAL_-1207539520'), (u'CALL_-1207540785', u'INDIRECT_-1207539409'), (u'INDIRECT_-1207539720', u'CALL_-1207541100'), (u'LOAD_-1207540986', u'PTRADD_-1207539284'), (u'PTRSUB_-1207539207', u'CALL_-1207540785'), (u'PTRSUB_-1207539183', u'PTRSUB_-1207539135'), (u'CALL_-1207540671', u'INDIRECT_-1207539319'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539816'), ('const-51', u'INT_LESS_-1207541192'), ('tmp_1620', u'PTRSUB_-1207539682'), ('const-0', u'INT_NOTEQUAL_-1207540641'), (u'CALL_-1207541035', u'INDIRECT_-1207539538'), (u'LOAD_-1207540923', u'INT_ZEXT_-1207539876'), ('const-433', u'LOAD_-1207541640'), (u'PTRSUB_-1207539523', u'LOAD_-1207541475'), (u'LOAD_-1207540958', u'PTRSUB_-1207539419'), (u'INDIRECT_-1207539742', u'MULTIEQUAL_-1207539671'), (u'PTRSUB_-1207539367', u'PTRSUB_-1207539424'), ('const-0', u'PTRSUB_-1207539621'), ('const-0', u'PTRSUB_-1207539160'), ('const-0', u'PTRSUB_-1207539523'), (u'PTRSUB_-1207539036', u'LOAD_-1207540896'), (u'PTRSUB_-1207539621', u'LOAD_-1207541623'), (u'LOAD_-1207540923', u'INT_EQUAL_-1207540904'), ('const-8', u'PTRSUB_-1207539213'), (u'LOAD_-1207540958', u'MULTIEQUAL_-1207539430'), ('const-6', u'PTRADD_-1207539618'), (u'COPY_-1207539424', u'MULTIEQUAL_-1207540115'), (u'PTRSUB_-1207539165', u'PTRSUB_-1207539140'), (u'INT_LESS_-1207541327', u'CBRANCH_-1207541335'), (u'LOAD_-1207540852', u'PTRSUB_-1207539167'), (u'CALL_-1207541100', u'INDIRECT_-1207539602'), (u'LOAD_-1207541358', u'INT_LESS_-1207541327'), (u'INT_NOTEQUAL_-1207540479', u'CBRANCH_-1207540478'), (u'INT_LESS_-1207540921', u'CBRANCH_-1207540930'), (u'MULTIEQUAL_-1207539430', u'PTRSUB_-1207539055'), ('const-0', u'PTRSUB_-1207539049'), ('const-0', u'INT_EQUAL_-1207541532'), ('const-0', u'INT_NOTEQUAL_-1207540479'), (u'PTRSUB_-1207539240', u'LOAD_-1207540894'), (u'CALL_-1207541503', u'INDIRECT_-1207539721'), ('const-1', u'INT_LEFT_-1207541167'), (u'INDIRECT_-1207539721', u'MULTIEQUAL_-1207539650'), ('const-433', u'STORE_-1207540814'), (u'INT_RIGHT_-1207541306', u'INT_AND_-1207541308'), (u'LOAD_-1207539626', u'STORE_-1207539618'), (u'INT_LEFT_-1207540923', u'INT_AND_-1207540885'), (u'CALL_-1207541590', u'INDIRECT_-1207539783'), (u'CALL_-1207541100', u'INDIRECT_-1207539581'), (u'CALL_-1207541503', u'INDIRECT_-1207539784'), (u'MULTIEQUAL_-1207540115', u'COPY_-1207539413'), ('const-0', u'PTRSUB_-1207539036'), (u'PTRSUB_-1207539213', u'PTRSUB_-1207539162'), (u'CALL_-1207540763', u'INDIRECT_-1207539394'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539837'), (u'CALL_-1207541076', u'INDIRECT_-1207539562'), (u'COPY_-1207539413', u'COPY_-1207539255'), (u'PTRSUB_-1207539593', u'LOAD_-1207541640'), ('const-433', u'LOAD_-1207540852'), (u'CALL_-1207540763', u'INDIRECT_-1207539352'), (u'PTRSUB_-1207539144', u'PTRSUB_-1207539193'), (u'SUBPIECE_-1207540177', u'INT_LESS_-1207541192'), (u'INT_NOTEQUAL_-1207541138', u'CBRANCH_-1207541136'), ('const-4', u'PTRSUB_-1207539159'), (u'LOAD_-1207540952', u'INT_ZEXT_-1207540232'), ('const-0', u'PTRSUB_-1207539469'), (u'PTRSUB_-1207539160', u'STORE_-1207539619'), ('const-0', u'INT_EQUAL_-1207541118'), (u'CALL_-1207541076', u'INDIRECT_-1207539583'), (u'MULTIEQUAL_-1207539582', u'CALL_-1207541503'), ('const-433', u'LOAD_-1207541617'), (u'MULTIEQUAL_-1207539432', u'INT_EQUAL_-1207540933'), ('const-433', u'STORE_-1207539618'), ('const-1', u'INT_LEFT_-1207540923'), (u'INT_AND_-1207541125', u'INT_NOTEQUAL_-1207541138'), ('const-6', u'INT_AND_-1207539769'), (u'PTRSUB_-1207539682', u'CAST_-1207539589'), (u'COPY_-1207539258', u'MULTIEQUAL_-1207540115'), (u'INDIRECT_-1207539602', u'MULTIEQUAL_-1207539583'), ('tmp_1228', u'CBRANCH_-1207540743'), ('tmp_1097', u'CBRANCH_-1207540857'), (u'INDIRECT_-1207539784', u'MULTIEQUAL_-1207539713'), (u'INDIRECT_-1207539763', u'INT_EQUAL_-1207541481'), ('const-2328', u'PTRSUB_-1207539269'), (u'LOAD_-1207540894', u'INT_ZEXT_-1207540056'), ('const-33', u'INT_LESS_-1207540921'), (u'CALL_-1207540722', u'CALL_-1207540683'), (u'PTRSUB_-1207539600', u'CALL_-1207541374'), ('const--216', u'PTRSUB_-1207539600'), (u'INDIRECT_-1207539720', u'MULTIEQUAL_-1207539583'), (u'LOAD_-1207539230', u'STORE_-1207539619'), (u'LOAD_-1207541617', u'CALLIND_-1207541607'), (u'PTRSUB_-1207539037', u'PTRSUB_-1207539000'), (u'CALL_-1207540785', u'CALL_-1207540683'), (u'INDIRECT_-1207539517', u'MULTIEQUAL_-1207539578'), ('const-433', u'LOAD_-1207540904'), (u'INDIRECT_-1207539541', u'INT_NOTEQUAL_-1207541053'), ('const-0', u'RETURN_-1207540908'), (u'PTRSUB_-1207539249', u'PTRSUB_-1207539189'), (u'LOAD_-1207540890', u'INT_ZEXT_-1207539859'), (u'CALL_-1207540785', u'CALL_-1207540722'), ('const-4', u'INT_EQUAL_-1207540904'), (u'INDIRECT_-1207539804', u'MULTIEQUAL_-1207539578'), ('const-433', u'STORE_-1207539221'), (u'INDIRECT_-1207539721', u'MULTIEQUAL_-1207539520'), (u'LOAD_-1207540852', u'PTRSUB_-1207539173'), ('tmp_514', u'CBRANCH_-1207540930'), (u'PTRSUB_-1207539162', u'LOAD_-1207540823'), ('const-433', u'LOAD_-1207541358'), (u'CALL_-1207541035', u'INDIRECT_-1207539496'), ('const-0', u'INT_NOTEQUAL_-1207541406')]
[(u'CALLIND_-1207541607', u'INDIRECT_-1207539822'), (u'INDIRECT_-1207539642', u'MULTIEQUAL_-1207539505'), ('const-433', u'LOAD_-1207541475'), ('const--208', u'PTRSUB_-1207539187'), (u'CALL_-1207540785', u'INDIRECT_-1207539331'), (u'LOAD_-1207541475', u'INT_EQUAL_-1207541438'), ('const-0', u'INT_NOTEQUAL_-1207541053'), (u'LOAD_-1207541623', u'INT_ADD_-1207541601'), (u'PTRSUB_-1207539563', u'CALL_-1207541503'), ('const-433', u'STORE_-1207539593'), ('const-4', u'PTRADD_-1207539227'), (u'LOAD_-1207540958', u'MULTIEQUAL_-1207539416'), ('tmp_206', u'CBRANCH_-1207541530'), ('const-0', u'INT_NOTEQUAL_-1207541322'), (u'PTRADD_-1207539170', u'LOAD_-1207540823'), (u'CALL_-1207541374', u'INDIRECT_-1207539663'), (u'INT_LEFT_-1207541167', u'INT_AND_-1207539743'), ('const-0', u'STORE_-1207541645'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539759'), (u'INT_EQUAL_-1207540747', u'CBRANCH_-1207540743'), (u'INT_ADD_-1207541624', u'CAST_-1207539575'), (u'LOAD_-1207540720', u'CALL_-1207540683'), (u'SUBPIECE_-1207540177', u'INT_AND_-1207541171'), (u'LOAD_-1207540896', u'MULTIEQUAL_-1207540210'), (u'INT_NOTEQUAL_-1207541322', u'CBRANCH_-1207541318'), ('const-0', u'INT_NOTEQUAL_-1207541138'), (u'CALL_-1207541503', u'INDIRECT_-1207539748'), (u'PTRADD_-1207539038', u'CAST_-1207539019'), ('const-33', u'INT_LESS_-1207540921'), (u'INT_EQUAL_-1207541118', u'CBRANCH_-1207541115'), ('const-1', u'INT_LEFT_-1207541167'), ('const-433', u'LOAD_-1207540890'), ('tmp_423', u'CBRANCH_-1207541358'), ('const-6', u'INT_AND_-1207539743'), ('const-4', u'PTRADD_-1207539193'), ('const-433', u'LOAD_-1207541640'), (u'INDIRECT_-1207539727', u'MULTIEQUAL_-1207539656'), (u'CAST_-1207539424', u'MULTIEQUAL_-1207540210'), (u'LOAD_-1207540904', u'LOAD_-1207540894'), ('const-0', u'INT_EQUAL_-1207541481'), ('const-433', u'LOAD_-1207540986'), (u'CALL_-1207540505', u'INDIRECT_-1207539252'), ('tmp_1072', u'BRANCH_-1207540883'), ('const-433', u'LOAD_-1207541617'), (u'CALL_-1207540671', u'INDIRECT_-1207539283'), ('const-433', u'LOAD_-1207540923'), ('tmp_355', u'CBRANCH_-1207541405'), (u'LOAD_-1207540980', u'CALLIND_-1207540970'), ('tmp_578', u'BRANCH_-1207540883'), (u'CALL_-1207540763', u'INDIRECT_-1207539379'), ('const-8', u'PTRADD_-1207539647'), (u'LOAD_-1207541003', u'LOAD_-1207540986'), (u'CALL_-1207540722', u'INDIRECT_-1207539313'), (u'LOAD_-1207541640', u'LOAD_-1207541623'), (u'CALL_-1207541035', u'INDIRECT_-1207539481'), (u'INDIRECT_-1207539210', u'MULTIEQUAL_-1207539505'), ('const-433', u'LOAD_-1207539601'), ('const-34', u'INT_LESS_-1207541327'), (u'CAST_-1207539147', u'STORE_-1207539592'), (u'INT_EQUAL_-1207540904', u'CBRANCH_-1207540901'), ('const-433', u'LOAD_-1207541623'), ('tmp_5125', u'COPY_-1207540957'), (u'MULTIEQUAL_-1207540028', u'PTRADD_-1207539174'), ('const-433', u'LOAD_-1207540980'), ('const-48', u'INT_ADD_-1207541601'), (u'INT_AND_-1207541308', u'MULTIEQUAL_-1207539414'), (u'CALL_-1207541503', u'INDIRECT_-1207539685'), (u'INDIRECT_-1207539460', u'MULTIEQUAL_-1207539541'), ('const-4', u'PTRADD_-1207539227'), (u'INDIRECT_-1207539505', u'MULTIEQUAL_-1207539542'), (u'CAST_-1207539424', u'LOAD_-1207541358'), (u'INT_ZEXT_-1207540232', u'MULTIEQUAL_-1207540155'), (u'INT_NOTEQUAL_-1207541359', u'CBRANCH_-1207541358'), (u'CALL_-1207541100', u'INDIRECT_-1207539566'), (u'INDIRECT_-1207539663', u'MULTIEQUAL_-1207539526'), (u'CALL_-1207541076', u'INDIRECT_-1207539547'), ('const-433', u'LOAD_-1207540894'), (u'LOAD_-1207541358', u'INT_ZEXT_-1207540281'), ('tmp_289', u'CBRANCH_-1207541456'), (u'INT_EQUAL_-1207541532', u'CBRANCH_-1207541530'), ('const-2', u'PTRADD_-1207539397'), (u'INT_NOTEQUAL_-1207540858', u'CBRANCH_-1207540857'), (u'INT_AND_-1207540885', u'MULTIEQUAL_-1207539414'), (u'CALL_-1207541100', u'INDIRECT_-1207539545'), (u'CAST_-1207539019', u'LOAD_-1207540929'), (u'MULTIEQUAL_-1207539414', u'INT_NOTEQUAL_-1207541322'), ('const-433', u'STORE_-1207541645'), (u'PTRADD_-1207539615', u'STORE_-1207541656'), (u'MULTIEQUAL_-1207540155', u'MULTIEQUAL_-1207540142'), (u'CALL_-1207540683', u'INDIRECT_-1207539292'), ('const-2328', u'INT_ADD_-1207540987'), (u'INDIRECT_-1207539621', u'MULTIEQUAL_-1207539484'), (u'CALL_-1207541100', u'INDIRECT_-1207539503'), (u'COPY_-1207539258', u'MULTIEQUAL_-1207540028'), (u'CALL_-1207541590', u'INDIRECT_-1207539747'), ('tmp_481', u'CBRANCH_-1207541318'), ('const-0', u'SUBPIECE_-1207540177'), (u'INDIRECT_-1207539768', u'MULTIEQUAL_-1207539542'), (u'INT_AND_-1207541310', u'INT_RIGHT_-1207541306'), ('const-4', u'PTRADD_-1207539165'), ('tmp_5131', u'INT_ADD_-1207541624'), ('tmp_5131', u'INT_ADD_-1207540987'), ('const-2', u'PTRADD_-1207539647'), ('const-30', u'CALL_-1207540785'), ('const-10703863808', u'INT_RIGHT_-1207541306'), ('tmp_5125', u'PTRADD_-1207539111'), (u'CALL_-1207541100', u'INDIRECT_-1207539524'), (u'INDIRECT_-1207539394', u'CALL_-1207540763'), (u'MULTIEQUAL_-1207539266', u'INT_NOTEQUAL_-1207540641'), (u'PTRADD_-1207539647', u'CAST_-1207539592'), (u'COPY_-1207540957', u'RETURN_-1207540908'), ('const-1', u'PTRADD_-1207539111'), ('tmp_1335', u'CBRANCH_-1207540640'), ('const-433', u'LOAD_-1207540852'), (u'CAST_-1207539424', u'INT_NOTEQUAL_-1207541359'), (u'MULTIEQUAL_-1207539866', u'LOAD_-1207540923'), (u'INT_ADD_-1207540987', u'CAST_-1207539241'), (u'MULTIEQUAL_-1207539546', u'INT_EQUAL_-1207541532'), (u'INDIRECT_-1207539505', u'INT_NOTEQUAL_-1207541053'), ('tmp_5124', u'PTRSUB_-1207539187'), ('const-0', u'INT_NOTEQUAL_-1207541359'), (u'LOAD_-1207540952', u'SUBPIECE_-1207540221'), ('const-0', u'INT_EQUAL_-1207541457'), (u'SUBPIECE_-1207540221', u'INT_AND_-1207540927'), (u'CALL_-1207541590', u'INDIRECT_-1207539768'), (u'MULTIEQUAL_-1207540028', u'INT_NOTEQUAL_-1207540858'), ('const-63', u'INT_AND_-1207541310'), (u'LOAD_-1207540904', u'COPY_-1207539261'), (u'MULTIEQUAL_-1207539866', u'MULTIEQUAL_-1207540210'), (u'MULTIEQUAL_-1207540116', u'COPY_-1207539416'), (u'PTRADD_-1207539174', u'CAST_-1207539147'), ('const-0', u'CALL_-1207540785'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539780'), (u'LOAD_-1207541475', u'INT_EQUAL_-1207541457'), ('const-0', u'INT_EQUAL_-1207541118'), (u'INDIRECT_-1207539358', u'MULTIEQUAL_-1207539526'), ('const-8', u'PTRADD_-1207539179'), (u'LOAD_-1207539600', u'STORE_-1207539592'), (u'INT_EQUAL_-1207540933', u'CBRANCH_-1207540930'), (u'CALL_-1207541076', u'INDIRECT_-1207539484'), (u'CALL_-1207540763', u'INDIRECT_-1207539337'), ('const-63', u'INT_AND_-1207540927'), (u'LOAD_-1207540929', u'MULTIEQUAL_-1207539866'), (u'INT_ZEXT_-1207540056', u'MULTIEQUAL_-1207540142'), (u'MULTIEQUAL_-1207539416', u'MULTIEQUAL_-1207539866'), (u'LOAD_-1207540852', u'LOAD_-1207539601'), ('const-0', u'STORE_-1207541656'), ('tmp_465', u'CBRANCH_-1207541335'), ('const--200', u'PTRSUB_-1207539563'), ('const-433', u'LOAD_-1207541358'), (u'CALL_-1207541503', u'INDIRECT_-1207539727'), (u'INDIRECT_-1207539283', u'MULTIEQUAL_-1207539266'), ('tmp_256', u'CBRANCH_-1207541479'), (u'INT_EQUAL_-1207541457', u'CBRANCH_-1207541456'), (u'INDIRECT_-1207539684', u'MULTIEQUAL_-1207539547'), (u'INDIRECT_-1207539524', u'MULTIEQUAL_-1207539505'), ('const-433', u'STORE_-1207541662'), ('const-63', u'INT_AND_-1207541171'), (u'CALL_-1207541503', u'INDIRECT_-1207539706'), ('tmp_874', u'CBRANCH_-1207541052'), (u'CALL_-1207541590', u'INDIRECT_-1207539789'), ('tmp_1392', u'CBRANCH_-1207540930'), (u'CALL_-1207540785', u'INDIRECT_-1207539373'), (u'INT_AND_-1207541171', u'INT_LEFT_-1207541167'), ('const-0', u'CALL_-1207540683'), ('tmp_561', u'CBRANCH_-1207540901'), ('const-1688849860264337', u'INT_AND_-1207541125'), ('const-2328', u'INT_ADD_-1207541624'), ('tmp_5131', u'CALL_-1207541503'), (u'INDIRECT_-1207539706', u'MULTIEQUAL_-1207539266'), (u'CALLIND_-1207541607', u'INDIRECT_-1207539801'), ('const-10703863808', u'INT_AND_-1207540885'), (u'CALL_-1207541035', u'INDIRECT_-1207539523'), (u'COPY_-1207539427', u'MULTIEQUAL_-1207540116'), ('const-433', u'STORE_-1207540814'), ('const-1', u'PTRADD_-1207539179'), ('const-4', u'PTRADD_-1207539022'), (u'CALL_-1207540505', u'INDIRECT_-1207539210'), ('tmp_778', u'CBRANCH_-1207541136'), (u'CALL_-1207540785', u'INDIRECT_-1207539394'), (u'INT_AND_-1207540927', u'INT_LEFT_-1207540923'), ('tmp_808', u'CBRANCH_-1207541115'), ('tmp_1345', u'BRANCH_-1207540626'), (u'INT_NOTEQUAL_-1207541053', u'CBRANCH_-1207541052'), (u'CAST_-1207539592', u'STORE_-1207541662'), (u'INT_ZEXT_-1207539859', u'MULTIEQUAL_-1207540155'), ('const-4', u'INT_EQUAL_-1207540904'), (u'INT_LESS_-1207541192', u'CBRANCH_-1207541200'), (u'LOAD_-1207540952', u'INT_LESS_-1207540921'), ('const-433', u'STORE_-1207541656'), (u'LOAD_-1207540823', u'STORE_-1207540814'), ('const-433', u'LOAD_-1207540958'), (u'INT_ADD_-1207540964', u'CAST_-1207539225'), ('const-0', u'COPY_-1207540117'), (u'CALL_-1207541590', u'MULTIEQUAL_-1207539546'), (u'INDIRECT_-1207539685', u'MULTIEQUAL_-1207539614'), (u'CALL_-1207541374', u'INDIRECT_-1207539642'), (u'INDIRECT_-1207539526', u'MULTIEQUAL_-1207539543'), (u'INDIRECT_-1207539231', u'MULTIEQUAL_-1207539656'), ('tmp_642', u'CBRANCH_-1207541200'), (u'MULTIEQUAL_-1207540210', u'COPY_-1207539427'), (u'COPY_-1207539261', u'MULTIEQUAL_-1207540116'), (u'CALL_-1207541035', u'INDIRECT_-1207539460'), (u'LOAD_-1207540852', u'PTRADD_-1207539179'), (u'INT_ZEXT_-1207540281', u'INT_AND_-1207541310'), (u'CALL_-1207540785', u'CAST_-1207539127'), ('tmp_5125', u'PTRADD_-1207539606'), ('const-0', u'INT_NOTEQUAL_-1207540858'), (u'LOAD_-1207541003', u'CALLIND_-1207540970'), (u'INT_EQUAL_-1207541481', u'CBRANCH_-1207541479'), (u'MULTIEQUAL_-1207539418', u'INT_EQUAL_-1207540933'), ('const-433', u'LOAD_-1207540952'), (u'MULTIEQUAL_-1207540028', u'PTRADD_-1207539165'), (u'PTRSUB_-1207539187', u'CALL_-1207540785'), (u'LOAD_-1207540958', u'MULTIEQUAL_-1207540210'), (u'CAST_-1207539148', u'STORE_-1207539593'), (u'CAST_-1207539559', u'LOAD_-1207541617'), (u'INDIRECT_-1207539231', u'MULTIEQUAL_-1207539526'), (u'MULTIEQUAL_-1207539866', u'PTRADD_-1207539022'), (u'CALL_-1207541076', u'INDIRECT_-1207539505'), (u'INDIRECT_-1207539502', u'MULTIEQUAL_-1207539543'), (u'INT_ZEXT_-1207539876', u'MULTIEQUAL_-1207540155'), ('const--216', u'PTRSUB_-1207539569'), (u'PTRADD_-1207539193', u'CAST_-1207539165'), (u'PTRADD_-1207539165', u'CAST_-1207539139'), (u'INDIRECT_-1207539189', u'MULTIEQUAL_-1207539614'), ('const-433', u'LOAD_-1207540929'), (u'CAST_-1207539424', u'MULTIEQUAL_-1207539416'), (u'INT_EQUAL_-1207541438', u'CBRANCH_-1207541435'), (u'INDIRECT_-1207539547', u'MULTIEQUAL_-1207539544'), (u'INDIRECT_-1207539747', u'MULTIEQUAL_-1207539541'), ('const-433', u'LOAD_-1207541003'), (u'INDIRECT_-1207539727', u'MULTIEQUAL_-1207539526'), ('const-4', u'PTRADD_-1207539165'), ('const-1', u'INT_AND_-1207541308'), (u'INDIRECT_-1207539252', u'MULTIEQUAL_-1207539547'), (u'COPY_-1207539424', u'MULTIEQUAL_-1207540028'), (u'INDIRECT_-1207539484', u'MULTIEQUAL_-1207539541'), (u'COPY_-1207539416', u'COPY_-1207539258'), ('const-56', u'INT_ADD_-1207540964'), (u'PTRADD_-1207539022', u'CAST_-1207539003'), (u'CAST_-1207539139', u'STORE_-1207540814'), ('const-433', u'STORE_-1207539592'), (u'PTRSUB_-1207539563', u'CALL_-1207541076'), (u'PTRADD_-1207539606', u'CAST_-1207539580'), (u'CAST_-1207539225', u'LOAD_-1207540980'), (u'MULTIEQUAL_-1207540028', u'PTRADD_-1207539193'), (u'INDIRECT_-1207539789', u'MULTIEQUAL_-1207539543'), ('tmp_5129', u'CALL_-1207541503'), ('const-8', u'PTRADD_-1207539170'), (u'MULTIEQUAL_-1207540210', u'CALL_-1207540785'), (u'MULTIEQUAL_-1207540142', u'SUBPIECE_-1207540177'), (u'MULTIEQUAL_-1207540142', u'SUBPIECE_-1207540177'), (u'INT_NOTEQUAL_-1207540641', u'CBRANCH_-1207540640'), (u'CAST_-1207539575', u'LOAD_-1207541640'), (u'INDIRECT_-1207539316', u'MULTIEQUAL_-1207539484'), ('const-4', u'PTRADD_-1207539174'), ('const-8', u'PTRADD_-1207539111'), ('const-433', u'LOAD_-1207540823'), ('tmp_5125', u'CALL_-1207540683'), ('tmp_5125', u'PTRADD_-1207539615'), (u'PTRSUB_-1207539563', u'CALL_-1207540505'), (u'INDIRECT_-1207539684', u'CALL_-1207541100'), ('tmp_321', u'CBRANCH_-1207541435'), (u'INT_NOTEQUAL_-1207541406', u'CBRANCH_-1207541405'), (u'INT_LEFT_-1207541167', u'INT_AND_-1207541125'), (u'CALL_-1207540785', u'INDIRECT_-1207539352'), ('const-2', u'PTRADD_-1207539606'), ('tmp_1568', u'CBRANCH_-1207540478'), (u'INDIRECT_-1207539727', u'LOAD_-1207541475'), (u'INT_ZEXT_-1207540281', u'MULTIEQUAL_-1207540155'), ('const-2', u'PTRADD_-1207539170'), (u'CALL_-1207541076', u'MULTIEQUAL_-1207539546'), (u'LOAD_-1207540986', u'INT_ADD_-1207540964'), (u'COPY_-1207539416', u'PTRADD_-1207539227'), (u'INDIRECT_-1207539706', u'MULTIEQUAL_-1207539635'), (u'CALL_-1207541374', u'CAST_-1207539424'), (u'INDIRECT_-1207539337', u'MULTIEQUAL_-1207539505'), ('const-46', u'INT_EQUAL_-1207541438'), (u'INDIRECT_-1207539189', u'INT_NOTEQUAL_-1207540479'), (u'INDIRECT_-1207539810', u'MULTIEQUAL_-1207539544'), (u'INT_ADD_-1207541601', u'CAST_-1207539559'), ('const-433', u'LOAD_-1207540896'), (u'LOAD_-1207540952', u'MULTIEQUAL_-1207539418'), ('const-433', u'LOAD_-1207539600'), (u'CAST_-1207539003', u'LOAD_-1207540896'), (u'PTRADD_-1207539111', u'LOAD_-1207540720'), ('const-0', u'INT_NOTEQUAL_-1207540641'), (u'LOAD_-1207540923', u'INT_ZEXT_-1207539876'), ('const-0', u'CALL_-1207541374'), (u'PTRADD_-1207539179', u'LOAD_-1207539600'), (u'CALL_-1207541374', u'INDIRECT_-1207539621'), (u'LOAD_-1207540852', u'PTRADD_-1207539170'), (u'MULTIEQUAL_-1207539416', u'PTRADD_-1207539397'), (u'MULTIEQUAL_-1207539546', u'CALL_-1207541503'), ('tmp_5125', u'STORE_-1207541662'), (u'LOAD_-1207539601', u'STORE_-1207539593'), (u'LOAD_-1207540923', u'INT_EQUAL_-1207540904'), ('const-3', u'INT_EQUAL_-1207540933'), ('const-8', u'PTRADD_-1207539615'), (u'INDIRECT_-1207539706', u'MULTIEQUAL_-1207539505'), (u'LOAD_-1207541358', u'MULTIEQUAL_-1207539418'), (u'MULTIEQUAL_-1207539614', u'CALL_-1207541374'), (u'INT_LESS_-1207541327', u'CBRANCH_-1207541335'), (u'CAST_-1207539127', u'CALL_-1207540683'), (u'INDIRECT_-1207539189', u'MULTIEQUAL_-1207539484'), (u'LOAD_-1207541358', u'INT_LESS_-1207541327'), (u'INT_NOTEQUAL_-1207540479', u'CBRANCH_-1207540478'), (u'INT_LESS_-1207540921', u'CBRANCH_-1207540930'), (u'INDIRECT_-1207539379', u'MULTIEQUAL_-1207539547'), ('tmp_5129', u'CALL_-1207541590'), ('const-0', u'INT_EQUAL_-1207541532'), (u'CAST_-1207539370', u'LOAD_-1207540958'), ('const-0', u'INT_NOTEQUAL_-1207540479'), (u'CAST_-1207539580', u'STORE_-1207541645'), (u'CALL_-1207540763', u'INDIRECT_-1207539316'), (u'INT_RIGHT_-1207541306', u'INT_AND_-1207541308'), (u'INT_LEFT_-1207540923', u'INT_AND_-1207540885'), (u'CALL_-1207541590', u'INDIRECT_-1207539810'), (u'LOAD_-1207540958', u'LOAD_-1207540952'), ('const-2', u'PTRADD_-1207539038'), ('const-0', u'INT_EQUAL_-1207540747'), (u'INDIRECT_-1207539727', u'INT_EQUAL_-1207541481'), (u'INDIRECT_-1207539545', u'MULTIEQUAL_-1207539526'), (u'INDIRECT_-1207539685', u'MULTIEQUAL_-1207539484'), ('tmp_5124', u'PTRSUB_-1207539569'), (u'CALL_-1207541076', u'INDIRECT_-1207539526'), (u'INDIRECT_-1207539503', u'MULTIEQUAL_-1207539484'), (u'INDIRECT_-1207539566', u'MULTIEQUAL_-1207539547'), (u'MULTIEQUAL_-1207539416', u'PTRADD_-1207539038'), (u'SUBPIECE_-1207540177', u'INT_LESS_-1207541192'), (u'INT_NOTEQUAL_-1207541138', u'CBRANCH_-1207541136'), (u'PTRADD_-1207539397', u'CAST_-1207539370'), ('tmp_5125', u'PTRADD_-1207539647'), (u'COPY_-1207540117', u'COPY_-1207539424'), (u'LOAD_-1207540952', u'INT_ZEXT_-1207540232'), (u'CAST_-1207539241', u'LOAD_-1207541003'), (u'MULTIEQUAL_-1207540028', u'CAST_-1207539148'), (u'CAST_-1207539127', u'CALL_-1207540671'), (u'CALL_-1207540763', u'INDIRECT_-1207539358'), ('const-1', u'INT_LEFT_-1207540923'), (u'INT_AND_-1207541125', u'INT_NOTEQUAL_-1207541138'), ('const-8', u'PTRADD_-1207539606'), (u'INDIRECT_-1207539481', u'MULTIEQUAL_-1207539542'), ('tmp_1228', u'CBRANCH_-1207540743'), ('tmp_1097', u'CBRANCH_-1207540857'), (u'INDIRECT_-1207539252', u'MULTIEQUAL_-1207539677'), (u'CAST_-1207539127', u'INT_EQUAL_-1207540747'), (u'LOAD_-1207540894', u'INT_ZEXT_-1207540056'), (u'INDIRECT_-1207539748', u'MULTIEQUAL_-1207539547'), (u'CALL_-1207540722', u'CALL_-1207540683'), (u'CALL_-1207541035', u'INDIRECT_-1207539502'), ('const-433', u'LOAD_-1207540720'), ('tmp_5124', u'PTRSUB_-1207539563'), ('const-0', u'SUBPIECE_-1207540177'), (u'LOAD_-1207541617', u'CALLIND_-1207541607'), ('const-2', u'PTRADD_-1207539193'), (u'PTRSUB_-1207539569', u'CALL_-1207541374'), (u'INDIRECT_-1207539523', u'MULTIEQUAL_-1207539544'), ('const-4', u'PTRADD_-1207539397'), (u'CALL_-1207541374', u'INDIRECT_-1207539684'), (u'INDIRECT_-1207539748', u'MULTIEQUAL_-1207539677'), ('const-2', u'PTRADD_-1207539022'), ('const-0', u'RETURN_-1207540908'), ('const-4', u'PTRADD_-1207539038'), ('const-433', u'LOAD_-1207540904'), (u'LOAD_-1207540890', u'INT_ZEXT_-1207539859'), (u'INDIRECT_-1207539210', u'MULTIEQUAL_-1207539635'), ('const-1', u'PTRADD_-1207539615'), ('const-51', u'INT_LESS_-1207541192'), (u'LOAD_-1207540896', u'LOAD_-1207540890'), (u'INDIRECT_-1207539685', u'INT_NOTEQUAL_-1207541406'), (u'CAST_-1207539127', u'CALL_-1207540722'), (u'CALL_-1207540505', u'INDIRECT_-1207539231'), (u'CALL_-1207540505', u'INDIRECT_-1207539189'), (u'CALLIND_-1207541607', u'CALLIND_-1207540970'), (u'PTRADD_-1207539227', u'CAST_-1207539191'), ('tmp_514', u'CBRANCH_-1207540930'), (u'CAST_-1207539165', u'LOAD_-1207540852'), (u'INT_AND_-1207539743', u'INT_EQUAL_-1207541118'), ('const-0', u'SUBPIECE_-1207540221'), (u'CAST_-1207539191', u'LOAD_-1207540904'), ('const-2', u'PTRADD_-1207539174'), ('const-0', u'INT_NOTEQUAL_-1207541406')]
null
null
00196020
x64
O2
(translation_unit "long * FUN_00196020(long *param_1,long param_2,undefined8 param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */\n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}\n\n" (function_definition "long * FUN_00196020(long *param_1,long param_2,undefined8 param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */\n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00196020(long *param_1,long param_2,undefined8 param_3)" * (function_declarator "FUN_00196020(long *param_1,long param_2,undefined8 param_3)" identifier (parameter_list "(long *param_1,long param_2,undefined8 param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) )))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */\n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "uint *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "uint *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "uint *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "void *local_d8;" primitive_type (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 local_d0 [8];" type_identifier (array_declarator "local_d0 [8]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c8 [48];" type_identifier (array_declarator "local_c8 [48]" identifier [ number_literal ]) ;) (declaration "int *local_98;" primitive_type (pointer_declarator "*local_98" * identifier) ;) (declaration "long local_90;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 2) = 0" (pointer_expression "*(undefined1 *)(param_1 + 2)" * (cast_expression "(undefined1 *)(param_1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = number_literal) ;) comment (expression_statement "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();" (assignment_expression "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x30)" * (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x30)" ( (binary_expression "**(long **)(param_2 + 0x918) + 0x30" (pointer_expression "**(long **)(param_2 + 0x918)" * (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "lVar6 = FUN_0026eca0(param_3);" (assignment_expression "lVar6 = FUN_0026eca0(param_3)" identifier = (call_expression "FUN_0026eca0(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (do_statement "do {\n if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );" do (compound_statement "{\n if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n }" { (if_statement "if (lVar6 == 0) {\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" { (labeled_statement "LAB_00196190:\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" statement_identifier : comment (expression_statement "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5)" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x38)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x38)" * (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x38)" ( (binary_expression "**(long **)(param_2 + 0x918) + 0x38" (pointer_expression "**(long **)(param_2 + 0x918)" * (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_2 + 0x918),uVar5)" ( (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) )))) , identifier ))) ;)) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_00270760(local_c8,param_2,lVar6,param_3);" (call_expression "FUN_00270760(local_c8,param_2,lVar6,param_3)" identifier (argument_list "(local_c8,param_2,lVar6,param_3)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" if (parenthesized_expression "((local_98 == (int *)0x0) || (*local_98 == 0))" ( (binary_expression "(local_98 == (int *)0x0) || (*local_98 == 0)" (parenthesized_expression "(local_98 == (int *)0x0)" ( (binary_expression "local_98 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*local_98 == 0)" ( (binary_expression "*local_98 == 0" (pointer_expression "*local_98" * identifier) == number_literal) ))) )) (compound_statement "{\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" { (labeled_statement "LAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }" statement_identifier : (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_90 != 0)" ( (binary_expression "local_90 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) }))) (goto_statement "goto LAB_00196190;" goto statement_identifier ;) })) comment (if_statement "if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" if (parenthesized_expression "((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))))" ( (binary_expression "(*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" (parenthesized_expression "(*local_98 == 0x2e)" ( (binary_expression "*local_98 == 0x2e" (pointer_expression "*local_98" * identifier) == number_literal) )) && (parenthesized_expression "(((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" ( (parenthesized_expression "((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))" ( (binary_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" (parenthesized_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0))" ( (binary_expression "local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)" (binary_expression "local_60 != 0" identifier != number_literal) || (parenthesized_expression "(FUN_0026fd90(local_c8), local_60 != 0)" ( (comma_expression "FUN_0026fd90(local_c8), local_60 != 0" (call_expression "FUN_0026fd90(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) , (binary_expression "local_60 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" ( (comma_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0" (assignment_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8)" identifier = (cast_expression "(uint *)FUN_0029da50(local_60,0,&local_d8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0029da50(local_60,0,&local_d8)" identifier (argument_list "(local_60,0,&local_d8)" ( identifier , number_literal , (pointer_expression "&local_d8" & identifier) ))))) , (binary_expression "puVar7 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) ))) )) (compound_statement "{\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" { (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" if (parenthesized_expression "(uVar1 < 0x22)" ( (binary_expression "uVar1 < 0x22" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" { (expression_statement "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;" (assignment_expression "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1" identifier = (binary_expression "0x27e000000U >> (uVar10 & 0x3f) & 1" (binary_expression "0x27e000000U >> (uVar10 & 0x3f)" number_literal >> (parenthesized_expression "(uVar10 & 0x3f)" ( (binary_expression "uVar10 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (while_statement "while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" while (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (0x21 < uVar1) goto LAB_00196122;" if (parenthesized_expression "(0x21 < uVar1)" ( (binary_expression "0x21 < uVar1" number_literal < identifier) )) (goto_statement "goto LAB_00196122;" goto statement_identifier ;)) (expression_statement "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;" (assignment_expression "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000" identifier = (binary_expression "1L << ((byte)uVar1 & 0x3f) & 0x27e000000" (binary_expression "1L << ((byte)uVar1 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar1 & 0x3f)" ( (binary_expression "(byte)uVar1 & 0x3f" (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) })) (if_statement "if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }" if (parenthesized_expression "(uVar1 == 3)" ( (binary_expression "uVar1 == 3" identifier == number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) })) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" identifier = (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (if_statement "if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" if (parenthesized_expression "(*puVar7 == 4)" ( (binary_expression "*puVar7 == 4" (pointer_expression "*puVar7" * identifier) == number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" identifier = (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) })) })) (labeled_statement "LAB_00196122:\n puVar2 = puVar7;" statement_identifier : (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" identifier = identifier) ;)) (expression_statement "puVar11 = (uint *)0x0;" (assignment_expression "puVar11 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" while (parenthesized_expression "(puVar9 = puVar2, (uint)uVar10 < 0x33)" ( (comma_expression "puVar9 = puVar2, (uint)uVar10 < 0x33" (assignment_expression "puVar9 = puVar2" identifier = identifier) , (binary_expression "(uint)uVar10 < 0x33" (cast_expression "(uint)uVar10" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal)) )) (compound_statement "{\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" { (expression_statement "uVar10 = 1L << ((byte)uVar10 & 0x3f);" (assignment_expression "uVar10 = 1L << ((byte)uVar10 & 0x3f)" identifier = (binary_expression "1L << ((byte)uVar10 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )))) ;) (if_statement "if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" if (parenthesized_expression "((uVar10 & 0x6000000000191) != 0)" ( (binary_expression "(uVar10 & 0x6000000000191) != 0" (parenthesized_expression "(uVar10 & 0x6000000000191)" ( (binary_expression "uVar10 & 0x6000000000191" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" { (if_statement "if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" if (parenthesized_expression "(puVar11 != (uint *)0x0)" ( (binary_expression "puVar11 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" { (expression_statement "puVar3 = *(undefined8 **)(puVar11 + 2);" (assignment_expression "puVar3 = *(undefined8 **)(puVar11 + 2)" identifier = (pointer_expression "*(undefined8 **)(puVar11 + 2)" * (cast_expression "(undefined8 **)(puVar11 + 2)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 2)" ( (binary_expression "puVar11 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = puVar3[1];" (assignment_expression "uVar4 = puVar3[1]" identifier = (subscript_expression "puVar3[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)puVar11 = *puVar3;" (assignment_expression "*(undefined8 *)puVar11 = *puVar3" (pointer_expression "*(undefined8 *)puVar11" * (cast_expression "(undefined8 *)puVar11" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "*(undefined8 *)(puVar11 + 2) = uVar4;" (assignment_expression "*(undefined8 *)(puVar11 + 2) = uVar4" (pointer_expression "*(undefined8 *)(puVar11 + 2)" * (cast_expression "(undefined8 *)(puVar11 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 2)" ( (binary_expression "puVar11 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(puVar11 + 4) = puVar3[2];" (assignment_expression "*(undefined8 *)(puVar11 + 4) = puVar3[2]" (pointer_expression "*(undefined8 *)(puVar11 + 4)" * (cast_expression "(undefined8 *)(puVar11 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) )))) = (subscript_expression "puVar3[2]" identifier [ number_literal ])) ;) comment (expression_statement "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);" (assignment_expression "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" identifier = (cast_expression "(char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0029aa60(0,puVar7,0x1e,local_d0)" identifier (argument_list "(0,puVar7,0x1e,local_d0)" ( number_literal , identifier , number_literal , identifier ))))) ;) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" identifier (argument_list "(local_d8)" ( identifier ))) ;) (if_statement "if (__s == (char *)0x0) goto LAB_00196160;" if (parenthesized_expression "(__s == (char *)0x0)" ( (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00196160;" goto statement_identifier ;)) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);" (call_expression "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8)" identifier (argument_list "(param_1,0,param_1[1],__s,sVar8)" ( identifier , number_literal , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier , identifier ))) ;) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (goto_statement "goto LAB_00196250;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (if_statement "if ((uVar10 & 6) == 0) break;" if (parenthesized_expression "((uVar10 & 6) == 0)" ( (binary_expression "(uVar10 & 6) == 0" (parenthesized_expression "(uVar10 & 6)" ( (binary_expression "uVar10 & 6" identifier & number_literal) )) == number_literal) )) (break_statement "break;" break ;)) (expression_statement "puVar2 = *(uint **)(puVar9 + 4);" (assignment_expression "puVar2 = *(uint **)(puVar9 + 4)" identifier = (pointer_expression "*(uint **)(puVar9 + 4)" * (cast_expression "(uint **)(puVar9 + 4)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar9 + 4)" ( (binary_expression "puVar9 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = (ulong)*puVar2;" (assignment_expression "uVar10 = (ulong)*puVar2" identifier = (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (expression_statement "puVar11 = puVar9;" (assignment_expression "puVar11 = puVar9" identifier = identifier) ;) })) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" identifier (argument_list "(local_d8)" ( identifier ))) ;) })) (labeled_statement "LAB_00196160:\n lVar6 = FUN_002708e0(local_c8);" statement_identifier : (expression_statement "lVar6 = FUN_002708e0(local_c8);" (assignment_expression "lVar6 = FUN_002708e0(local_c8)" identifier = (call_expression "FUN_002708e0(local_c8)" identifier (argument_list "(local_c8)" ( identifier )))) ;)) (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_90 != 0)" ( (binary_expression "local_90 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "/* DWARF original prototype: string guess_full_class_name(Gdb_index_info_reader * this, Dwarf_die *\n die) */\n\nstring * __thiscall\ngold::Gdb_index_info_reader::guess_full_class_name\n (string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die)\n\n{\n demangle_component_type dVar1;\n Elf_reloc_mapper *pEVar2;\n demangle_component *pdVar3;\n int iVar4;\n int iVar5;\n undefined4 extraout_var;\n long die_offset;\n demangle_component *dc;\n char *pcVar6;\n size_t sVar7;\n demangle_component *pdVar8;\n ulong uVar9;\n string *full_name;\n demangle_component *pdVar10;\n void *storage;\n size_t allocated_size;\n Dwarf_die child;\n \n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n __return_storage_ptr__->_M_string_length = 0;\n (__return_storage_ptr__->field_2)._M_local_buf[0] = '\0';\n /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */\n iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])();\n die_offset = Dwarf_die::child_offset(die);\n do {\n if (die_offset == 0) {\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }\n Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);\n if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) {\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if (((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))) {\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }\nLAB_00196160:\n die_offset = Dwarf_die::sibling_offset(&child);\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n } while( true );\n}\n\n" comment (ERROR "string * __thiscall\ngold::Gdb_index_info_reader::guess_full_class_name\n (string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die)" (binary_expression "string * __thiscall\ngold::Gdb_index_info_reader::guess_full_class_name\n (string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die)" identifier * (call_expression "__thiscall\ngold::Gdb_index_info_reader::guess_full_class_name\n (string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die)" identifier (ERROR "gold::Gdb_index_info_reader::guess_full_class_name" identifier : : identifier : : identifier) (argument_list "(string *__return_storage_ptr__,Gdb_index_info_reader *this,Dwarf_die *die)" ( (binary_expression "string *__return_storage_ptr__" identifier * identifier) , (binary_expression "Gdb_index_info_reader *this" identifier * identifier) , (binary_expression "Dwarf_die *die" identifier * identifier) ))))) (compound_statement "{\n demangle_component_type dVar1;\n Elf_reloc_mapper *pEVar2;\n demangle_component *pdVar3;\n int iVar4;\n int iVar5;\n undefined4 extraout_var;\n long die_offset;\n demangle_component *dc;\n char *pcVar6;\n size_t sVar7;\n demangle_component *pdVar8;\n ulong uVar9;\n string *full_name;\n demangle_component *pdVar10;\n void *storage;\n size_t allocated_size;\n Dwarf_die child;\n \n (__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;\n __return_storage_ptr__->_M_string_length = 0;\n (__return_storage_ptr__->field_2)._M_local_buf[0] = '\0';\n /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */\n iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])();\n die_offset = Dwarf_die::child_offset(die);\n do {\n if (die_offset == 0) {\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }\n Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);\n if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) {\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if (((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))) {\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }\nLAB_00196160:\n die_offset = Dwarf_die::sibling_offset(&child);\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n } while( true );\n}" { (declaration "demangle_component_type dVar1;" type_identifier identifier ;) (declaration "Elf_reloc_mapper *pEVar2;" type_identifier (pointer_declarator "*pEVar2" * identifier) ;) (declaration "demangle_component *pdVar3;" type_identifier (pointer_declarator "*pdVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (declaration "long die_offset;" (sized_type_specifier "long" long) identifier ;) (declaration "demangle_component *dc;" type_identifier (pointer_declarator "*dc" * identifier) ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (declaration "size_t sVar7;" primitive_type identifier ;) (declaration "demangle_component *pdVar8;" type_identifier (pointer_declarator "*pdVar8" * identifier) ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "string *full_name;" type_identifier (pointer_declarator "*full_name" * identifier) ;) (declaration "demangle_component *pdVar10;" type_identifier (pointer_declarator "*pdVar10" * identifier) ;) (declaration "void *storage;" primitive_type (pointer_declarator "*storage" * identifier) ;) (declaration "size_t allocated_size;" primitive_type identifier ;) (declaration "Dwarf_die child;" type_identifier identifier ;) (expression_statement "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2;" (assignment_expression "(__return_storage_ptr__->_M_dataplus)._M_p = (pointer)&__return_storage_ptr__->field_2" (field_expression "(__return_storage_ptr__->_M_dataplus)._M_p" (parenthesized_expression "(__return_storage_ptr__->_M_dataplus)" ( (field_expression "__return_storage_ptr__->_M_dataplus" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&__return_storage_ptr__->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier))) ;) (expression_statement "__return_storage_ptr__->_M_string_length = 0;" (assignment_expression "__return_storage_ptr__->_M_string_length = 0" (field_expression "__return_storage_ptr__->_M_string_length" identifier -> field_identifier) = number_literal) ;) (expression_statement "(__return_storage_ptr__->field_2)._M_local_buf[0] = '\0';" (assignment_expression "(__return_storage_ptr__->field_2)._M_local_buf[0] = '\0'" (subscript_expression "(__return_storage_ptr__->field_2)._M_local_buf[0]" (field_expression "(__return_storage_ptr__->field_2)._M_local_buf" (parenthesized_expression "(__return_storage_ptr__->field_2)" ( (field_expression "__return_storage_ptr__->field_2" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) comment (expression_statement "iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])();" (assignment_expression "iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])()" identifier = (call_expression "(*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])()" (parenthesized_expression "(*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])" ( (pointer_expression "*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6]" * (subscript_expression "((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6]" (field_expression "((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper" (parenthesized_expression "((this->super_Dwarf_info_reader).reloc_mapper_)" ( (field_expression "(this->super_Dwarf_info_reader).reloc_mapper_" (parenthesized_expression "(this->super_Dwarf_info_reader)" ( (field_expression "this->super_Dwarf_info_reader" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (ERROR "die_offset = Dwarf_die::" (assignment_expression "die_offset = Dwarf_die" identifier = identifier) : :) (expression_statement "child_offset(die);" (call_expression "child_offset(die)" identifier (argument_list "(die)" ( identifier ))) ;) (do_statement "do {\n if (die_offset == 0) {\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }\n Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);\n if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) {\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if (((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))) {\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }\nLAB_00196160:\n die_offset = Dwarf_die::sibling_offset(&child);\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n } while( true );" do (compound_statement "{\n if (die_offset == 0) {\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }\n Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);\n if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) {\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }\n /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */\n if (((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))) {\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }\nLAB_00196160:\n die_offset = Dwarf_die::sibling_offset(&child);\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n }" { (if_statement "if (die_offset == 0) {\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }" if (parenthesized_expression "(die_offset == 0)" ( (binary_expression "die_offset == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;\n /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */\n (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));\n return __return_storage_ptr__;\n }" { (labeled_statement "LAB_00196190:\n pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;" statement_identifier : (expression_statement "pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_;" (assignment_expression "pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_" identifier = (field_expression "(this->super_Dwarf_info_reader).reloc_mapper_" (parenthesized_expression "(this->super_Dwarf_info_reader)" ( (field_expression "this->super_Dwarf_info_reader" identifier -> field_identifier) )) . field_identifier)) ;)) comment (expression_statement "(*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5));" (call_expression "(*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,CONCAT44(extraout_var,iVar5))" (parenthesized_expression "(*pEVar2->_vptr_Elf_reloc_mapper[7])" ( (pointer_expression "*pEVar2->_vptr_Elf_reloc_mapper[7]" * (subscript_expression "pEVar2->_vptr_Elf_reloc_mapper[7]" (field_expression "pEVar2->_vptr_Elf_reloc_mapper" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar2,CONCAT44(extraout_var,iVar5))" ( identifier , (call_expression "CONCAT44(extraout_var,iVar5)" identifier (argument_list "(extraout_var,iVar5)" ( identifier , identifier ))) ))) ;) (return_statement "return __return_storage_ptr__;" return identifier ;) })) (labeled_statement "Dwarf_die::Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);" statement_identifier : (ERROR ":" :) (expression_statement "Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die);" (call_expression "Dwarf_die(&child,&this->super_Dwarf_info_reader,die_offset,die)" identifier (argument_list "(&child,&this->super_Dwarf_info_reader,die_offset,die)" ( (pointer_expression "&child" & identifier) , (pointer_expression "&this->super_Dwarf_info_reader" & (field_expression "this->super_Dwarf_info_reader" identifier -> field_identifier)) , identifier , identifier ))) ;)) (if_statement "if ((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)) {\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }" if (parenthesized_expression "((child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0))" ( (binary_expression "(child.abbrev_code_ == (Abbrev_code *)0x0) || ((child.abbrev_code_)->tag == 0)" (parenthesized_expression "(child.abbrev_code_ == (Abbrev_code *)0x0)" ( (binary_expression "child.abbrev_code_ == (Abbrev_code *)0x0" (field_expression "child.abbrev_code_" identifier . field_identifier) == (cast_expression "(Abbrev_code *)0x0" ( (type_descriptor "Abbrev_code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "((child.abbrev_code_)->tag == 0)" ( (binary_expression "(child.abbrev_code_)->tag == 0" (field_expression "(child.abbrev_code_)->tag" (parenthesized_expression "(child.abbrev_code_)" ( (field_expression "child.abbrev_code_" identifier . field_identifier) )) -> field_identifier) == number_literal) ))) )) (compound_statement "{\nLAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }\n goto LAB_00196190;\n }" { (labeled_statement "LAB_00196250:\n if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }" statement_identifier : (if_statement "if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }" if (parenthesized_expression "(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0)" ( (ERROR "child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "child.attributes_.\n super__Vector_base<gold" (field_expression "child.attributes_.\n super__Vector_base" (field_expression "child.attributes_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0" (field_expression "Attribute_value>_>\n ._M_impl._M_start" (field_expression "Attribute_value>_>\n ._M_impl" (binary_expression "Attribute_value>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }" { (expression_statement "operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);" (call_expression "operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start)" identifier (argument_list "(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start)" ( (binary_expression "child.attributes_.\n super__Vector_base<gold" (field_expression "child.attributes_.\n super__Vector_base" (field_expression "child.attributes_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , (ERROR "_std::allocator<gold::Dwarf_die::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (field_expression "Attribute_value>_>\n ._M_impl._M_start" (field_expression "Attribute_value>_>\n ._M_impl" (binary_expression "Attribute_value>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) ;) }))) (goto_statement "goto LAB_00196190;" goto statement_identifier ;) })) comment (if_statement "if (((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))) {\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }" if (parenthesized_expression "(((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0))))" ( (binary_expression "((child.abbrev_code_)->tag == 0x2e) &&\n (((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))" (parenthesized_expression "((child.abbrev_code_)->tag == 0x2e)" ( (binary_expression "(child.abbrev_code_)->tag == 0x2e" (field_expression "(child.abbrev_code_)->tag" (parenthesized_expression "(child.abbrev_code_)" ( (field_expression "child.abbrev_code_" identifier . field_identifier) )) -> field_identifier) == number_literal) )) && (parenthesized_expression "(((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)))" ( (parenthesized_expression "((child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0))" ( (binary_expression "(child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)) &&\n (dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)" (parenthesized_expression "(child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0))" ( (binary_expression "child.linkage_name_ != (char *)0x0 ||\n (Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)" (binary_expression "child.linkage_name_ != (char *)0x0" (field_expression "child.linkage_name_" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) || (parenthesized_expression "(Dwarf_die::set_linkage_name(&child), child.linkage_name_ != (char *)0x0)" ( (ERROR "Dwarf_die::" identifier : :) (comma_expression "set_linkage_name(&child), child.linkage_name_ != (char *)0x0" (call_expression "set_linkage_name(&child)" identifier (argument_list "(&child)" ( (pointer_expression "&child" & identifier) ))) , (binary_expression "child.linkage_name_ != (char *)0x0" (field_expression "child.linkage_name_" identifier . field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) && (parenthesized_expression "(dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0)" ( (comma_expression "dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage),\n dc != (demangle_component *)0x0" (assignment_expression "dc = cplus_demangle_v3_components(child.linkage_name_,0,&storage)" identifier = (call_expression "cplus_demangle_v3_components(child.linkage_name_,0,&storage)" identifier (argument_list "(child.linkage_name_,0,&storage)" ( (field_expression "child.linkage_name_" identifier . field_identifier) , number_literal , (pointer_expression "&storage" & identifier) )))) , (binary_expression "dc != (demangle_component *)0x0" identifier != (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) ))) )) (compound_statement "{\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }\nLAB_00196122:\n pdVar3 = dc;\n pdVar10 = (demangle_component *)0x0;\n while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }\n free(storage);\n }" { (expression_statement "dVar1 = dc->type;" (assignment_expression "dVar1 = dc->type" identifier = (field_expression "dc->type" identifier -> field_identifier)) ;) (expression_statement "uVar9 = (ulong)dVar1;" (assignment_expression "uVar9 = (ulong)dVar1" identifier = (cast_expression "(ulong)dVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (dVar1 < DEMANGLE_COMPONENT_POINTER) {\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }" if (parenthesized_expression "(dVar1 < DEMANGLE_COMPONENT_POINTER)" ( (binary_expression "dVar1 < DEMANGLE_COMPONENT_POINTER" identifier < identifier) )) (compound_statement "{\n uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;\n while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }\n if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }\n uVar9 = (ulong)dc->type;\n if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }\n }" { (expression_statement "uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1;" (assignment_expression "uVar9 = 0x27e000000U >> (uVar9 & 0x3f) & 1" identifier = (binary_expression "0x27e000000U >> (uVar9 & 0x3f) & 1" (binary_expression "0x27e000000U >> (uVar9 & 0x3f)" number_literal >> (parenthesized_expression "(uVar9 & 0x3f)" ( (binary_expression "uVar9 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (while_statement "while (uVar9 != 0) {\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }" while (parenthesized_expression "(uVar9 != 0)" ( (binary_expression "uVar9 != 0" identifier != number_literal) )) (compound_statement "{\n dc = (dc->u).s_fixed.length;\n dVar1 = dc->type;\n uVar9 = (ulong)dVar1;\n if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;\n uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;\n }" { (expression_statement "dc = (dc->u).s_fixed.length;" (assignment_expression "dc = (dc->u).s_fixed.length" identifier = (field_expression "(dc->u).s_fixed.length" (field_expression "(dc->u).s_fixed" (parenthesized_expression "(dc->u)" ( (field_expression "dc->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "dVar1 = dc->type;" (assignment_expression "dVar1 = dc->type" identifier = (field_expression "dc->type" identifier -> field_identifier)) ;) (expression_statement "uVar9 = (ulong)dVar1;" (assignment_expression "uVar9 = (ulong)dVar1" identifier = (cast_expression "(ulong)dVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1) goto LAB_00196122;" if (parenthesized_expression "(DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1)" ( (binary_expression "DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL < dVar1" identifier < identifier) )) (goto_statement "goto LAB_00196122;" goto statement_identifier ;)) (expression_statement "uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000;" (assignment_expression "uVar9 = 1L << ((byte)dVar1 & 0x3f) & 0x27e000000" identifier = (binary_expression "1L << ((byte)dVar1 & 0x3f) & 0x27e000000" (binary_expression "1L << ((byte)dVar1 & 0x3f)" number_literal << (parenthesized_expression "((byte)dVar1 & 0x3f)" ( (binary_expression "(byte)dVar1 & 0x3f" (cast_expression "(byte)dVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) })) (if_statement "if (dVar1 == DEMANGLE_COMPONENT_TYPED_NAME) {\n dc = (dc->u).s_fixed.length;\n }" if (parenthesized_expression "(dVar1 == DEMANGLE_COMPONENT_TYPED_NAME)" ( (binary_expression "dVar1 == DEMANGLE_COMPONENT_TYPED_NAME" identifier == identifier) )) (compound_statement "{\n dc = (dc->u).s_fixed.length;\n }" { (expression_statement "dc = (dc->u).s_fixed.length;" (assignment_expression "dc = (dc->u).s_fixed.length" identifier = (field_expression "(dc->u).s_fixed.length" (field_expression "(dc->u).s_fixed" (parenthesized_expression "(dc->u)" ( (field_expression "dc->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) })) (expression_statement "uVar9 = (ulong)dc->type;" (assignment_expression "uVar9 = (ulong)dc->type" identifier = (cast_expression "(ulong)dc->type" ( (type_descriptor "ulong" type_identifier) ) (field_expression "dc->type" identifier -> field_identifier))) ;) (if_statement "if (dc->type == DEMANGLE_COMPONENT_TEMPLATE) {\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }" if (parenthesized_expression "(dc->type == DEMANGLE_COMPONENT_TEMPLATE)" ( (binary_expression "dc->type == DEMANGLE_COMPONENT_TEMPLATE" (field_expression "dc->type" identifier -> field_identifier) == identifier) )) (compound_statement "{\n dc = (dc->u).s_fixed.length;\n uVar9 = (ulong)dc->type;\n }" { (expression_statement "dc = (dc->u).s_fixed.length;" (assignment_expression "dc = (dc->u).s_fixed.length" identifier = (field_expression "(dc->u).s_fixed.length" (field_expression "(dc->u).s_fixed" (parenthesized_expression "(dc->u)" ( (field_expression "dc->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar9 = (ulong)dc->type;" (assignment_expression "uVar9 = (ulong)dc->type" identifier = (cast_expression "(ulong)dc->type" ( (type_descriptor "ulong" type_identifier) ) (field_expression "dc->type" identifier -> field_identifier))) ;) })) })) (labeled_statement "LAB_00196122:\n pdVar3 = dc;" statement_identifier : (expression_statement "pdVar3 = dc;" (assignment_expression "pdVar3 = dc" identifier = identifier) ;)) (expression_statement "pdVar10 = (demangle_component *)0x0;" (assignment_expression "pdVar10 = (demangle_component *)0x0" identifier = (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (pdVar8 = pdVar3, (uint)uVar9 < 0x33) {\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }" while (parenthesized_expression "(pdVar8 = pdVar3, (uint)uVar9 < 0x33)" ( (comma_expression "pdVar8 = pdVar3, (uint)uVar9 < 0x33" (assignment_expression "pdVar8 = pdVar3" identifier = identifier) , (binary_expression "(uint)uVar9 < 0x33" (cast_expression "(uint)uVar9" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal)) )) (compound_statement "{\n uVar9 = 1L << ((byte)uVar9 & 0x3f);\n if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar9 & 6) == 0) break;\n pdVar3 = (pdVar8->u).s_extended_operator.name;\n uVar9 = (ulong)pdVar3->type;\n pdVar10 = pdVar8;\n }" { (expression_statement "uVar9 = 1L << ((byte)uVar9 & 0x3f);" (assignment_expression "uVar9 = 1L << ((byte)uVar9 & 0x3f)" identifier = (binary_expression "1L << ((byte)uVar9 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar9 & 0x3f)" ( (binary_expression "(byte)uVar9 & 0x3f" (cast_expression "(byte)uVar9" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )))) ;) (if_statement "if ((uVar9 & 0x6000000000191) != 0) {\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }" if (parenthesized_expression "((uVar9 & 0x6000000000191) != 0)" ( (binary_expression "(uVar9 & 0x6000000000191) != 0" (parenthesized_expression "(uVar9 & 0x6000000000191)" ( (binary_expression "uVar9 & 0x6000000000191" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }\n break;\n }" { (if_statement "if (pdVar10 != (demangle_component *)0x0) {\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }" if (parenthesized_expression "(pdVar10 != (demangle_component *)0x0)" ( (binary_expression "pdVar10 != (demangle_component *)0x0" identifier != (cast_expression "(demangle_component *)0x0" ( (type_descriptor "demangle_component *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pdVar3 = (pdVar10->u).s_fixed.length;\n iVar4 = pdVar3->d_printing;\n pcVar6 = (pdVar3->u).s_name.s;\n pdVar10->type = pdVar3->type;\n pdVar10->d_printing = iVar4;\n (pdVar10->u).s_name.s = pcVar6;\n (pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;\n /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */\n pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);\n free(storage);\n if (pcVar6 == (char *)0x0) goto LAB_00196160;\n sVar7 = strlen(pcVar6);\n std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);\n free(pcVar6);\n goto LAB_00196250;\n }" { (expression_statement "pdVar3 = (pdVar10->u).s_fixed.length;" (assignment_expression "pdVar3 = (pdVar10->u).s_fixed.length" identifier = (field_expression "(pdVar10->u).s_fixed.length" (field_expression "(pdVar10->u).s_fixed" (parenthesized_expression "(pdVar10->u)" ( (field_expression "pdVar10->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "iVar4 = pdVar3->d_printing;" (assignment_expression "iVar4 = pdVar3->d_printing" identifier = (field_expression "pdVar3->d_printing" identifier -> field_identifier)) ;) (expression_statement "pcVar6 = (pdVar3->u).s_name.s;" (assignment_expression "pcVar6 = (pdVar3->u).s_name.s" identifier = (field_expression "(pdVar3->u).s_name.s" (field_expression "(pdVar3->u).s_name" (parenthesized_expression "(pdVar3->u)" ( (field_expression "pdVar3->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "pdVar10->type = pdVar3->type;" (assignment_expression "pdVar10->type = pdVar3->type" (field_expression "pdVar10->type" identifier -> field_identifier) = (field_expression "pdVar3->type" identifier -> field_identifier)) ;) (expression_statement "pdVar10->d_printing = iVar4;" (assignment_expression "pdVar10->d_printing = iVar4" (field_expression "pdVar10->d_printing" identifier -> field_identifier) = identifier) ;) (expression_statement "(pdVar10->u).s_name.s = pcVar6;" (assignment_expression "(pdVar10->u).s_name.s = pcVar6" (field_expression "(pdVar10->u).s_name.s" (field_expression "(pdVar10->u).s_name" (parenthesized_expression "(pdVar10->u)" ( (field_expression "pdVar10->u" identifier -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name;" (assignment_expression "(pdVar10->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name" (field_expression "(pdVar10->u).s_extended_operator.name" (field_expression "(pdVar10->u).s_extended_operator" (parenthesized_expression "(pdVar10->u)" ( (field_expression "pdVar10->u" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (field_expression "(pdVar3->u).s_extended_operator.name" (field_expression "(pdVar3->u).s_extended_operator" (parenthesized_expression "(pdVar3->u)" ( (field_expression "pdVar3->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) comment (expression_statement "pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size);" (assignment_expression "pcVar6 = cplus_demangle_print(0,dc,0x1e,&allocated_size)" identifier = (call_expression "cplus_demangle_print(0,dc,0x1e,&allocated_size)" identifier (argument_list "(0,dc,0x1e,&allocated_size)" ( number_literal , identifier , number_literal , (pointer_expression "&allocated_size" & identifier) )))) ;) (expression_statement "free(storage);" (call_expression "free(storage)" identifier (argument_list "(storage)" ( identifier ))) ;) (if_statement "if (pcVar6 == (char *)0x0) goto LAB_00196160;" if (parenthesized_expression "(pcVar6 == (char *)0x0)" ( (binary_expression "pcVar6 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00196160;" goto statement_identifier ;)) (expression_statement "sVar7 = strlen(pcVar6);" (assignment_expression "sVar7 = strlen(pcVar6)" identifier = (call_expression "strlen(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;) (labeled_statement "std::string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);" statement_identifier : (ERROR ":" :) (labeled_statement "string::_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);" statement_identifier : (ERROR ":" :) (expression_statement "_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7);" (call_expression "_M_replace\n ((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7)" identifier (argument_list "((string *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length,\n pcVar6,sVar7)" ( (cast_expression "(string *)__return_storage_ptr__" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , number_literal , (field_expression "__return_storage_ptr__->_M_string_length" identifier -> field_identifier) , identifier , identifier ))) ;))) (expression_statement "free(pcVar6);" (call_expression "free(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier ))) ;) (goto_statement "goto LAB_00196250;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (if_statement "if ((uVar9 & 6) == 0) break;" if (parenthesized_expression "((uVar9 & 6) == 0)" ( (binary_expression "(uVar9 & 6) == 0" (parenthesized_expression "(uVar9 & 6)" ( (binary_expression "uVar9 & 6" identifier & number_literal) )) == number_literal) )) (break_statement "break;" break ;)) (expression_statement "pdVar3 = (pdVar8->u).s_extended_operator.name;" (assignment_expression "pdVar3 = (pdVar8->u).s_extended_operator.name" identifier = (field_expression "(pdVar8->u).s_extended_operator.name" (field_expression "(pdVar8->u).s_extended_operator" (parenthesized_expression "(pdVar8->u)" ( (field_expression "pdVar8->u" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar9 = (ulong)pdVar3->type;" (assignment_expression "uVar9 = (ulong)pdVar3->type" identifier = (cast_expression "(ulong)pdVar3->type" ( (type_descriptor "ulong" type_identifier) ) (field_expression "pdVar3->type" identifier -> field_identifier))) ;) (expression_statement "pdVar10 = pdVar8;" (assignment_expression "pdVar10 = pdVar8" identifier = identifier) ;) })) (expression_statement "free(storage);" (call_expression "free(storage)" identifier (argument_list "(storage)" ( identifier ))) ;) })) (labeled_statement "LAB_00196160:\n die_offset = Dwarf_die::sibling_offset(&child);" statement_identifier : (ERROR "die_offset = Dwarf_die::" (assignment_expression "die_offset = Dwarf_die" identifier = identifier) : :) (expression_statement "sibling_offset(&child);" (call_expression "sibling_offset(&child)" identifier (argument_list "(&child)" ( (pointer_expression "&child" & identifier) ))) ;)) (if_statement "if (child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0) {\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }" if (parenthesized_expression "(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0)" ( (ERROR "child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::" (comma_expression "child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std" (binary_expression "child.attributes_.\n super__Vector_base<gold" (field_expression "child.attributes_.\n super__Vector_base" (field_expression "child.attributes_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (binary_expression "Attribute_value>_>\n ._M_impl._M_start != (pointer)0x0" (field_expression "Attribute_value>_>\n ._M_impl._M_start" (field_expression "Attribute_value>_>\n ._M_impl" (binary_expression "Attribute_value>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);\n }" { (expression_statement "operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start);" (call_expression "operator_delete(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start)" identifier (argument_list "(child.attributes_.\n super__Vector_base<gold::Dwarf_die::Attribute_value,_std::allocator<gold::Dwarf_die::Attribute_value>_>\n ._M_impl._M_start)" ( (binary_expression "child.attributes_.\n super__Vector_base<gold" (field_expression "child.attributes_.\n super__Vector_base" (field_expression "child.attributes_" identifier . field_identifier) . field_identifier) < identifier) (ERROR "::Dwarf_die::Attribute_value" : : identifier : : identifier) , (ERROR "_std::allocator<gold::Dwarf_die::" identifier : : (binary_expression "allocator<gold" identifier < identifier) : : identifier : :) (field_expression "Attribute_value>_>\n ._M_impl._M_start" (field_expression "Attribute_value>_>\n ._M_impl" (binary_expression "Attribute_value>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ))) ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) }))
(translation_unit "long * FUN_00196020(long *param_1,long param_2,undefined8 param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}\n\n" (function_definition "long * FUN_00196020(long *param_1,long param_2,undefined8 param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_00196020(long *param_1,long param_2,undefined8 param_3)" * (function_declarator "FUN_00196020(long *param_1,long param_2,undefined8 param_3)" identifier (parameter_list "(long *param_1,long param_2,undefined8 param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) )))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "uint *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t sVar8;" primitive_type identifier ;) (declaration "uint *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "ulong uVar10;" type_identifier identifier ;) (declaration "uint *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "void *local_d8;" primitive_type (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 local_d0 [8];" type_identifier (array_declarator "local_d0 [8]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c8 [48];" type_identifier (array_declarator "local_c8 [48]" identifier [ number_literal ]) ;) (declaration "int *local_98;" primitive_type (pointer_declarator "*local_98" * identifier) ;) (declaration "long local_90;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_60;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)(param_1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 2) = 0" (pointer_expression "*(undefined1 *)(param_1 + 2)" * (cast_expression "(undefined1 *)(param_1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();" (assignment_expression "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" identifier = (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x30)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x30)" * (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x30)" ( (binary_expression "**(long **)(param_2 + 0x918) + 0x30" (pointer_expression "**(long **)(param_2 + 0x918)" * (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "lVar6 = FUN_0026eca0(param_3);" (assignment_expression "lVar6 = FUN_0026eca0(param_3)" identifier = (call_expression "FUN_0026eca0(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (do_statement "do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );" do (compound_statement "{\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n }" { (if_statement "if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" if (parenthesized_expression "(lVar6 == 0)" ( (binary_expression "lVar6 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" { (labeled_statement "LAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" statement_identifier : (expression_statement "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5)" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))" ( (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x38)" * (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x38)" * (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x38)" ( (binary_expression "**(long **)(param_2 + 0x918) + 0x38" (pointer_expression "**(long **)(param_2 + 0x918)" * (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_2 + 0x918),uVar5)" ( (pointer_expression "*(long **)(param_2 + 0x918)" * (cast_expression "(long **)(param_2 + 0x918)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x918)" ( (binary_expression "param_2 + 0x918" identifier + number_literal) )))) , identifier ))) ;)) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_00270760(local_c8,param_2,lVar6,param_3);" (call_expression "FUN_00270760(local_c8,param_2,lVar6,param_3)" identifier (argument_list "(local_c8,param_2,lVar6,param_3)" ( identifier , identifier , identifier , identifier ))) ;) (if_statement "if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" if (parenthesized_expression "((local_98 == (int *)0x0) || (*local_98 == 0))" ( (binary_expression "(local_98 == (int *)0x0) || (*local_98 == 0)" (parenthesized_expression "(local_98 == (int *)0x0)" ( (binary_expression "local_98 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(*local_98 == 0)" ( (binary_expression "*local_98 == 0" (pointer_expression "*local_98" * identifier) == number_literal) ))) )) (compound_statement "{\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" { (labeled_statement "LAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }" statement_identifier : (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_90 != 0)" ( (binary_expression "local_90 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) }))) (goto_statement "goto LAB_00196190;" goto statement_identifier ;) })) (if_statement "if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" if (parenthesized_expression "((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))))" ( (binary_expression "(*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" (parenthesized_expression "(*local_98 == 0x2e)" ( (binary_expression "*local_98 == 0x2e" (pointer_expression "*local_98" * identifier) == number_literal) )) && (parenthesized_expression "(((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" ( (parenthesized_expression "((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))" ( (binary_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" (parenthesized_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0))" ( (binary_expression "local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)" (binary_expression "local_60 != 0" identifier != number_literal) || (parenthesized_expression "(FUN_0026fd90(local_c8), local_60 != 0)" ( (comma_expression "FUN_0026fd90(local_c8), local_60 != 0" (call_expression "FUN_0026fd90(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) , (binary_expression "local_60 != 0" identifier != number_literal)) ))) )) && (parenthesized_expression "(puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" ( (comma_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0" (assignment_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8)" identifier = (cast_expression "(uint *)FUN_0029da50(local_60,0,&local_d8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0029da50(local_60,0,&local_d8)" identifier (argument_list "(local_60,0,&local_d8)" ( identifier , number_literal , (pointer_expression "&local_d8" & identifier) ))))) , (binary_expression "puVar7 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) ))) )) (compound_statement "{\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" { (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" if (parenthesized_expression "(uVar1 < 0x22)" ( (binary_expression "uVar1 < 0x22" identifier < number_literal) )) (compound_statement "{\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" { (expression_statement "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;" (assignment_expression "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1" identifier = (binary_expression "0x27e000000U >> (uVar10 & 0x3f) & 1" (binary_expression "0x27e000000U >> (uVar10 & 0x3f)" number_literal >> (parenthesized_expression "(uVar10 & 0x3f)" ( (binary_expression "uVar10 & 0x3f" identifier & number_literal) ))) & number_literal)) ;) (while_statement "while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" while (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" identifier = (pointer_expression "*puVar7" * identifier)) ;) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" identifier = (cast_expression "(ulong)uVar1" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (if_statement "if (0x21 < uVar1) goto LAB_00196122;" if (parenthesized_expression "(0x21 < uVar1)" ( (binary_expression "0x21 < uVar1" number_literal < identifier) )) (goto_statement "goto LAB_00196122;" goto statement_identifier ;)) (expression_statement "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;" (assignment_expression "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000" identifier = (binary_expression "1L << ((byte)uVar1 & 0x3f) & 0x27e000000" (binary_expression "1L << ((byte)uVar1 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar1 & 0x3f)" ( (binary_expression "(byte)uVar1 & 0x3f" (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))) & number_literal)) ;) })) (if_statement "if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }" if (parenthesized_expression "(uVar1 == 3)" ( (binary_expression "uVar1 == 3" identifier == number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) })) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" identifier = (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (if_statement "if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" if (parenthesized_expression "(*puVar7 == 4)" ( (binary_expression "*puVar7 == 4" (pointer_expression "*puVar7" * identifier) == number_literal) )) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" { (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" identifier = (pointer_expression "*(uint **)(puVar7 + 2)" * (cast_expression "(uint **)(puVar7 + 2)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar7 + 2)" ( (binary_expression "puVar7 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" identifier = (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) })) })) (labeled_statement "LAB_00196122:\n puVar2 = puVar7;" statement_identifier : (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" identifier = identifier) ;)) (expression_statement "puVar11 = (uint *)0x0;" (assignment_expression "puVar11 = (uint *)0x0" identifier = (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" while (parenthesized_expression "(puVar9 = puVar2, (uint)uVar10 < 0x33)" ( (comma_expression "puVar9 = puVar2, (uint)uVar10 < 0x33" (assignment_expression "puVar9 = puVar2" identifier = identifier) , (binary_expression "(uint)uVar10 < 0x33" (cast_expression "(uint)uVar10" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal)) )) (compound_statement "{\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" { (expression_statement "uVar10 = 1L << ((byte)uVar10 & 0x3f);" (assignment_expression "uVar10 = 1L << ((byte)uVar10 & 0x3f)" identifier = (binary_expression "1L << ((byte)uVar10 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )))) ;) (if_statement "if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" if (parenthesized_expression "((uVar10 & 0x6000000000191) != 0)" ( (binary_expression "(uVar10 & 0x6000000000191) != 0" (parenthesized_expression "(uVar10 & 0x6000000000191)" ( (binary_expression "uVar10 & 0x6000000000191" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" { (if_statement "if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" if (parenthesized_expression "(puVar11 != (uint *)0x0)" ( (binary_expression "puVar11 != (uint *)0x0" identifier != (cast_expression "(uint *)0x0" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" { (expression_statement "puVar3 = *(undefined8 **)(puVar11 + 2);" (assignment_expression "puVar3 = *(undefined8 **)(puVar11 + 2)" identifier = (pointer_expression "*(undefined8 **)(puVar11 + 2)" * (cast_expression "(undefined8 **)(puVar11 + 2)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar11 + 2)" ( (binary_expression "puVar11 + 2" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = puVar3[1];" (assignment_expression "uVar4 = puVar3[1]" identifier = (subscript_expression "puVar3[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)puVar11 = *puVar3;" (assignment_expression "*(undefined8 *)puVar11 = *puVar3" (pointer_expression "*(undefined8 *)puVar11" * (cast_expression "(undefined8 *)puVar11" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "*(undefined8 *)(puVar11 + 2) = uVar4;" (assignment_expression "*(undefined8 *)(puVar11 + 2) = uVar4" (pointer_expression "*(undefined8 *)(puVar11 + 2)" * (cast_expression "(undefined8 *)(puVar11 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 2)" ( (binary_expression "puVar11 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(puVar11 + 4) = puVar3[2];" (assignment_expression "*(undefined8 *)(puVar11 + 4) = puVar3[2]" (pointer_expression "*(undefined8 *)(puVar11 + 4)" * (cast_expression "(undefined8 *)(puVar11 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar11 + 4)" ( (binary_expression "puVar11 + 4" identifier + number_literal) )))) = (subscript_expression "puVar3[2]" identifier [ number_literal ])) ;) (expression_statement "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);" (assignment_expression "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" identifier = (cast_expression "(char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0029aa60(0,puVar7,0x1e,local_d0)" identifier (argument_list "(0,puVar7,0x1e,local_d0)" ( number_literal , identifier , number_literal , identifier ))))) ;) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" identifier (argument_list "(local_d8)" ( identifier ))) ;) (if_statement "if (__s == (char *)0x0) goto LAB_00196160;" if (parenthesized_expression "(__s == (char *)0x0)" ( (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00196160;" goto statement_identifier ;)) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);" (call_expression "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8)" identifier (argument_list "(param_1,0,param_1[1],__s,sVar8)" ( identifier , number_literal , (subscript_expression "param_1[1]" identifier [ number_literal ]) , identifier , identifier ))) ;) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) (goto_statement "goto LAB_00196250;" goto statement_identifier ;) })) (break_statement "break;" break ;) })) (if_statement "if ((uVar10 & 6) == 0) break;" if (parenthesized_expression "((uVar10 & 6) == 0)" ( (binary_expression "(uVar10 & 6) == 0" (parenthesized_expression "(uVar10 & 6)" ( (binary_expression "uVar10 & 6" identifier & number_literal) )) == number_literal) )) (break_statement "break;" break ;)) (expression_statement "puVar2 = *(uint **)(puVar9 + 4);" (assignment_expression "puVar2 = *(uint **)(puVar9 + 4)" identifier = (pointer_expression "*(uint **)(puVar9 + 4)" * (cast_expression "(uint **)(puVar9 + 4)" ( (type_descriptor "uint **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar9 + 4)" ( (binary_expression "puVar9 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar10 = (ulong)*puVar2;" (assignment_expression "uVar10 = (ulong)*puVar2" identifier = (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" ( identifier )) * identifier)) ;) (expression_statement "puVar11 = puVar9;" (assignment_expression "puVar11 = puVar9" identifier = identifier) ;) })) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" identifier (argument_list "(local_d8)" ( identifier ))) ;) })) (labeled_statement "LAB_00196160:\n lVar6 = FUN_002708e0(local_c8);" statement_identifier : (expression_statement "lVar6 = FUN_002708e0(local_c8);" (assignment_expression "lVar6 = FUN_002708e0(local_c8)" identifier = (call_expression "FUN_002708e0(local_c8)" identifier (argument_list "(local_c8)" ( identifier )))) ;)) (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" if (parenthesized_expression "(local_90 != 0)" ( (binary_expression "local_90 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;)) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT != LIT) || (parenthesized_expression ( (comma_expression (call_expression IDENT (argument_list ( IDENT ))) , (binary_expression IDENT != LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , LIT , (pointer_expression & IDENT) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression IDENT & LIT) ))) & LIT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression LIT << (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))) & LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression LIT << (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT , LIT , IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (subscript_expression IDENT [ LIT ]) , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (break_statement break ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "long * FUN_00196020(long *param_1,long param_2,undefined8 param_3)\n\n{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_00196020(long *param_1,long param_2,undefined8 param_3)" (* "*") (function_declarator "FUN_00196020(long *param_1,long param_2,undefined8 param_3)" (identifier "FUN_00196020") (parameter_list "(long *param_1,long param_2,undefined8 param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")")))) (compound_statement "{\n uint uVar1;\n uint *puVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n undefined8 uVar5;\n long lVar6;\n uint *puVar7;\n char *__s;\n size_t sVar8;\n uint *puVar9;\n ulong uVar10;\n uint *puVar11;\n void *local_d8;\n undefined1 local_d0 [8];\n undefined1 local_c8 [48];\n int *local_98;\n long local_90;\n long local_60;\n \n *param_1 = (long)(param_1 + 2);\n param_1[1] = 0;\n *(undefined1 *)(param_1 + 2) = 0;\n \n uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();\n lVar6 = FUN_0026eca0(param_3);\n do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint *puVar2;" (type_identifier "uint") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "uint *puVar7;" (type_identifier "uint") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t sVar8;" (primitive_type "size_t") (identifier "sVar8") (; ";")) (declaration "uint *puVar9;" (type_identifier "uint") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "ulong uVar10;" (type_identifier "ulong") (identifier "uVar10") (; ";")) (declaration "uint *puVar11;" (type_identifier "uint") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "void *local_d8;" (primitive_type "void") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "undefined1 local_d0 [8];" (type_identifier "undefined1") (array_declarator "local_d0 [8]" (identifier "local_d0") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined1 local_c8 [48];" (type_identifier "undefined1") (array_declarator "local_c8 [48]" (identifier "local_c8") ([ "[") (number_literal "48") (] "]")) (; ";")) (declaration "int *local_98;" (primitive_type "int") (pointer_declarator "*local_98" (* "*") (identifier "local_98")) (; ";")) (declaration "long local_90;" (sized_type_specifier "long" (long "long")) (identifier "local_90") (; ";")) (declaration "long local_60;" (sized_type_specifier "long" (long "long")) (identifier "local_60") (; ";")) (expression_statement "*param_1 = (long)(param_1 + 2);" (assignment_expression "*param_1 = (long)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)(param_1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "param_1[1] = 0;" (assignment_expression "param_1[1] = 0" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 2) = 0" (pointer_expression "*(undefined1 *)(param_1 + 2)" (* "*") (cast_expression "(undefined1 *)(param_1 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))();" (assignment_expression "uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" (identifier "uVar5") (= "=") (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))()" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x30))" (( "(") (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x30)" (* "*") (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x30)" (* "*") (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x30)" (( "(") (binary_expression "**(long **)(param_2 + 0x918) + 0x30" (pointer_expression "**(long **)(param_2 + 0x918)" (* "*") (pointer_expression "*(long **)(param_2 + 0x918)" (* "*") (cast_expression "(long **)(param_2 + 0x918)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x918)" (( "(") (binary_expression "param_2 + 0x918" (identifier "param_2") (+ "+") (number_literal "0x918")) () ")"))))) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "lVar6 = FUN_0026eca0(param_3);" (assignment_expression "lVar6 = FUN_0026eca0(param_3)" (identifier "lVar6") (= "=") (call_expression "FUN_0026eca0(param_3)" (identifier "FUN_0026eca0") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (do_statement "do {\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n } while( true );" (do "do") (compound_statement "{\n if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }\n FUN_00270760(local_c8,param_2,lVar6,param_3);\n if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }\n \n if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }\nLAB_00196160:\n lVar6 = FUN_002708e0(local_c8);\n if (local_90 != 0) {\n FUN_002a2980();\n }\n }" ({ "{") (if_statement "if (lVar6 == 0) {\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" (if "if") (parenthesized_expression "(lVar6 == 0)" (( "(") (binary_expression "lVar6 == 0" (identifier "lVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);\n return param_1;\n }" ({ "{") (labeled_statement "LAB_00196190:\n \n (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" (statement_identifier "LAB_00196190") (: ":") (expression_statement "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5);" (call_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5)" (parenthesized_expression "(**(code **)(**(long **)(param_2 + 0x918) + 0x38))" (( "(") (pointer_expression "**(code **)(**(long **)(param_2 + 0x918) + 0x38)" (* "*") (pointer_expression "*(code **)(**(long **)(param_2 + 0x918) + 0x38)" (* "*") (cast_expression "(code **)(**(long **)(param_2 + 0x918) + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_2 + 0x918) + 0x38)" (( "(") (binary_expression "**(long **)(param_2 + 0x918) + 0x38" (pointer_expression "**(long **)(param_2 + 0x918)" (* "*") (pointer_expression "*(long **)(param_2 + 0x918)" (* "*") (cast_expression "(long **)(param_2 + 0x918)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x918)" (( "(") (binary_expression "param_2 + 0x918" (identifier "param_2") (+ "+") (number_literal "0x918")) () ")"))))) (+ "+") (number_literal "0x38")) () ")"))))) () ")")) (argument_list "(*(long **)(param_2 + 0x918),uVar5)" (( "(") (pointer_expression "*(long **)(param_2 + 0x918)" (* "*") (cast_expression "(long **)(param_2 + 0x918)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x918)" (( "(") (binary_expression "param_2 + 0x918" (identifier "param_2") (+ "+") (number_literal "0x918")) () ")")))) (, ",") (identifier "uVar5") () ")"))) (; ";"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_00270760(local_c8,param_2,lVar6,param_3);" (call_expression "FUN_00270760(local_c8,param_2,lVar6,param_3)" (identifier "FUN_00270760") (argument_list "(local_c8,param_2,lVar6,param_3)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar6") (, ",") (identifier "param_3") () ")"))) (; ";")) (if_statement "if ((local_98 == (int *)0x0) || (*local_98 == 0)) {\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" (if "if") (parenthesized_expression "((local_98 == (int *)0x0) || (*local_98 == 0))" (( "(") (binary_expression "(local_98 == (int *)0x0) || (*local_98 == 0)" (parenthesized_expression "(local_98 == (int *)0x0)" (( "(") (binary_expression "local_98 == (int *)0x0" (identifier "local_98") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(*local_98 == 0)" (( "(") (binary_expression "*local_98 == 0" (pointer_expression "*local_98" (* "*") (identifier "local_98")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\nLAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }\n goto LAB_00196190;\n }" ({ "{") (labeled_statement "LAB_00196250:\n if (local_90 != 0) {\n FUN_002a2980();\n }" (statement_identifier "LAB_00196250") (: ":") (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(local_90 != 0)" (( "(") (binary_expression "local_90 != 0" (identifier "local_90") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (goto_statement "goto LAB_00196190;" (goto "goto") (statement_identifier "LAB_00196190") (; ";")) (} "}"))) (if_statement "if ((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) {\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" (if "if") (parenthesized_expression "((*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))))" (( "(") (binary_expression "(*local_98 == 0x2e) &&\n (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" (parenthesized_expression "(*local_98 == 0x2e)" (( "(") (binary_expression "*local_98 == 0x2e" (pointer_expression "*local_98" (* "*") (identifier "local_98")) (== "==") (number_literal "0x2e")) () ")")) (&& "&&") (parenthesized_expression "(((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))" (( "(") (parenthesized_expression "((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0))" (( "(") (binary_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) &&\n (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" (parenthesized_expression "(local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0))" (( "(") (binary_expression "local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)" (binary_expression "local_60 != 0" (identifier "local_60") (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "(FUN_0026fd90(local_c8), local_60 != 0)" (( "(") (comma_expression "FUN_0026fd90(local_c8), local_60 != 0" (call_expression "FUN_0026fd90(local_c8)" (identifier "FUN_0026fd90") (argument_list "(local_c8)" (( "(") (identifier "local_c8") () ")"))) (, ",") (binary_expression "local_60 != 0" (identifier "local_60") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)" (( "(") (comma_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0" (assignment_expression "puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8)" (identifier "puVar7") (= "=") (cast_expression "(uint *)FUN_0029da50(local_60,0,&local_d8)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0029da50(local_60,0,&local_d8)" (identifier "FUN_0029da50") (argument_list "(local_60,0,&local_d8)" (( "(") (identifier "local_60") (, ",") (number_literal "0") (, ",") (pointer_expression "&local_d8" (& "&") (identifier "local_d8")) () ")"))))) (, ",") (binary_expression "puVar7 != (uint *)0x0" (identifier "puVar7") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }\nLAB_00196122:\n puVar2 = puVar7;\n puVar11 = (uint *)0x0;\n while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }\n free(local_d8);\n }" ({ "{") (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" (identifier "uVar1") (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" (identifier "uVar10") (= "=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (uVar1 < 0x22) {\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" (if "if") (parenthesized_expression "(uVar1 < 0x22)" (( "(") (binary_expression "uVar1 < 0x22" (identifier "uVar1") (< "<") (number_literal "0x22")) () ")")) (compound_statement "{\n uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;\n while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }\n if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }\n uVar10 = (ulong)*puVar7;\n if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }\n }" ({ "{") (expression_statement "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1;" (assignment_expression "uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1" (identifier "uVar10") (= "=") (binary_expression "0x27e000000U >> (uVar10 & 0x3f) & 1" (binary_expression "0x27e000000U >> (uVar10 & 0x3f)" (number_literal "0x27e000000U") (>> ">>") (parenthesized_expression "(uVar10 & 0x3f)" (( "(") (binary_expression "uVar10 & 0x3f" (identifier "uVar10") (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1"))) (; ";")) (while_statement "while (uVar10 != 0) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" (while "while") (parenthesized_expression "(uVar10 != 0)" (( "(") (binary_expression "uVar10 != 0" (identifier "uVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar1 = *puVar7;\n uVar10 = (ulong)uVar1;\n if (0x21 < uVar1) goto LAB_00196122;\n uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;\n }" ({ "{") (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" (identifier "puVar7") (= "=") (pointer_expression "*(uint **)(puVar7 + 2)" (* "*") (cast_expression "(uint **)(puVar7 + 2)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "uVar1 = *puVar7;" (assignment_expression "uVar1 = *puVar7" (identifier "uVar1") (= "=") (pointer_expression "*puVar7" (* "*") (identifier "puVar7"))) (; ";")) (expression_statement "uVar10 = (ulong)uVar1;" (assignment_expression "uVar10 = (ulong)uVar1" (identifier "uVar10") (= "=") (cast_expression "(ulong)uVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (0x21 < uVar1) goto LAB_00196122;" (if "if") (parenthesized_expression "(0x21 < uVar1)" (( "(") (binary_expression "0x21 < uVar1" (number_literal "0x21") (< "<") (identifier "uVar1")) () ")")) (goto_statement "goto LAB_00196122;" (goto "goto") (statement_identifier "LAB_00196122") (; ";"))) (expression_statement "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000;" (assignment_expression "uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000" (identifier "uVar10") (= "=") (binary_expression "1L << ((byte)uVar1 & 0x3f) & 0x27e000000" (binary_expression "1L << ((byte)uVar1 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "((byte)uVar1 & 0x3f)" (( "(") (binary_expression "(byte)uVar1 & 0x3f" (cast_expression "(byte)uVar1" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar1")) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "0x27e000000"))) (; ";")) (} "}"))) (if_statement "if (uVar1 == 3) {\n puVar7 = *(uint **)(puVar7 + 2);\n }" (if "if") (parenthesized_expression "(uVar1 == 3)" (( "(") (binary_expression "uVar1 == 3" (identifier "uVar1") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n }" ({ "{") (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" (identifier "puVar7") (= "=") (pointer_expression "*(uint **)(puVar7 + 2)" (* "*") (cast_expression "(uint **)(puVar7 + 2)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (} "}"))) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" (identifier "uVar10") (= "=") (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "puVar7"))) (; ";")) (if_statement "if (*puVar7 == 4) {\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" (if "if") (parenthesized_expression "(*puVar7 == 4)" (( "(") (binary_expression "*puVar7 == 4" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (== "==") (number_literal "4")) () ")")) (compound_statement "{\n puVar7 = *(uint **)(puVar7 + 2);\n uVar10 = (ulong)*puVar7;\n }" ({ "{") (expression_statement "puVar7 = *(uint **)(puVar7 + 2);" (assignment_expression "puVar7 = *(uint **)(puVar7 + 2)" (identifier "puVar7") (= "=") (pointer_expression "*(uint **)(puVar7 + 2)" (* "*") (cast_expression "(uint **)(puVar7 + 2)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar7 + 2)" (( "(") (binary_expression "puVar7 + 2" (identifier "puVar7") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "uVar10 = (ulong)*puVar7;" (assignment_expression "uVar10 = (ulong)*puVar7" (identifier "uVar10") (= "=") (binary_expression "(ulong)*puVar7" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "puVar7"))) (; ";")) (} "}"))) (} "}"))) (labeled_statement "LAB_00196122:\n puVar2 = puVar7;" (statement_identifier "LAB_00196122") (: ":") (expression_statement "puVar2 = puVar7;" (assignment_expression "puVar2 = puVar7" (identifier "puVar2") (= "=") (identifier "puVar7")) (; ";"))) (expression_statement "puVar11 = (uint *)0x0;" (assignment_expression "puVar11 = (uint *)0x0" (identifier "puVar11") (= "=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (while_statement "while (puVar9 = puVar2, (uint)uVar10 < 0x33) {\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" (while "while") (parenthesized_expression "(puVar9 = puVar2, (uint)uVar10 < 0x33)" (( "(") (comma_expression "puVar9 = puVar2, (uint)uVar10 < 0x33" (assignment_expression "puVar9 = puVar2" (identifier "puVar9") (= "=") (identifier "puVar2")) (, ",") (binary_expression "(uint)uVar10 < 0x33" (cast_expression "(uint)uVar10" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar10")) (< "<") (number_literal "0x33"))) () ")")) (compound_statement "{\n uVar10 = 1L << ((byte)uVar10 & 0x3f);\n if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }\n if ((uVar10 & 6) == 0) break;\n puVar2 = *(uint **)(puVar9 + 4);\n uVar10 = (ulong)*puVar2;\n puVar11 = puVar9;\n }" ({ "{") (expression_statement "uVar10 = 1L << ((byte)uVar10 & 0x3f);" (assignment_expression "uVar10 = 1L << ((byte)uVar10 & 0x3f)" (identifier "uVar10") (= "=") (binary_expression "1L << ((byte)uVar10 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "((byte)uVar10 & 0x3f)" (( "(") (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar10")) (& "&") (number_literal "0x3f")) () ")")))) (; ";")) (if_statement "if ((uVar10 & 0x6000000000191) != 0) {\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" (if "if") (parenthesized_expression "((uVar10 & 0x6000000000191) != 0)" (( "(") (binary_expression "(uVar10 & 0x6000000000191) != 0" (parenthesized_expression "(uVar10 & 0x6000000000191)" (( "(") (binary_expression "uVar10 & 0x6000000000191" (identifier "uVar10") (& "&") (number_literal "0x6000000000191")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }\n break;\n }" ({ "{") (if_statement "if (puVar11 != (uint *)0x0) {\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" (if "if") (parenthesized_expression "(puVar11 != (uint *)0x0)" (( "(") (binary_expression "puVar11 != (uint *)0x0" (identifier "puVar11") (!= "!=") (cast_expression "(uint *)0x0" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar3 = *(undefined8 **)(puVar11 + 2);\n uVar4 = puVar3[1];\n *(undefined8 *)puVar11 = *puVar3;\n *(undefined8 *)(puVar11 + 2) = uVar4;\n *(undefined8 *)(puVar11 + 4) = puVar3[2];\n \n __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);\n free(local_d8);\n if (__s == (char *)0x0) goto LAB_00196160;\n sVar8 = strlen(__s);\n FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);\n free(__s);\n goto LAB_00196250;\n }" ({ "{") (expression_statement "puVar3 = *(undefined8 **)(puVar11 + 2);" (assignment_expression "puVar3 = *(undefined8 **)(puVar11 + 2)" (identifier "puVar3") (= "=") (pointer_expression "*(undefined8 **)(puVar11 + 2)" (* "*") (cast_expression "(undefined8 **)(puVar11 + 2)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar11 + 2)" (( "(") (binary_expression "puVar11 + 2" (identifier "puVar11") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (expression_statement "uVar4 = puVar3[1];" (assignment_expression "uVar4 = puVar3[1]" (identifier "uVar4") (= "=") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)puVar11 = *puVar3;" (assignment_expression "*(undefined8 *)puVar11 = *puVar3" (pointer_expression "*(undefined8 *)puVar11" (* "*") (cast_expression "(undefined8 *)puVar11" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "puVar11"))) (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (expression_statement "*(undefined8 *)(puVar11 + 2) = uVar4;" (assignment_expression "*(undefined8 *)(puVar11 + 2) = uVar4" (pointer_expression "*(undefined8 *)(puVar11 + 2)" (* "*") (cast_expression "(undefined8 *)(puVar11 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 2)" (( "(") (binary_expression "puVar11 + 2" (identifier "puVar11") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "*(undefined8 *)(puVar11 + 4) = puVar3[2];" (assignment_expression "*(undefined8 *)(puVar11 + 4) = puVar3[2]" (pointer_expression "*(undefined8 *)(puVar11 + 4)" (* "*") (cast_expression "(undefined8 *)(puVar11 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar11 + 4)" (( "(") (binary_expression "puVar11 + 4" (identifier "puVar11") (+ "+") (number_literal "4")) () ")")))) (= "=") (subscript_expression "puVar3[2]" (identifier "puVar3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0);" (assignment_expression "__s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" (identifier "__s") (= "=") (cast_expression "(char *)FUN_0029aa60(0,puVar7,0x1e,local_d0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0029aa60(0,puVar7,0x1e,local_d0)" (identifier "FUN_0029aa60") (argument_list "(0,puVar7,0x1e,local_d0)" (( "(") (number_literal "0") (, ",") (identifier "puVar7") (, ",") (number_literal "0x1e") (, ",") (identifier "local_d0") () ")"))))) (; ";")) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" (identifier "free") (argument_list "(local_d8)" (( "(") (identifier "local_d8") () ")"))) (; ";")) (if_statement "if (__s == (char *)0x0) goto LAB_00196160;" (if "if") (parenthesized_expression "(__s == (char *)0x0)" (( "(") (binary_expression "__s == (char *)0x0" (identifier "__s") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00196160;" (goto "goto") (statement_identifier "LAB_00196160") (; ";"))) (expression_statement "sVar8 = strlen(__s);" (assignment_expression "sVar8 = strlen(__s)" (identifier "sVar8") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8);" (call_expression "FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8)" (identifier "FUN_002aa2b0") (argument_list "(param_1,0,param_1[1],__s,sVar8)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "__s") (, ",") (identifier "sVar8") () ")"))) (; ";")) (expression_statement "free(__s);" (call_expression "free(__s)" (identifier "free") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (goto_statement "goto LAB_00196250;" (goto "goto") (statement_identifier "LAB_00196250") (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (if_statement "if ((uVar10 & 6) == 0) break;" (if "if") (parenthesized_expression "((uVar10 & 6) == 0)" (( "(") (binary_expression "(uVar10 & 6) == 0" (parenthesized_expression "(uVar10 & 6)" (( "(") (binary_expression "uVar10 & 6" (identifier "uVar10") (& "&") (number_literal "6")) () ")")) (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "puVar2 = *(uint **)(puVar9 + 4);" (assignment_expression "puVar2 = *(uint **)(puVar9 + 4)" (identifier "puVar2") (= "=") (pointer_expression "*(uint **)(puVar9 + 4)" (* "*") (cast_expression "(uint **)(puVar9 + 4)" (( "(") (type_descriptor "uint **" (type_identifier "uint") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar9 + 4)" (( "(") (binary_expression "puVar9 + 4" (identifier "puVar9") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar10 = (ulong)*puVar2;" (assignment_expression "uVar10 = (ulong)*puVar2" (identifier "uVar10") (= "=") (binary_expression "(ulong)*puVar2" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "puVar2"))) (; ";")) (expression_statement "puVar11 = puVar9;" (assignment_expression "puVar11 = puVar9" (identifier "puVar11") (= "=") (identifier "puVar9")) (; ";")) (} "}"))) (expression_statement "free(local_d8);" (call_expression "free(local_d8)" (identifier "free") (argument_list "(local_d8)" (( "(") (identifier "local_d8") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00196160:\n lVar6 = FUN_002708e0(local_c8);" (statement_identifier "LAB_00196160") (: ":") (expression_statement "lVar6 = FUN_002708e0(local_c8);" (assignment_expression "lVar6 = FUN_002708e0(local_c8)" (identifier "lVar6") (= "=") (call_expression "FUN_002708e0(local_c8)" (identifier "FUN_002708e0") (argument_list "(local_c8)" (( "(") (identifier "local_c8") () ")")))) (; ";"))) (if_statement "if (local_90 != 0) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(local_90 != 0)" (( "(") (binary_expression "local_90 != 0" (identifier "local_90") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
/* DWARF original prototype: string guess_full_class_name(Gdb_index_info_reader * this, Dwarf_die * die) */ type_6 * __thiscall var_7::Gdb_index_info_reader::guess_full_class_name (type_6 *__return_storage_ptr__,Gdb_index_info_reader *this,type_7 *die) { type_1 var_11; type_2 *pEVar2; type_3 *pdVar3; int iVar4; int iVar5; type_4 extraout_var; long var_2; type_3 *var_10; char *var_20; size_t sVar7; type_3 *pdVar8; type_5 var_13; type_6 *full_name; type_3 *var_17; void *storage; size_t allocated_size; type_7 child; (__return_storage_ptr__->_M_dataplus)._M_p = (type_9)&__return_storage_ptr__->field_2; __return_storage_ptr__->_M_string_length = 0; (__return_storage_ptr__->field_2)._M_local_buf[0] = '\0'; /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */ iVar5 = (*((this->super_Dwarf_info_reader).reloc_mapper_)->_vptr_Elf_reloc_mapper[6])(); var_2 = type_7::var_1(die); do { if (var_2 == 0) { LAB_00196190: pEVar2 = (this->super_Dwarf_info_reader).reloc_mapper_; /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */ (*pEVar2->_vptr_Elf_reloc_mapper[7])(pEVar2,var_3(extraout_var,iVar5)); return __return_storage_ptr__; } Dwarf_die::type_7(&child,&this->super_Dwarf_info_reader,var_2,die); if ((child.abbrev_code_ == (type_8 *)0x0) || ((child.abbrev_code_)->tag == 0)) { LAB_00196250: if (child.attributes_. super__Vector_base<var_7::type_7::var_4,_std::allocator<var_7::type_7::var_4>var_5> ._M_impl._M_start != (type_9)0x0) { var_6(child.attributes_. super__Vector_base<var_7::type_7::var_4,_std::allocator<var_7::type_7::var_4>var_5> ._M_impl._M_start); } goto LAB_00196190; } /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */ if (((child.abbrev_code_)->tag == 0x2e) && (((child.linkage_name_ != (char *)0x0 || (type_7::var_8(&child), child.linkage_name_ != (char *)0x0)) && (var_10 = var_9(child.linkage_name_,0,&storage), var_10 != (type_3 *)0x0)))) { var_11 = var_10->type; var_13 = (type_5)var_11; if (var_11 < var_12) { var_13 = 0x27e000000U >> (var_13 & 0x3f) & 1; while (var_13 != 0) { var_10 = (var_10->u).s_fixed.length; var_11 = var_10->type; var_13 = (type_5)var_11; if (var_14 < var_11) goto LAB_00196122; var_13 = 1L << ((type_10)var_11 & 0x3f) & 0x27e000000; } if (var_11 == var_15) { var_10 = (var_10->u).s_fixed.length; } var_13 = (type_5)var_10->type; if (var_10->type == var_16) { var_10 = (var_10->u).s_fixed.length; var_13 = (type_5)var_10->type; } } LAB_00196122: pdVar3 = var_10; var_17 = (type_3 *)0x0; while (pdVar8 = pdVar3, (type_11)var_13 < 0x33) { var_13 = 1L << ((type_10)var_13 & 0x3f); if ((var_13 & 0x6000000000191) != 0) { if (var_17 != (type_3 *)0x0) { pdVar3 = (var_17->u).s_fixed.length; iVar4 = pdVar3->d_printing; var_20 = (pdVar3->u).s_name.s; var_17->type = pdVar3->type; var_17->d_printing = iVar4; (var_17->u).s_name.s = var_20; (var_17->u).s_extended_operator.name = (pdVar3->u).s_extended_operator.name; /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */ var_20 = var_18(0,var_10,0x1e,&allocated_size); var_19(storage); if (var_20 == (char *)0x0) goto LAB_00196160; sVar7 = var_21(var_20); std::string::var_22 ((type_6 *)__return_storage_ptr__,0,__return_storage_ptr__->_M_string_length, var_20,sVar7); var_19(var_20); goto LAB_00196250; } break; } if ((var_13 & 6) == 0) break; pdVar3 = (pdVar8->u).s_extended_operator.name; var_13 = (type_5)pdVar3->type; var_17 = pdVar8; } var_19(storage); } LAB_00196160: var_2 = type_7::var_23(&child); if (child.attributes_. super__Vector_base<var_7::type_7::var_4,_std::allocator<var_7::type_7::var_4>var_5> ._M_impl._M_start != (type_9)0x0) { var_6(child.attributes_. super__Vector_base<var_7::type_7::var_4,_std::allocator<var_7::type_7::var_4>var_5> ._M_impl._M_start); } } while( true ); }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (pointer_expression argument: (identifier)))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal) (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (goto_statement label: (statement_identifier)))) (break_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) condition: (parenthesized_expression (true))))))
null
long * MASKED(long *param_1,long param_2,undefined8 param_3) { uint uVar1; uint *puVar2; undefined8 *puVar3; undefined8 uVar4; undefined8 uVar5; long lVar6; uint *puVar7; char *__s; size_t sVar8; uint *puVar9; ulong uVar10; uint *puVar11; void *local_d8; undefined1 local_d0 [8]; undefined1 local_c8 [48]; int *local_98; long local_90; long local_60; *param_1 = (long)(param_1 + 2); param_1[1] = 0; *(undefined1 *)(param_1 + 2) = 0; /* try { // try from 0019605c to 001960a8 has its CatchHandler @ 001962ae */ uVar5 = (**(code **)(**(long **)(param_2 + 0x918) + 0x30))(); lVar6 = FUN_0026eca0(param_3); do { if (lVar6 == 0) { LAB_00196190: /* try { // try from 0019619f to 001961a1 has its CatchHandler @ 001962ae */ (**(code **)(**(long **)(param_2 + 0x918) + 0x38))(*(long **)(param_2 + 0x918),uVar5); return param_1; } FUN_00270760(local_c8,param_2,lVar6,param_3); if ((local_98 == (int *)0x0) || (*local_98 == 0)) { LAB_00196250: if (local_90 != 0) { FUN_002a2980(); } goto LAB_00196190; } /* try { // try from 001960e2 to 00196167 has its CatchHandler @ 001962b6 */ if ((*local_98 == 0x2e) && (((local_60 != 0 || (FUN_0026fd90(local_c8), local_60 != 0)) && (puVar7 = (uint *)FUN_0029da50(local_60,0,&local_d8), puVar7 != (uint *)0x0)))) { uVar1 = *puVar7; uVar10 = (ulong)uVar1; if (uVar1 < 0x22) { uVar10 = 0x27e000000U >> (uVar10 & 0x3f) & 1; while (uVar10 != 0) { puVar7 = *(uint **)(puVar7 + 2); uVar1 = *puVar7; uVar10 = (ulong)uVar1; if (0x21 < uVar1) goto LAB_00196122; uVar10 = 1L << ((byte)uVar1 & 0x3f) & 0x27e000000; } if (uVar1 == 3) { puVar7 = *(uint **)(puVar7 + 2); } uVar10 = (ulong)*puVar7; if (*puVar7 == 4) { puVar7 = *(uint **)(puVar7 + 2); uVar10 = (ulong)*puVar7; } } LAB_00196122: puVar2 = puVar7; puVar11 = (uint *)0x0; while (puVar9 = puVar2, (uint)uVar10 < 0x33) { uVar10 = 1L << ((byte)uVar10 & 0x3f); if ((uVar10 & 0x6000000000191) != 0) { if (puVar11 != (uint *)0x0) { puVar3 = *(undefined8 **)(puVar11 + 2); uVar4 = puVar3[1]; *(undefined8 *)puVar11 = *puVar3; *(undefined8 *)(puVar11 + 2) = uVar4; *(undefined8 *)(puVar11 + 4) = puVar3[2]; /* try { // try from 00196203 to 00196297 has its CatchHandler @ 001962b6 */ __s = (char *)FUN_0029aa60(0,puVar7,0x1e,local_d0); free(local_d8); if (__s == (char *)0x0) goto LAB_00196160; sVar8 = strlen(__s); FUN_002aa2b0(param_1,0,param_1[1],__s,sVar8); free(__s); goto LAB_00196250; } break; } if ((uVar10 & 6) == 0) break; puVar2 = *(uint **)(puVar9 + 4); uVar10 = (ulong)*puVar2; puVar11 = puVar9; } free(local_d8); } LAB_00196160: lVar6 = FUN_002708e0(local_c8); if (local_90 != 0) { FUN_002a2980(); } } while( true ); }
721_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
gldelf_k1om_add_sysroot
FUN_00142080
char * gldelf_k1om_add_sysroot(char *path) { size_t sVar1; char *pcVar2; size_t sVar3; char *pcVar4; char *pcVar5; long lVar6; int iVar7; char *__dest; lVar6 = 0; sVar1 = strlen(ld_sysroot); iVar7 = (int)config.rpath_separator; pcVar2 = path; while( true ) { if (*pcVar2 == '/') { lVar6 = lVar6 + sVar1; } pcVar2 = strchr(pcVar2,iVar7); if (pcVar2 == (char *)0x0) break; pcVar2 = pcVar2 + 1; } sVar3 = strlen(path); pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3); iVar7 = (int)config.rpath_separator; pcVar2 = pcVar4; while( true ) { if (*path == '/') { __dest = pcVar2 + sVar1; strcpy(pcVar2,ld_sysroot); pcVar5 = strchr(path,iVar7); } else { pcVar5 = strchr(path,iVar7); __dest = pcVar2; } if (pcVar5 == (char *)0x0) break; pcVar5 = pcVar5 + (1 - (long)path); pcVar2 = __dest + (long)pcVar5; strncpy(__dest,path,(size_t)pcVar5); path = path + (long)pcVar5; } strcpy(__dest,path); return pcVar4; }
char * FUN_00142080(char *param_1) { size_t sVar1; char *pcVar2; size_t sVar3; char *pcVar4; char *pcVar5; long lVar6; int iVar7; char *__dest; lVar6 = 0; sVar1 = strlen(DAT_002b6028); iVar7 = (int)DAT_002b6108; pcVar2 = param_1; while( true ) { if (*pcVar2 == '/') { lVar6 = lVar6 + sVar1; } pcVar2 = strchr(pcVar2,iVar7); if (pcVar2 == (char *)0x0) break; pcVar2 = pcVar2 + 1; } sVar3 = strlen(param_1); pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3); iVar7 = (int)DAT_002b6108; pcVar2 = pcVar4; while( true ) { if (*param_1 == '/') { __dest = pcVar2 + sVar1; strcpy(pcVar2,DAT_002b6028); pcVar5 = strchr(param_1,iVar7); } else { pcVar5 = strchr(param_1,iVar7); __dest = pcVar2; } if (pcVar5 == (char *)0x0) break; pcVar5 = pcVar5 + (1 - (long)param_1); pcVar2 = __dest + (long)pcVar5; strncpy(__dest,param_1,(size_t)pcVar5); param_1 = param_1 + (long)pcVar5; } strcpy(__dest,param_1); return pcVar4; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX XOR EBX,EBX SUB RSP,0x8 MOV RDI,qword ptr [0x002b6028] CALL 0x0010d330 MOVSX R12D,byte ptr [0x002b6108] MOV RDI,RBP MOV R13,RAX JMP 0x001420b4 LEA RDI,[RAX + 0x1] CMP byte ptr [RDI],0x2f LEA RAX,[RBX + R13*0x1] MOV ESI,R12D CMOVZ RBX,RAX CALL 0x0010d3a0 TEST RAX,RAX JNZ 0x001420b0 MOV RDI,RBP CALL 0x0010d330 LEA RDI,[RBX + RAX*0x1 + 0x1] CALL 0x0010dda0 MOVSX R14D,byte ptr [0x002b6108] MOV R15,RAX MOV R12,RAX JMP 0x0014211b MOV ESI,R14D MOV RDI,RBP CALL 0x0010d3a0 TEST RAX,RAX JZ 0x00142143 SUB RAX,RBP MOV RSI,RBP MOV RDI,R12 LEA RBX,[RAX + 0x1] MOV RDX,RBX ADD R12,RBX ADD RBP,RBX CALL 0x0010d100 CMP byte ptr [RBP],0x2f JNZ 0x001420f0 MOV RSI,qword ptr [0x002b6028] MOV RDI,R12 ADD R12,R13 CALL 0x0010d150 MOV ESI,R14D MOV RDI,RBP CALL 0x0010d3a0 TEST RAX,RAX JNZ 0x00142100 MOV RSI,RBP MOV RDI,R12 CALL 0x0010d150 ADD RSP,0x8 MOV RAX,R15 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET
null
null
null
null
[(u'INT_EQUAL_-1207230220', u'CBRANCH_-1207230204'), (u'CALL_-1207230194', u'INDIRECT_-1207229684'), (u'CAST_-1207229538', u'COPY_-1207229584'), (u'COPY_-1207229584', u'MULTIEQUAL_-1207229738'), ('const-1', u'INT_SUB_-1207229542'), (u'INDIRECT_-1207229698', u'MULTIEQUAL_-1207229701'), (u'CALL_-1207229983', u'INDIRECT_-1207229556'), (u'MULTIEQUAL_-1207229516', u'PTRADD_-1207229928'), ('tmp_245', u'BRANCH_-1207230128'), (u'MULTIEQUAL_-1207229848', u'CALL_-1207230194'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207230015'), (u'MULTIEQUAL_-1207229783', u'CAST_-1207229489'), (u'INDIRECT_-1207229629', u'MULTIEQUAL_-1207229514'), (u'INT_ADD_-1207230146', u'CALL_-1207230149'), (u'LOAD_-1207230235', u'INT_EQUAL_-1207230220'), (u'MULTIEQUAL_-1207229891', u'INT_ADD_-1207230203'), (u'MULTIEQUAL_-1207229517', u'PTRADD_-1207229940'), (u'CAST_-1207229477', u'PTRADD_-1207229916'), ('const-1', u'PTRADD_-1207229916'), ('const-1', u'PTRADD_-1207229986'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229962'), (u'CALL_-1207229988', u'MULTIEQUAL_-1207229517'), (u'PTRADD_-1207229940', u'CAST_-1207229481'), (u'INT_SEXT_-1207230132', u'CALL_-1207229988'), (u'CALL_-1207230262', u'INDIRECT_-1207229725'), (u'CALL_-1207230194', u'INT_EQUAL_-1207230180'), (u'MULTIEQUAL_-1207229783', u'LOAD_-1207230082'), (u'INDIRECT_-1207229659', u'MULTIEQUAL_-1207229587'), (u'INT_EQUAL_-1207230180', u'CBRANCH_-1207230177'), ('tmp_603', u'CBRANCH_-1207229972'), (u'INT_EQUAL_-1207230067', u'CBRANCH_-1207230063'), (u'CALL_-1207230262', u'INT_ADD_-1207230203'), ('tmp_641', u'CALL_-1207230166'), (u'PTRADD_-1207229916', u'COPY_-1207229544'), (u'MULTIEQUAL_-1207229738', u'PTRADD_-1207229986'), (u'MULTIEQUAL_-1207229738', u'CALL_-1207230032'), (u'PTRADD_-1207229940', u'CAST_-1207229477'), (u'CALL_-1207229988', u'INDIRECT_-1207229643'), (u'COPY_-1207229587', u'MULTIEQUAL_-1207229783'), (u'INDIRECT_-1207229673', u'MULTIEQUAL_-1207229601'), ('const-1', u'INT_ADD_-1207230148'), (u'INDIRECT_-1207229725', u'INT_SEXT_-1207230245'), (u'CALL_-1207230262', u'INDIRECT_-1207229739'), ('tmp_279', u'CBRANCH_-1207230063'), (u'CAST_-1207229538', u'COPY_-1207229970'), ('const-1', u'PTRADD_-1207229989'), (u'CALL_-1207230149', u'INDIRECT_-1207229659'), (u'MULTIEQUAL_-1207229601', u'CALL_-1207230032'), (u'PTRADD_-1207229986', u'MULTIEQUAL_-1207229516'), (u'MULTIEQUAL_-1207229516', u'CALL_-1207229962'), ('const-1', u'PTRADD_-1207229928'), (u'CAST_-1207229473', u'CALL_-1207229962'), ('tmp_168', u'CBRANCH_-1207230204'), (u'COPY_-1207229992', u'MULTIEQUAL_-1207229891'), (u'CALL_-1207230194', u'PTRADD_-1207229989'), (u'CAST_-1207229481', u'PTRADD_-1207229928'), (u'INT_SUB_-1207229542', u'PTRADD_-1207229940'), ('const-47', u'INT_EQUAL_-1207230067'), ('const-47', u'INT_EQUAL_-1207230220'), ('const-0', u'COPY_-1207229992'), ('tmp_120', u'BRANCH_-1207230241'), (u'CALL_-1207229962', u'INDIRECT_-1207229594'), (u'CALL_-1207230015', u'MULTIEQUAL_-1207229517'), (u'INDIRECT_-1207229542', u'COPY_-1207229579'), (u'MULTIEQUAL_-1207229878', u'MULTIEQUAL_-1207229891'), (u'INT_SEXT_-1207230132', u'CALL_-1207230015'), (u'LOAD_-1207230082', u'INT_EQUAL_-1207230067'), (u'COPY_-1207229648', u'MULTIEQUAL_-1207229848'), (u'PTRADD_-1207229989', u'MULTIEQUAL_-1207229848'), (u'INDIRECT_-1207229684', u'MULTIEQUAL_-1207229687'), ('tmp_641', u'COPY_-1207229587'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229988'), ('const-0', u'INT_EQUAL_-1207229974'), (u'INDIRECT_-1207229608', u'MULTIEQUAL_-1207229601'), ('const-433', u'LOAD_-1207230235'), (u'INT_ADD_-1207230203', u'COPY_-1207229634'), (u'INT_EQUAL_-1207229974', u'CBRANCH_-1207229972'), (u'PTRADD_-1207229928', u'MULTIEQUAL_-1207229738'), ('tmp_1867', u'CALL_-1207230262'), (u'MULTIEQUAL_-1207229891', u'COPY_-1207229635'), (u'MULTIEQUAL_-1207229848', u'LOAD_-1207230235'), (u'CALL_-1207229988', u'INDIRECT_-1207229629'), (u'INT_SEXT_-1207230245', u'CALL_-1207230194'), (u'INDIRECT_-1207229574', u'MULTIEQUAL_-1207229515'), ('const-0', u'INT_EQUAL_-1207230180'), (u'MULTIEQUAL_-1207229517', u'INT_EQUAL_-1207229974'), (u'CALL_-1207230032', u'INDIRECT_-1207229586'), (u'CALL_-1207230015', u'INDIRECT_-1207229574'), (u'INDIRECT_-1207229594', u'MULTIEQUAL_-1207229587'), (u'COPY_-1207229544', u'MULTIEQUAL_-1207229783'), (u'CALL_-1207230166', u'INT_ADD_-1207230146'), (u'INDIRECT_-1207229725', u'MULTIEQUAL_-1207229687'), (u'CAST_-1207229489', u'INT_SUB_-1207229542'), (u'MULTIEQUAL_-1207229516', u'CALL_-1207229983'), (u'CALL_-1207230015', u'INDIRECT_-1207229560'), (u'CALL_-1207230166', u'INDIRECT_-1207229684'), (u'MULTIEQUAL_-1207229878', u'INT_ADD_-1207230148'), ('const-1', u'PTRADD_-1207229940'), (u'INDIRECT_-1207229556', u'COPY_-1207229593'), (u'INDIRECT_-1207229643', u'MULTIEQUAL_-1207229515'), ('const-433', u'LOAD_-1207230082'), (u'COPY_-1207229634', u'MULTIEQUAL_-1207229878'), ('const-1', u'PTRADD_-1207229989'), ('tmp_641', u'COPY_-1207229648'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229983'), (u'CALL_-1207230032', u'INDIRECT_-1207229572'), (u'INDIRECT_-1207229739', u'MULTIEQUAL_-1207229701'), (u'CALL_-1207230262', u'PTRADD_-1207229986'), (u'COPY_-1207229635', u'MULTIEQUAL_-1207229878'), (u'COPY_-1207229565', u'MULTIEQUAL_-1207229516'), (u'CALL_-1207230149', u'CAST_-1207229538'), (u'CALL_-1207230149', u'INDIRECT_-1207229673'), (u'PTRADD_-1207229940', u'CAST_-1207229473'), (u'COPY_-1207229970', u'RETURN_-1207229921'), ('tmp_206', u'CBRANCH_-1207230177'), ('const-0', u'RETURN_-1207229921'), (u'MULTIEQUAL_-1207229738', u'COPY_-1207229565'), (u'MULTIEQUAL_-1207229783', u'PTRADD_-1207229916'), (u'INT_ADD_-1207230148', u'INT_ADD_-1207230146'), (u'CALL_-1207230166', u'INDIRECT_-1207229670'), (u'CALL_-1207230194', u'INDIRECT_-1207229698'), (u'CALL_-1207229962', u'INDIRECT_-1207229608'), (u'INDIRECT_-1207229560', u'MULTIEQUAL_-1207229514'), (u'CALL_-1207229983', u'INDIRECT_-1207229542'), (u'INDIRECT_-1207229659', u'INT_SEXT_-1207230132')]
[(u'INT_EQUAL_-1207230220', u'CBRANCH_-1207230204'), (u'CALL_-1207230194', u'INDIRECT_-1207229684'), (u'CAST_-1207229538', u'COPY_-1207229584'), (u'COPY_-1207229584', u'MULTIEQUAL_-1207229738'), ('const-1', u'INT_SUB_-1207229542'), (u'INDIRECT_-1207229698', u'MULTIEQUAL_-1207229701'), (u'CALL_-1207229983', u'INDIRECT_-1207229556'), (u'MULTIEQUAL_-1207229516', u'PTRADD_-1207229928'), ('tmp_245', u'BRANCH_-1207230128'), (u'MULTIEQUAL_-1207229848', u'CALL_-1207230194'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207230015'), (u'MULTIEQUAL_-1207229783', u'CAST_-1207229489'), (u'INDIRECT_-1207229629', u'MULTIEQUAL_-1207229514'), (u'INT_ADD_-1207230146', u'CALL_-1207230149'), (u'LOAD_-1207230235', u'INT_EQUAL_-1207230220'), (u'MULTIEQUAL_-1207229891', u'INT_ADD_-1207230203'), (u'MULTIEQUAL_-1207229517', u'PTRADD_-1207229940'), (u'CAST_-1207229477', u'PTRADD_-1207229916'), ('const-1', u'PTRADD_-1207229916'), ('const-1', u'PTRADD_-1207229986'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229962'), (u'CALL_-1207229988', u'MULTIEQUAL_-1207229517'), (u'PTRADD_-1207229940', u'CAST_-1207229481'), (u'INT_SEXT_-1207230132', u'CALL_-1207229988'), (u'CALL_-1207230262', u'INDIRECT_-1207229725'), (u'CALL_-1207230194', u'INT_EQUAL_-1207230180'), (u'MULTIEQUAL_-1207229783', u'LOAD_-1207230082'), (u'INDIRECT_-1207229659', u'MULTIEQUAL_-1207229587'), (u'INT_EQUAL_-1207230180', u'CBRANCH_-1207230177'), ('tmp_603', u'CBRANCH_-1207229972'), (u'INT_EQUAL_-1207230067', u'CBRANCH_-1207230063'), (u'CALL_-1207230262', u'INT_ADD_-1207230203'), (u'PTRADD_-1207229916', u'COPY_-1207229544'), (u'MULTIEQUAL_-1207229738', u'PTRADD_-1207229986'), (u'MULTIEQUAL_-1207229738', u'CALL_-1207230032'), (u'PTRADD_-1207229940', u'CAST_-1207229477'), (u'CALL_-1207229988', u'INDIRECT_-1207229643'), (u'COPY_-1207229587', u'MULTIEQUAL_-1207229783'), (u'INDIRECT_-1207229673', u'MULTIEQUAL_-1207229601'), ('const-1', u'INT_ADD_-1207230148'), (u'CALL_-1207230262', u'INDIRECT_-1207229739'), (u'INDIRECT_-1207229725', u'INT_SEXT_-1207230245'), ('tmp_279', u'CBRANCH_-1207230063'), (u'CAST_-1207229538', u'COPY_-1207229970'), ('const-1', u'PTRADD_-1207229989'), (u'CALL_-1207230149', u'INDIRECT_-1207229659'), (u'MULTIEQUAL_-1207229601', u'CALL_-1207230032'), (u'PTRADD_-1207229986', u'MULTIEQUAL_-1207229516'), (u'MULTIEQUAL_-1207229516', u'CALL_-1207229962'), ('const-1', u'PTRADD_-1207229928'), (u'CAST_-1207229473', u'CALL_-1207229962'), ('tmp_168', u'CBRANCH_-1207230204'), (u'COPY_-1207229992', u'MULTIEQUAL_-1207229891'), (u'CALL_-1207230194', u'PTRADD_-1207229989'), (u'CAST_-1207229481', u'PTRADD_-1207229928'), (u'INT_SUB_-1207229542', u'PTRADD_-1207229940'), ('const-47', u'INT_EQUAL_-1207230067'), ('const-47', u'INT_EQUAL_-1207230220'), ('const-0', u'COPY_-1207229992'), ('tmp_120', u'BRANCH_-1207230241'), (u'CALL_-1207229962', u'INDIRECT_-1207229594'), (u'CALL_-1207230015', u'MULTIEQUAL_-1207229517'), (u'INDIRECT_-1207229542', u'COPY_-1207229579'), (u'MULTIEQUAL_-1207229878', u'MULTIEQUAL_-1207229891'), (u'INT_SEXT_-1207230132', u'CALL_-1207230015'), (u'LOAD_-1207230082', u'INT_EQUAL_-1207230067'), (u'COPY_-1207229648', u'MULTIEQUAL_-1207229848'), (u'PTRADD_-1207229989', u'MULTIEQUAL_-1207229848'), (u'INDIRECT_-1207229684', u'MULTIEQUAL_-1207229687'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229988'), ('const-0', u'INT_EQUAL_-1207229974'), (u'INDIRECT_-1207229608', u'MULTIEQUAL_-1207229601'), ('const-433', u'LOAD_-1207230235'), (u'INT_ADD_-1207230203', u'COPY_-1207229634'), (u'INT_EQUAL_-1207229974', u'CBRANCH_-1207229972'), (u'PTRADD_-1207229928', u'MULTIEQUAL_-1207229738'), ('tmp_1867', u'CALL_-1207230262'), (u'MULTIEQUAL_-1207229891', u'COPY_-1207229635'), (u'MULTIEQUAL_-1207229848', u'LOAD_-1207230235'), (u'CALL_-1207229988', u'INDIRECT_-1207229629'), (u'INT_SEXT_-1207230245', u'CALL_-1207230194'), (u'INDIRECT_-1207229574', u'MULTIEQUAL_-1207229515'), ('const-0', u'INT_EQUAL_-1207230180'), (u'MULTIEQUAL_-1207229517', u'INT_EQUAL_-1207229974'), (u'CALL_-1207230032', u'INDIRECT_-1207229586'), (u'CALL_-1207230015', u'INDIRECT_-1207229574'), (u'INDIRECT_-1207229594', u'MULTIEQUAL_-1207229587'), (u'COPY_-1207229544', u'MULTIEQUAL_-1207229783'), ('tmp_1329', u'COPY_-1207229587'), (u'CALL_-1207230166', u'INT_ADD_-1207230146'), (u'INDIRECT_-1207229725', u'MULTIEQUAL_-1207229687'), (u'CAST_-1207229489', u'INT_SUB_-1207229542'), (u'MULTIEQUAL_-1207229516', u'CALL_-1207229983'), (u'CALL_-1207230015', u'INDIRECT_-1207229560'), (u'CALL_-1207230166', u'INDIRECT_-1207229684'), (u'MULTIEQUAL_-1207229878', u'INT_ADD_-1207230148'), ('const-1', u'PTRADD_-1207229940'), (u'INDIRECT_-1207229556', u'COPY_-1207229593'), (u'INDIRECT_-1207229643', u'MULTIEQUAL_-1207229515'), ('const-433', u'LOAD_-1207230082'), (u'COPY_-1207229634', u'MULTIEQUAL_-1207229878'), ('const-1', u'PTRADD_-1207229989'), ('tmp_1329', u'CALL_-1207230166'), (u'MULTIEQUAL_-1207229783', u'CALL_-1207229983'), (u'CALL_-1207230032', u'INDIRECT_-1207229572'), (u'INDIRECT_-1207229739', u'MULTIEQUAL_-1207229701'), (u'CALL_-1207230262', u'PTRADD_-1207229986'), (u'COPY_-1207229635', u'MULTIEQUAL_-1207229878'), (u'COPY_-1207229565', u'MULTIEQUAL_-1207229516'), (u'CALL_-1207230149', u'CAST_-1207229538'), (u'CALL_-1207230149', u'INDIRECT_-1207229673'), (u'PTRADD_-1207229940', u'CAST_-1207229473'), (u'COPY_-1207229970', u'RETURN_-1207229921'), ('tmp_206', u'CBRANCH_-1207230177'), ('const-0', u'RETURN_-1207229921'), ('tmp_1329', u'COPY_-1207229648'), (u'MULTIEQUAL_-1207229738', u'COPY_-1207229565'), (u'MULTIEQUAL_-1207229783', u'PTRADD_-1207229916'), (u'INT_ADD_-1207230148', u'INT_ADD_-1207230146'), (u'CALL_-1207230166', u'INDIRECT_-1207229670'), (u'CALL_-1207230194', u'INDIRECT_-1207229698'), (u'CALL_-1207229962', u'INDIRECT_-1207229608'), (u'INDIRECT_-1207229560', u'MULTIEQUAL_-1207229514'), (u'CALL_-1207229983', u'INDIRECT_-1207229542'), (u'INDIRECT_-1207229659', u'INT_SEXT_-1207230132')]
null
null
00142080
x64
O2
(translation_unit "char * FUN_00142080(char *param_1)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}\n\n" (function_definition "char * FUN_00142080(char *param_1)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" primitive_type (pointer_declarator "* FUN_00142080(char *param_1)" * (function_declarator "FUN_00142080(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;) (expression_statement "sVar1 = strlen(DAT_002b6028);" (assignment_expression "sVar1 = strlen(DAT_002b6028)" identifier = (call_expression "strlen(DAT_002b6028)" identifier (argument_list "(DAT_002b6028)" ( identifier )))) ;) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" identifier = (cast_expression "(int)DAT_002b6108" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar2 = param_1;" (assignment_expression "pcVar2 = param_1" identifier = identifier) ;) (while_statement "while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" { (if_statement "if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }" if (parenthesized_expression "(*pcVar2 == '/')" ( (binary_expression "*pcVar2 == '/'" (pointer_expression "*pcVar2" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n lVar6 = lVar6 + sVar1;\n }" { (expression_statement "lVar6 = lVar6 + sVar1;" (assignment_expression "lVar6 = lVar6 + sVar1" identifier = (binary_expression "lVar6 + sVar1" identifier + identifier)) ;) })) (expression_statement "pcVar2 = strchr(pcVar2,iVar7);" (assignment_expression "pcVar2 = strchr(pcVar2,iVar7)" identifier = (call_expression "strchr(pcVar2,iVar7)" identifier (argument_list "(pcVar2,iVar7)" ( identifier , identifier )))) ;) (if_statement "if (pcVar2 == (char *)0x0) break;" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) })) (expression_statement "sVar3 = strlen(param_1);" (assignment_expression "sVar3 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);" (assignment_expression "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3)" identifier = (cast_expression "(char *)xmalloc(lVar6 + 1 + sVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar6 + 1 + sVar3)" identifier (argument_list "(lVar6 + 1 + sVar3)" ( (binary_expression "lVar6 + 1 + sVar3" (binary_expression "lVar6 + 1" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" identifier = (cast_expression "(int)DAT_002b6108" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar2 = pcVar4;" (assignment_expression "pcVar2 = pcVar4" identifier = identifier) ;) (while_statement "while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" { (if_statement "if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" if (parenthesized_expression "(*param_1 == '/')" ( (binary_expression "*param_1 == '/'" (pointer_expression "*param_1" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }" { (expression_statement "__dest = pcVar2 + sVar1;" (assignment_expression "__dest = pcVar2 + sVar1" identifier = (binary_expression "pcVar2 + sVar1" identifier + identifier)) ;) (expression_statement "strcpy(pcVar2,DAT_002b6028);" (call_expression "strcpy(pcVar2,DAT_002b6028)" identifier (argument_list "(pcVar2,DAT_002b6028)" ( identifier , identifier ))) ;) (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" identifier = (call_expression "strchr(param_1,iVar7)" identifier (argument_list "(param_1,iVar7)" ( identifier , identifier )))) ;) }) (else_clause "else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" else (compound_statement "{\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" { (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" identifier = (call_expression "strchr(param_1,iVar7)" identifier (argument_list "(param_1,iVar7)" ( identifier , identifier )))) ;) (expression_statement "__dest = pcVar2;" (assignment_expression "__dest = pcVar2" identifier = identifier) ;) }))) (if_statement "if (pcVar5 == (char *)0x0) break;" if (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar5 = pcVar5 + (1 - (long)param_1);" (assignment_expression "pcVar5 = pcVar5 + (1 - (long)param_1)" identifier = (binary_expression "pcVar5 + (1 - (long)param_1)" identifier + (parenthesized_expression "(1 - (long)param_1)" ( (binary_expression "1 - (long)param_1" number_literal - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "pcVar2 = __dest + (long)pcVar5;" (assignment_expression "pcVar2 = __dest + (long)pcVar5" identifier = (binary_expression "__dest + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "strncpy(__dest,param_1,(size_t)pcVar5);" (call_expression "strncpy(__dest,param_1,(size_t)pcVar5)" identifier (argument_list "(__dest,param_1,(size_t)pcVar5)" ( identifier , identifier , (cast_expression "(size_t)pcVar5" ( (type_descriptor "size_t" primitive_type) ) identifier) ))) ;) (expression_statement "param_1 = param_1 + (long)pcVar5;" (assignment_expression "param_1 = param_1 + (long)pcVar5" identifier = (binary_expression "param_1 + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (expression_statement "strcpy(__dest,param_1);" (call_expression "strcpy(__dest,param_1)" identifier (argument_list "(__dest,param_1)" ( identifier , identifier ))) ;) (return_statement "return pcVar4;" return identifier ;) })))
(translation_unit "char * gldelf_k1om_add_sysroot(char *path)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(ld_sysroot);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = path;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(path);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = pcVar4;\n while( true ) {\n if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)path);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,path,(size_t)pcVar5);\n path = path + (long)pcVar5;\n }\n strcpy(__dest,path);\n return pcVar4;\n}\n\n" (function_definition "char * gldelf_k1om_add_sysroot(char *path)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(ld_sysroot);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = path;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(path);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = pcVar4;\n while( true ) {\n if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)path);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,path,(size_t)pcVar5);\n path = path + (long)pcVar5;\n }\n strcpy(__dest,path);\n return pcVar4;\n}" primitive_type (pointer_declarator "* gldelf_k1om_add_sysroot(char *path)" * (function_declarator "gldelf_k1om_add_sysroot(char *path)" identifier (parameter_list "(char *path)" ( (parameter_declaration "char *path" primitive_type (pointer_declarator "*path" * identifier)) )))) (compound_statement "{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(ld_sysroot);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = path;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(path);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)config.rpath_separator;\n pcVar2 = pcVar4;\n while( true ) {\n if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)path);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,path,(size_t)pcVar5);\n path = path + (long)pcVar5;\n }\n strcpy(__dest,path);\n return pcVar4;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;) (expression_statement "sVar1 = strlen(ld_sysroot);" (assignment_expression "sVar1 = strlen(ld_sysroot)" identifier = (call_expression "strlen(ld_sysroot)" identifier (argument_list "(ld_sysroot)" ( identifier )))) ;) (expression_statement "iVar7 = (int)config.rpath_separator;" (assignment_expression "iVar7 = (int)config.rpath_separator" identifier = (cast_expression "(int)config.rpath_separator" ( (type_descriptor "int" primitive_type) ) (field_expression "config.rpath_separator" identifier . field_identifier))) ;) (expression_statement "pcVar2 = path;" (assignment_expression "pcVar2 = path" identifier = identifier) ;) (while_statement "while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" { (if_statement "if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }" if (parenthesized_expression "(*pcVar2 == '/')" ( (binary_expression "*pcVar2 == '/'" (pointer_expression "*pcVar2" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n lVar6 = lVar6 + sVar1;\n }" { (expression_statement "lVar6 = lVar6 + sVar1;" (assignment_expression "lVar6 = lVar6 + sVar1" identifier = (binary_expression "lVar6 + sVar1" identifier + identifier)) ;) })) (expression_statement "pcVar2 = strchr(pcVar2,iVar7);" (assignment_expression "pcVar2 = strchr(pcVar2,iVar7)" identifier = (call_expression "strchr(pcVar2,iVar7)" identifier (argument_list "(pcVar2,iVar7)" ( identifier , identifier )))) ;) (if_statement "if (pcVar2 == (char *)0x0) break;" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) })) (expression_statement "sVar3 = strlen(path);" (assignment_expression "sVar3 = strlen(path)" identifier = (call_expression "strlen(path)" identifier (argument_list "(path)" ( identifier )))) ;) (expression_statement "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);" (assignment_expression "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3)" identifier = (cast_expression "(char *)xmalloc(lVar6 + 1 + sVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar6 + 1 + sVar3)" identifier (argument_list "(lVar6 + 1 + sVar3)" ( (binary_expression "lVar6 + 1 + sVar3" (binary_expression "lVar6 + 1" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar7 = (int)config.rpath_separator;" (assignment_expression "iVar7 = (int)config.rpath_separator" identifier = (cast_expression "(int)config.rpath_separator" ( (type_descriptor "int" primitive_type) ) (field_expression "config.rpath_separator" identifier . field_identifier))) ;) (expression_statement "pcVar2 = pcVar4;" (assignment_expression "pcVar2 = pcVar4" identifier = identifier) ;) (while_statement "while( true ) {\n if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)path);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,path,(size_t)pcVar5);\n path = path + (long)pcVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)path);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,path,(size_t)pcVar5);\n path = path + (long)pcVar5;\n }" { (if_statement "if (*path == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }\n else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }" if (parenthesized_expression "(*path == '/')" ( (binary_expression "*path == '/'" (pointer_expression "*path" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,ld_sysroot);\n pcVar5 = strchr(path,iVar7);\n }" { (expression_statement "__dest = pcVar2 + sVar1;" (assignment_expression "__dest = pcVar2 + sVar1" identifier = (binary_expression "pcVar2 + sVar1" identifier + identifier)) ;) (expression_statement "strcpy(pcVar2,ld_sysroot);" (call_expression "strcpy(pcVar2,ld_sysroot)" identifier (argument_list "(pcVar2,ld_sysroot)" ( identifier , identifier ))) ;) (expression_statement "pcVar5 = strchr(path,iVar7);" (assignment_expression "pcVar5 = strchr(path,iVar7)" identifier = (call_expression "strchr(path,iVar7)" identifier (argument_list "(path,iVar7)" ( identifier , identifier )))) ;) }) (else_clause "else {\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }" else (compound_statement "{\n pcVar5 = strchr(path,iVar7);\n __dest = pcVar2;\n }" { (expression_statement "pcVar5 = strchr(path,iVar7);" (assignment_expression "pcVar5 = strchr(path,iVar7)" identifier = (call_expression "strchr(path,iVar7)" identifier (argument_list "(path,iVar7)" ( identifier , identifier )))) ;) (expression_statement "__dest = pcVar2;" (assignment_expression "__dest = pcVar2" identifier = identifier) ;) }))) (if_statement "if (pcVar5 == (char *)0x0) break;" if (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar5 = pcVar5 + (1 - (long)path);" (assignment_expression "pcVar5 = pcVar5 + (1 - (long)path)" identifier = (binary_expression "pcVar5 + (1 - (long)path)" identifier + (parenthesized_expression "(1 - (long)path)" ( (binary_expression "1 - (long)path" number_literal - (cast_expression "(long)path" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "pcVar2 = __dest + (long)pcVar5;" (assignment_expression "pcVar2 = __dest + (long)pcVar5" identifier = (binary_expression "__dest + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "strncpy(__dest,path,(size_t)pcVar5);" (call_expression "strncpy(__dest,path,(size_t)pcVar5)" identifier (argument_list "(__dest,path,(size_t)pcVar5)" ( identifier , identifier , (cast_expression "(size_t)pcVar5" ( (type_descriptor "size_t" primitive_type) ) identifier) ))) ;) (expression_statement "path = path + (long)pcVar5;" (assignment_expression "path = path + (long)pcVar5" identifier = (binary_expression "path + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (expression_statement "strcpy(__dest,path);" (call_expression "strcpy(__dest,path)" identifier (argument_list "(__dest,path)" ( identifier , identifier ))) ;) (return_statement "return pcVar4;" return identifier ;) })))
(translation_unit "char * FUN_00142080(char *param_1)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}\n\n" (function_definition "char * FUN_00142080(char *param_1)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" primitive_type (pointer_declarator "* FUN_00142080(char *param_1)" * (function_declarator "FUN_00142080(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) )))) (compound_statement "{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char *pcVar5;" primitive_type (pointer_declarator "*pcVar5" * identifier) ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "char *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" identifier = number_literal) ;) (expression_statement "sVar1 = strlen(DAT_002b6028);" (assignment_expression "sVar1 = strlen(DAT_002b6028)" identifier = (call_expression "strlen(DAT_002b6028)" identifier (argument_list "(DAT_002b6028)" ( identifier )))) ;) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" identifier = (cast_expression "(int)DAT_002b6108" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar2 = param_1;" (assignment_expression "pcVar2 = param_1" identifier = identifier) ;) (while_statement "while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" { (if_statement "if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }" if (parenthesized_expression "(*pcVar2 == '/')" ( (binary_expression "*pcVar2 == '/'" (pointer_expression "*pcVar2" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n lVar6 = lVar6 + sVar1;\n }" { (expression_statement "lVar6 = lVar6 + sVar1;" (assignment_expression "lVar6 = lVar6 + sVar1" identifier = (binary_expression "lVar6 + sVar1" identifier + identifier)) ;) })) (expression_statement "pcVar2 = strchr(pcVar2,iVar7);" (assignment_expression "pcVar2 = strchr(pcVar2,iVar7)" identifier = (call_expression "strchr(pcVar2,iVar7)" identifier (argument_list "(pcVar2,iVar7)" ( identifier , identifier )))) ;) (if_statement "if (pcVar2 == (char *)0x0) break;" if (parenthesized_expression "(pcVar2 == (char *)0x0)" ( (binary_expression "pcVar2 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) })) (expression_statement "sVar3 = strlen(param_1);" (assignment_expression "sVar3 = strlen(param_1)" identifier = (call_expression "strlen(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);" (assignment_expression "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3)" identifier = (cast_expression "(char *)xmalloc(lVar6 + 1 + sVar3)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(lVar6 + 1 + sVar3)" identifier (argument_list "(lVar6 + 1 + sVar3)" ( (binary_expression "lVar6 + 1 + sVar3" (binary_expression "lVar6 + 1" identifier + number_literal) + identifier) ))))) ;) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" identifier = (cast_expression "(int)DAT_002b6108" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "pcVar2 = pcVar4;" (assignment_expression "pcVar2 = pcVar4" identifier = identifier) ;) (while_statement "while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" { (if_statement "if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" if (parenthesized_expression "(*param_1 == '/')" ( (binary_expression "*param_1 == '/'" (pointer_expression "*param_1" * identifier) == (char_literal "'/'" ' character ')) )) (compound_statement "{\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }" { (expression_statement "__dest = pcVar2 + sVar1;" (assignment_expression "__dest = pcVar2 + sVar1" identifier = (binary_expression "pcVar2 + sVar1" identifier + identifier)) ;) (expression_statement "strcpy(pcVar2,DAT_002b6028);" (call_expression "strcpy(pcVar2,DAT_002b6028)" identifier (argument_list "(pcVar2,DAT_002b6028)" ( identifier , identifier ))) ;) (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" identifier = (call_expression "strchr(param_1,iVar7)" identifier (argument_list "(param_1,iVar7)" ( identifier , identifier )))) ;) }) (else_clause "else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" else (compound_statement "{\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" { (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" identifier = (call_expression "strchr(param_1,iVar7)" identifier (argument_list "(param_1,iVar7)" ( identifier , identifier )))) ;) (expression_statement "__dest = pcVar2;" (assignment_expression "__dest = pcVar2" identifier = identifier) ;) }))) (if_statement "if (pcVar5 == (char *)0x0) break;" if (parenthesized_expression "(pcVar5 == (char *)0x0)" ( (binary_expression "pcVar5 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pcVar5 = pcVar5 + (1 - (long)param_1);" (assignment_expression "pcVar5 = pcVar5 + (1 - (long)param_1)" identifier = (binary_expression "pcVar5 + (1 - (long)param_1)" identifier + (parenthesized_expression "(1 - (long)param_1)" ( (binary_expression "1 - (long)param_1" number_literal - (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "pcVar2 = __dest + (long)pcVar5;" (assignment_expression "pcVar2 = __dest + (long)pcVar5" identifier = (binary_expression "__dest + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "strncpy(__dest,param_1,(size_t)pcVar5);" (call_expression "strncpy(__dest,param_1,(size_t)pcVar5)" identifier (argument_list "(__dest,param_1,(size_t)pcVar5)" ( identifier , identifier , (cast_expression "(size_t)pcVar5" ( (type_descriptor "size_t" primitive_type) ) identifier) ))) ;) (expression_statement "param_1 = param_1 + (long)pcVar5;" (assignment_expression "param_1 = param_1 + (long)pcVar5" identifier = (binary_expression "param_1 + (long)pcVar5" identifier + (cast_expression "(long)pcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) })) (expression_statement "strcpy(__dest,param_1);" (call_expression "strcpy(__dest,param_1)" identifier (argument_list "(__dest,param_1)" ( identifier , identifier ))) ;) (return_statement "return pcVar4;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression LIT - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) })))
(function_definition "char * FUN_00142080(char *param_1)\n\n{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" (primitive_type "char") (pointer_declarator "* FUN_00142080(char *param_1)" (* "*") (function_declarator "FUN_00142080(char *param_1)" (identifier "FUN_00142080") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")")))) (compound_statement "{\n size_t sVar1;\n char *pcVar2;\n size_t sVar3;\n char *pcVar4;\n char *pcVar5;\n long lVar6;\n int iVar7;\n char *__dest;\n \n lVar6 = 0;\n sVar1 = strlen(DAT_002b6028);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = param_1;\n while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }\n sVar3 = strlen(param_1);\n pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);\n iVar7 = (int)DAT_002b6108;\n pcVar2 = pcVar4;\n while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }\n strcpy(__dest,param_1);\n return pcVar4;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "char *pcVar5;" (primitive_type "char") (pointer_declarator "*pcVar5" (* "*") (identifier "pcVar5")) (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "char *__dest;" (primitive_type "char") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (expression_statement "lVar6 = 0;" (assignment_expression "lVar6 = 0" (identifier "lVar6") (= "=") (number_literal "0")) (; ";")) (expression_statement "sVar1 = strlen(DAT_002b6028);" (assignment_expression "sVar1 = strlen(DAT_002b6028)" (identifier "sVar1") (= "=") (call_expression "strlen(DAT_002b6028)" (identifier "strlen") (argument_list "(DAT_002b6028)" (( "(") (identifier "DAT_002b6028") () ")")))) (; ";")) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" (identifier "iVar7") (= "=") (cast_expression "(int)DAT_002b6108" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_002b6108"))) (; ";")) (expression_statement "pcVar2 = param_1;" (assignment_expression "pcVar2 = param_1" (identifier "pcVar2") (= "=") (identifier "param_1")) (; ";")) (while_statement "while( true ) {\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }\n pcVar2 = strchr(pcVar2,iVar7);\n if (pcVar2 == (char *)0x0) break;\n pcVar2 = pcVar2 + 1;\n }" ({ "{") (if_statement "if (*pcVar2 == '/') {\n lVar6 = lVar6 + sVar1;\n }" (if "if") (parenthesized_expression "(*pcVar2 == '/')" (( "(") (binary_expression "*pcVar2 == '/'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n lVar6 = lVar6 + sVar1;\n }" ({ "{") (expression_statement "lVar6 = lVar6 + sVar1;" (assignment_expression "lVar6 = lVar6 + sVar1" (identifier "lVar6") (= "=") (binary_expression "lVar6 + sVar1" (identifier "lVar6") (+ "+") (identifier "sVar1"))) (; ";")) (} "}"))) (expression_statement "pcVar2 = strchr(pcVar2,iVar7);" (assignment_expression "pcVar2 = strchr(pcVar2,iVar7)" (identifier "pcVar2") (= "=") (call_expression "strchr(pcVar2,iVar7)" (identifier "strchr") (argument_list "(pcVar2,iVar7)" (( "(") (identifier "pcVar2") (, ",") (identifier "iVar7") () ")")))) (; ";")) (if_statement "if (pcVar2 == (char *)0x0) break;" (if "if") (parenthesized_expression "(pcVar2 == (char *)0x0)" (( "(") (binary_expression "pcVar2 == (char *)0x0" (identifier "pcVar2") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" (identifier "pcVar2") (= "=") (binary_expression "pcVar2 + 1" (identifier "pcVar2") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "sVar3 = strlen(param_1);" (assignment_expression "sVar3 = strlen(param_1)" (identifier "sVar3") (= "=") (call_expression "strlen(param_1)" (identifier "strlen") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3);" (assignment_expression "pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3)" (identifier "pcVar4") (= "=") (cast_expression "(char *)xmalloc(lVar6 + 1 + sVar3)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(lVar6 + 1 + sVar3)" (identifier "xmalloc") (argument_list "(lVar6 + 1 + sVar3)" (( "(") (binary_expression "lVar6 + 1 + sVar3" (binary_expression "lVar6 + 1" (identifier "lVar6") (+ "+") (number_literal "1")) (+ "+") (identifier "sVar3")) () ")"))))) (; ";")) (expression_statement "iVar7 = (int)DAT_002b6108;" (assignment_expression "iVar7 = (int)DAT_002b6108" (identifier "iVar7") (= "=") (cast_expression "(int)DAT_002b6108" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_002b6108"))) (; ";")) (expression_statement "pcVar2 = pcVar4;" (assignment_expression "pcVar2 = pcVar4" (identifier "pcVar2") (= "=") (identifier "pcVar4")) (; ";")) (while_statement "while( true ) {\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }\n if (pcVar5 == (char *)0x0) break;\n pcVar5 = pcVar5 + (1 - (long)param_1);\n pcVar2 = __dest + (long)pcVar5;\n strncpy(__dest,param_1,(size_t)pcVar5);\n param_1 = param_1 + (long)pcVar5;\n }" ({ "{") (if_statement "if (*param_1 == '/') {\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }\n else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" (if "if") (parenthesized_expression "(*param_1 == '/')" (( "(") (binary_expression "*param_1 == '/'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (char_literal "'/'" (' "'") (character "/") (' "'"))) () ")")) (compound_statement "{\n __dest = pcVar2 + sVar1;\n strcpy(pcVar2,DAT_002b6028);\n pcVar5 = strchr(param_1,iVar7);\n }" ({ "{") (expression_statement "__dest = pcVar2 + sVar1;" (assignment_expression "__dest = pcVar2 + sVar1" (identifier "__dest") (= "=") (binary_expression "pcVar2 + sVar1" (identifier "pcVar2") (+ "+") (identifier "sVar1"))) (; ";")) (expression_statement "strcpy(pcVar2,DAT_002b6028);" (call_expression "strcpy(pcVar2,DAT_002b6028)" (identifier "strcpy") (argument_list "(pcVar2,DAT_002b6028)" (( "(") (identifier "pcVar2") (, ",") (identifier "DAT_002b6028") () ")"))) (; ";")) (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" (identifier "pcVar5") (= "=") (call_expression "strchr(param_1,iVar7)" (identifier "strchr") (argument_list "(param_1,iVar7)" (( "(") (identifier "param_1") (, ",") (identifier "iVar7") () ")")))) (; ";")) (} "}")) (else_clause "else {\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" (else "else") (compound_statement "{\n pcVar5 = strchr(param_1,iVar7);\n __dest = pcVar2;\n }" ({ "{") (expression_statement "pcVar5 = strchr(param_1,iVar7);" (assignment_expression "pcVar5 = strchr(param_1,iVar7)" (identifier "pcVar5") (= "=") (call_expression "strchr(param_1,iVar7)" (identifier "strchr") (argument_list "(param_1,iVar7)" (( "(") (identifier "param_1") (, ",") (identifier "iVar7") () ")")))) (; ";")) (expression_statement "__dest = pcVar2;" (assignment_expression "__dest = pcVar2" (identifier "__dest") (= "=") (identifier "pcVar2")) (; ";")) (} "}")))) (if_statement "if (pcVar5 == (char *)0x0) break;" (if "if") (parenthesized_expression "(pcVar5 == (char *)0x0)" (( "(") (binary_expression "pcVar5 == (char *)0x0" (identifier "pcVar5") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "pcVar5 = pcVar5 + (1 - (long)param_1);" (assignment_expression "pcVar5 = pcVar5 + (1 - (long)param_1)" (identifier "pcVar5") (= "=") (binary_expression "pcVar5 + (1 - (long)param_1)" (identifier "pcVar5") (+ "+") (parenthesized_expression "(1 - (long)param_1)" (( "(") (binary_expression "1 - (long)param_1" (number_literal "1") (- "-") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) () ")")))) (; ";")) (expression_statement "pcVar2 = __dest + (long)pcVar5;" (assignment_expression "pcVar2 = __dest + (long)pcVar5" (identifier "pcVar2") (= "=") (binary_expression "__dest + (long)pcVar5" (identifier "__dest") (+ "+") (cast_expression "(long)pcVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar5")))) (; ";")) (expression_statement "strncpy(__dest,param_1,(size_t)pcVar5);" (call_expression "strncpy(__dest,param_1,(size_t)pcVar5)" (identifier "strncpy") (argument_list "(__dest,param_1,(size_t)pcVar5)" (( "(") (identifier "__dest") (, ",") (identifier "param_1") (, ",") (cast_expression "(size_t)pcVar5" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (identifier "pcVar5")) () ")"))) (; ";")) (expression_statement "param_1 = param_1 + (long)pcVar5;" (assignment_expression "param_1 = param_1 + (long)pcVar5" (identifier "param_1") (= "=") (binary_expression "param_1 + (long)pcVar5" (identifier "param_1") (+ "+") (cast_expression "(long)pcVar5" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar5")))) (; ";")) (} "}"))) (expression_statement "strcpy(__dest,param_1);" (call_expression "strcpy(__dest,param_1)" (identifier "strcpy") (argument_list "(__dest,param_1)" (( "(") (identifier "__dest") (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return pcVar4;" (return "return") (identifier "pcVar4") (; ";")) (} "}")))
char * function_1(char *var_12) { size_t var_3; char *var_5; size_t var_7; char *pcVar4; char *var_9; long var_2; int iVar7; char *var_10; var_2 = 0; var_3 = var_1(ld_sysroot); iVar7 = (int)config.rpath_separator; var_5 = var_12; while( true ) { if (*var_5 == '/') { var_2 = var_2 + var_3; } var_5 = var_4(var_5,iVar7); if (var_5 == (char *)0x0) break; var_5 = var_5 + 1; } var_7 = var_1(var_12); pcVar4 = (char *)var_6(var_2 + 1 + var_7); iVar7 = (int)config.rpath_separator; var_5 = pcVar4; while( true ) { if (*var_12 == '/') { var_10 = var_5 + var_3; var_8(var_5,ld_sysroot); var_9 = var_4(var_12,iVar7); } else { var_9 = var_4(var_12,iVar7); var_10 = var_5; } if (var_9 == (char *)0x0) break; var_9 = var_9 + (1 - (long)var_12); var_5 = var_10 + (long)var_9; var_11(var_10,var_12,(size_t)var_9); var_12 = var_12 + (long)var_9; } var_8(var_10,var_12); return pcVar4; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (identifier)))))
null
char * MASKED(char *param_1) { size_t sVar1; char *pcVar2; size_t sVar3; char *pcVar4; char *pcVar5; long lVar6; int iVar7; char *__dest; lVar6 = 0; sVar1 = strlen(DAT_002b6028); iVar7 = (int)DAT_002b6108; pcVar2 = param_1; while( true ) { if (*pcVar2 == '/') { lVar6 = lVar6 + sVar1; } pcVar2 = strchr(pcVar2,iVar7); if (pcVar2 == (char *)0x0) break; pcVar2 = pcVar2 + 1; } sVar3 = strlen(param_1); pcVar4 = (char *)xmalloc(lVar6 + 1 + sVar3); iVar7 = (int)DAT_002b6108; pcVar2 = pcVar4; while( true ) { if (*param_1 == '/') { __dest = pcVar2 + sVar1; strcpy(pcVar2,DAT_002b6028); pcVar5 = strchr(param_1,iVar7); } else { pcVar5 = strchr(param_1,iVar7); __dest = pcVar2; } if (pcVar5 == (char *)0x0) break; pcVar5 = pcVar5 + (1 - (long)param_1); pcVar2 = __dest + (long)pcVar5; strncpy(__dest,param_1,(size_t)pcVar5); param_1 = param_1 + (long)pcVar5; } strcpy(__dest,param_1); return pcVar4; }
2701_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
do_arg_serial
FUN_00187130
/* DWARF original prototype: uint do_arg_serial(Sized_input_reader * this) */ uint __thiscall gold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_arg_serial (Sized_input_reader *this) { ushort uVar1; uVar1 = *(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16); return (uint)(ushort)(uVar1 << 8 | uVar1 >> 8); }
ushort FUN_00187130(long param_1) { ushort uVar1; uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14)); return uVar1 << 8 | uVar1 >> 8; }
MOV RDX,qword ptr [RDI + 0x8] MOV EAX,dword ptr [RDI + 0x14] MOV RDX,qword ptr [RDX] MOVZX EAX,word ptr [RDX + RAX*0x1 + 0x16] ROL AX,0x8 MOVZX EAX,AX RET
null
null
null
null
[('const-433', u'LOAD_-1207471800'), ('const-12', u'PTRSUB_-1207471686'), (u'CAST_-1207471666', u'INT_ZEXT_-1207471736'), (u'PTRSUB_-1207471694', u'PTRSUB_-1207471693'), (u'PTRSUB_-1207471688', u'PTRSUB_-1207471686'), ('const-0', u'RETURN_-1207471753'), (u'INT_LEFT_-1207471764', u'INT_OR_-1207471762'), (u'PTRADD_-1207471738', u'CAST_-1207471679'), (u'PTRSUB_-1207471682', u'LOAD_-1207471808'), ('const-433', u'LOAD_-1207471808'), ('const-8', u'INT_LEFT_-1207471764'), ('const-8', u'PTRSUB_-1207471688'), ('const-22', u'INT_ADD_-1207471725'), (u'LOAD_-1207471800', u'INT_LEFT_-1207471764'), ('tmp_112', u'PTRSUB_-1207471694'), ('const-0', u'PTRSUB_-1207471682'), (u'LOAD_-1207471800', u'INT_RIGHT_-1207471761'), (u'INT_ZEXT_-1207471736', u'RETURN_-1207471753'), (u'LOAD_-1207471814', u'INT_ZEXT_-1207471750'), ('const-433', u'LOAD_-1207471814'), (u'INT_ADD_-1207471725', u'PTRADD_-1207471738'), ('const-8', u'PTRSUB_-1207471694'), ('const-433', u'LOAD_-1207471821'), (u'PTRSUB_-1207471693', u'LOAD_-1207471821'), (u'LOAD_-1207471821', u'PTRSUB_-1207471682'), (u'INT_OR_-1207471762', u'CAST_-1207471666'), (u'INT_ZEXT_-1207471750', u'INT_ADD_-1207471725'), ('const-1', u'PTRADD_-1207471738'), (u'LOAD_-1207471808', u'PTRADD_-1207471738'), ('tmp_112', u'PTRSUB_-1207471688'), (u'CAST_-1207471679', u'LOAD_-1207471800'), (u'PTRSUB_-1207471686', u'LOAD_-1207471814'), ('const-8', u'INT_RIGHT_-1207471761'), (u'INT_RIGHT_-1207471761', u'INT_OR_-1207471762'), ('const-0', u'PTRSUB_-1207471693')]
[(u'INT_ADD_-1207471786', u'INT_ADD_-1207471784'), (u'CAST_-1207471695', u'LOAD_-1207471821'), (u'LOAD_-1207471814', u'INT_ZEXT_-1207471751'), ('const-22', u'INT_ADD_-1207471786'), ('const-433', u'LOAD_-1207471800'), (u'LOAD_-1207471821', u'LOAD_-1207471808'), ('const-0', u'RETURN_-1207471753'), (u'INT_ADD_-1207471784', u'CAST_-1207471683'), (u'INT_LEFT_-1207471764', u'INT_OR_-1207471762'), ('const-433', u'LOAD_-1207471814'), ('const-8', u'INT_RIGHT_-1207471761'), (u'CAST_-1207471690', u'LOAD_-1207471814'), (u'INT_ADD_-1207471805', u'CAST_-1207471695'), (u'LOAD_-1207471800', u'INT_LEFT_-1207471764'), ('const-20', u'INT_ADD_-1207471798'), (u'CAST_-1207471683', u'LOAD_-1207471800'), (u'LOAD_-1207471800', u'INT_RIGHT_-1207471761'), (u'LOAD_-1207471808', u'INT_ADD_-1207471786'), (u'INT_OR_-1207471762', u'COPY_-1207471740'), ('const-8', u'INT_ADD_-1207471805'), ('tmp_145', u'INT_ADD_-1207471798'), (u'INT_ZEXT_-1207471751', u'INT_ADD_-1207471784'), ('const-8', u'INT_LEFT_-1207471764'), (u'COPY_-1207471740', u'RETURN_-1207471753'), (u'INT_ADD_-1207471798', u'CAST_-1207471690'), ('tmp_145', u'INT_ADD_-1207471805'), ('const-433', u'LOAD_-1207471808'), ('const-433', u'LOAD_-1207471821'), (u'INT_RIGHT_-1207471761', u'INT_OR_-1207471762')]
null
null
00187130
x64
O2
(translation_unit "ushort FUN_00187130(long param_1)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}\n\n" (function_definition "ushort FUN_00187130(long param_1)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" type_identifier (function_declarator "FUN_00187130(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));" (assignment_expression "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" identifier = (pointer_expression "*(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" * (cast_expression "(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" ( (binary_expression "**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14)" (binary_expression "**(long **)(param_1 + 8) + 0x16" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0x14)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ))))) ;) (return_statement "return uVar1 << 8 | uVar1 >> 8;" return (binary_expression "uVar1 << 8 | uVar1 >> 8" (binary_expression "uVar1 << 8" identifier << number_literal) | (binary_expression "uVar1 >> 8" identifier >> number_literal)) ;) })))
(translation_unit "/* DWARF original prototype: uint do_arg_serial(Sized_input_reader * this) */\n\nuint __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_arg_serial\n (Sized_input_reader *this)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16);\n return (uint)(ushort)(uVar1 << 8 | uVar1 >> 8);\n}\n\n" comment (declaration "uint __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_arg_serial\n (Sized_input_reader *this)\n\n{\n ushort uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::Sized_input_reader::do_arg_serial\n (Sized_input_reader *this)\n\n{\n ushort" identifier > : : identifier : : (function_declarator "do_arg_serial\n (Sized_input_reader *this)" identifier (parameter_list "(Sized_input_reader *this)" ( (parameter_declaration "Sized_input_reader *this" type_identifier (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (expression_statement "uVar1 = *(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16);" (assignment_expression "uVar1 = *(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16)" identifier = (pointer_expression "*(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16)" * (cast_expression "(ushort *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16)" ( (binary_expression "((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16" (binary_expression "((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_" (field_expression "((this->reader_).inputs_)->p_" (parenthesized_expression "((this->reader_).inputs_)" ( (field_expression "(this->reader_).inputs_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) + (field_expression "(ulong)(this->reader_).offset_" (call_expression "(ulong)(this->reader_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) ))) . field_identifier)) + number_literal) ))))) ;) (return_statement "return (uint)(ushort)(uVar1 << 8 | uVar1 >> 8);" return (call_expression "(uint)(ushort)(uVar1 << 8 | uVar1 >> 8)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(uVar1 << 8 | uVar1 >> 8)" ( (binary_expression "uVar1 << 8 | uVar1 >> 8" (binary_expression "uVar1 << 8" identifier << number_literal) | (binary_expression "uVar1 >> 8" identifier >> number_literal)) ))) ;) (ERROR "}" }))
(translation_unit "ushort FUN_00187130(long param_1)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}\n\n" (function_definition "ushort FUN_00187130(long param_1)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" type_identifier (function_declarator "FUN_00187130(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" { (declaration "ushort uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));" (assignment_expression "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" identifier = (pointer_expression "*(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" * (cast_expression "(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" ( (binary_expression "**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14)" (binary_expression "**(long **)(param_1 + 8) + 0x16" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0x14)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ))))) ;) (return_statement "return uVar1 << 8 | uVar1 >> 8;" return (binary_expression "uVar1 << 8 | uVar1 >> 8" (binary_expression "uVar1 << 8" identifier << number_literal) | (binary_expression "uVar1 >> 8" identifier >> number_literal)) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) + (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))))) ;) (return_statement return (binary_expression (binary_expression IDENT << LIT) | (binary_expression IDENT >> LIT)) ;) })))
(function_definition "ushort FUN_00187130(long param_1)\n\n{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" (type_identifier "ushort") (function_declarator "FUN_00187130(long param_1)" (identifier "FUN_00187130") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n ushort uVar1;\n \n uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));\n return uVar1 << 8 | uVar1 >> 8;\n}" ({ "{") (declaration "ushort uVar1;" (type_identifier "ushort") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14));" (assignment_expression "uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" (identifier "uVar1") (= "=") (pointer_expression "*(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" (* "*") (cast_expression "(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14))" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14)" (binary_expression "**(long **)(param_1 + 8) + 0x16" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x16")) (+ "+") (binary_expression "(ulong)*(uint *)(param_1 + 0x14)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")"))))) () ")"))))) (; ";")) (return_statement "return uVar1 << 8 | uVar1 >> 8;" (return "return") (binary_expression "uVar1 << 8 | uVar1 >> 8" (binary_expression "uVar1 << 8" (identifier "uVar1") (<< "<<") (number_literal "8")) (| "|") (binary_expression "uVar1 >> 8" (identifier "uVar1") (>> ">>") (number_literal "8"))) (; ";")) (} "}")))
/* DWARF original prototype: uint do_arg_serial(Sized_input_reader * this) */ type_1 __thiscall gold::Sized_incremental_binary<32,_true>::Sized_input_reader::do_arg_serial (Sized_input_reader *this) { type_2 var_1; var_1 = *(type_2 *)(((this->reader_).inputs_)->p_ + (ulong)(this->reader_).offset_ + 0x16); return (type_1)(type_2)(var_1 << 8 | var_1 >> 8); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (return_statement (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))))
null
ushort MASKED(long param_1) { ushort uVar1; uVar1 = *(ushort *)(**(long **)(param_1 + 8) + 0x16 + (ulong)*(uint *)(param_1 + 0x14)); return uVar1 << 8 | uVar1 >> 8; }
37_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
bindtextdomain
bindtextdomain
void bindtextdomain(void) { (*(code *)PTR_bindtextdomain_0043e128)(); return; }
void bindtextdomain(void) { (*(code *)PTR_bindtextdomain_0043e128)(); return; }
JMP qword ptr [0x0043e128]
null
null
null
null
[('const-0', u'RETURN_-1207209381'), ('tmp_22', u'CAST_-1207209319'), (u'CALLIND_-1207209384', u'INDIRECT_-1207209324'), (u'INDIRECT_-1207209324', u'COPY_-1207209383'), (u'CAST_-1207209319', u'CALLIND_-1207209384')]
[('const-0', u'RETURN_-1207209381'), ('tmp_22', u'CAST_-1207209319'), (u'CALLIND_-1207209384', u'INDIRECT_-1207209324'), (u'INDIRECT_-1207209324', u'COPY_-1207209383'), (u'CAST_-1207209319', u'CALLIND_-1207209384')]
null
null
00147250
x64
O2
(translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0043e128)();" (call_expression "(*(code *)PTR_bindtextdomain_0043e128)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0043e128)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0043e128" * (cast_expression "(code *)PTR_bindtextdomain_0043e128" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0043e128)();" (call_expression "(*(code *)PTR_bindtextdomain_0043e128)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0043e128)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0043e128" * (cast_expression "(code *)PTR_bindtextdomain_0043e128" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}\n\n" (function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" primitive_type (function_declarator "bindtextdomain(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" { (expression_statement "(*(code *)PTR_bindtextdomain_0043e128)();" (call_expression "(*(code *)PTR_bindtextdomain_0043e128)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0043e128)" ( (pointer_expression "*(code *)PTR_bindtextdomain_0043e128" * (cast_expression "(code *)PTR_bindtextdomain_0043e128" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bindtextdomain(void)\n\n{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" (primitive_type "void") (function_declarator "bindtextdomain(void)" (identifier "bindtextdomain") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bindtextdomain_0043e128)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bindtextdomain_0043e128)();" (call_expression "(*(code *)PTR_bindtextdomain_0043e128)()" (parenthesized_expression "(*(code *)PTR_bindtextdomain_0043e128)" (( "(") (pointer_expression "*(code *)PTR_bindtextdomain_0043e128" (* "*") (cast_expression "(code *)PTR_bindtextdomain_0043e128" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bindtextdomain_0043e128"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bindtextdomain_0043e128)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { (*(code *)PTR_MASKED_0043e128)(); return; }
658_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
gldaarch64elf_after_parse
FUN_00133310
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void gldaarch64elf_after_parse(void) { char *fmt; if ((link_info._0_1_ & 3) == 1) { link_info.flags_1 = link_info.flags_1 | 0x8000000; } if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) { after_parse_default(); return; } if (link_info.dynamic_undefined_weak < 1) { link_info.dynamic_undefined_weak = 0; after_parse_default(); return; } fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5); einfo(fmt); link_info.dynamic_undefined_weak = 0; after_parse_default(); return; }
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void FUN_00133310(void) { undefined8 uVar1; if ((DAT_002a66a0 & 3) == 1) { _DAT_002a6760 = _DAT_002a6760 | 0x8000000; } if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) { FUN_00127f80(); return; } if (DAT_002a6744 < 1) { DAT_002a6744 = 0; FUN_00127f80(); return; } uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5); FUN_00129410(uVar1); DAT_002a6744 = 0; FUN_00127f80(); return; }
MOVZX EAX,byte ptr [0x002a66a0] AND EAX,0x3 CMP AL,0x1 JNZ 0x00133329 OR qword ptr [0x002a6760],0x8000000 MOV RAX,0x400000000000002 MOV RDX,0x400000000000000 AND RAX,qword ptr [0x002a66a0] CMP RAX,RDX JZ 0x00133350 JMP 0x00127f80 MOV EAX,dword ptr [0x002a6744] TEST EAX,EAX JG 0x00133370 MOV dword ptr [0x002a6744],0x0 JMP 0x00127f80 SUB RSP,0x8 MOV EDX,0x5 LEA RSI,[0x1a05b0] XOR EDI,EDI CALL 0x0010d380 MOV RDI,RAX XOR EAX,EAX CALL 0x00129410 MOV dword ptr [0x002a6744],0x0 ADD RSP,0x8 JMP 0x00127f80
null
null
null
null
[('const-0', u'COPY_-1207159902'), ('const-5', u'CALL_-1207159830'), ('const-288230376151711746', u'INT_AND_-1207159940'), (u'CALL_-1207159885', u'INDIRECT_-1207159630'), ('tmp_819', u'INT_OR_-1207159981'), (u'INDIRECT_-1207159640', u'COPY_-1207159699'), (u'CALL_-1207159885', u'INDIRECT_-1207159622'), (u'INT_OR_-1207159981', u'MULTIEQUAL_-1207159669'), ('tmp_818', u'PIECE_-1207159680'), (u'INDIRECT_-1207159664', u'COPY_-1207159723'), ('tmp_818', u'INT_AND_-1207160010'), (u'CALL_-1207159830', u'INDIRECT_-1207159611'), ('const-3', u'INT_AND_-1207160010'), (u'INT_EQUAL_-1207160011', u'CBRANCH_-1207160009'), (u'CALL_-1207159930', u'INDIRECT_-1207159640'), (u'COPY_-1207159629', u'CALL_-1207159830'), (u'CALL_-1207159830', u'CAST_-1207159565'), ('tmp_820', u'PIECE_-1207159680'), (u'CALL_-1207159930', u'INDIRECT_-1207159648'), (u'CALL_-1207159806', u'INDIRECT_-1207159576'), (u'INT_SLESS_-1207159894', u'CBRANCH_-1207159901'), (u'PIECE_-1207159680', u'INT_AND_-1207159940'), ('const-0', u'COPY_-1207159806'), (u'INDIRECT_-1207159622', u'COPY_-1207159679'), ('tmp_819', u'MULTIEQUAL_-1207159669'), ('const-1', u'INT_EQUAL_-1207160011'), (u'INDIRECT_-1207159638', u'COPY_-1207159695'), ('tmp_140', u'CBRANCH_-1207159935'), (u'INDIRECT_-1207159648', u'COPY_-1207159707'), (u'INDIRECT_-1207159580', u'COPY_-1207159635'), ('const-0', u'CALL_-1207159830'), ('const-1705392', u'COPY_-1207159629'), ('tmp_181', u'CBRANCH_-1207159901'), (u'CALL_-1207159885', u'INDIRECT_-1207159614'), (u'CALL_-1207159806', u'INDIRECT_-1207159584'), (u'CALL_-1207159830', u'INDIRECT_-1207159587'), (u'CALL_-1207159776', u'INDIRECT_-1207159556'), (u'INT_AND_-1207160010', u'INT_EQUAL_-1207160011'), (u'CALL_-1207159885', u'INDIRECT_-1207159638'), (u'INDIRECT_-1207159572', u'COPY_-1207159627'), ('const-0', u'RETURN_-1207159772'), (u'CALL_-1207159930', u'INDIRECT_-1207159656'), (u'INDIRECT_-1207159656', u'COPY_-1207159715'), ('const-0', u'RETURN_-1207159881'), (u'CALL_-1207159776', u'INDIRECT_-1207159580'), (u'INDIRECT_-1207159614', u'COPY_-1207159671'), ('tmp_821', u'INT_SLESS_-1207159894'), (u'CALL_-1207159830', u'INDIRECT_-1207159603'), ('const-0', u'RETURN_-1207159926'), (u'CALL_-1207159806', u'INDIRECT_-1207159600'), ('const-1', u'INT_SLESS_-1207159894'), (u'INT_AND_-1207159940', u'INT_NOTEQUAL_-1207159936'), (u'CALL_-1207159776', u'INDIRECT_-1207159564'), (u'CAST_-1207159565', u'CALL_-1207159806'), ('const-134217728', u'INT_OR_-1207159981'), (u'CALL_-1207159830', u'INDIRECT_-1207159595'), (u'CALL_-1207159806', u'INDIRECT_-1207159592'), (u'CALL_-1207159776', u'INDIRECT_-1207159572'), (u'CALL_-1207159930', u'INDIRECT_-1207159664'), (u'INDIRECT_-1207159630', u'COPY_-1207159687'), (u'INDIRECT_-1207159564', u'COPY_-1207159619'), (u'INDIRECT_-1207159556', u'COPY_-1207159611'), ('const-288230376151711744', u'INT_NOTEQUAL_-1207159936'), (u'INT_NOTEQUAL_-1207159936', u'CBRANCH_-1207159935'), ('tmp_58', u'CBRANCH_-1207160009')]
[('const-0', u'COPY_-1207159902'), (u'CALL_-1207159885', u'INDIRECT_-1207159630'), (u'CALL_-1207159885', u'INDIRECT_-1207159622'), (u'INDIRECT_-1207159640', u'COPY_-1207159699'), ('tmp_837', u'INT_AND_-1207160010'), (u'INT_OR_-1207159981', u'MULTIEQUAL_-1207159669'), ('const-1', u'INT_EQUAL_-1207160011'), ('const-288230376151711746', u'INT_AND_-1207159940'), (u'CALL_-1207159830', u'CALL_-1207159806'), ('tmp_839', u'PIECE_-1207159680'), (u'INDIRECT_-1207159664', u'COPY_-1207159723'), (u'CALL_-1207159830', u'INDIRECT_-1207159611'), (u'INT_EQUAL_-1207160011', u'CBRANCH_-1207160009'), (u'CALL_-1207159930', u'INDIRECT_-1207159640'), (u'COPY_-1207159629', u'CALL_-1207159830'), (u'CALL_-1207159930', u'INDIRECT_-1207159648'), (u'CALL_-1207159806', u'INDIRECT_-1207159576'), (u'INT_SLESS_-1207159894', u'CBRANCH_-1207159901'), (u'PIECE_-1207159680', u'INT_AND_-1207159940'), ('tmp_837', u'PIECE_-1207159680'), ('const-0', u'COPY_-1207159806'), (u'INDIRECT_-1207159622', u'COPY_-1207159679'), (u'INDIRECT_-1207159638', u'COPY_-1207159695'), ('tmp_140', u'CBRANCH_-1207159935'), (u'INDIRECT_-1207159648', u'COPY_-1207159707'), (u'INDIRECT_-1207159580', u'COPY_-1207159635'), ('tmp_181', u'CBRANCH_-1207159901'), (u'CALL_-1207159885', u'INDIRECT_-1207159614'), (u'CALL_-1207159806', u'INDIRECT_-1207159584'), (u'CALL_-1207159830', u'INDIRECT_-1207159587'), (u'CALL_-1207159776', u'INDIRECT_-1207159556'), (u'INT_AND_-1207160010', u'INT_EQUAL_-1207160011'), ('tmp_838', u'INT_OR_-1207159981'), (u'CALL_-1207159885', u'INDIRECT_-1207159638'), (u'INDIRECT_-1207159572', u'COPY_-1207159627'), ('const-1', u'INT_SLESS_-1207159894'), ('const-0', u'RETURN_-1207159772'), ('tmp_838', u'MULTIEQUAL_-1207159669'), (u'CALL_-1207159930', u'INDIRECT_-1207159656'), ('const-5', u'CALL_-1207159830'), (u'INDIRECT_-1207159656', u'COPY_-1207159715'), ('const-0', u'RETURN_-1207159881'), (u'CALL_-1207159776', u'INDIRECT_-1207159580'), (u'INDIRECT_-1207159614', u'COPY_-1207159671'), ('const-1705392', u'COPY_-1207159629'), (u'CALL_-1207159830', u'INDIRECT_-1207159603'), ('const-0', u'RETURN_-1207159926'), (u'CALL_-1207159806', u'INDIRECT_-1207159600'), ('const-288230376151711744', u'INT_NOTEQUAL_-1207159936'), ('const-0', u'CALL_-1207159830'), ('const-3', u'INT_AND_-1207160010'), (u'INT_AND_-1207159940', u'INT_NOTEQUAL_-1207159936'), (u'CALL_-1207159776', u'INDIRECT_-1207159564'), ('const-134217728', u'INT_OR_-1207159981'), (u'CALL_-1207159830', u'INDIRECT_-1207159595'), (u'CALL_-1207159806', u'INDIRECT_-1207159592'), (u'CALL_-1207159776', u'INDIRECT_-1207159572'), (u'CALL_-1207159930', u'INDIRECT_-1207159664'), (u'INDIRECT_-1207159630', u'COPY_-1207159687'), ('tmp_840', u'INT_SLESS_-1207159894'), (u'INDIRECT_-1207159564', u'COPY_-1207159619'), (u'INDIRECT_-1207159556', u'COPY_-1207159611'), (u'INT_NOTEQUAL_-1207159936', u'CBRANCH_-1207159935'), ('tmp_58', u'CBRANCH_-1207160009')]
null
null
00133310
x64
O2
(translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nvoid FUN_00133310(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}\n\n" comment (function_definition "void FUN_00133310(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" primitive_type (function_declarator "FUN_00133310(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" if (parenthesized_expression "((DAT_002a66a0 & 3) == 1)" ( (binary_expression "(DAT_002a66a0 & 3) == 1" (parenthesized_expression "(DAT_002a66a0 & 3)" ( (binary_expression "DAT_002a66a0 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" { (expression_statement "_DAT_002a6760 = _DAT_002a6760 | 0x8000000;" (assignment_expression "_DAT_002a6760 = _DAT_002a6760 | 0x8000000" identifier = (binary_expression "_DAT_002a6760 | 0x8000000" identifier | number_literal)) ;) })) (if_statement "if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }" if (parenthesized_expression "((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002)" ( (binary_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002" (call_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0)" identifier (argument_list "(_DAT_002a66a1,DAT_002a66a0)" ( identifier , identifier ))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_00127f80();\n return;\n }" { (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" if (parenthesized_expression "(DAT_002a6744 < 1)" ( (binary_expression "DAT_002a6744 < 1" identifier < number_literal) )) (compound_statement "{\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" { (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" identifier = number_literal) ;) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar1);" (call_expression "FUN_00129410(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" identifier = number_literal) ;) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid gldaarch64elf_after_parse(void)\n\n{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}\n\n" comment (function_definition "void gldaarch64elf_after_parse(void)\n\n{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}" primitive_type (function_declarator "gldaarch64elf_after_parse(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *fmt;\n \n if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }\n if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }\n if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }\n fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n einfo(fmt);\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n}" { (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (if_statement "if ((link_info._0_1_ & 3) == 1) {\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }" if (parenthesized_expression "((link_info._0_1_ & 3) == 1)" ( (binary_expression "(link_info._0_1_ & 3) == 1" (parenthesized_expression "(link_info._0_1_ & 3)" ( (binary_expression "link_info._0_1_ & 3" (field_expression "link_info._0_1_" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n link_info.flags_1 = link_info.flags_1 | 0x8000000;\n }" { (expression_statement "link_info.flags_1 = link_info.flags_1 | 0x8000000;" (assignment_expression "link_info.flags_1 = link_info.flags_1 | 0x8000000" (field_expression "link_info.flags_1" identifier . field_identifier) = (binary_expression "link_info.flags_1 | 0x8000000" (field_expression "link_info.flags_1" identifier . field_identifier) | number_literal)) ;) })) (if_statement "if ((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) {\n after_parse_default();\n return;\n }" if (parenthesized_expression "((CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002)" ( (binary_expression "CONCAT71(link_info._1_7_,link_info._0_1_) & 0x400000000000002" (call_expression "CONCAT71(link_info._1_7_,link_info._0_1_)" identifier (argument_list "(link_info._1_7_,link_info._0_1_)" ( (field_expression "link_info._1_7_" identifier . field_identifier) , (field_expression "link_info._0_1_" identifier . field_identifier) ))) & number_literal) )) != number_literal) )) (compound_statement "{\n after_parse_default();\n return;\n }" { (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (link_info.dynamic_undefined_weak < 1) {\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }" if (parenthesized_expression "(link_info.dynamic_undefined_weak < 1)" ( (binary_expression "link_info.dynamic_undefined_weak < 1" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) < number_literal) )) (compound_statement "{\n link_info.dynamic_undefined_weak = 0;\n after_parse_default();\n return;\n }" { (expression_statement "link_info.dynamic_undefined_weak = 0;" (assignment_expression "link_info.dynamic_undefined_weak = 0" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) = number_literal) ;) (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "fmt = (char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(fmt);" (call_expression "einfo(fmt)" identifier (argument_list "(fmt)" ( identifier ))) ;) (expression_statement "link_info.dynamic_undefined_weak = 0;" (assignment_expression "link_info.dynamic_undefined_weak = 0" (field_expression "link_info.dynamic_undefined_weak" identifier . field_identifier) = number_literal) ;) (expression_statement "after_parse_default();" (call_expression "after_parse_default()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00133310(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}\n\n" (function_definition "void FUN_00133310(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" primitive_type (function_declarator "FUN_00133310(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (if_statement "if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" if (parenthesized_expression "((DAT_002a66a0 & 3) == 1)" ( (binary_expression "(DAT_002a66a0 & 3) == 1" (parenthesized_expression "(DAT_002a66a0 & 3)" ( (binary_expression "DAT_002a66a0 & 3" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" { (expression_statement "_DAT_002a6760 = _DAT_002a6760 | 0x8000000;" (assignment_expression "_DAT_002a6760 = _DAT_002a6760 | 0x8000000" identifier = (binary_expression "_DAT_002a6760 | 0x8000000" identifier | number_literal)) ;) })) (if_statement "if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }" if (parenthesized_expression "((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000)" ( (binary_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002)" ( (binary_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002" (call_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0)" identifier (argument_list "(_DAT_002a66a1,DAT_002a66a0)" ( identifier , identifier ))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_00127f80();\n return;\n }" { (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" if (parenthesized_expression "(DAT_002a6744 < 1)" ( (binary_expression "DAT_002a6744 < 1" identifier < number_literal) )) (compound_statement "{\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" { (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" identifier = number_literal) ;) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier = (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" identifier (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" ( number_literal , (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" " string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129410(uVar1);" (call_expression "FUN_00129410(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" identifier = number_literal) ;) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT | LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (call_expression IDENT (argument_list ( IDENT , IDENT ))) & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00133310(void)\n\n{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00133310(void)" (identifier "FUN_00133310") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n \n if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }\n if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }\n if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }\n uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);\n FUN_00129410(uVar1);\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (if_statement "if ((DAT_002a66a0 & 3) == 1) {\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" (if "if") (parenthesized_expression "((DAT_002a66a0 & 3) == 1)" (( "(") (binary_expression "(DAT_002a66a0 & 3) == 1" (parenthesized_expression "(DAT_002a66a0 & 3)" (( "(") (binary_expression "DAT_002a66a0 & 3" (identifier "DAT_002a66a0") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "1")) () ")")) (compound_statement "{\n _DAT_002a6760 = _DAT_002a6760 | 0x8000000;\n }" ({ "{") (expression_statement "_DAT_002a6760 = _DAT_002a6760 | 0x8000000;" (assignment_expression "_DAT_002a6760 = _DAT_002a6760 | 0x8000000" (identifier "_DAT_002a6760") (= "=") (binary_expression "_DAT_002a6760 | 0x8000000" (identifier "_DAT_002a6760") (| "|") (number_literal "0x8000000"))) (; ";")) (} "}"))) (if_statement "if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) {\n FUN_00127f80();\n return;\n }" (if "if") (parenthesized_expression "((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000)" (( "(") (binary_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000" (parenthesized_expression "(CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002)" (( "(") (binary_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002" (call_expression "CONCAT71(_DAT_002a66a1,DAT_002a66a0)" (identifier "CONCAT71") (argument_list "(_DAT_002a66a1,DAT_002a66a0)" (( "(") (identifier "_DAT_002a66a1") (, ",") (identifier "DAT_002a66a0") () ")"))) (& "&") (number_literal "0x400000000000002")) () ")")) (!= "!=") (number_literal "0x400000000000000")) () ")")) (compound_statement "{\n FUN_00127f80();\n return;\n }" ({ "{") (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" (identifier "FUN_00127f80") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (DAT_002a6744 < 1) {\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" (if "if") (parenthesized_expression "(DAT_002a6744 < 1)" (( "(") (binary_expression "DAT_002a6744 < 1" (identifier "DAT_002a6744") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n DAT_002a6744 = 0;\n FUN_00127f80();\n return;\n }" ({ "{") (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" (identifier "DAT_002a6744") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" (identifier "FUN_00127f80") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5);" (assignment_expression "uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (identifier "dcgettext") (argument_list "(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%P: warning: -z dynamic-undefined-weak ignored\n"" (" """) (string_content "%P: warning: -z dynamic-undefined-weak ignored") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129410(uVar1);" (call_expression "FUN_00129410(uVar1)" (identifier "FUN_00129410") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (expression_statement "DAT_002a6744 = 0;" (assignment_expression "DAT_002a6744 = 0" (identifier "DAT_002a6744") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00127f80();" (call_expression "FUN_00127f80()" (identifier "FUN_00127f80") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { char *fmt; if ((link_info._0_1_ & 3) == 1) { link_info.flags_1 = link_info.flags_1 | 0x8000000; } if ((var_1(link_info._1_7_,link_info._0_1_) & 0x400000000000002) != 0x400000000000000) { var_2(); return; } if (link_info.dynamic_undefined_weak < 1) { link_info.dynamic_undefined_weak = 0; var_2(); return; } fmt = (char *)var_3(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5); var_4(fmt); link_info.dynamic_undefined_weak = 0; var_2(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void MASKED(void) { undefined8 uVar1; if ((DAT_002a66a0 & 3) == 1) { _DAT_002a6760 = _DAT_002a6760 | 0x8000000; } if ((CONCAT71(_DAT_002a66a1,DAT_002a66a0) & 0x400000000000002) != 0x400000000000000) { FUN_00127f80(); return; } if (DAT_002a6744 < 1) { DAT_002a6744 = 0; FUN_00127f80(); return; } uVar1 = dcgettext(0,"%P: warning: -z dynamic-undefined-weak ignored\n",5); FUN_00129410(uVar1); DAT_002a6744 = 0; FUN_00127f80(); return; }
2527_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
do_set_out_shndx
FUN_001b93c0
/* DWARF original prototype: void do_set_out_shndx(Output_data * this, uint param_1) */ void __thiscall gold::Output_data::do_set_out_shndx(Output_data *this,uint param_1) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx"); }
void FUN_001b93c0(void) { /* WARNING: Subroutine does not return */ FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx"); }
SUB RSP,0x8 LEA RDX,[0x3dd320] MOV ESI,0x1d8 LEA RDI,[0x3de409] CALL 0x001e9890
null
null
null
null
[(u'COPY_-1207659524', u'CALL_-1207659540'), ('const-4051744', u'COPY_-1207659525'), (u'COPY_-1207659525', u'CALL_-1207659540'), ('const-1', u'RETURN_-1207659535'), ('const-472', u'CALL_-1207659540'), ('const-4056073', u'COPY_-1207659524')]
[(u'COPY_-1207659527', u'CALL_-1207659540'), ('const-1', u'RETURN_-1207659535'), ('const-4056073', u'COPY_-1207659526'), ('const-472', u'CALL_-1207659540'), (u'COPY_-1207659526', u'CALL_-1207659540'), ('const-4051744', u'COPY_-1207659527')]
null
null
001b93c0
x64
O2
(translation_unit "void FUN_001b93c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}\n\n" (function_definition "void FUN_001b93c0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" primitive_type (function_declarator "FUN_001b93c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" { comment (expression_statement "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");" (call_expression "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1d8,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: void do_set_out_shndx(Output_data * this, uint param_1) */\n\nvoid __thiscall gold::Output_data::do_set_out_shndx(Output_data *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}\n\n" comment (function_definition "void __thiscall gold::Output_data::do_set_out_shndx(Output_data *this,uint param_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_data::" identifier : : identifier : :) (function_declarator "do_set_out_shndx(Output_data *this,uint param_1)" identifier (parameter_list "(Output_data *this,uint param_1)" ( (parameter_declaration "Output_data *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1d8,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1d8,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })))
(translation_unit "void FUN_001b93c0(void)\n\n{\n \n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}\n\n" (function_definition "void FUN_001b93c0(void)\n\n{\n \n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" primitive_type (function_declarator "FUN_001b93c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" { (expression_statement "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");" (call_expression "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1d8,"do_set_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_set_out_shndx"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_001b93c0(void)\n\n{\n \n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" (primitive_type "void") (function_declarator "FUN_001b93c0(void)" (identifier "FUN_001b93c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");\n}" ({ "{") (expression_statement "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx");" (call_expression "FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx")" (identifier "FUN_001e9890") (argument_list "("../../gold/output.h",0x1d8,"do_set_out_shndx")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1d8") (, ",") (string_literal ""do_set_out_shndx"" (" """) (string_content "do_set_out_shndx") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: void do_set_out_shndx(Output_data * this, uint param_1) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 param_1) { /* WARNING: Subroutine does not return */ var_1("../../gold/output.h",0x1d8,"do_set_out_shndx"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_001e9890("../../gold/output.h",0x1d8,"do_set_out_shndx"); }
7131_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
print
FUN_002b27c0
/* DWARF original prototype: void print(Binary_lt * this, FILE * f) */ void __thiscall gold::Binary_lt::print(Binary_lt *this,FILE *f) { Expression *pEVar1; fputc(0x28,(FILE *)f); pEVar1 = (this->super_Binary_expression).left_; (*pEVar1->_vptr_Expression[2])(pEVar1,f); fprintf((FILE *)f," %s ","<"); pEVar1 = (this->super_Binary_expression).right_; (*pEVar1->_vptr_Expression[2])(pEVar1,f); fputc(0x29,(FILE *)f); return; }
void FUN_002b27c0(long param_1,FILE *param_2) { fputc(0x28,param_2); (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2); fprintf(param_2," %s ","<"); (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2); fputc(0x29,param_2); return; }
PUSH RBP MOV RBP,RDI MOV EDI,0x28 PUSH RBX MOV RBX,RSI SUB RSP,0x8 CALL 0x00147450 MOV RDI,qword ptr [RBP + 0x8] MOV RSI,RBX MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x10] MOV RDI,RBX LEA RDX,[0x38e074] XOR EAX,EAX LEA RSI,[0x384279] CALL 0x00147a00 MOV RDI,qword ptr [RBP + 0x10] MOV RSI,RBX MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x10] ADD RSP,0x8 MOV RSI,RBX MOV EDI,0x29 POP RBX POP RBP JMP 0x00147450
null
null
null
null
[('tmp_226', u'PTRSUB_-1204541220'), ('tmp_227', u'CALLIND_-1204541432'), ('const-40', u'CALL_-1204541460'), (u'CAST_-1204541217', u'CALL_-1204541460'), ('tmp_227', u'CAST_-1204541179'), ('tmp_227', u'CAST_-1204541146'), (u'COPY_-1204541256', u'CALL_-1204541395'), (u'LOAD_-1204541442', u'CALLIND_-1204541432'), ('const-433', u'LOAD_-1204541442'), ('tmp_226', u'PTRSUB_-1204541179'), (u'LOAD_-1204541383', u'PTRADD_-1204541167'), ('const-41', u'CALL_-1204541331'), (u'LOAD_-1204541458', u'CALLIND_-1204541432'), (u'PTRSUB_-1204541211', u'LOAD_-1204541448'), (u'LOAD_-1204541458', u'PTRSUB_-1204541211'), (u'COPY_-1204541254', u'CALL_-1204541395'), ('const-3687033', u'COPY_-1204541256'), (u'PTRADD_-1204541208', u'LOAD_-1204541442'), ('const-8', u'PTRADD_-1204541208'), (u'PTRADD_-1204541167', u'LOAD_-1204541377'), ('const-2', u'PTRADD_-1204541208'), ('const-8', u'PTRADD_-1204541167'), (u'LOAD_-1204541393', u'PTRSUB_-1204541170'), ('const-8', u'PTRSUB_-1204541212'), ('const-433', u'LOAD_-1204541448'), ('const-0', u'PTRSUB_-1204541170'), ('const-16', u'PTRSUB_-1204541174'), ('const-0', u'PTRSUB_-1204541179'), (u'LOAD_-1204541393', u'CALLIND_-1204541367'), (u'PTRSUB_-1204541212', u'LOAD_-1204541458'), (u'CAST_-1204541146', u'CALL_-1204541331'), ('tmp_227', u'CAST_-1204541217'), (u'PTRSUB_-1204541179', u'PTRSUB_-1204541174'), (u'LOAD_-1204541448', u'PTRADD_-1204541208'), ('const-0', u'PTRSUB_-1204541211'), (u'LOAD_-1204541377', u'CALLIND_-1204541367'), ('tmp_227', u'CALLIND_-1204541367'), (u'PTRSUB_-1204541174', u'LOAD_-1204541393'), (u'PTRSUB_-1204541170', u'LOAD_-1204541383'), ('const-433', u'LOAD_-1204541383'), ('const-0', u'PTRSUB_-1204541220'), (u'CAST_-1204541179', u'CALL_-1204541395'), ('const-433', u'LOAD_-1204541393'), ('const-433', u'LOAD_-1204541377'), ('const-3727476', u'COPY_-1204541254'), ('const-2', u'PTRADD_-1204541167'), ('const-0', u'RETURN_-1204541327'), ('const-433', u'LOAD_-1204541458'), (u'PTRSUB_-1204541220', u'PTRSUB_-1204541212')]
[(u'INT_ADD_-1204541377', u'CAST_-1204541187'), (u'CAST_-1204541215', u'LOAD_-1204541442'), ('tmp_461', u'CALL_-1204541331'), ('tmp_461', u'CALLIND_-1204541367'), ('const-16', u'INT_ADD_-1204541426'), ('const-40', u'CALL_-1204541460'), ('tmp_461', u'CALL_-1204541460'), ('const-433', u'LOAD_-1204541377'), ('tmp_459', u'INT_ADD_-1204541377'), ('const-433', u'LOAD_-1204541393'), (u'CAST_-1204541187', u'LOAD_-1204541393'), ('const-8', u'INT_ADD_-1204541442'), ('tmp_459', u'INT_ADD_-1204541442'), ('tmp_461', u'CALLIND_-1204541432'), (u'INT_ADD_-1204541361', u'CAST_-1204541176'), (u'INT_ADD_-1204541442', u'CAST_-1204541226'), (u'LOAD_-1204541442', u'CALLIND_-1204541432'), (u'CAST_-1204541226', u'LOAD_-1204541458'), ('const-433', u'LOAD_-1204541383'), (u'LOAD_-1204541393', u'LOAD_-1204541383'), ('tmp_461', u'CALL_-1204541395'), (u'LOAD_-1204541393', u'CALLIND_-1204541367'), ('const-16', u'INT_ADD_-1204541361'), ('const-3727476', u'COPY_-1204541258'), ('const-433', u'LOAD_-1204541448'), (u'LOAD_-1204541377', u'CALLIND_-1204541367'), ('const-3687033', u'COPY_-1204541260'), (u'LOAD_-1204541448', u'INT_ADD_-1204541426'), ('const-433', u'LOAD_-1204541442'), (u'INT_ADD_-1204541426', u'CAST_-1204541215'), (u'LOAD_-1204541383', u'INT_ADD_-1204541361'), (u'LOAD_-1204541458', u'CALLIND_-1204541432'), (u'COPY_-1204541260', u'CALL_-1204541395'), ('const-16', u'INT_ADD_-1204541377'), (u'LOAD_-1204541458', u'LOAD_-1204541448'), (u'CAST_-1204541176', u'LOAD_-1204541377'), ('const-433', u'LOAD_-1204541458'), (u'COPY_-1204541258', u'CALL_-1204541395'), ('const-41', u'CALL_-1204541331'), ('const-0', u'RETURN_-1204541327')]
null
null
002b27c0
x64
O2
(translation_unit "void FUN_002b27c0(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b27c0(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b27c0(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ","<");" (call_expression "fprintf(param_2," %s ","<")" identifier (argument_list "(param_2," %s ","<")" ( identifier , (string_literal "" %s "" " string_content ") , (string_literal ""<"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void print(Binary_lt * this, FILE * f) */\n\nvoid __thiscall gold::Binary_lt::print(Binary_lt *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ","<");\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Binary_lt::print(Binary_lt *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ","<");\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_lt::" identifier : : identifier : :) (function_declarator "print(Binary_lt *this,FILE *f)" identifier (parameter_list "(Binary_lt *this,FILE *f)" ( (parameter_declaration "Binary_lt *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ","<");\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "fputc(0x28,(FILE *)f);" (call_expression "fputc(0x28,(FILE *)f)" identifier (argument_list "(0x28,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fprintf((FILE *)f," %s ","<");" (call_expression "fprintf((FILE *)f," %s ","<")" identifier (argument_list "((FILE *)f," %s ","<")" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s "" " string_content ") , (string_literal ""<"" " string_content ") ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fputc(0x29,(FILE *)f);" (call_expression "fputc(0x29,(FILE *)f)" identifier (argument_list "(0x29,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002b27c0(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_002b27c0(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002b27c0(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ","<");" (call_expression "fprintf(param_2," %s ","<")" identifier (argument_list "(param_2," %s ","<")" ( identifier , (string_literal "" %s "" " string_content ") , (string_literal ""<"" " string_content ") ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (string_literal " string_content ") ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002b27c0(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b27c0(long param_1,FILE *param_2)" (identifier "FUN_002b27c0") (parameter_list "(long param_1,FILE *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ","<");\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" ({ "{") (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" (identifier "fputc") (argument_list "(0x28,param_2)" (( "(") (number_literal "0x28") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 8),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fprintf(param_2," %s ","<");" (call_expression "fprintf(param_2," %s ","<")" (identifier "fprintf") (argument_list "(param_2," %s ","<")" (( "(") (identifier "param_2") (, ",") (string_literal "" %s "" (" """) (string_content " %s ") (" """)) (, ",") (string_literal ""<"" (" """) (string_content "<") (" """)) () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 0x10),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" (identifier "fputc") (argument_list "(0x29,param_2)" (( "(") (number_literal "0x29") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void print(Binary_lt * this, FILE * f) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f) { type_3 *pEVar1; var_1(0x28,(type_2 *)f); pEVar1 = (this->super_Binary_expression).left_; (*pEVar1->_vptr_Expression[2])(pEVar1,f); var_2((type_2 *)f," %s ","<"); pEVar1 = (this->super_Binary_expression).right_; (*pEVar1->_vptr_Expression[2])(pEVar1,f); var_1(0x29,(type_2 *)f); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (string_literal (string_content))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
null
void MASKED(long param_1,FILE *param_2) { fputc(0x28,param_2); (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2); fprintf(param_2," %s ","<"); (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2); fputc(0x29,param_2); return; }
387_x86_64-linux-gnux32-strip_and_x86_64-linux-gnux32-strip_strip.c
writeargv
FUN_0011c830
int writeargv(char **argv,FILE *f) { byte bVar1; undefined *puVar2; int iVar3; byte *pbVar4; if (f == (FILE *)0x0) { return 1; } pbVar4 = (byte *)*argv; puVar2 = PTR__sch_istable_0012afb8; do { if (pbVar4 == (byte *)0x0) { PTR__sch_istable_0012afb8 = puVar2; return 0; } bVar1 = *pbVar4; PTR__sch_istable_0012afb8 = puVar2; while (bVar1 != 0) { if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) || (((byte)(bVar1 - 0x22) < 0x3b && ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) && (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) { return 1; } iVar3 = fputc((int)(char)bVar1,(FILE *)f); if (iVar3 == -1) { return 1; } pbVar4 = pbVar4 + 1; bVar1 = *pbVar4; } iVar3 = fputc(10,(FILE *)f); if (iVar3 == -1) { return 1; } argv = argv + 1; pbVar4 = (byte *)*argv; puVar2 = PTR__sch_istable_0012afb8; } while( true ); }
undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2) { byte bVar1; undefined *puVar2; int iVar3; byte *pbVar4; if (param_2 == (FILE *)0x0) { return 1; } pbVar4 = (byte *)*param_1; puVar2 = PTR__sch_istable_0012afb8; do { if (pbVar4 == (byte *)0x0) { PTR__sch_istable_0012afb8 = puVar2; return 0; } bVar1 = *pbVar4; PTR__sch_istable_0012afb8 = puVar2; while (bVar1 != 0) { if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) || (((byte)(bVar1 - 0x22) < 0x3b && ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) && (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) { return 1; } iVar3 = fputc((int)(char)bVar1,param_2); if (iVar3 == -1) { return 1; } pbVar4 = pbVar4 + 1; bVar1 = *pbVar4; } iVar3 = fputc(10,param_2); if (iVar3 == -1) { return 1; } param_1 = param_1 + 1; pbVar4 = (byte *)*param_1; puVar2 = PTR__sch_istable_0012afb8; } while( true ); }
TEST RSI,RSI JZ 0x0011c900 PUSH R15 PUSH R14 MOV R14,RDI PUSH R13 MOV R13,0x400000000000021 PUSH R12 PUSH RBP MOV RBP,RSI PUSH RBX SUB RSP,0x8 MOV RBX,qword ptr [RDI] TEST RBX,RBX JZ 0x0011c8fa MOVZX EAX,byte ptr [RBX] TEST AL,AL JZ 0x0011c8d8 MOV R12,qword ptr [0x0012afb8] JMP 0x0011c883 ADD RBX,0x1 MOVZX EAX,byte ptr [RBX] TEST AL,AL JZ 0x0011c8d8 MOVZX EDX,AL MOVSX R15D,AL TEST byte ptr [R12 + RDX*0x2],0x40 JNZ 0x0011c89e SUB EAX,0x22 CMP AL,0x3a JA 0x0011c8b0 BT R13,RAX JNC 0x0011c8b0 MOV RSI,RBP MOV EDI,0x5c CALL 0x001043d0 CMP EAX,-0x1 JZ 0x0011c8c0 MOV RSI,RBP MOV EDI,R15D CALL 0x001043d0 CMP EAX,-0x1 JNZ 0x0011c878 MOV EAX,0x1 ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RSI,RBP MOV EDI,0xa CALL 0x001043d0 CMP EAX,-0x1 JZ 0x0011c8c0 ADD R14,0x8 MOV RBX,qword ptr [R14] TEST RBX,RBX JNZ 0x0011c863 XOR EAX,EAX JMP 0x0011c8c5 MOV EAX,0x1 RET
null
null
null
null
[('tmp_690', u'CAST_-1206989840'), ('const-10', u'CALL_-1206990407'), (u'INT_AND_-1206990560', u'INT_NOTEQUAL_-1206990574'), (u'CALL_-1206990525', u'INT_EQUAL_-1206990510'), (u'MULTIEQUAL_-1206989942', u'PTRADD_-1206990573'), (u'INT_EQUAL_-1206990543', u'CBRANCH_-1206990541'), (u'INDIRECT_-1206989942', u'MULTIEQUAL_-1206989925'), (u'MULTIEQUAL_-1206989926', u'PTRADD_-1206990477'), ('tmp_2222', u'COPY_-1206989920'), (u'CAST_-1206989765', u'MULTIEQUAL_-1206989945'), ('tmp_168', u'CBRANCH_-1206990675'), (u'LOAD_-1206990377', u'CAST_-1206989765'), (u'INDIRECT_-1206989959', u'MULTIEQUAL_-1206989942'), (u'COPY_-1206990177', u'RETURN_-1206990444'), ('const-433', u'LOAD_-1206990695'), ('const-0', u'INT_EQUAL_-1206990701'), (u'PTRADD_-1206990477', u'MULTIEQUAL_-1206989926'), (u'CALL_-1206990407', u'INT_EQUAL_-1206990392'), ('const-4294967295', u'INT_EQUAL_-1206990392'), ('tmp_381', u'CBRANCH_-1206990507'), ('const-4294967295', u'INT_EQUAL_-1206990510'), ('const-1', u'COPY_-1206989870'), (u'INDIRECT_-1206989942', u'COPY_-1206989869'), (u'INT_NOTEQUAL_-1206990620', u'CBRANCH_-1206990616'), ('const-92', u'CALL_-1206990558'), ('const-288230376151711777', u'INT_RIGHT_-1206990558'), (u'LOAD_-1206990695', u'MULTIEQUAL_-1206989928'), (u'COPY_-1206989981', u'MULTIEQUAL_-1206989942'), ('const-433', u'LOAD_-1206990633'), (u'CAST_-1206989823', u'CALL_-1206990525'), (u'PTRADD_-1206989794', u'MULTIEQUAL_-1206989943'), (u'MULTIEQUAL_-1206989943', u'PTRADD_-1206989794'), ('tmp_690', u'INT_EQUAL_-1206990785'), (u'INT_NOTEQUAL_-1206990574', u'CBRANCH_-1206990575'), (u'INT_ZEXT_-1206990220', u'INT_AND_-1206990562'), (u'MULTIEQUAL_-1206989942', u'COPY_-1206989968'), ('const-8', u'PTRADD_-1206989794'), (u'INT_SUB_-1206990596', u'INT_ZEXT_-1206990220'), ('const-64', u'INT_AND_-1206990607'), (u'INDIRECT_-1206989899', u'COPY_-1206989873'), ('tmp_24', u'CBRANCH_-1206990783'), ('const-59', u'INT_LESS_-1206990579'), ('tmp_690', u'CAST_-1206989823'), (u'COPY_-1206989968', u'MULTIEQUAL_-1206989925'), (u'INT_NOTEQUAL_-1206990675', u'CBRANCH_-1206990675'), (u'INDIRECT_-1206989959', u'COPY_-1206989865'), (u'CALL_-1206990407', u'INDIRECT_-1206989899'), (u'INT_ZEXT_-1206990270', u'INT_MULT_-1206990607'), (u'INT_MULT_-1206990607', u'PTRADD_-1206990573'), ('const-433', u'LOAD_-1206990529'), ('tmp_293', u'CBRANCH_-1206990575'), (u'COPY_-1206990126', u'RETURN_-1206990319'), (u'MULTIEQUAL_-1206989928', u'INT_ZEXT_-1206990242'), ('const-1', u'COPY_-1206989874'), (u'COPY_-1206989979', u'COPY_-1206989971'), (u'INT_RIGHT_-1206990558', u'INT_AND_-1206990560'), ('const-0', u'RETURN_-1206989855'), ('const-1', u'COPY_-1206989866'), (u'INT_SUB_-1206990596', u'SUBPIECE_-1206990201'), (u'INT_LESS_-1206990579', u'CBRANCH_-1206990587'), ('const-1', u'INT_AND_-1206990560'), ('const-0', u'SUBPIECE_-1206990201'), ('tmp_689', u'MULTIEQUAL_-1206989943'), (u'INT_EQUAL_-1206990785', u'CBRANCH_-1206990783'), ('const-0', u'RETURN_-1206989859'), ('const-1', u'COPY_-1206990126'), (u'LOAD_-1206990719', u'CAST_-1206989921'), (u'SUBPIECE_-1206990201', u'INT_LESS_-1206990579'), (u'INT_EQUAL_-1206990701', u'CBRANCH_-1206990699'), (u'CAST_-1206989921', u'MULTIEQUAL_-1206989945'), (u'MULTIEQUAL_-1206989928', u'CAST_-1206989873'), (u'INT_ZEXT_-1206990242', u'INT_SUB_-1206990596'), (u'INT_EQUAL_-1206990510', u'CBRANCH_-1206990507'), ('tmp_577', u'CBRANCH_-1206990390'), ('const-0', u'INT_NOTEQUAL_-1206990574'), (u'PTRADD_-1206989794', u'LOAD_-1206990377'), (u'MULTIEQUAL_-1206989928', u'INT_ZEXT_-1206990270'), ('tmp_335', u'CBRANCH_-1206990541'), (u'MULTIEQUAL_-1206989945', u'MULTIEQUAL_-1206989926'), (u'PTRADD_-1206990477', u'LOAD_-1206990529'), (u'LOAD_-1206990529', u'MULTIEQUAL_-1206989928'), (u'INDIRECT_-1206989899', u'COPY_-1206989829'), ('const-2', u'INT_MULT_-1206990607'), (u'CALL_-1206990558', u'INDIRECT_-1206989959'), ('tmp_2222', u'COPY_-1206989981'), (u'MULTIEQUAL_-1206989945', u'INT_EQUAL_-1206990701'), (u'INT_AND_-1206990607', u'INT_NOTEQUAL_-1206990620'), (u'MULTIEQUAL_-1206989942', u'COPY_-1206989979'), (u'CALL_-1206990558', u'INT_EQUAL_-1206990543'), ('const-4294967295', u'INT_EQUAL_-1206990543'), ('const-0', u'INT_NOTEQUAL_-1206990675'), (u'MULTIEQUAL_-1206989925', u'MULTIEQUAL_-1206989942'), (u'CAST_-1206989780', u'CALL_-1206990407'), ('const-0', u'INT_EQUAL_-1206990785'), ('const-34', u'INT_SUB_-1206990596'), (u'INT_SEXT_-1206990627', u'CALL_-1206990525'), ('tmp_689', u'LOAD_-1206990719'), (u'MULTIEQUAL_-1206989945', u'LOAD_-1206990695'), ('tmp_135', u'CBRANCH_-1206990699'), ('const-1', u'PTRADD_-1206989794'), ('const-433', u'LOAD_-1206990719'), (u'COPY_-1206989874', u'RETURN_-1206989863'), ('const-1', u'PTRADD_-1206990573'), ('const-63', u'INT_AND_-1206990562'), (u'CAST_-1206989840', u'CALL_-1206990558'), ('const-0', u'RETURN_-1206989863'), (u'MULTIEQUAL_-1206989928', u'INT_NOTEQUAL_-1206990675'), (u'PTRADD_-1206990573', u'LOAD_-1206990633'), (u'COPY_-1206989870', u'RETURN_-1206989859'), ('tmp_277', u'CBRANCH_-1206990587'), ('tmp_690', u'CAST_-1206989780'), ('tmp_216', u'CBRANCH_-1206990616'), ('const-0', u'RETURN_-1206990444'), ('const-0', u'RETURN_-1206990319'), (u'CALL_-1206990525', u'INDIRECT_-1206989942'), (u'INT_EQUAL_-1206990392', u'CBRANCH_-1206990390'), ('const-1', u'PTRADD_-1206990477'), (u'COPY_-1206989829', u'MULTIEQUAL_-1206989942'), ('const-0', u'INT_NOTEQUAL_-1206990620'), ('const-1', u'PTRADD_-1206990477'), (u'CAST_-1206989873', u'INT_SEXT_-1206990627'), (u'COPY_-1206989866', u'RETURN_-1206989855'), (u'LOAD_-1206990633', u'INT_AND_-1206990607'), (u'INT_AND_-1206990562', u'INT_RIGHT_-1206990558'), ('const-433', u'LOAD_-1206990377'), ('const-0', u'COPY_-1206990177')]
[(u'MULTIEQUAL_-1206989937', u'INT_ZEXT_-1206990272'), (u'MULTIEQUAL_-1206989935', u'PTRADD_-1206990477'), (u'INT_AND_-1206990560', u'INT_NOTEQUAL_-1206990574'), (u'CALL_-1206990525', u'INT_EQUAL_-1206990510'), ('const-1', u'COPY_-1206989898'), (u'MULTIEQUAL_-1206989951', u'PTRADD_-1206990573'), (u'INT_EQUAL_-1206990543', u'CBRANCH_-1206990541'), ('tmp_168', u'CBRANCH_-1206990675'), ('const-92', u'CALL_-1206990558'), ('tmp_1771', u'CALL_-1206990558'), (u'MULTIEQUAL_-1206989934', u'MULTIEQUAL_-1206989951'), ('tmp_1771', u'INT_EQUAL_-1206990785'), ('const-0', u'INT_EQUAL_-1206990701'), (u'COPY_-1206989988', u'COPY_-1206989980'), (u'COPY_-1206989839', u'MULTIEQUAL_-1206989951'), (u'PTRADD_-1206989803', u'LOAD_-1206990377'), (u'CALL_-1206990407', u'INT_EQUAL_-1206990392'), ('tmp_381', u'CBRANCH_-1206990507'), (u'CAST_-1206989883', u'INT_SEXT_-1206990627'), (u'COPY_-1206989991', u'MULTIEQUAL_-1206989951'), (u'INT_NOTEQUAL_-1206990620', u'CBRANCH_-1206990616'), ('const-1', u'COPY_-1206989894'), (u'INDIRECT_-1206989908', u'COPY_-1206989839'), (u'COPY_-1206989978', u'MULTIEQUAL_-1206989934'), ('const-1', u'PTRADD_-1206990477'), (u'MULTIEQUAL_-1206989954', u'MULTIEQUAL_-1206989935'), ('const-34', u'INT_SUB_-1206990596'), (u'INDIRECT_-1206989951', u'MULTIEQUAL_-1206989934'), ('const-1', u'COPY_-1206990336'), (u'INT_NOTEQUAL_-1206990574', u'CBRANCH_-1206990575'), ('const-10', u'CALL_-1206990407'), ('tmp_1771', u'CALL_-1206990525'), ('const-433', u'LOAD_-1206990529'), ('const-433', u'LOAD_-1206990695'), ('const-64', u'INT_AND_-1206990607'), ('tmp_24', u'CBRANCH_-1206990783'), (u'INT_ZEXT_-1206990222', u'INT_AND_-1206990562'), (u'INT_NOTEQUAL_-1206990675', u'CBRANCH_-1206990675'), (u'MULTIEQUAL_-1206989937', u'INT_ZEXT_-1206990242'), ('tmp_2207', u'COPY_-1206989929'), ('const-59', u'INT_LESS_-1206990579'), (u'COPY_-1206989898', u'RETURN_-1206989873'), (u'MULTIEQUAL_-1206989952', u'PTRADD_-1206989803'), ('const-433', u'LOAD_-1206990719'), ('const-433', u'LOAD_-1206990377'), (u'INT_MULT_-1206990607', u'PTRADD_-1206990573'), (u'INT_SUB_-1206990596', u'INT_ZEXT_-1206990222'), ('tmp_293', u'CBRANCH_-1206990575'), (u'MULTIEQUAL_-1206989954', u'INT_EQUAL_-1206990701'), (u'INT_RIGHT_-1206990558', u'INT_AND_-1206990560'), ('const-288230376151711777', u'INT_RIGHT_-1206990558'), (u'MULTIEQUAL_-1206989954', u'LOAD_-1206990695'), ('const-1', u'COPY_-1206989890'), (u'INT_SUB_-1206990596', u'SUBPIECE_-1206990201'), (u'INT_LESS_-1206990579', u'CBRANCH_-1206990587'), (u'MULTIEQUAL_-1206989951', u'COPY_-1206989988'), (u'COPY_-1206989894', u'RETURN_-1206989869'), ('const-1', u'INT_AND_-1206990560'), (u'INDIRECT_-1206989951', u'COPY_-1206989879'), ('tmp_1776', u'LOAD_-1206990719'), (u'COPY_-1206989890', u'RETURN_-1206989865'), (u'CAST_-1206989931', u'MULTIEQUAL_-1206989954'), (u'INT_EQUAL_-1206990785', u'CBRANCH_-1206990783'), (u'PTRADD_-1206990477', u'MULTIEQUAL_-1206989935'), (u'INDIRECT_-1206989968', u'MULTIEQUAL_-1206989951'), (u'INDIRECT_-1206989968', u'COPY_-1206989875'), (u'CALL_-1206990558', u'INDIRECT_-1206989968'), (u'SUBPIECE_-1206990201', u'INT_LESS_-1206990579'), (u'INT_EQUAL_-1206990701', u'CBRANCH_-1206990699'), (u'CAST_-1206989778', u'MULTIEQUAL_-1206989954'), (u'INDIRECT_-1206989908', u'COPY_-1206989883'), (u'INT_ZEXT_-1206990242', u'INT_SUB_-1206990596'), (u'INT_EQUAL_-1206990510', u'CBRANCH_-1206990507'), ('tmp_577', u'CBRANCH_-1206990390'), ('const-0', u'INT_NOTEQUAL_-1206990574'), ('tmp_335', u'CBRANCH_-1206990541'), ('const-1', u'PTRADD_-1206989803'), (u'MULTIEQUAL_-1206989937', u'CAST_-1206989883'), (u'LOAD_-1206990719', u'CAST_-1206989931'), (u'PTRADD_-1206990477', u'LOAD_-1206990529'), ('const-2', u'INT_MULT_-1206990607'), (u'MULTIEQUAL_-1206989937', u'INT_NOTEQUAL_-1206990675'), ('const-8', u'PTRADD_-1206989803'), (u'LOAD_-1206990377', u'CAST_-1206989778'), (u'INT_AND_-1206990607', u'INT_NOTEQUAL_-1206990620'), ('const-0', u'SUBPIECE_-1206990201'), (u'CALL_-1206990558', u'INT_EQUAL_-1206990543'), (u'COPY_-1206990336', u'RETURN_-1206990319'), (u'MULTIEQUAL_-1206989951', u'COPY_-1206989978'), ('tmp_1776', u'MULTIEQUAL_-1206989952'), ('const-0', u'INT_NOTEQUAL_-1206990675'), ('const-0', u'INT_EQUAL_-1206990785'), (u'INT_SEXT_-1206990627', u'CALL_-1206990525'), (u'LOAD_-1206990695', u'MULTIEQUAL_-1206989937'), ('tmp_135', u'CBRANCH_-1206990699'), ('const-0', u'RETURN_-1206989873'), ('const-63', u'INT_AND_-1206990562'), (u'CALL_-1206990407', u'INDIRECT_-1206989908'), ('tmp_2207', u'COPY_-1206989991'), (u'PTRADD_-1206989803', u'MULTIEQUAL_-1206989952'), (u'INT_ZEXT_-1206990272', u'INT_MULT_-1206990607'), ('const-4294967295', u'INT_EQUAL_-1206990510'), (u'PTRADD_-1206990573', u'LOAD_-1206990633'), ('tmp_277', u'CBRANCH_-1206990587'), ('const-0', u'RETURN_-1206989869'), ('tmp_216', u'CBRANCH_-1206990616'), ('const-4294967295', u'INT_EQUAL_-1206990392'), ('const-0', u'RETURN_-1206990444'), (u'COPY_-1206990169', u'RETURN_-1206990444'), ('const-0', u'RETURN_-1206990319'), ('const-433', u'LOAD_-1206990633'), (u'INT_EQUAL_-1206990392', u'CBRANCH_-1206990390'), ('tmp_1771', u'CALL_-1206990407'), ('const-0', u'INT_NOTEQUAL_-1206990620'), ('const-0', u'RETURN_-1206989865'), ('const-1', u'PTRADD_-1206990477'), (u'LOAD_-1206990633', u'INT_AND_-1206990607'), (u'CALL_-1206990525', u'INDIRECT_-1206989951'), ('const-0', u'COPY_-1206990169'), (u'INT_AND_-1206990562', u'INT_RIGHT_-1206990558'), ('const-4294967295', u'INT_EQUAL_-1206990543'), ('const-1', u'PTRADD_-1206990573'), (u'LOAD_-1206990529', u'MULTIEQUAL_-1206989937')]
null
null
0011c830
x64
O2
(translation_unit "undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}\n\n" (function_definition "undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" type_identifier (function_declarator "FUN_0011c830(undefined8 *param_1,FILE *param_2)" identifier (parameter_list "(undefined8 *param_1,FILE *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (if_statement "if (param_2 == (FILE *)0x0) {\n return 1;\n }" if (parenthesized_expression "(param_2 == (FILE *)0x0)" ( (binary_expression "param_2 == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" identifier = (cast_expression "(byte *)*param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) (do_statement "do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );" do (compound_statement "{\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n }" { (if_statement "if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" if (parenthesized_expression "(pbVar4 == (byte *)0x0)" ( (binary_expression "pbVar4 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" { (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (while_statement "while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" while (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" { (if_statement "if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }" if (parenthesized_expression "((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1))" ( (binary_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)" (parenthesized_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))))" ( (binary_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" (parenthesized_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0)" ( (binary_expression "(puVar2[(ulong)bVar1 * 2] & 0x40) != 0" (parenthesized_expression "(puVar2[(ulong)bVar1 * 2] & 0x40)" ( (binary_expression "puVar2[(ulong)bVar1 * 2] & 0x40" (subscript_expression "puVar2[(ulong)bVar1 * 2]" identifier [ (binary_expression "(ulong)bVar1 * 2" (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" ( (parenthesized_expression "((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))" ( (binary_expression "(byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" (binary_expression "(byte)(bVar1 - 0x22) < 0x3b" (call_expression "(byte)(bVar1 - 0x22)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) < number_literal) && (parenthesized_expression "((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" ( (binary_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0" (parenthesized_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1)" ( (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1" (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar1 - 0x22) & 0x3f)" ( (binary_expression "(ulong)(bVar1 - 0x22) & 0x3f" (call_expression "(ulong)(bVar1 - 0x22)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) ))) )) && (parenthesized_expression "(iVar3 = fputc(0x5c,param_2), iVar3 == -1)" ( (comma_expression "iVar3 = fputc(0x5c,param_2), iVar3 == -1" (assignment_expression "iVar3 = fputc(0x5c,param_2)" identifier = (call_expression "fputc(0x5c,param_2)" identifier (argument_list "(0x5c,param_2)" ( number_literal , identifier )))) , (binary_expression "iVar3 == -1" identifier == number_literal)) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = fputc((int)(char)bVar1,param_2);" (assignment_expression "iVar3 = fputc((int)(char)bVar1,param_2)" identifier = (call_expression "fputc((int)(char)bVar1,param_2)" identifier (argument_list "((int)(char)bVar1,param_2)" ( (cast_expression "(int)(char)bVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) })) (expression_statement "iVar3 = fputc(10,param_2);" (assignment_expression "iVar3 = fputc(10,param_2)" identifier = (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( number_literal , identifier )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" identifier = (cast_expression "(byte *)*param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "int writeargv(char **argv,FILE *f)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (f == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n argv = argv + 1;\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}\n\n" (function_definition "int writeargv(char **argv,FILE *f)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (f == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n argv = argv + 1;\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" primitive_type (function_declarator "writeargv(char **argv,FILE *f)" identifier (parameter_list "(char **argv,FILE *f)" ( (parameter_declaration "char **argv" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier))) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (f == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n argv = argv + 1;\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (if_statement "if (f == (FILE *)0x0) {\n return 1;\n }" if (parenthesized_expression "(f == (FILE *)0x0)" ( (binary_expression "f == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*argv;" (assignment_expression "pbVar4 = (byte *)*argv" identifier = (cast_expression "(byte *)*argv" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*argv" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) (do_statement "do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n argv = argv + 1;\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );" do (compound_statement "{\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n argv = argv + 1;\n pbVar4 = (byte *)*argv;\n puVar2 = PTR__sch_istable_0012afb8;\n }" { (if_statement "if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" if (parenthesized_expression "(pbVar4 == (byte *)0x0)" ( (binary_expression "pbVar4 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" { (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (while_statement "while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" while (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,(FILE *)f);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" { (if_statement "if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)) {\n return 1;\n }" if (parenthesized_expression "((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1))" ( (binary_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)" (parenthesized_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))))" ( (binary_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" (parenthesized_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0)" ( (binary_expression "(puVar2[(ulong)bVar1 * 2] & 0x40) != 0" (parenthesized_expression "(puVar2[(ulong)bVar1 * 2] & 0x40)" ( (binary_expression "puVar2[(ulong)bVar1 * 2] & 0x40" (subscript_expression "puVar2[(ulong)bVar1 * 2]" identifier [ (binary_expression "(ulong)bVar1 * 2" (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" ( (parenthesized_expression "((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))" ( (binary_expression "(byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" (binary_expression "(byte)(bVar1 - 0x22) < 0x3b" (call_expression "(byte)(bVar1 - 0x22)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) < number_literal) && (parenthesized_expression "((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" ( (binary_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0" (parenthesized_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1)" ( (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1" (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar1 - 0x22) & 0x3f)" ( (binary_expression "(ulong)(bVar1 - 0x22) & 0x3f" (call_expression "(ulong)(bVar1 - 0x22)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) ))) )) && (parenthesized_expression "(iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1)" ( (comma_expression "iVar3 = fputc(0x5c,(FILE *)f), iVar3 == -1" (assignment_expression "iVar3 = fputc(0x5c,(FILE *)f)" identifier = (call_expression "fputc(0x5c,(FILE *)f)" identifier (argument_list "(0x5c,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) , (binary_expression "iVar3 == -1" identifier == number_literal)) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = fputc((int)(char)bVar1,(FILE *)f);" (assignment_expression "iVar3 = fputc((int)(char)bVar1,(FILE *)f)" identifier = (call_expression "fputc((int)(char)bVar1,(FILE *)f)" identifier (argument_list "((int)(char)bVar1,(FILE *)f)" ( (cast_expression "(int)(char)bVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) })) (expression_statement "iVar3 = fputc(10,(FILE *)f);" (assignment_expression "iVar3 = fputc(10,(FILE *)f)" identifier = (call_expression "fputc(10,(FILE *)f)" identifier (argument_list "(10,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "argv = argv + 1;" (assignment_expression "argv = argv + 1" identifier = (binary_expression "argv + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = (byte *)*argv;" (assignment_expression "pbVar4 = (byte *)*argv" identifier = (cast_expression "(byte *)*argv" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*argv" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}\n\n" (function_definition "undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" type_identifier (function_declarator "FUN_0011c830(undefined8 *param_1,FILE *param_2)" identifier (parameter_list "(undefined8 *param_1,FILE *param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (if_statement "if (param_2 == (FILE *)0x0) {\n return 1;\n }" if (parenthesized_expression "(param_2 == (FILE *)0x0)" ( (binary_expression "param_2 == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" identifier = (cast_expression "(byte *)*param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) (do_statement "do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );" do (compound_statement "{\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n }" { (if_statement "if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" if (parenthesized_expression "(pbVar4 == (byte *)0x0)" ( (binary_expression "pbVar4 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" { (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" identifier = identifier) ;) (while_statement "while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" while (parenthesized_expression "(bVar1 != 0)" ( (binary_expression "bVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" { (if_statement "if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }" if (parenthesized_expression "((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1))" ( (binary_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)" (parenthesized_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))))" ( (binary_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" (parenthesized_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0)" ( (binary_expression "(puVar2[(ulong)bVar1 * 2] & 0x40) != 0" (parenthesized_expression "(puVar2[(ulong)bVar1 * 2] & 0x40)" ( (binary_expression "puVar2[(ulong)bVar1 * 2] & 0x40" (subscript_expression "puVar2[(ulong)bVar1 * 2]" identifier [ (binary_expression "(ulong)bVar1 * 2" (cast_expression "(ulong)bVar1" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) ]) & number_literal) )) != number_literal) )) || (parenthesized_expression "(((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" ( (parenthesized_expression "((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))" ( (binary_expression "(byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" (binary_expression "(byte)(bVar1 - 0x22) < 0x3b" (call_expression "(byte)(bVar1 - 0x22)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) < number_literal) && (parenthesized_expression "((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" ( (binary_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0" (parenthesized_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1)" ( (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1" (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f)" number_literal >> (parenthesized_expression "((ulong)(bVar1 - 0x22) & 0x3f)" ( (binary_expression "(ulong)(bVar1 - 0x22) & 0x3f" (call_expression "(ulong)(bVar1 - 0x22)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(bVar1 - 0x22)" ( (binary_expression "bVar1 - 0x22" identifier - number_literal) ))) & number_literal) ))) & number_literal) )) != number_literal) ))) )) ))) )) && (parenthesized_expression "(iVar3 = fputc(0x5c,param_2), iVar3 == -1)" ( (comma_expression "iVar3 = fputc(0x5c,param_2), iVar3 == -1" (assignment_expression "iVar3 = fputc(0x5c,param_2)" identifier = (call_expression "fputc(0x5c,param_2)" identifier (argument_list "(0x5c,param_2)" ( number_literal , identifier )))) , (binary_expression "iVar3 == -1" identifier == number_literal)) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "iVar3 = fputc((int)(char)bVar1,param_2);" (assignment_expression "iVar3 = fputc((int)(char)bVar1,param_2)" identifier = (call_expression "fputc((int)(char)bVar1,param_2)" identifier (argument_list "((int)(char)bVar1,param_2)" ( (cast_expression "(int)(char)bVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)bVar1" ( (type_descriptor "char" primitive_type) ) identifier)) , identifier )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" identifier = (binary_expression "pbVar4 + 1" identifier + number_literal)) ;) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" identifier = (pointer_expression "*pbVar4" * identifier)) ;) })) (expression_statement "iVar3 = fputc(10,param_2);" (assignment_expression "iVar3 = fputc(10,param_2)" identifier = (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( number_literal , identifier )))) ;) (if_statement "if (iVar3 == -1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == -1)" ( (binary_expression "iVar3 == -1" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" identifier = (cast_expression "(byte *)*param_1" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" identifier = identifier) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) ]) & LIT) )) != LIT) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) < LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression LIT >> (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT - LIT) ))) & LIT) ))) & LIT) )) != LIT) ))) )) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT)) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "undefined8 FUN_0011c830(undefined8 *param_1,FILE *param_2)\n\n{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" (type_identifier "undefined8") (function_declarator "FUN_0011c830(undefined8 *param_1,FILE *param_2)" (identifier "FUN_0011c830") (parameter_list "(undefined8 *param_1,FILE *param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n byte bVar1;\n undefined *puVar2;\n int iVar3;\n byte *pbVar4;\n \n if (param_2 == (FILE *)0x0) {\n return 1;\n }\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "undefined *puVar2;" (type_identifier "undefined") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (if_statement "if (param_2 == (FILE *)0x0) {\n return 1;\n }" (if "if") (parenthesized_expression "(param_2 == (FILE *)0x0)" (( "(") (binary_expression "param_2 == (FILE *)0x0" (identifier "param_2") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" (identifier "pbVar4") (= "=") (cast_expression "(byte *)*param_1" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" (identifier "puVar2") (= "=") (identifier "PTR__sch_istable_0012afb8")) (; ";")) (do_statement "do {\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n } while( true );" (do "do") (compound_statement "{\n if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }\n bVar1 = *pbVar4;\n PTR__sch_istable_0012afb8 = puVar2;\n while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }\n iVar3 = fputc(10,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n param_1 = param_1 + 1;\n pbVar4 = (byte *)*param_1;\n puVar2 = PTR__sch_istable_0012afb8;\n }" ({ "{") (if_statement "if (pbVar4 == (byte *)0x0) {\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" (if "if") (parenthesized_expression "(pbVar4 == (byte *)0x0)" (( "(") (binary_expression "pbVar4 == (byte *)0x0" (identifier "pbVar4") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n PTR__sch_istable_0012afb8 = puVar2;\n return 0;\n }" ({ "{") (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" (identifier "PTR__sch_istable_0012afb8") (= "=") (identifier "puVar2")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" (identifier "bVar1") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (expression_statement "PTR__sch_istable_0012afb8 = puVar2;" (assignment_expression "PTR__sch_istable_0012afb8 = puVar2" (identifier "PTR__sch_istable_0012afb8") (= "=") (identifier "puVar2")) (; ";")) (while_statement "while (bVar1 != 0) {\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" (while "while") (parenthesized_expression "(bVar1 != 0)" (( "(") (binary_expression "bVar1 != 0" (identifier "bVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }\n iVar3 = fputc((int)(char)bVar1,param_2);\n if (iVar3 == -1) {\n return 1;\n }\n pbVar4 = pbVar4 + 1;\n bVar1 = *pbVar4;\n }" ({ "{") (if_statement "if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) {\n return 1;\n }" (if "if") (parenthesized_expression "((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1))" (( "(") (binary_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) &&\n (iVar3 = fputc(0x5c,param_2), iVar3 == -1)" (parenthesized_expression "(((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))))" (( "(") (binary_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) ||\n (((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" (parenthesized_expression "((puVar2[(ulong)bVar1 * 2] & 0x40) != 0)" (( "(") (binary_expression "(puVar2[(ulong)bVar1 * 2] & 0x40) != 0" (parenthesized_expression "(puVar2[(ulong)bVar1 * 2] & 0x40)" (( "(") (binary_expression "puVar2[(ulong)bVar1 * 2] & 0x40" (subscript_expression "puVar2[(ulong)bVar1 * 2]" (identifier "puVar2") ([ "[") (binary_expression "(ulong)bVar1 * 2" (cast_expression "(ulong)bVar1" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar1")) (* "*") (number_literal "2")) (] "]")) (& "&") (number_literal "0x40")) () ")")) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))" (( "(") (parenthesized_expression "((byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0))" (( "(") (binary_expression "(byte)(bVar1 - 0x22) < 0x3b &&\n ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" (binary_expression "(byte)(bVar1 - 0x22) < 0x3b" (call_expression "(byte)(bVar1 - 0x22)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(bVar1 - 0x22)" (( "(") (binary_expression "bVar1 - 0x22" (identifier "bVar1") (- "-") (number_literal "0x22")) () ")"))) (< "<") (number_literal "0x3b")) (&& "&&") (parenthesized_expression "((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)" (( "(") (binary_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0" (parenthesized_expression "(0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1)" (( "(") (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1" (binary_expression "0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f)" (number_literal "0x400000000000021U") (>> ">>") (parenthesized_expression "((ulong)(bVar1 - 0x22) & 0x3f)" (( "(") (binary_expression "(ulong)(bVar1 - 0x22) & 0x3f" (call_expression "(ulong)(bVar1 - 0x22)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(bVar1 - 0x22)" (( "(") (binary_expression "bVar1 - 0x22" (identifier "bVar1") (- "-") (number_literal "0x22")) () ")"))) (& "&") (number_literal "0x3f")) () ")"))) (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar3 = fputc(0x5c,param_2), iVar3 == -1)" (( "(") (comma_expression "iVar3 = fputc(0x5c,param_2), iVar3 == -1" (assignment_expression "iVar3 = fputc(0x5c,param_2)" (identifier "iVar3") (= "=") (call_expression "fputc(0x5c,param_2)" (identifier "fputc") (argument_list "(0x5c,param_2)" (( "(") (number_literal "0x5c") (, ",") (identifier "param_2") () ")")))) (, ",") (binary_expression "iVar3 == -1" (identifier "iVar3") (== "==") (number_literal "-1"))) () ")"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "iVar3 = fputc((int)(char)bVar1,param_2);" (assignment_expression "iVar3 = fputc((int)(char)bVar1,param_2)" (identifier "iVar3") (= "=") (call_expression "fputc((int)(char)bVar1,param_2)" (identifier "fputc") (argument_list "((int)(char)bVar1,param_2)" (( "(") (cast_expression "(int)(char)bVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)bVar1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "bVar1"))) (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (iVar3 == -1) {\n return 1;\n }" (if "if") (parenthesized_expression "(iVar3 == -1)" (( "(") (binary_expression "iVar3 == -1" (identifier "iVar3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "pbVar4 = pbVar4 + 1;" (assignment_expression "pbVar4 = pbVar4 + 1" (identifier "pbVar4") (= "=") (binary_expression "pbVar4 + 1" (identifier "pbVar4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "bVar1 = *pbVar4;" (assignment_expression "bVar1 = *pbVar4" (identifier "bVar1") (= "=") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4"))) (; ";")) (} "}"))) (expression_statement "iVar3 = fputc(10,param_2);" (assignment_expression "iVar3 = fputc(10,param_2)" (identifier "iVar3") (= "=") (call_expression "fputc(10,param_2)" (identifier "fputc") (argument_list "(10,param_2)" (( "(") (number_literal "10") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (iVar3 == -1) {\n return 1;\n }" (if "if") (parenthesized_expression "(iVar3 == -1)" (( "(") (binary_expression "iVar3 == -1" (identifier "iVar3") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "param_1 = param_1 + 1;" (assignment_expression "param_1 = param_1 + 1" (identifier "param_1") (= "=") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar4 = (byte *)*param_1;" (assignment_expression "pbVar4 = (byte *)*param_1" (identifier "pbVar4") (= "=") (cast_expression "(byte *)*param_1" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "puVar2 = PTR__sch_istable_0012afb8;" (assignment_expression "puVar2 = PTR__sch_istable_0012afb8" (identifier "puVar2") (= "=") (identifier "PTR__sch_istable_0012afb8")) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
int function_1(char **var_6,type_1 *var_1) { type_2 var_3; type_3 *puVar2; int var_5; type_2 *var_2; if (var_1 == (type_1 *)0x0) { return 1; } var_2 = (type_2 *)*var_6; puVar2 = PTR__sch_istable_0012afb8; do { if (var_2 == (type_2 *)0x0) { PTR__sch_istable_0012afb8 = puVar2; return 0; } var_3 = *var_2; PTR__sch_istable_0012afb8 = puVar2; while (var_3 != 0) { if ((((puVar2[(type_4)var_3 * 2] & 0x40) != 0) || (((type_2)(var_3 - 0x22) < 0x3b && ((0x400000000000021U >> ((type_4)(var_3 - 0x22) & 0x3f) & 1) != 0)))) && (var_5 = var_4(0x5c,(type_1 *)var_1), var_5 == -1)) { return 1; } var_5 = var_4((int)(char)var_3,(type_1 *)var_1); if (var_5 == -1) { return 1; } var_2 = var_2 + 1; var_3 = *var_2; } var_5 = var_4(10,(type_1 *)var_1); if (var_5 == -1) { return 1; } var_6 = var_6 + 1; var_2 = (type_2 *)*var_6; puVar2 = PTR__sch_istable_0012afb8; } while( true ); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))) right: (number_literal))) right: (number_literal)))))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (true))))))
null
undefined8 MASKED(undefined8 *param_1,FILE *param_2) { byte bVar1; undefined *puVar2; int iVar3; byte *pbVar4; if (param_2 == (FILE *)0x0) { return 1; } pbVar4 = (byte *)*param_1; puVar2 = PTR__sch_istable_0012afb8; do { if (pbVar4 == (byte *)0x0) { PTR__sch_istable_0012afb8 = puVar2; return 0; } bVar1 = *pbVar4; PTR__sch_istable_0012afb8 = puVar2; while (bVar1 != 0) { if ((((puVar2[(ulong)bVar1 * 2] & 0x40) != 0) || (((byte)(bVar1 - 0x22) < 0x3b && ((0x400000000000021U >> ((ulong)(bVar1 - 0x22) & 0x3f) & 1) != 0)))) && (iVar3 = fputc(0x5c,param_2), iVar3 == -1)) { return 1; } iVar3 = fputc((int)(char)bVar1,param_2); if (iVar3 == -1) { return 1; } pbVar4 = pbVar4 + 1; bVar1 = *pbVar4; } iVar3 = fputc(10,param_2); if (iVar3 == -1) { return 1; } param_1 = param_1 + 1; pbVar4 = (byte *)*param_1; puVar2 = PTR__sch_istable_0012afb8; } while( true ); }
2873_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~vector
FUN_0018f290
/* DWARF original prototype: void ~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> * this, int __in_chrg) */ void __thiscall std:: vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> ::~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> *this,int __in_chrg) { pointer pSVar1; _func_int_varargs *p_Var2; pointer pSVar3; pointer pSVar4; pSVar1 = (this-> super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> )._M_impl._M_finish; pSVar4 = (this-> super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> )._M_impl._M_start; if (pSVar1 != pSVar4) { do { while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader, p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader:: ~Sized_input_reader) { pSVar4 = pSVar4 + 1; if (pSVar1 == pSVar4) goto LAB_0018f2da; } pSVar3 = pSVar4 + 1; (*p_Var2)(pSVar4); pSVar4 = pSVar3; } while (pSVar1 != pSVar3); LAB_0018f2da: pSVar4 = (this-> super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> )._M_impl._M_start; } if (pSVar4 == (pointer)0x0) { return; } operator_delete(pSVar4); return; }
void FUN_0018f290(long *param_1) { undefined8 *puVar1; undefined8 *puVar2; undefined8 *puVar3; puVar1 = (undefined8 *)param_1[1]; puVar3 = (undefined8 *)*param_1; if (puVar1 != puVar3) { do { while (*(code **)*puVar3 == FUN_00185650) { puVar3 = puVar3 + 4; if (puVar1 == puVar3) goto LAB_0018f2da; } puVar2 = puVar3 + 4; (**(code **)*puVar3)(puVar3); puVar3 = puVar2; } while (puVar1 != puVar2); LAB_0018f2da: puVar3 = (undefined8 *)*param_1; } if (puVar3 == (undefined8 *)0x0) { return; } FUN_002dac70(puVar3); return; }
PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x8 MOV RBP,qword ptr [RDI + 0x8] MOV RBX,qword ptr [RDI] CMP RBP,RBX JZ 0x0018f2de MOV R13,RDI LEA R12,[0x185650] JMP 0x0018f2c1 ADD RBX,0x20 CMP RBP,RBX JZ 0x0018f2da MOV RAX,qword ptr [RBX] MOV RAX,qword ptr [RAX] CMP RAX,R12 JZ 0x0018f2b8 MOV RDI,RBX ADD RBX,0x20 CALL RAX CMP RBP,RBX JNZ 0x0018f2c1 MOV RBX,qword ptr [R13] TEST RBX,RBX JZ 0x0018f2f8 ADD RSP,0x8 MOV RDI,RBX POP RBX POP RBP POP R12 POP R13 JMP 0x002dac70 ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 RET
null
null
null
null
[('const-0', u'PTRSUB_-1207438275'), ('tmp_455', u'PTRSUB_-1207438322'), (u'PTRSUB_-1207438312', u'LOAD_-1207438670'), (u'MULTIEQUAL_-1207438388', u'CALLIND_-1207438561'), ('tmp_455', u'PTRSUB_-1207438258'), ('tmp_99', u'CBRANCH_-1207438643'), ('tmp_213', u'CBRANCH_-1207438547'), ('const-0', u'PTRSUB_-1207438317'), (u'PTRSUB_-1207438275', u'LOAD_-1207438613'), (u'LOAD_-1207438613', u'LOAD_-1207438608'), (u'LOAD_-1207438608', u'CALLIND_-1207438561'), ('const-0', u'PTRSUB_-1207438258'), ('const-0', u'PTRSUB_-1207438249'), (u'MULTIEQUAL_-1207438388', u'PTRADD_-1207438296'), ('const-0', u'PTRSUB_-1207438328'), ('const-0', u'PTRSUB_-1207438285'), (u'PTRSUB_-1207438285', u'PTRSUB_-1207438275'), (u'INT_EQUAL_-1207438589', u'CBRANCH_-1207438587'), (u'MULTIEQUAL_-1207438388', u'PTRSUB_-1207438285'), ('const-1594960', u'PTRSUB_-1207438284'), (u'LOAD_-1207438670', u'INT_NOTEQUAL_-1207438549'), ('const-433', u'LOAD_-1207438670'), ('const-0', u'PTRSUB_-1207438322'), (u'INT_NOTEQUAL_-1207438644', u'CBRANCH_-1207438643'), (u'PTRSUB_-1207438328', u'PTRSUB_-1207438317'), ('const-1', u'PTRADD_-1207438296'), ('const-0', u'PTRSUB_-1207438311'), ('const-0', u'INT_EQUAL_-1207438528'), (u'MULTIEQUAL_-1207438360', u'INT_EQUAL_-1207438528'), ('tmp_455', u'PTRSUB_-1207438328'), (u'LOAD_-1207438664', u'INT_NOTEQUAL_-1207438644'), ('const-0', u'PTRSUB_-1207438246'), (u'INT_EQUAL_-1207438486', u'CBRANCH_-1207438484'), ('const-0', u'RETURN_-1207438432'), (u'LOAD_-1207438670', u'INT_EQUAL_-1207438486'), (u'PTRSUB_-1207438311', u'PTRSUB_-1207438307'), ('const-433', u'LOAD_-1207438547'), ('const-0', u'PTRSUB_-1207438307'), (u'INT_NOTEQUAL_-1207438549', u'CBRANCH_-1207438547'), ('const-433', u'LOAD_-1207438613'), (u'PTRSUB_-1207438249', u'PTRSUB_-1207438246'), (u'PTRADD_-1207438271', u'COPY_-1207438312'), (u'LOAD_-1207438670', u'INT_NOTEQUAL_-1207438644'), ('const-0', u'RETURN_-1207438478'), ('const-0', u'PTRSUB_-1207438284'), ('const-32', u'PTRADD_-1207438296'), ('const-8', u'PTRSUB_-1207438312'), (u'PTRSUB_-1207438322', u'PTRSUB_-1207438311'), (u'PTRSUB_-1207438246', u'LOAD_-1207438547'), (u'PTRADD_-1207438296', u'INT_EQUAL_-1207438486'), ('const-1', u'PTRADD_-1207438271'), (u'LOAD_-1207438664', u'MULTIEQUAL_-1207438360'), (u'LOAD_-1207438547', u'MULTIEQUAL_-1207438360'), (u'LOAD_-1207438608', u'INT_EQUAL_-1207438589'), ('const-433', u'LOAD_-1207438608'), ('tmp_444', u'CBRANCH_-1207438484'), (u'PTRADD_-1207438296', u'MULTIEQUAL_-1207438388'), ('const-32', u'PTRADD_-1207438271'), (u'PTRADD_-1207438271', u'INT_NOTEQUAL_-1207438549'), ('const-433', u'LOAD_-1207438664'), (u'COPY_-1207438312', u'MULTIEQUAL_-1207438388'), (u'PTRSUB_-1207438284', u'INT_EQUAL_-1207438589'), (u'PTRSUB_-1207438258', u'PTRSUB_-1207438249'), (u'LOAD_-1207438664', u'MULTIEQUAL_-1207438388'), (u'PTRSUB_-1207438307', u'LOAD_-1207438664'), (u'MULTIEQUAL_-1207438388', u'PTRADD_-1207438271'), (u'INT_EQUAL_-1207438528', u'CBRANCH_-1207438526'), ('tmp_144', u'CBRANCH_-1207438587'), (u'PTRSUB_-1207438317', u'PTRSUB_-1207438312'), ('tmp_244', u'CBRANCH_-1207438526'), (u'MULTIEQUAL_-1207438360', u'CALL_-1207438482')]
[(u'CAST_-1207438324', u'INT_NOTEQUAL_-1207438644'), (u'LOAD_-1207438670', u'CAST_-1207438329'), (u'MULTIEQUAL_-1207438390', u'LOAD_-1207438613'), ('tmp_99', u'CBRANCH_-1207438643'), (u'CAST_-1207438329', u'INT_NOTEQUAL_-1207438644'), ('tmp_213', u'CBRANCH_-1207438547'), ('const-433', u'LOAD_-1207438613'), ('const-8', u'PTRADD_-1207438305'), ('const-8', u'PTRADD_-1207438281'), (u'LOAD_-1207438608', u'CALLIND_-1207438561'), (u'CAST_-1207438262', u'MULTIEQUAL_-1207438362'), ('const-433', u'LOAD_-1207438670'), ('const-433', u'LOAD_-1207438664'), (u'CAST_-1207438324', u'MULTIEQUAL_-1207438390'), (u'INT_EQUAL_-1207438589', u'CBRANCH_-1207438587'), (u'MULTIEQUAL_-1207438362', u'INT_EQUAL_-1207438528'), (u'INT_NOTEQUAL_-1207438644', u'CBRANCH_-1207438643'), ('const-0', u'INT_EQUAL_-1207438528'), (u'INT_EQUAL_-1207438486', u'CBRANCH_-1207438484'), (u'PTRADD_-1207438305', u'MULTIEQUAL_-1207438390'), ('const-0', u'RETURN_-1207438432'), ('const-433', u'LOAD_-1207438608'), (u'PTRADD_-1207438281', u'INT_NOTEQUAL_-1207438549'), ('const-433', u'LOAD_-1207438547'), (u'LOAD_-1207438547', u'CAST_-1207438262'), (u'CAST_-1207438329', u'INT_NOTEQUAL_-1207438549'), (u'MULTIEQUAL_-1207438390', u'PTRADD_-1207438305'), ('const-1594960', u'PTRSUB_-1207438291'), (u'INT_NOTEQUAL_-1207438549', u'CBRANCH_-1207438547'), (u'MULTIEQUAL_-1207438390', u'CALLIND_-1207438561'), ('const-0', u'RETURN_-1207438478'), (u'MULTIEQUAL_-1207438362', u'CALL_-1207438482'), ('const-8', u'PTRADD_-1207438336'), (u'PTRADD_-1207438305', u'INT_EQUAL_-1207438486'), (u'PTRADD_-1207438336', u'LOAD_-1207438670'), ('const-0', u'PTRSUB_-1207438291'), (u'PTRSUB_-1207438291', u'INT_EQUAL_-1207438589'), ('tmp_721', u'LOAD_-1207438547'), (u'LOAD_-1207438664', u'CAST_-1207438324'), (u'LOAD_-1207438608', u'INT_EQUAL_-1207438589'), (u'CAST_-1207438324', u'MULTIEQUAL_-1207438362'), ('const-1', u'PTRADD_-1207438336'), (u'PTRADD_-1207438281', u'COPY_-1207438331'), ('tmp_444', u'CBRANCH_-1207438484'), (u'LOAD_-1207438613', u'CAST_-1207438288'), (u'CAST_-1207438329', u'INT_EQUAL_-1207438486'), ('const-4', u'PTRADD_-1207438281'), (u'CAST_-1207438288', u'LOAD_-1207438608'), (u'INT_EQUAL_-1207438528', u'CBRANCH_-1207438526'), (u'MULTIEQUAL_-1207438390', u'PTRADD_-1207438281'), (u'COPY_-1207438331', u'MULTIEQUAL_-1207438390'), ('tmp_721', u'PTRADD_-1207438336'), ('tmp_144', u'CBRANCH_-1207438587'), ('tmp_721', u'LOAD_-1207438664'), ('const-4', u'PTRADD_-1207438305'), ('tmp_244', u'CBRANCH_-1207438526')]
null
null
0018f290
x64
O2
(translation_unit "void FUN_0018f290(long *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}\n\n" (function_definition "void FUN_0018f290(long *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" primitive_type (function_declarator "FUN_0018f290(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" if (parenthesized_expression "(puVar1 != puVar3)" ( (binary_expression "puVar1 != puVar3" identifier != identifier) )) (compound_statement "{\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" { (do_statement "do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);" do (compound_statement "{\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n }" { (while_statement "while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" while (parenthesized_expression "(*(code **)*puVar3 == FUN_00185650)" ( (binary_expression "*(code **)*puVar3 == FUN_00185650" (pointer_expression "*(code **)*puVar3" * (cast_expression "(code **)*puVar3" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar3" * identifier))) == identifier) )) (compound_statement "{\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" { (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (if_statement "if (puVar1 == puVar3) goto LAB_0018f2da;" if (parenthesized_expression "(puVar1 == puVar3)" ( (binary_expression "puVar1 == puVar3" identifier == identifier) )) (goto_statement "goto LAB_0018f2da;" goto statement_identifier ;)) })) (expression_statement "puVar2 = puVar3 + 4;" (assignment_expression "puVar2 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (expression_statement "(**(code **)*puVar3)(puVar3);" (call_expression "(**(code **)*puVar3)(puVar3)" (parenthesized_expression "(**(code **)*puVar3)" ( (pointer_expression "**(code **)*puVar3" * (pointer_expression "*(code **)*puVar3" * (cast_expression "(code **)*puVar3" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar3" * identifier)))) )) (argument_list "(puVar3)" ( identifier ))) ;) (expression_statement "puVar3 = puVar2;" (assignment_expression "puVar3 = puVar2" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar2)" ( (binary_expression "puVar1 != puVar2" identifier != identifier) )) ;) (labeled_statement "LAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;" statement_identifier : (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002dac70(puVar3);" (call_expression "FUN_002dac70(puVar3)" identifier (argument_list "(puVar3)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void\n ~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n * this, int __in_chrg) */\n\nvoid __thiscall\nstd::\nvector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n::~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n *this,int __in_chrg)\n\n{\n pointer pSVar1;\n _func_int_varargs *p_Var2;\n pointer pSVar3;\n pointer pSVar4;\n \n pSVar1 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_finish;\n pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;\n if (pSVar1 != pSVar4) {\n do {\n while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }\n pSVar3 = pSVar4 + 1;\n (*p_Var2)(pSVar4);\n pSVar4 = pSVar3;\n } while (pSVar1 != pSVar3);\nLAB_0018f2da:\n pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;\n }\n if (pSVar4 == (pointer)0x0) {\n return;\n }\n operator_delete(pSVar4);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n::~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n *this,int __in_chrg)\n\n{\n pointer pSVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::" identifier > : :) identifier , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::Sized_input_reader>_>\n::~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n *this,int __in_chrg)\n\n{\n pointer" identifier > : : identifier > identifier > : : ~ (function_declarator "vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n *this,int __in_chrg)" identifier (parameter_list "(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n *this,int __in_chrg)" ( (parameter_declaration "vector<gold::Sized_incremental_binary" type_identifier (ERROR "<gold::" < identifier : :) identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false>::Sized_input_reader" type_identifier (ERROR ">::" > : :) identifier) , (parameter_declaration "_std::allocator<gold::Sized_incremental_binary" type_identifier (ERROR "::allocator<gold::" : : identifier < identifier : :) identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false>::Sized_input_reader>_>\n *this" type_identifier (ERROR ">::Sized_input_reader>_>" > : : identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { identifier) identifier ;) (declaration "_func_int_varargs *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "pointer pSVar3;" type_identifier identifier ;) (declaration "pointer pSVar4;" type_identifier identifier ;) (expression_statement "pSVar1 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_finish;" (assignment_expression "pSVar1 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_incremental_binary" : : identifier) < number_literal) , (comma_expression "_false>::Sized_input_reader,_std" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_incremental_binary<64,_false>::Sized_input_reader>_" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false>::Sized_input_reader>_" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (expression_statement "pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;" (assignment_expression "pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_incremental_binary" : : identifier) < number_literal) , (comma_expression "_false>::Sized_input_reader,_std" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_incremental_binary<64,_false>::Sized_input_reader>_" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false>::Sized_input_reader>_" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (if_statement "if (pSVar1 != pSVar4) {\n do {\n while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }\n pSVar3 = pSVar4 + 1;\n (*p_Var2)(pSVar4);\n pSVar4 = pSVar3;\n } while (pSVar1 != pSVar3);\nLAB_0018f2da:\n pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;\n }" if (parenthesized_expression "(pSVar1 != pSVar4)" ( (binary_expression "pSVar1 != pSVar4" identifier != identifier) )) (compound_statement "{\n do {\n while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }\n pSVar3 = pSVar4 + 1;\n (*p_Var2)(pSVar4);\n pSVar4 = pSVar3;\n } while (pSVar1 != pSVar3);\nLAB_0018f2da:\n pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;\n }" { (do_statement "do {\n while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }\n pSVar3 = pSVar4 + 1;\n (*p_Var2)(pSVar4);\n pSVar4 = pSVar3;\n } while (pSVar1 != pSVar3);" do (compound_statement "{\n while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }\n pSVar3 = pSVar4 + 1;\n (*p_Var2)(pSVar4);\n pSVar4 = pSVar3;\n }" { (while_statement "while (p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader) {\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }" while (parenthesized_expression "(p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::\n ~Sized_input_reader)" ( (ERROR "p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold::Sized_incremental_binary<64,_false>::Sized_input_reader::" (comma_expression "p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader,\n p_Var2 == gold" (assignment_expression "p_Var2 = *(pSVar4->super_Input_reader)._vptr_Input_reader" identifier = (pointer_expression "*(pSVar4->super_Input_reader)._vptr_Input_reader" * (field_expression "(pSVar4->super_Input_reader)._vptr_Input_reader" (parenthesized_expression "(pSVar4->super_Input_reader)" ( (field_expression "pSVar4->super_Input_reader" identifier -> field_identifier) )) . field_identifier))) , (binary_expression "p_Var2 == gold" identifier == identifier)) : : (comma_expression "Sized_incremental_binary<64,_false>::Sized_input_reader" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier)) : :) (unary_expression "~Sized_input_reader" ~ identifier) )) (compound_statement "{\n pSVar4 = pSVar4 + 1;\n if (pSVar1 == pSVar4) goto LAB_0018f2da;\n }" { (expression_statement "pSVar4 = pSVar4 + 1;" (assignment_expression "pSVar4 = pSVar4 + 1" identifier = (binary_expression "pSVar4 + 1" identifier + number_literal)) ;) (if_statement "if (pSVar1 == pSVar4) goto LAB_0018f2da;" if (parenthesized_expression "(pSVar1 == pSVar4)" ( (binary_expression "pSVar1 == pSVar4" identifier == identifier) )) (goto_statement "goto LAB_0018f2da;" goto statement_identifier ;)) })) (expression_statement "pSVar3 = pSVar4 + 1;" (assignment_expression "pSVar3 = pSVar4 + 1" identifier = (binary_expression "pSVar4 + 1" identifier + number_literal)) ;) (expression_statement "(*p_Var2)(pSVar4);" (call_expression "(*p_Var2)(pSVar4)" (parenthesized_expression "(*p_Var2)" ( (pointer_expression "*p_Var2" * identifier) )) (argument_list "(pSVar4)" ( identifier ))) ;) (expression_statement "pSVar4 = pSVar3;" (assignment_expression "pSVar4 = pSVar3" identifier = identifier) ;) }) while (parenthesized_expression "(pSVar1 != pSVar3)" ( (binary_expression "pSVar1 != pSVar3" identifier != identifier) )) ;) (labeled_statement "LAB_0018f2da:\n pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;" statement_identifier : (expression_statement "pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start;" (assignment_expression "pSVar4 = (this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std" (binary_expression "this->\n super__Vector_base<gold::Sized_incremental_binary<64" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Sized_incremental_binary" : : identifier) < number_literal) , (comma_expression "_false>::Sized_input_reader,_std" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : :) (comma_expression "Sized_incremental_binary<64,_false>::Sized_input_reader>_" (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false>::Sized_input_reader>_" (binary_expression "_false>::Sized_input_reader" identifier > (ERROR "::" : :) identifier) > identifier)) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;)) })) (if_statement "if (pSVar4 == (pointer)0x0) {\n return;\n }" if (parenthesized_expression "(pSVar4 == (pointer)0x0)" ( (binary_expression "pSVar4 == (pointer)0x0" identifier == (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "operator_delete(pSVar4);" (call_expression "operator_delete(pSVar4)" identifier (argument_list "(pSVar4)" ( identifier ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0018f290(long *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}\n\n" (function_definition "void FUN_0018f290(long *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" primitive_type (function_declarator "FUN_0018f290(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" identifier = (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" if (parenthesized_expression "(puVar1 != puVar3)" ( (binary_expression "puVar1 != puVar3" identifier != identifier) )) (compound_statement "{\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" { (do_statement "do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);" do (compound_statement "{\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n }" { (while_statement "while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" while (parenthesized_expression "(*(code **)*puVar3 == FUN_00185650)" ( (binary_expression "*(code **)*puVar3 == FUN_00185650" (pointer_expression "*(code **)*puVar3" * (cast_expression "(code **)*puVar3" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar3" * identifier))) == identifier) )) (compound_statement "{\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" { (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (if_statement "if (puVar1 == puVar3) goto LAB_0018f2da;" if (parenthesized_expression "(puVar1 == puVar3)" ( (binary_expression "puVar1 == puVar3" identifier == identifier) )) (goto_statement "goto LAB_0018f2da;" goto statement_identifier ;)) })) (expression_statement "puVar2 = puVar3 + 4;" (assignment_expression "puVar2 = puVar3 + 4" identifier = (binary_expression "puVar3 + 4" identifier + number_literal)) ;) (expression_statement "(**(code **)*puVar3)(puVar3);" (call_expression "(**(code **)*puVar3)(puVar3)" (parenthesized_expression "(**(code **)*puVar3)" ( (pointer_expression "**(code **)*puVar3" * (pointer_expression "*(code **)*puVar3" * (cast_expression "(code **)*puVar3" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*puVar3" * identifier)))) )) (argument_list "(puVar3)" ( identifier ))) ;) (expression_statement "puVar3 = puVar2;" (assignment_expression "puVar3 = puVar2" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar2)" ( (binary_expression "puVar1 != puVar2" identifier != identifier) )) ;) (labeled_statement "LAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;" statement_identifier : (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" identifier = (cast_expression "(undefined8 *)*param_1" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;)) })) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n return;\n }" if (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" ( (binary_expression "puVar3 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002dac70(puVar3);" (call_expression "FUN_002dac70(puVar3)" identifier (argument_list "(puVar3)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT)))) )) (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0018f290(long *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018f290(long *param_1)" (identifier "FUN_0018f290") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar3 = (undefined8 *)*param_1;\n if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }\n if (puVar3 == (undefined8 *)0x0) {\n return;\n }\n FUN_002dac70(puVar3);\n return;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (expression_statement "puVar1 = (undefined8 *)param_1[1];" (assignment_expression "puVar1 = (undefined8 *)param_1[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (puVar1 != puVar3) {\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" (if "if") (parenthesized_expression "(puVar1 != puVar3)" (( "(") (binary_expression "puVar1 != puVar3" (identifier "puVar1") (!= "!=") (identifier "puVar3")) () ")")) (compound_statement "{\n do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);\nLAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;\n }" ({ "{") (do_statement "do {\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n } while (puVar1 != puVar2);" (do "do") (compound_statement "{\n while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }\n puVar2 = puVar3 + 4;\n (**(code **)*puVar3)(puVar3);\n puVar3 = puVar2;\n }" ({ "{") (while_statement "while (*(code **)*puVar3 == FUN_00185650) {\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" (while "while") (parenthesized_expression "(*(code **)*puVar3 == FUN_00185650)" (( "(") (binary_expression "*(code **)*puVar3 == FUN_00185650" (pointer_expression "*(code **)*puVar3" (* "*") (cast_expression "(code **)*puVar3" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")))) (== "==") (identifier "FUN_00185650")) () ")")) (compound_statement "{\n puVar3 = puVar3 + 4;\n if (puVar1 == puVar3) goto LAB_0018f2da;\n }" ({ "{") (expression_statement "puVar3 = puVar3 + 4;" (assignment_expression "puVar3 = puVar3 + 4" (identifier "puVar3") (= "=") (binary_expression "puVar3 + 4" (identifier "puVar3") (+ "+") (number_literal "4"))) (; ";")) (if_statement "if (puVar1 == puVar3) goto LAB_0018f2da;" (if "if") (parenthesized_expression "(puVar1 == puVar3)" (( "(") (binary_expression "puVar1 == puVar3" (identifier "puVar1") (== "==") (identifier "puVar3")) () ")")) (goto_statement "goto LAB_0018f2da;" (goto "goto") (statement_identifier "LAB_0018f2da") (; ";"))) (} "}"))) (expression_statement "puVar2 = puVar3 + 4;" (assignment_expression "puVar2 = puVar3 + 4" (identifier "puVar2") (= "=") (binary_expression "puVar3 + 4" (identifier "puVar3") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "(**(code **)*puVar3)(puVar3);" (call_expression "(**(code **)*puVar3)(puVar3)" (parenthesized_expression "(**(code **)*puVar3)" (( "(") (pointer_expression "**(code **)*puVar3" (* "*") (pointer_expression "*(code **)*puVar3" (* "*") (cast_expression "(code **)*puVar3" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))))) () ")")) (argument_list "(puVar3)" (( "(") (identifier "puVar3") () ")"))) (; ";")) (expression_statement "puVar3 = puVar2;" (assignment_expression "puVar3 = puVar2" (identifier "puVar3") (= "=") (identifier "puVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != puVar2)" (( "(") (binary_expression "puVar1 != puVar2" (identifier "puVar1") (!= "!=") (identifier "puVar2")) () ")")) (; ";")) (labeled_statement "LAB_0018f2da:\n puVar3 = (undefined8 *)*param_1;" (statement_identifier "LAB_0018f2da") (: ":") (expression_statement "puVar3 = (undefined8 *)*param_1;" (assignment_expression "puVar3 = (undefined8 *)*param_1" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)*param_1" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";"))) (} "}"))) (if_statement "if (puVar3 == (undefined8 *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(puVar3 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar3 == (undefined8 *)0x0" (identifier "puVar3") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002dac70(puVar3);" (call_expression "FUN_002dac70(puVar3)" (identifier "FUN_002dac70") (argument_list "(puVar3)" (( "(") (identifier "puVar3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~vector(vector<gold::Sized_incremental_binary<64,_false>::Sized_input_reader,_std::allocator<gold::Sized_incremental_binary<64,_false>::Sized_input_reader>_> * this, int __in_chrg) */ void __thiscall std:: vector<gold::var_1<64,var_2>::var_3,_std::allocator<gold::var_1<64,var_2>::var_3>var_4> ::~vector(vector<gold::var_1<64,var_2>::var_3,_std::allocator<gold::var_1<64,var_2>::var_3>var_4> *this,int __in_chrg) { type_2 var_5; type_1 *p_Var2; type_2 var_7; type_2 var_6; var_5 = (this-> super__Vector_base<gold::var_1<64,var_2>::var_3,_std::allocator<gold::var_1<64,var_2>::var_3>var_4> )._M_impl._M_finish; var_6 = (this-> super__Vector_base<gold::var_1<64,var_2>::var_3,_std::allocator<gold::var_1<64,var_2>::var_3>var_4> )._M_impl._M_start; if (var_5 != var_6) { do { while (p_Var2 = *(var_6->super_Input_reader)._vptr_Input_reader, p_Var2 == gold::var_1<64,var_2>::var_3:: ~var_3) { var_6 = var_6 + 1; if (var_5 == var_6) goto LAB_0018f2da; } var_7 = var_6 + 1; (*p_Var2)(var_6); var_6 = var_7; } while (var_5 != var_7); LAB_0018f2da: var_6 = (this-> super__Vector_base<gold::var_1<64,var_2>::var_3,_std::allocator<gold::var_1<64,var_2>::var_3>var_4> )._M_impl._M_start; } if (var_6 == (type_2)0x0) { return; } var_8(var_6); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier)))) right: (identifier))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier)))))) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(long *param_1) { undefined8 *puVar1; undefined8 *puVar2; undefined8 *puVar3; puVar1 = (undefined8 *)param_1[1]; puVar3 = (undefined8 *)*param_1; if (puVar1 != puVar3) { do { while (*(code **)*puVar3 == FUN_00185650) { puVar3 = puVar3 + 4; if (puVar1 == puVar3) goto LAB_0018f2da; } puVar2 = puVar3 + 4; (**(code **)*puVar3)(puVar3); puVar3 = puVar2; } while (puVar1 != puVar2); LAB_0018f2da: puVar3 = (undefined8 *)*param_1; } if (puVar3 == (undefined8 *)0x0) { return; } FUN_002dac70(puVar3); return; }
9206_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
~ctype_byname
FUN_0030f820
/* std::ctype_byname<char>::~ctype_byname() */ void __thiscall std::ctype_byname<char>::~ctype_byname(ctype_byname<char> *this) { *(undefined ***)this = &PTR__ctype_byname_00439fb0; ctype<char>::~ctype((ctype<char> *)this); return; }
void FUN_0030f820(undefined8 *param_1) { *param_1 = &PTR_FUN_00439fb0; FUN_00319800(); return; }
LEA RAX,[0x439fa0] ADD RAX,0x10 MOV qword ptr [RDI],RAX JMP 0x00319800
null
null
null
null
[('const-4431792', u'PTRSUB_-1204815737'), ('tmp_41', u'CAST_-1204815738'), (u'PTRSUB_-1204815737', u'STORE_-1204815815'), (u'CAST_-1204815734', u'CALL_-1204815807'), ('tmp_41', u'CAST_-1204815734'), ('const-433', u'STORE_-1204815815'), ('const-0', u'PTRSUB_-1204815737'), ('const-0', u'RETURN_-1204815803'), (u'CAST_-1204815738', u'STORE_-1204815815')]
[('const-4431792', u'PTRSUB_-1204815737'), ('tmp_72', u'STORE_-1204815815'), (u'PTRSUB_-1204815737', u'STORE_-1204815815'), ('const-0', u'PTRSUB_-1204815737'), ('const-433', u'STORE_-1204815815'), ('const-0', u'RETURN_-1204815803')]
null
null
0030f820
x64
O2
(translation_unit "void FUN_0030f820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}\n\n" (function_definition "void FUN_0030f820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" primitive_type (function_declarator "FUN_0030f820(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439fb0" & identifier)) ;) (expression_statement "FUN_00319800();" (call_expression "FUN_00319800()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::ctype_byname<char>::~ctype_byname() */\n\nvoid __thiscall std::ctype_byname<char>::~ctype_byname(ctype_byname<char> *this)\n\n{\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n ctype<char>::~ctype((ctype<char> *)this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::ctype_byname<char>::~ctype_byname(ctype_byname<char> *this)\n\n{\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n ctype<char>::~ctype((ctype<char> *)this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ctype_byname<char>::~" identifier : : identifier < primitive_type > : : ~) (function_declarator "ctype_byname(ctype_byname<char> *this)" identifier (parameter_list "(ctype_byname<char> *this)" ( (parameter_declaration "ctype_byname<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n *(undefined ***)this = &PTR__ctype_byname_00439fb0;\n ctype<char>::~ctype((ctype<char> *)this);\n return;\n}" { (expression_statement "*(undefined ***)this = &PTR__ctype_byname_00439fb0;" (assignment_expression "*(undefined ***)this = &PTR__ctype_byname_00439fb0" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__ctype_byname_00439fb0" & identifier)) ;) (expression_statement "ctype<char>::~ctype((ctype<char> *)this);" (binary_expression "ctype<char>::~ctype((ctype<char> *)this)" (binary_expression "ctype<char" identifier < identifier) > (ERROR "::" : :) (unary_expression "~ctype((ctype<char> *)this)" ~ (call_expression "ctype((ctype<char> *)this)" identifier (argument_list "((ctype<char> *)this)" ( (parenthesized_expression "(ctype<char> *)this)" ( (binary_expression "ctype<char> *)this" (binary_expression "ctype<char" identifier < identifier) > (pointer_expression "*)this" * (ERROR ")" )) identifier)) )) ))))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0030f820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}\n\n" (function_definition "void FUN_0030f820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" primitive_type (function_declarator "FUN_0030f820(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00439fb0" & identifier)) ;) (expression_statement "FUN_00319800();" (call_expression "FUN_00319800()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0030f820(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030f820(undefined8 *param_1)" (identifier "FUN_0030f820") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00439fb0;\n FUN_00319800();\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00439fb0;" (assignment_expression "*param_1 = &PTR_FUN_00439fb0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00439fb0" (& "&") (identifier "PTR_FUN_00439fb0"))) (; ";")) (expression_statement "FUN_00319800();" (call_expression "FUN_00319800()" (identifier "FUN_00319800") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::ctype_byname<char>::~ctype_byname() */ void __thiscall std::function_1<char>::~function_1(function_1<char> *this) { *(type_1 ***)this = &PTR__ctype_byname_00439fb0; var_1<var_2>::~var_1((var_1<var_2> *)this); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00439fb0; FUN_00319800(); return; }
229_pageant_and_pageant_strip.c
smemclr
FUN_0010b840
void smemclr(void *b,size_t n) { char cVar1; char *pcVar2; pcVar2 = (char *)memset(b,0,n); cVar1 = *pcVar2; while (cVar1 != '\0') { pcVar2 = pcVar2 + 1; cVar1 = *pcVar2; } return; }
void FUN_0010b840(void *param_1,size_t param_2) { char cVar1; char *pcVar2; pcVar2 = (char *)memset(param_1,0,param_2); cVar1 = *pcVar2; while (cVar1 != '\0') { pcVar2 = pcVar2 + 1; cVar1 = *pcVar2; } return; }
MOV RDX,RSI SUB RSP,0x8 XOR ESI,ESI CALL 0x001072d0 MOV RCX,RAX MOVZX EAX,byte ptr [RAX] TEST AL,AL JZ 0x0010b86b NOP dword ptr [RAX + RAX*0x1] ADD RCX,0x1 MOVZX EAX,byte ptr [RCX] TEST AL,AL JNZ 0x0010b860 ADD RSP,0x8 RET
null
null
null
null
[(u'LOAD_-1206929258', u'MULTIEQUAL_-1206929101'), ('const-0', u'RETURN_-1206929214'), (u'CAST_-1206929109', u'MULTIEQUAL_-1206929102'), (u'PTRADD_-1206929206', u'MULTIEQUAL_-1206929102'), (u'MULTIEQUAL_-1206929101', u'INT_NOTEQUAL_-1206929281'), ('tmp_95', u'CBRANCH_-1206929281'), (u'INT_NOTEQUAL_-1206929281', u'CBRANCH_-1206929281'), (u'LOAD_-1206929301', u'MULTIEQUAL_-1206929101'), ('tmp_204', u'CALL_-1206929306'), ('const-0', u'INT_NOTEQUAL_-1206929281'), (u'MULTIEQUAL_-1206929102', u'PTRADD_-1206929206'), ('const-433', u'LOAD_-1206929301'), ('const-0', u'CALL_-1206929306'), ('const-1', u'PTRADD_-1206929206'), ('const-433', u'LOAD_-1206929258'), (u'PTRADD_-1206929206', u'LOAD_-1206929258'), (u'CAST_-1206929109', u'LOAD_-1206929301'), ('const-1', u'PTRADD_-1206929206'), (u'CALL_-1206929306', u'CAST_-1206929109'), ('tmp_203', u'CALL_-1206929306')]
[(u'LOAD_-1206929258', u'MULTIEQUAL_-1206929101'), ('const-0', u'RETURN_-1206929214'), (u'CAST_-1206929109', u'MULTIEQUAL_-1206929102'), ('tmp_384', u'CALL_-1206929306'), (u'PTRADD_-1206929206', u'MULTIEQUAL_-1206929102'), (u'MULTIEQUAL_-1206929101', u'INT_NOTEQUAL_-1206929281'), ('tmp_387', u'CALL_-1206929306'), ('tmp_95', u'CBRANCH_-1206929281'), (u'INT_NOTEQUAL_-1206929281', u'CBRANCH_-1206929281'), (u'LOAD_-1206929301', u'MULTIEQUAL_-1206929101'), ('const-0', u'INT_NOTEQUAL_-1206929281'), (u'MULTIEQUAL_-1206929102', u'PTRADD_-1206929206'), ('const-433', u'LOAD_-1206929301'), ('const-0', u'CALL_-1206929306'), ('const-1', u'PTRADD_-1206929206'), ('const-433', u'LOAD_-1206929258'), (u'PTRADD_-1206929206', u'LOAD_-1206929258'), (u'CAST_-1206929109', u'LOAD_-1206929301'), ('const-1', u'PTRADD_-1206929206'), (u'CALL_-1206929306', u'CAST_-1206929109')]
null
null
0010b840
x64
O2
(translation_unit "void FUN_0010b840(void *param_1,size_t param_2)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}\n\n" (function_definition "void FUN_0010b840(void *param_1,size_t param_2)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" primitive_type (function_declarator "FUN_0010b840(void *param_1,size_t param_2)" identifier (parameter_list "(void *param_1,size_t param_2)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "pcVar2 = (char *)memset(param_1,0,param_2);" (assignment_expression "pcVar2 = (char *)memset(param_1,0,param_2)" identifier = (cast_expression "(char *)memset(param_1,0,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memset(param_1,0,param_2)" identifier (argument_list "(param_1,0,param_2)" ( identifier , number_literal , identifier ))))) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (while_statement "while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" { (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void smemclr(void *b,size_t n)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(b,0,n);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}\n\n" (function_definition "void smemclr(void *b,size_t n)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(b,0,n);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" primitive_type (function_declarator "smemclr(void *b,size_t n)" identifier (parameter_list "(void *b,size_t n)" ( (parameter_declaration "void *b" primitive_type (pointer_declarator "*b" * identifier)) , (parameter_declaration "size_t n" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(b,0,n);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "pcVar2 = (char *)memset(b,0,n);" (assignment_expression "pcVar2 = (char *)memset(b,0,n)" identifier = (cast_expression "(char *)memset(b,0,n)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memset(b,0,n)" identifier (argument_list "(b,0,n)" ( identifier , number_literal , identifier ))))) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (while_statement "while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" { (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0010b840(void *param_1,size_t param_2)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}\n\n" (function_definition "void FUN_0010b840(void *param_1,size_t param_2)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" primitive_type (function_declarator "FUN_0010b840(void *param_1,size_t param_2)" identifier (parameter_list "(void *param_1,size_t param_2)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) ))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (expression_statement "pcVar2 = (char *)memset(param_1,0,param_2);" (assignment_expression "pcVar2 = (char *)memset(param_1,0,param_2)" identifier = (cast_expression "(char *)memset(param_1,0,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "memset(param_1,0,param_2)" identifier (argument_list "(param_1,0,param_2)" ( identifier , number_literal , identifier ))))) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) (while_statement "while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" while (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" { (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" identifier = (binary_expression "pcVar2 + 1" identifier + number_literal)) ;) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" identifier = (pointer_expression "*pcVar2" * identifier)) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (return_statement return ;) })))
(function_definition "void FUN_0010b840(void *param_1,size_t param_2)\n\n{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010b840(void *param_1,size_t param_2)" (identifier "FUN_0010b840") (parameter_list "(void *param_1,size_t param_2)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "size_t param_2" (primitive_type "size_t") (identifier "param_2")) () ")"))) (compound_statement "{\n char cVar1;\n char *pcVar2;\n \n pcVar2 = (char *)memset(param_1,0,param_2);\n cVar1 = *pcVar2;\n while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }\n return;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (expression_statement "pcVar2 = (char *)memset(param_1,0,param_2);" (assignment_expression "pcVar2 = (char *)memset(param_1,0,param_2)" (identifier "pcVar2") (= "=") (cast_expression "(char *)memset(param_1,0,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "memset(param_1,0,param_2)" (identifier "memset") (argument_list "(param_1,0,param_2)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" (identifier "cVar1") (= "=") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2"))) (; ";")) (while_statement "while (cVar1 != '\0') {\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" (while "while") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pcVar2 = pcVar2 + 1;\n cVar1 = *pcVar2;\n }" ({ "{") (expression_statement "pcVar2 = pcVar2 + 1;" (assignment_expression "pcVar2 = pcVar2 + 1" (identifier "pcVar2") (= "=") (binary_expression "pcVar2 + 1" (identifier "pcVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "cVar1 = *pcVar2;" (assignment_expression "cVar1 = *pcVar2" (identifier "cVar1") (= "=") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void *b,size_t n) { char var_2; char *var_3; var_3 = (char *)var_1(b,0,n); var_2 = *var_3; while (var_2 != '\0') { var_3 = var_3 + 1; var_2 = *var_3; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (return_statement))))
null
void MASKED(void *param_1,size_t param_2) { char cVar1; char *pcVar2; pcVar2 = (char *)memset(param_1,0,param_2); cVar1 = *pcVar2; while (cVar1 != '\0') { pcVar2 = pcVar2 + 1; cVar1 = *pcVar2; } return; }
215_ia64-linux-gnu-nm_and_ia64-linux-gnu-nm_strip.c
fflush
fflush
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fflush(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fflush@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fflush(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206922806')]
[('const-1', u'RETURN_-1206922806')]
null
null
0010d1c0
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fflush@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
74_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c
elf32_hppa_init_stub_bfd
elf32_hppa_init_stub_bfd
void elf32_hppa_init_stub_bfd(void) { (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)(); return; }
void elf32_hppa_init_stub_bfd(void) { (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)(); return; }
JMP qword ptr [0x00180250]
null
null
null
null
[(u'CALLIND_-1206938456', u'INDIRECT_-1206938396'), ('const-0', u'RETURN_-1206938453'), ('tmp_22', u'CAST_-1206938391'), (u'INDIRECT_-1206938396', u'COPY_-1206938455'), (u'CAST_-1206938391', u'CALLIND_-1206938456')]
[(u'CALLIND_-1206938456', u'INDIRECT_-1206938396'), ('const-0', u'RETURN_-1206938453'), ('tmp_22', u'CAST_-1206938391'), (u'INDIRECT_-1206938396', u'COPY_-1206938455'), (u'CAST_-1206938391', u'CALLIND_-1206938456')]
null
null
001094a0
x64
O2
(translation_unit "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}\n\n" (function_definition "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" primitive_type (function_declarator "elf32_hppa_init_stub_bfd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" { (expression_statement "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();" (call_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)()" (parenthesized_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)" ( (pointer_expression "*(code *)PTR_elf32_hppa_init_stub_bfd_00180250" * (cast_expression "(code *)PTR_elf32_hppa_init_stub_bfd_00180250" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}\n\n" (function_definition "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" primitive_type (function_declarator "elf32_hppa_init_stub_bfd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" { (expression_statement "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();" (call_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)()" (parenthesized_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)" ( (pointer_expression "*(code *)PTR_elf32_hppa_init_stub_bfd_00180250" * (cast_expression "(code *)PTR_elf32_hppa_init_stub_bfd_00180250" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}\n\n" (function_definition "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" primitive_type (function_declarator "elf32_hppa_init_stub_bfd(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" { (expression_statement "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();" (call_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)()" (parenthesized_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)" ( (pointer_expression "*(code *)PTR_elf32_hppa_init_stub_bfd_00180250" * (cast_expression "(code *)PTR_elf32_hppa_init_stub_bfd_00180250" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void elf32_hppa_init_stub_bfd(void)\n\n{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" (primitive_type "void") (function_declarator "elf32_hppa_init_stub_bfd(void)" (identifier "elf32_hppa_init_stub_bfd") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)();" (call_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)()" (parenthesized_expression "(*(code *)PTR_elf32_hppa_init_stub_bfd_00180250)" (( "(") (pointer_expression "*(code *)PTR_elf32_hppa_init_stub_bfd_00180250" (* "*") (cast_expression "(code *)PTR_elf32_hppa_init_stub_bfd_00180250" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_elf32_hppa_init_stub_bfd_00180250"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_elf32_hppa_init_stub_bfd_00180250)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { (*(code *)PTR_MASKED_00180250)(); return; }
624_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c
gldelf64lriscv_lp64_add_options
FUN_001323c0
void gldelf64lriscv_lp64_add_options (int ns,char **shortopts,int nl,option **longopts,int nrl,option **really_longopts) { undefined4 uVar1; char *pcVar2; option *poVar3; ulong uVar4; long lVar5; undefined8 *puVar6; undefined8 *puVar7; byte bVar8; bVar8 = 0; lVar5 = (long)ns; pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5); uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_; *shortopts = pcVar2; *(undefined4 *)(pcVar2 + lVar5) = uVar1; pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4]; poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20); *longopts = poVar3; poVar3 = poVar3 + nl; poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name; puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8); uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_; poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val; *(undefined4 *)&poVar3[0xb].field_0x1c = uVar1; lVar5 = (long)poVar3 - (long)puVar7; puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5); for (uVar4 = (ulong)((int)lVar5 + 0x180U >> 3); uVar4 != 0; uVar4 = uVar4 - 1) { *puVar7 = *puVar6; puVar6 = puVar6 + (ulong)bVar8 * -2 + 1; puVar7 = puVar7 + (ulong)bVar8 * -2 + 1; } return; }
void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4) { undefined4 uVar1; long lVar2; ulong uVar3; long lVar4; long lVar5; undefined8 *puVar6; undefined8 *puVar7; byte bVar8; bVar8 = 0; lVar5 = (long)param_1; lVar4 = ((long)param_3 + 0xc) * 0x20; lVar2 = xrealloc(*param_2,lVar5 + 5); uVar1 = DAT_001e4ddc; *param_2 = lVar2; *(undefined4 *)(lVar2 + lVar5) = uVar1; *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0; lVar2 = xrealloc(*param_4,lVar4); *param_4 = lVar2; puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4); *puVar7 = PTR_s_audit_00222480; puVar7[0x2f] = DAT_002225f8; lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8); puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2); puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8); for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) { *puVar7 = *puVar6; puVar6 = puVar6 + (ulong)bVar8 * -2 + 1; puVar7 = puVar7 + (ulong)bVar8 * -2 + 1; } return; }
PUSH R13 MOV R13,RSI PUSH R12 MOV R12,RCX PUSH RBP MOVSXD RBP,EDI PUSH RBX LEA RSI,[RBP + 0x5] MOVSXD RBX,EDX ADD RBX,0xc SHL RBX,0x5 SUB RSP,0x8 MOV RDI,qword ptr [R13] CALL 0x0010a3e0 MOV EDX,dword ptr [0x001e4ddc] MOV RSI,RBX MOV qword ptr [R13],RAX MOV dword ptr [RAX + RBP*0x1],EDX MOVZX EDX,byte ptr [0x001e4de0] MOV byte ptr [RAX + RBP*0x1 + 0x4],DL MOV RDI,qword ptr [R12] CALL 0x0010a3e0 LEA RSI,[0x222480] MOV qword ptr [R12],RAX LEA RCX,[RAX + RBX*0x1 + -0x180] MOV RAX,qword ptr [0x00222480] LEA RDI,[RCX + 0x8] MOV qword ptr [RCX],RAX MOV RAX,qword ptr [0x002225f8] AND RDI,-0x8 MOV qword ptr [RCX + 0x178],RAX SUB RCX,RDI SUB RSI,RCX ADD ECX,0x180 SHR ECX,0x3 MOVSQ.REP RDI,RSI ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 RET
null
null
null
null
[(u'INDIRECT_-1207163418', u'MULTIEQUAL_-1207163418'), (u'INT_RIGHT_-1207163642', u'INT_ZEXT_-1207163532'), (u'INT_NOTEQUAL_-1207163621', u'CBRANCH_-1207163627'), (u'MULTIEQUAL_-1207163463', u'PTRADD_-1207163355'), ('const-8', u'PTRADD_-1207163351'), (u'INDIRECT_-1207163407', u'MULTIEQUAL_-1207163407'), (u'STORE_-1207163719', u'INDIRECT_-1207163441'), (u'CALL_-1207163789', u'INDIRECT_-1207163464'), (u'INDIRECT_-1207163423', u'SUBPIECE_-1207163374'), ('const-0', u'RETURN_-1207163566'), (u'STORE_-1207163615', u'INDIRECT_-1207163385'), (u'MULTIEQUAL_-1207163418', u'COPY_-1207163472'), (u'MULTIEQUAL_-1207163407', u'COPY_-1207163461'), (u'STORE_-1207163778', u'INDIRECT_-1207163480'), ('const-433', u'STORE_-1207163831'), (u'STORE_-1207163823', u'INDIRECT_-1207163501'), ('tmp_559', u'BRANCH_-1207163613'), ('const-11', u'PTRADD_-1207163370'), (u'SUBPIECE_-1207163506', u'INT_ADD_-1207163669'), (u'INDIRECT_-1207163385', u'MULTIEQUAL_-1207163385'), (u'INT_ADD_-1207163907', u'INT_MULT_-1207163881'), (u'PTRSUB_-1207163368', u'STORE_-1207163719'), ('const-1', u'INT_SUB_-1207163611'), (u'CAST_-1207163342', u'INT_SUB_-1207163680'), (u'CAST_-1207163407', u'STORE_-1207163778'), (u'PTRADD_-1207163418', u'PTRADD_-1207163368'), (u'PTRADD_-1207163351', u'COPY_-1207163404'), (u'INT_ADD_-1207163491', u'PTRADD_-1207163746'), ('const--2', u'INT_MULT_-1207163386'), (u'COPY_-1207163428', u'STORE_-1207163428'), (u'STORE_-1207163778', u'INDIRECT_-1207163447'), (u'INT_SUB_-1207163680', u'CAST_-1207163341'), (u'INDIRECT_-1207163408', u'MULTIEQUAL_-1207163385'), (u'STORE_-1207163831', u'INDIRECT_-1207163484'), (u'CALL_-1207163789', u'INDIRECT_-1207163486'), (u'PTRADD_-1207163763', u'CAST_-1207163426'), ('const--8', u'INT_AND_-1207163708'), (u'CALL_-1207163846', u'CAST_-1207163445'), (u'PTRSUB_-1207163396', u'STORE_-1207163746'), (u'INT_SUB_-1207163692', u'SUBPIECE_-1207163506'), (u'INT_ADD_-1207163398', u'PTRADD_-1207163351'), (u'INT_MULT_-1207163881', u'CALL_-1207163789'), (u'INT_SEXT_-1207163914', u'PTRADD_-1207163418'), ('const-0', u'SUBPIECE_-1207163374'), (u'INT_ADD_-1207163402', u'PTRADD_-1207163355'), ('const-11', u'PTRADD_-1207163368'), (u'STORE_-1207163823', u'INDIRECT_-1207163479'), (u'SUBPIECE_-1207163373', u'COPY_-1207163428'), (u'STORE_-1207163778', u'INDIRECT_-1207163469'), (u'COPY_-1207163406', u'MULTIEQUAL_-1207163463'), ('tmp_645', u'LOAD_-1207163802'), (u'STORE_-1207163746', u'INDIRECT_-1207163434'), (u'STORE_-1207163823', u'INDIRECT_-1207163490'), (u'PTRSUB_-1207163378', u'CAST_-1207163342'), ('tmp_642', u'INT_SEXT_-1207163928'), (u'CAST_-1207163445', u'PTRADD_-1207163763'), (u'PTRADD_-1207163355', u'COPY_-1207163402'), (u'CALL_-1207163789', u'CAST_-1207163407'), (u'STORE_-1207163746', u'INDIRECT_-1207163423'), ('tmp_645', u'STORE_-1207163778'), ('const-3', u'INT_RIGHT_-1207163642'), (u'INT_ZEXT_-1207163532', u'MULTIEQUAL_-1207163483'), (u'INT_ZEXT_-1207163606', u'INT_MULT_-1207163386'), (u'PTRADD_-1207163418', u'PTRSUB_-1207163396'), (u'STORE_-1207163615', u'INDIRECT_-1207163407'), (u'MULTIEQUAL_-1207163385', u'COPY_-1207163439'), ('const-4', u'SUBPIECE_-1207163373'), (u'PTRADD_-1207163746', u'STORE_-1207163806'), (u'STORE_-1207163746', u'INDIRECT_-1207163445'), ('const-0', u'PTRSUB_-1207163396'), (u'STORE_-1207163831', u'INDIRECT_-1207163517'), ('const-32', u'INT_MULT_-1207163881'), (u'PTRADD_-1207163368', u'PTRSUB_-1207163366'), ('const-433', u'STORE_-1207163428'), (u'MULTIEQUAL_-1207163483', u'INT_NOTEQUAL_-1207163621'), ('const-433', u'LOAD_-1207163802'), (u'CAST_-1207163361', u'INT_AND_-1207163708'), (u'MULTIEQUAL_-1207163468', u'LOAD_-1207163618'), (u'COPY_-1207163408', u'MULTIEQUAL_-1207163468'), (u'STORE_-1207163719', u'INDIRECT_-1207163408'), ('const-384', u'INT_ADD_-1207163669'), (u'LOAD_-1207163802', u'CALL_-1207163789'), (u'PTRADD_-1207163418', u'PTRSUB_-1207163401'), (u'MULTIEQUAL_-1207163396', u'COPY_-1207163450'), ('tmp_643', u'STORE_-1207163831'), ('const-433', u'LOAD_-1207163859'), (u'STORE_-1207163615', u'INDIRECT_-1207163418'), (u'CALL_-1207163846', u'INDIRECT_-1207163501'), (u'CAST_-1207163445', u'PTRADD_-1207163746'), (u'STORE_-1207163719', u'INDIRECT_-1207163430'), (u'INDIRECT_-1207163430', u'MULTIEQUAL_-1207163407'), ('const-433', u'STORE_-1207163823'), ('const-433', u'STORE_-1207163806'), (u'SUBPIECE_-1207163374', u'STORE_-1207163719'), (u'CALL_-1207163846', u'INDIRECT_-1207163556'), (u'STORE_-1207163806', u'INDIRECT_-1207163501'), ('const-8', u'PTRSUB_-1207163401'), (u'INDIRECT_-1207163423', u'SUBPIECE_-1207163373'), ('tmp_520', u'CBRANCH_-1207163627'), (u'INT_SEXT_-1207163928', u'PTRADD_-1207163763'), ('const-433', u'STORE_-1207163746'), (u'PTRADD_-1207163370', u'PTRSUB_-1207163368'), (u'INT_MULT_-1207163390', u'INT_ADD_-1207163402'), ('const-5', u'INT_ADD_-1207163919'), (u'INT_ADD_-1207163919', u'CALL_-1207163846'), ('const--2', u'INT_MULT_-1207163390'), ('const-32', u'PTRADD_-1207163418'), ('tmp_644', u'INT_SEXT_-1207163914'), (u'CAST_-1207163360', u'COPY_-1207163406'), (u'INDIRECT_-1207163441', u'MULTIEQUAL_-1207163418'), (u'STORE_-1207163806', u'INDIRECT_-1207163479'), (u'STORE_-1207163778', u'INDIRECT_-1207163458'), ('const-433', u'STORE_-1207163719'), (u'STORE_-1207163806', u'INDIRECT_-1207163490'), (u'INT_SUB_-1207163611', u'MULTIEQUAL_-1207163483'), (u'CALL_-1207163846', u'INDIRECT_-1207163523'), (u'INT_SEXT_-1207163928', u'INT_ADD_-1207163919'), (u'LOAD_-1207163618', u'STORE_-1207163615'), (u'CALL_-1207163789', u'INDIRECT_-1207163475'), ('const-1', u'INT_ADD_-1207163402'), (u'STORE_-1207163831', u'INDIRECT_-1207163495'), (u'MULTIEQUAL_-1207163483', u'INT_SUB_-1207163611'), (u'INDIRECT_-1207163396', u'MULTIEQUAL_-1207163396'), ('const-433', u'STORE_-1207163778'), (u'CAST_-1207163360', u'CAST_-1207163346'), ('const-2237568', u'PTRSUB_-1207163378'), (u'STORE_-1207163806', u'INDIRECT_-1207163468'), ('const-12', u'INT_ADD_-1207163907'), (u'CALL_-1207163789', u'INDIRECT_-1207163497'), (u'PTRADD_-1207163418', u'PTRADD_-1207163370'), (u'CAST_-1207163346', u'INT_SUB_-1207163692'), (u'MULTIEQUAL_-1207163463', u'STORE_-1207163615'), (u'INT_ADD_-1207163669', u'INT_RIGHT_-1207163642'), ('const-4', u'INT_ADD_-1207163491'), (u'STORE_-1207163746', u'INDIRECT_-1207163456'), (u'PTRADD_-1207163418', u'CAST_-1207163347'), (u'INT_ZEXT_-1207163611', u'INT_MULT_-1207163390'), (u'INT_SEXT_-1207163914', u'INT_ADD_-1207163907'), ('tmp_643', u'LOAD_-1207163859'), (u'STORE_-1207163719', u'INDIRECT_-1207163419'), (u'INDIRECT_-1207163519', u'INT_ZEXT_-1207163611'), (u'INT_AND_-1207163708', u'CAST_-1207163360'), (u'PTRSUB_-1207163366', u'CAST_-1207163355'), ('const-0', u'SUBPIECE_-1207163506'), (u'COPY_-1207163404', u'MULTIEQUAL_-1207163468'), ('const-433', u'STORE_-1207163615'), (u'STORE_-1207163823', u'INDIRECT_-1207163512'), (u'INDIRECT_-1207163501', u'STORE_-1207163806'), ('const-1', u'PTRADD_-1207163763'), ('const-32', u'PTRADD_-1207163368'), (u'CAST_-1207163347', u'INT_SUB_-1207163692'), (u'INT_MULT_-1207163386', u'INT_ADD_-1207163398'), (u'INDIRECT_-1207163534', u'COPY_-1207163514'), (u'CALL_-1207163789', u'INDIRECT_-1207163519'), ('const-32', u'PTRADD_-1207163370'), ('const-0', u'PTRSUB_-1207163378'), (u'INDIRECT_-1207163519', u'INT_ZEXT_-1207163606'), (u'INT_SEXT_-1207163928', u'INT_ADD_-1207163491'), (u'CAST_-1207163355', u'STORE_-1207163428'), (u'INT_SUB_-1207163692', u'INT_SUB_-1207163680'), (u'CAST_-1207163426', u'STORE_-1207163823'), ('const-24', u'PTRSUB_-1207163368'), ('const-8', u'PTRADD_-1207163355'), ('const-0', u'COPY_-1207163732'), (u'PTRSUB_-1207163401', u'CAST_-1207163361'), (u'CAST_-1207163341', u'COPY_-1207163408'), ('const-433', u'LOAD_-1207163618'), ('const-1', u'INT_ADD_-1207163398'), (u'INDIRECT_-1207163419', u'MULTIEQUAL_-1207163396'), (u'CALL_-1207163846', u'INDIRECT_-1207163512'), (u'CALL_-1207163846', u'INDIRECT_-1207163534'), (u'STORE_-1207163831', u'INDIRECT_-1207163506'), ('const-0', u'INT_NOTEQUAL_-1207163621'), (u'CAST_-1207163407', u'PTRADD_-1207163418'), ('const-28', u'PTRSUB_-1207163366'), (u'COPY_-1207163514', u'STORE_-1207163823'), (u'CAST_-1207163445', u'STORE_-1207163831'), ('const-1', u'PTRADD_-1207163746'), (u'MULTIEQUAL_-1207163468', u'PTRADD_-1207163351'), (u'STORE_-1207163615', u'INDIRECT_-1207163396'), (u'LOAD_-1207163859', u'CALL_-1207163846'), (u'INDIRECT_-1207163458', u'STORE_-1207163746'), (u'COPY_-1207163402', u'MULTIEQUAL_-1207163463')]
[('const-8', u'PTRADD_-1207163412'), (u'INT_RIGHT_-1207163642', u'INT_ZEXT_-1207163532'), (u'INT_NOTEQUAL_-1207163621', u'CBRANCH_-1207163627'), (u'STORE_-1207163831', u'INDIRECT_-1207163490'), (u'MULTIEQUAL_-1207163465', u'STORE_-1207163615'), (u'STORE_-1207163778', u'INDIRECT_-1207163453'), (u'INT_AND_-1207163708', u'CAST_-1207163380'), ('const-0', u'RETURN_-1207163566'), (u'COPY_-1207163428', u'MULTIEQUAL_-1207163469'), (u'STORE_-1207163746', u'INDIRECT_-1207163451'), (u'CAST_-1207163411', u'CAST_-1207163368'), (u'STORE_-1207163806', u'INDIRECT_-1207163485'), (u'INT_ADD_-1207163410', u'PTRADD_-1207163363'), (u'STORE_-1207163806', u'INDIRECT_-1207163496'), ('tmp_559', u'BRANCH_-1207163613'), (u'MULTIEQUAL_-1207163469', u'PTRADD_-1207163363'), (u'SUBPIECE_-1207163506', u'INT_ADD_-1207163669'), ('const-433', u'STORE_-1207163806'), (u'STORE_-1207163806', u'INDIRECT_-1207163507'), ('const-433', u'STORE_-1207163615'), (u'INT_ADD_-1207163757', u'INT_ADD_-1207163755'), ('const-433', u'LOAD_-1207163618'), (u'MULTIEQUAL_-1207163469', u'LOAD_-1207163618'), (u'COPY_-1207163424', u'MULTIEQUAL_-1207163469'), (u'MULTIEQUAL_-1207163402', u'COPY_-1207163456'), (u'INT_ADD_-1207163907', u'INT_MULT_-1207163881'), (u'INDIRECT_-1207163424', u'MULTIEQUAL_-1207163424'), (u'PTRADD_-1207163367', u'COPY_-1207163422'), (u'STORE_-1207163778', u'INDIRECT_-1207163486'), ('const-3', u'INT_RIGHT_-1207163642'), ('tmp_879', u'INT_SEXT_-1207163928'), (u'CALL_-1207163846', u'INT_ADD_-1207163794'), ('const--2', u'INT_MULT_-1207163398'), (u'CALL_-1207163789', u'INDIRECT_-1207163492'), (u'STORE_-1207163823', u'INDIRECT_-1207163496'), ('const-433', u'LOAD_-1207163802'), (u'INT_MULT_-1207163402', u'INT_ADD_-1207163414'), (u'CAST_-1207163362', u'COPY_-1207163428'), (u'INT_ZEXT_-1207163611', u'INT_MULT_-1207163402'), (u'MULTIEQUAL_-1207163391', u'COPY_-1207163445'), ('tmp_1121', u'INT_SEXT_-1207163914'), ('const-433', u'LOAD_-1207163859'), ('const-4', u'INT_ADD_-1207163794'), (u'PTRADD_-1207163412', u'CAST_-1207163381'), ('const--8', u'INT_AND_-1207163708'), (u'CALL_-1207163846', u'INDIRECT_-1207163518'), (u'COPY_-1207163533', u'STORE_-1207163823'), ('const-1', u'INT_SUB_-1207163611'), (u'CAST_-1207163368', u'INT_SUB_-1207163692'), (u'INDIRECT_-1207163507', u'STORE_-1207163806'), ('const-1', u'PTRADD_-1207163412'), (u'INT_SUB_-1207163692', u'SUBPIECE_-1207163506'), (u'MULTIEQUAL_-1207163413', u'COPY_-1207163467'), (u'CAST_-1207163411', u'STORE_-1207163746'), (u'INT_MULT_-1207163881', u'CALL_-1207163789'), (u'INT_ADD_-1207163755', u'CAST_-1207163411'), (u'STORE_-1207163831', u'INDIRECT_-1207163523'), ('const--2', u'INT_MULT_-1207163402'), (u'STORE_-1207163719', u'INDIRECT_-1207163436'), (u'STORE_-1207163806', u'INDIRECT_-1207163474'), (u'STORE_-1207163778', u'INDIRECT_-1207163475'), ('const--384', u'INT_ADD_-1207163757'), (u'STORE_-1207163719', u'INDIRECT_-1207163414'), (u'INT_AND_-1207163708', u'CAST_-1207163367'), (u'INT_ZEXT_-1207163532', u'MULTIEQUAL_-1207163483'), (u'INDIRECT_-1207163525', u'INT_ZEXT_-1207163606'), (u'STORE_-1207163746', u'INDIRECT_-1207163429'), (u'INDIRECT_-1207163413', u'MULTIEQUAL_-1207163413'), (u'CALL_-1207163846', u'INT_ADD_-1207163809'), (u'CALL_-1207163789', u'INDIRECT_-1207163525'), (u'CAST_-1207163380', u'COPY_-1207163426'), ('const-433', u'STORE_-1207163778'), (u'MULTIEQUAL_-1207163465', u'PTRADD_-1207163367'), ('const-433', u'STORE_-1207163719'), ('tmp_844', u'STORE_-1207163831'), (u'CAST_-1207163436', u'STORE_-1207163806'), (u'CAST_-1207163363', u'INT_SUB_-1207163680'), (u'STORE_-1207163823', u'INDIRECT_-1207163518'), ('const-433', u'STORE_-1207163746'), (u'STORE_-1207163719', u'INDIRECT_-1207163425'), ('const-47', u'PTRADD_-1207163393'), (u'MULTIEQUAL_-1207163483', u'INT_NOTEQUAL_-1207163621'), ('const-384', u'INT_ADD_-1207163669'), (u'COPY_-1207163426', u'MULTIEQUAL_-1207163465'), (u'LOAD_-1207163802', u'CALL_-1207163789'), ('const-1', u'INT_ADD_-1207163410'), (u'INT_ZEXT_-1207163606', u'INT_MULT_-1207163398'), (u'STORE_-1207163823', u'INDIRECT_-1207163507'), (u'STORE_-1207163615', u'INDIRECT_-1207163402'), ('const-2237568', u'PTRSUB_-1207163384'), (u'STORE_-1207163831', u'INDIRECT_-1207163512'), (u'STORE_-1207163719', u'INDIRECT_-1207163447'), (u'INDIRECT_-1207163447', u'MULTIEQUAL_-1207163424'), (u'CAST_-1207163411', u'PTRADD_-1207163393'), ('tmp_520', u'CBRANCH_-1207163627'), (u'INT_ADD_-1207163919', u'CALL_-1207163846'), ('const-5', u'INT_ADD_-1207163919'), ('tmp_846', u'STORE_-1207163778'), (u'PTRADD_-1207163393', u'STORE_-1207163719'), (u'INDIRECT_-1207163464', u'STORE_-1207163746'), (u'CALL_-1207163846', u'INDIRECT_-1207163529'), (u'INDIRECT_-1207163540', u'COPY_-1207163533'), (u'INT_SEXT_-1207163928', u'INT_ADD_-1207163809'), (u'CALL_-1207163846', u'STORE_-1207163831'), (u'INT_SUB_-1207163611', u'MULTIEQUAL_-1207163483'), (u'STORE_-1207163831', u'INDIRECT_-1207163501'), (u'CALL_-1207163846', u'INDIRECT_-1207163507'), (u'INT_SEXT_-1207163928', u'INT_ADD_-1207163919'), (u'INDIRECT_-1207163402', u'MULTIEQUAL_-1207163402'), (u'LOAD_-1207163618', u'STORE_-1207163615'), ('const-0', u'PTRSUB_-1207163384'), ('const-8', u'PTRADD_-1207163367'), (u'CALL_-1207163789', u'STORE_-1207163778'), (u'INT_SUB_-1207163680', u'CAST_-1207163362'), (u'MULTIEQUAL_-1207163483', u'INT_SUB_-1207163611'), ('const-8', u'PTRADD_-1207163363'), (u'CALL_-1207163789', u'INDIRECT_-1207163470'), ('const-12', u'INT_ADD_-1207163907'), (u'INDIRECT_-1207163436', u'MULTIEQUAL_-1207163413'), (u'INDIRECT_-1207163414', u'MULTIEQUAL_-1207163391'), (u'INDIRECT_-1207163429', u'STORE_-1207163719'), (u'INT_ADD_-1207163669', u'INT_RIGHT_-1207163642'), (u'STORE_-1207163615', u'INDIRECT_-1207163391'), (u'CALL_-1207163846', u'INDIRECT_-1207163540'), (u'CAST_-1207163411', u'PTRADD_-1207163412'), (u'INT_ADD_-1207163414', u'PTRADD_-1207163367'), (u'STORE_-1207163746', u'INDIRECT_-1207163462'), (u'INT_SEXT_-1207163914', u'INT_ADD_-1207163907'), (u'INT_MULT_-1207163398', u'INT_ADD_-1207163410'), (u'CALL_-1207163789', u'INDIRECT_-1207163481'), (u'INT_ADD_-1207163794', u'INT_ADD_-1207163792'), (u'COPY_-1207163422', u'MULTIEQUAL_-1207163465'), (u'PTRSUB_-1207163384', u'CAST_-1207163363'), (u'INT_ADD_-1207163809', u'CAST_-1207163447'), (u'INT_SEXT_-1207163928', u'INT_ADD_-1207163792'), (u'STORE_-1207163615', u'INDIRECT_-1207163413'), ('tmp_844', u'LOAD_-1207163859'), ('const-0', u'SUBPIECE_-1207163506'), ('const-433', u'STORE_-1207163823'), ('const-8', u'PTRADD_-1207163393'), (u'PTRADD_-1207163363', u'COPY_-1207163424'), (u'INT_SUB_-1207163692', u'INT_SUB_-1207163680'), (u'INDIRECT_-1207163425', u'MULTIEQUAL_-1207163402'), ('tmp_846', u'LOAD_-1207163802'), ('const-0', u'COPY_-1207163732'), ('const-433', u'STORE_-1207163831'), (u'INT_ADD_-1207163792', u'CAST_-1207163436'), (u'CAST_-1207163381', u'INT_AND_-1207163708'), (u'CAST_-1207163367', u'INT_SUB_-1207163692'), (u'CAST_-1207163447', u'STORE_-1207163823'), (u'STORE_-1207163615', u'INDIRECT_-1207163424'), (u'INT_MULT_-1207163881', u'INT_ADD_-1207163755'), ('const-32', u'INT_MULT_-1207163881'), (u'STORE_-1207163746', u'INDIRECT_-1207163440'), (u'INDIRECT_-1207163525', u'INT_ZEXT_-1207163611'), (u'CALL_-1207163789', u'INT_ADD_-1207163757'), ('const-0', u'INT_NOTEQUAL_-1207163621'), (u'CALL_-1207163789', u'INDIRECT_-1207163503'), (u'CALL_-1207163846', u'INDIRECT_-1207163562'), (u'STORE_-1207163823', u'INDIRECT_-1207163485'), (u'STORE_-1207163778', u'INDIRECT_-1207163464'), ('const-1', u'INT_ADD_-1207163414'), (u'MULTIEQUAL_-1207163424', u'COPY_-1207163478'), (u'LOAD_-1207163859', u'CALL_-1207163846'), (u'INDIRECT_-1207163391', u'MULTIEQUAL_-1207163391')]
null
null
001323c0
x64
O2
(translation_unit "void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}\n\n" (function_definition "void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" primitive_type (function_declarator "FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)" identifier (parameter_list "(int param_1,long *param_2,int param_3,long *param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "byte bVar8;" type_identifier identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "lVar5 = (long)param_1;" (assignment_expression "lVar5 = (long)param_1" identifier = (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar4 = ((long)param_3 + 0xc) * 0x20;" (assignment_expression "lVar4 = ((long)param_3 + 0xc) * 0x20" identifier = (binary_expression "((long)param_3 + 0xc) * 0x20" (parenthesized_expression "((long)param_3 + 0xc)" ( (binary_expression "(long)param_3 + 0xc" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )) * number_literal)) ;) (expression_statement "lVar2 = xrealloc(*param_2,lVar5 + 5);" (assignment_expression "lVar2 = xrealloc(*param_2,lVar5 + 5)" identifier = (call_expression "xrealloc(*param_2,lVar5 + 5)" identifier (argument_list "(*param_2,lVar5 + 5)" ( (pointer_expression "*param_2" * identifier) , (binary_expression "lVar5 + 5" identifier + number_literal) )))) ;) (expression_statement "uVar1 = DAT_001e4ddc;" (assignment_expression "uVar1 = DAT_001e4ddc" identifier = identifier) ;) (expression_statement "*param_2 = lVar2;" (assignment_expression "*param_2 = lVar2" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(lVar2 + lVar5) = uVar1;" (assignment_expression "*(undefined4 *)(lVar2 + lVar5) = uVar1" (pointer_expression "*(undefined4 *)(lVar2 + lVar5)" * (cast_expression "(undefined4 *)(lVar2 + lVar5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + lVar5)" ( (binary_expression "lVar2 + lVar5" identifier + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;" (assignment_expression "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0" (pointer_expression "*(undefined1 *)(lVar2 + 4 + lVar5)" * (cast_expression "(undefined1 *)(lVar2 + 4 + lVar5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4 + lVar5)" ( (binary_expression "lVar2 + 4 + lVar5" (binary_expression "lVar2 + 4" identifier + number_literal) + identifier) )))) = identifier) ;) (expression_statement "lVar2 = xrealloc(*param_4,lVar4);" (assignment_expression "lVar2 = xrealloc(*param_4,lVar4)" identifier = (call_expression "xrealloc(*param_4,lVar4)" identifier (argument_list "(*param_4,lVar4)" ( (pointer_expression "*param_4" * identifier) , identifier )))) ;) (expression_statement "*param_4 = lVar2;" (assignment_expression "*param_4 = lVar2" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);" (assignment_expression "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4)" identifier = (cast_expression "(undefined8 *)(lVar2 + -0x180 + lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x180 + lVar4)" ( (binary_expression "lVar2 + -0x180 + lVar4" (binary_expression "lVar2 + -0x180" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar7 = PTR_s_audit_00222480;" (assignment_expression "*puVar7 = PTR_s_audit_00222480" (pointer_expression "*puVar7" * identifier) = identifier) ;) (expression_statement "puVar7[0x2f] = DAT_002225f8;" (assignment_expression "puVar7[0x2f] = DAT_002225f8" (subscript_expression "puVar7[0x2f]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar7 + 1)" ( (binary_expression "puVar7 + 1" identifier + number_literal) ))) & number_literal) ))))) ;) (expression_statement "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);" (assignment_expression "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" identifier = (cast_expression "(undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&PTR_s_audit_00222480 - lVar2)" ( (binary_expression "(long)&PTR_s_audit_00222480 - lVar2" (cast_expression "(long)&PTR_s_audit_00222480" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&PTR_s_audit_00222480" & identifier)) - identifier) )))) ;) (expression_statement "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar7 + 1)" ( (binary_expression "puVar7 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (for_statement "for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" for ( (assignment_expression "uVar3 = (ulong)((int)lVar2 + 0x180U >> 3)" identifier = (call_expression "(ulong)((int)lVar2 + 0x180U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar2 + 0x180U >> 3)" ( (binary_expression "(int)lVar2 + 0x180U >> 3" (binary_expression "(int)lVar2 + 0x180U" (cast_expression "(int)lVar2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar3 != 0" identifier != number_literal) ; (assignment_expression "uVar3 = uVar3 - 1" identifier = (binary_expression "uVar3 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" { (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar7 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar7 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void gldelf64lriscv_lp64_add_options\n (int ns,char **shortopts,int nl,option **longopts,int nrl,option **really_longopts)\n\n{\n undefined4 uVar1;\n char *pcVar2;\n option *poVar3;\n ulong uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)ns;\n pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_;\n *shortopts = pcVar2;\n *(undefined4 *)(pcVar2 + lVar5) = uVar1;\n pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4];\n poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20);\n *longopts = poVar3;\n poVar3 = poVar3 + nl;\n poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name;\n puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_;\n poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val;\n *(undefined4 *)&poVar3[0xb].field_0x1c = uVar1;\n lVar5 = (long)poVar3 - (long)puVar7;\n puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5);\n for (uVar4 = (ulong)((int)lVar5 + 0x180U >> 3); uVar4 != 0; uVar4 = uVar4 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}\n\n" (function_definition "void gldelf64lriscv_lp64_add_options\n (int ns,char **shortopts,int nl,option **longopts,int nrl,option **really_longopts)\n\n{\n undefined4 uVar1;\n char *pcVar2;\n option *poVar3;\n ulong uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)ns;\n pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_;\n *shortopts = pcVar2;\n *(undefined4 *)(pcVar2 + lVar5) = uVar1;\n pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4];\n poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20);\n *longopts = poVar3;\n poVar3 = poVar3 + nl;\n poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name;\n puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_;\n poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val;\n *(undefined4 *)&poVar3[0xb].field_0x1c = uVar1;\n lVar5 = (long)poVar3 - (long)puVar7;\n puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5);\n for (uVar4 = (ulong)((int)lVar5 + 0x180U >> 3); uVar4 != 0; uVar4 = uVar4 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" primitive_type (function_declarator "gldelf64lriscv_lp64_add_options\n (int ns,char **shortopts,int nl,option **longopts,int nrl,option **really_longopts)" identifier (parameter_list "(int ns,char **shortopts,int nl,option **longopts,int nrl,option **really_longopts)" ( (parameter_declaration "int ns" primitive_type identifier) , (parameter_declaration "char **shortopts" primitive_type (pointer_declarator "**shortopts" * (pointer_declarator "*shortopts" * identifier))) , (parameter_declaration "int nl" primitive_type identifier) , (parameter_declaration "option **longopts" type_identifier (pointer_declarator "**longopts" * (pointer_declarator "*longopts" * identifier))) , (parameter_declaration "int nrl" primitive_type identifier) , (parameter_declaration "option **really_longopts" type_identifier (pointer_declarator "**really_longopts" * (pointer_declarator "*really_longopts" * identifier))) ))) (compound_statement "{\n undefined4 uVar1;\n char *pcVar2;\n option *poVar3;\n ulong uVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)ns;\n pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_;\n *shortopts = pcVar2;\n *(undefined4 *)(pcVar2 + lVar5) = uVar1;\n pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4];\n poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20);\n *longopts = poVar3;\n poVar3 = poVar3 + nl;\n poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name;\n puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8);\n uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_;\n poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val;\n *(undefined4 *)&poVar3[0xb].field_0x1c = uVar1;\n lVar5 = (long)poVar3 - (long)puVar7;\n puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5);\n for (uVar4 = (ulong)((int)lVar5 + 0x180U >> 3); uVar4 != 0; uVar4 = uVar4 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "option *poVar3;" type_identifier (pointer_declarator "*poVar3" * identifier) ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "byte bVar8;" type_identifier identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "lVar5 = (long)ns;" (assignment_expression "lVar5 = (long)ns" identifier = (cast_expression "(long)ns" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5);" (assignment_expression "pcVar2 = (char *)xrealloc(*shortopts,lVar5 + 5)" identifier = (cast_expression "(char *)xrealloc(*shortopts,lVar5 + 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(*shortopts,lVar5 + 5)" identifier (argument_list "(*shortopts,lVar5 + 5)" ( (pointer_expression "*shortopts" * identifier) , (binary_expression "lVar5 + 5" identifier + number_literal) ))))) ;) (expression_statement "uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_;" (field_expression "uVar1 = gldelf64lriscv_lp64_add_options::xtra_short._0_4_" (assignment_expression "uVar1 = gldelf64lriscv_lp64_add_options" identifier = identifier) (ERROR "::xtra_short" : : identifier) . field_identifier) ;) (expression_statement "*shortopts = pcVar2;" (assignment_expression "*shortopts = pcVar2" (pointer_expression "*shortopts" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(pcVar2 + lVar5) = uVar1;" (assignment_expression "*(undefined4 *)(pcVar2 + lVar5) = uVar1" (pointer_expression "*(undefined4 *)(pcVar2 + lVar5)" * (cast_expression "(undefined4 *)(pcVar2 + lVar5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar2 + lVar5)" ( (binary_expression "pcVar2 + lVar5" identifier + identifier) )))) = identifier) ;) (expression_statement "pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4];" (subscript_expression "pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options::xtra_short[4]" (assignment_expression "pcVar2[lVar5 + 4] = gldelf64lriscv_lp64_add_options" (subscript_expression "pcVar2[lVar5 + 4]" identifier [ (binary_expression "lVar5 + 4" identifier + number_literal) ]) = identifier) (ERROR "::xtra_short" : : identifier) [ number_literal ]) ;) (expression_statement "poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20);" (assignment_expression "poVar3 = (option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20)" identifier = (cast_expression "(option *)xrealloc(*longopts,((long)nl + 0xc) * 0x20)" ( (type_descriptor "option *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(*longopts,((long)nl + 0xc) * 0x20)" identifier (argument_list "(*longopts,((long)nl + 0xc) * 0x20)" ( (pointer_expression "*longopts" * identifier) , (binary_expression "((long)nl + 0xc) * 0x20" (parenthesized_expression "((long)nl + 0xc)" ( (binary_expression "(long)nl + 0xc" (cast_expression "(long)nl" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )) * number_literal) ))))) ;) (expression_statement "*longopts = poVar3;" (assignment_expression "*longopts = poVar3" (pointer_expression "*longopts" * identifier) = identifier) ;) (expression_statement "poVar3 = poVar3 + nl;" (assignment_expression "poVar3 = poVar3 + nl" identifier = (binary_expression "poVar3 + nl" identifier + identifier)) ;) (expression_statement "poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name;" (field_expression "poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0].name" (subscript_expression "poVar3->name = gldelf64lriscv_lp64_add_options::xtra_long[0]" (assignment_expression "poVar3->name = gldelf64lriscv_lp64_add_options" (field_expression "poVar3->name" identifier -> field_identifier) = identifier) (ERROR "::xtra_long" : : identifier) [ number_literal ]) . field_identifier) ;) (expression_statement "puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8);" (assignment_expression "puVar7 = (undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)&poVar3->has_arg & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)&poVar3->has_arg & 0xfffffffffffffff8)" ( (binary_expression "(ulong)&poVar3->has_arg & 0xfffffffffffffff8" (binary_expression "(ulong)&poVar3->has_arg" (parenthesized_expression "(ulong)" ( identifier )) & (field_expression "poVar3->has_arg" identifier -> field_identifier)) & number_literal) )))) ;) (expression_statement "uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_;" (field_expression "uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]._28_4_" (subscript_expression "uVar1 = gldelf64lriscv_lp64_add_options::xtra_long[0xb]" (assignment_expression "uVar1 = gldelf64lriscv_lp64_add_options" identifier = identifier) (ERROR "::xtra_long" : : identifier) [ number_literal ]) . field_identifier) ;) (expression_statement "poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val;" (field_expression "poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb].val" (subscript_expression "poVar3[0xb].val = gldelf64lriscv_lp64_add_options::xtra_long[0xb]" (assignment_expression "poVar3[0xb].val = gldelf64lriscv_lp64_add_options" (field_expression "poVar3[0xb].val" (subscript_expression "poVar3[0xb]" identifier [ number_literal ]) . field_identifier) = identifier) (ERROR "::xtra_long" : : identifier) [ number_literal ]) . field_identifier) ;) (expression_statement "*(undefined4 *)&poVar3[0xb].field_0x1c = uVar1;" (assignment_expression "*(undefined4 *)&poVar3[0xb].field_0x1c = uVar1" (pointer_expression "*(undefined4 *)&poVar3[0xb].field_0x1c" * (cast_expression "(undefined4 *)&poVar3[0xb].field_0x1c" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&poVar3[0xb].field_0x1c" & (field_expression "poVar3[0xb].field_0x1c" (subscript_expression "poVar3[0xb]" identifier [ number_literal ]) . field_identifier)))) = identifier) ;) (expression_statement "lVar5 = (long)poVar3 - (long)puVar7;" (assignment_expression "lVar5 = (long)poVar3 - (long)puVar7" identifier = (binary_expression "(long)poVar3 - (long)puVar7" (cast_expression "(long)poVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5);" (assignment_expression "puVar6 = (undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5)" identifier = (cast_expression "(undefined8 *)((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5)" ( (binary_expression "(long)gldelf64lriscv_lp64_add_options::xtra_long - lVar5" (cast_expression "(long)gldelf64lriscv_lp64_add_options" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) (ERROR "::xtra_long" : : identifier) - identifier) )))) ;) (for_statement "for (uVar4 = (ulong)((int)lVar5 + 0x180U >> 3); uVar4 != 0; uVar4 = uVar4 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" for ( (assignment_expression "uVar4 = (ulong)((int)lVar5 + 0x180U >> 3)" identifier = (call_expression "(ulong)((int)lVar5 + 0x180U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar5 + 0x180U >> 3)" ( (binary_expression "(int)lVar5 + 0x180U >> 3" (binary_expression "(int)lVar5 + 0x180U" (cast_expression "(int)lVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar4 != 0" identifier != number_literal) ; (assignment_expression "uVar4 = uVar4 - 1" identifier = (binary_expression "uVar4 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" { (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar7 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar7 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}\n\n" (function_definition "void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" primitive_type (function_declarator "FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)" identifier (parameter_list "(int param_1,long *param_2,int param_3,long *param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined8 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "byte bVar8;" type_identifier identifier ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "lVar5 = (long)param_1;" (assignment_expression "lVar5 = (long)param_1" identifier = (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar4 = ((long)param_3 + 0xc) * 0x20;" (assignment_expression "lVar4 = ((long)param_3 + 0xc) * 0x20" identifier = (binary_expression "((long)param_3 + 0xc) * 0x20" (parenthesized_expression "((long)param_3 + 0xc)" ( (binary_expression "(long)param_3 + 0xc" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )) * number_literal)) ;) (expression_statement "lVar2 = xrealloc(*param_2,lVar5 + 5);" (assignment_expression "lVar2 = xrealloc(*param_2,lVar5 + 5)" identifier = (call_expression "xrealloc(*param_2,lVar5 + 5)" identifier (argument_list "(*param_2,lVar5 + 5)" ( (pointer_expression "*param_2" * identifier) , (binary_expression "lVar5 + 5" identifier + number_literal) )))) ;) (expression_statement "uVar1 = DAT_001e4ddc;" (assignment_expression "uVar1 = DAT_001e4ddc" identifier = identifier) ;) (expression_statement "*param_2 = lVar2;" (assignment_expression "*param_2 = lVar2" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(lVar2 + lVar5) = uVar1;" (assignment_expression "*(undefined4 *)(lVar2 + lVar5) = uVar1" (pointer_expression "*(undefined4 *)(lVar2 + lVar5)" * (cast_expression "(undefined4 *)(lVar2 + lVar5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + lVar5)" ( (binary_expression "lVar2 + lVar5" identifier + identifier) )))) = identifier) ;) (expression_statement "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;" (assignment_expression "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0" (pointer_expression "*(undefined1 *)(lVar2 + 4 + lVar5)" * (cast_expression "(undefined1 *)(lVar2 + 4 + lVar5)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 4 + lVar5)" ( (binary_expression "lVar2 + 4 + lVar5" (binary_expression "lVar2 + 4" identifier + number_literal) + identifier) )))) = identifier) ;) (expression_statement "lVar2 = xrealloc(*param_4,lVar4);" (assignment_expression "lVar2 = xrealloc(*param_4,lVar4)" identifier = (call_expression "xrealloc(*param_4,lVar4)" identifier (argument_list "(*param_4,lVar4)" ( (pointer_expression "*param_4" * identifier) , identifier )))) ;) (expression_statement "*param_4 = lVar2;" (assignment_expression "*param_4 = lVar2" (pointer_expression "*param_4" * identifier) = identifier) ;) (expression_statement "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);" (assignment_expression "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4)" identifier = (cast_expression "(undefined8 *)(lVar2 + -0x180 + lVar4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x180 + lVar4)" ( (binary_expression "lVar2 + -0x180 + lVar4" (binary_expression "lVar2 + -0x180" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar7 = PTR_s_audit_00222480;" (assignment_expression "*puVar7 = PTR_s_audit_00222480" (pointer_expression "*puVar7" * identifier) = identifier) ;) (expression_statement "puVar7[0x2f] = DAT_002225f8;" (assignment_expression "puVar7[0x2f] = DAT_002225f8" (subscript_expression "puVar7[0x2f]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar7 + 1)" ( (binary_expression "puVar7 + 1" identifier + number_literal) ))) & number_literal) ))))) ;) (expression_statement "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);" (assignment_expression "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" identifier = (cast_expression "(undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&PTR_s_audit_00222480 - lVar2)" ( (binary_expression "(long)&PTR_s_audit_00222480 - lVar2" (cast_expression "(long)&PTR_s_audit_00222480" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&PTR_s_audit_00222480" & identifier)) - identifier) )))) ;) (expression_statement "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" identifier = (cast_expression "(undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(puVar7 + 1)" ( (binary_expression "puVar7 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (for_statement "for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" for ( (assignment_expression "uVar3 = (ulong)((int)lVar2 + 0x180U >> 3)" identifier = (call_expression "(ulong)((int)lVar2 + 0x180U >> 3)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((int)lVar2 + 0x180U >> 3)" ( (binary_expression "(int)lVar2 + 0x180U >> 3" (binary_expression "(int)lVar2 + 0x180U" (cast_expression "(int)lVar2" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) >> number_literal) )))) ; (binary_expression "uVar3 != 0" identifier != number_literal) ; (assignment_expression "uVar3 = uVar3 - 1" identifier = (binary_expression "uVar3 - 1" identifier - number_literal)) ) (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" { (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1" identifier = (binary_expression "puVar7 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar7 + (ulong)bVar8 * -2" identifier + (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )) * LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression & IDENT)) - IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) )))) ;) (for_statement for ( (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) >> LIT) )))) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT - LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) })) (return_statement return ;) })))
(function_definition "void FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)\n\n{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001323c0(int param_1,long *param_2,int param_3,long *param_4)" (identifier "FUN_001323c0") (parameter_list "(int param_1,long *param_2,int param_3,long *param_4)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n undefined4 uVar1;\n long lVar2;\n ulong uVar3;\n long lVar4;\n long lVar5;\n undefined8 *puVar6;\n undefined8 *puVar7;\n byte bVar8;\n \n bVar8 = 0;\n lVar5 = (long)param_1;\n lVar4 = ((long)param_3 + 0xc) * 0x20;\n lVar2 = xrealloc(*param_2,lVar5 + 5);\n uVar1 = DAT_001e4ddc;\n *param_2 = lVar2;\n *(undefined4 *)(lVar2 + lVar5) = uVar1;\n *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;\n lVar2 = xrealloc(*param_4,lVar4);\n *param_4 = lVar2;\n puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);\n *puVar7 = PTR_s_audit_00222480;\n puVar7[0x2f] = DAT_002225f8;\n lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);\n puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);\n for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "ulong uVar3;" (type_identifier "ulong") (identifier "uVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined8 *puVar6;" (type_identifier "undefined8") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "undefined8 *puVar7;" (type_identifier "undefined8") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "byte bVar8;" (type_identifier "byte") (identifier "bVar8") (; ";")) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" (identifier "bVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar5 = (long)param_1;" (assignment_expression "lVar5 = (long)param_1" (identifier "lVar5") (= "=") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) (; ";")) (expression_statement "lVar4 = ((long)param_3 + 0xc) * 0x20;" (assignment_expression "lVar4 = ((long)param_3 + 0xc) * 0x20" (identifier "lVar4") (= "=") (binary_expression "((long)param_3 + 0xc) * 0x20" (parenthesized_expression "((long)param_3 + 0xc)" (( "(") (binary_expression "(long)param_3 + 0xc" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (number_literal "0xc")) () ")")) (* "*") (number_literal "0x20"))) (; ";")) (expression_statement "lVar2 = xrealloc(*param_2,lVar5 + 5);" (assignment_expression "lVar2 = xrealloc(*param_2,lVar5 + 5)" (identifier "lVar2") (= "=") (call_expression "xrealloc(*param_2,lVar5 + 5)" (identifier "xrealloc") (argument_list "(*param_2,lVar5 + 5)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (binary_expression "lVar5 + 5" (identifier "lVar5") (+ "+") (number_literal "5")) () ")")))) (; ";")) (expression_statement "uVar1 = DAT_001e4ddc;" (assignment_expression "uVar1 = DAT_001e4ddc" (identifier "uVar1") (= "=") (identifier "DAT_001e4ddc")) (; ";")) (expression_statement "*param_2 = lVar2;" (assignment_expression "*param_2 = lVar2" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "*(undefined4 *)(lVar2 + lVar5) = uVar1;" (assignment_expression "*(undefined4 *)(lVar2 + lVar5) = uVar1" (pointer_expression "*(undefined4 *)(lVar2 + lVar5)" (* "*") (cast_expression "(undefined4 *)(lVar2 + lVar5)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + lVar5)" (( "(") (binary_expression "lVar2 + lVar5" (identifier "lVar2") (+ "+") (identifier "lVar5")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0;" (assignment_expression "*(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0" (pointer_expression "*(undefined1 *)(lVar2 + 4 + lVar5)" (* "*") (cast_expression "(undefined1 *)(lVar2 + 4 + lVar5)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 4 + lVar5)" (( "(") (binary_expression "lVar2 + 4 + lVar5" (binary_expression "lVar2 + 4" (identifier "lVar2") (+ "+") (number_literal "4")) (+ "+") (identifier "lVar5")) () ")")))) (= "=") (identifier "DAT_001e4de0")) (; ";")) (expression_statement "lVar2 = xrealloc(*param_4,lVar4);" (assignment_expression "lVar2 = xrealloc(*param_4,lVar4)" (identifier "lVar2") (= "=") (call_expression "xrealloc(*param_4,lVar4)" (identifier "xrealloc") (argument_list "(*param_4,lVar4)" (( "(") (pointer_expression "*param_4" (* "*") (identifier "param_4")) (, ",") (identifier "lVar4") () ")")))) (; ";")) (expression_statement "*param_4 = lVar2;" (assignment_expression "*param_4 = lVar2" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4);" (assignment_expression "puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4)" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)(lVar2 + -0x180 + lVar4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -0x180 + lVar4)" (( "(") (binary_expression "lVar2 + -0x180 + lVar4" (binary_expression "lVar2 + -0x180" (identifier "lVar2") (+ "+") (number_literal "-0x180")) (+ "+") (identifier "lVar4")) () ")")))) (; ";")) (expression_statement "*puVar7 = PTR_s_audit_00222480;" (assignment_expression "*puVar7 = PTR_s_audit_00222480" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (identifier "PTR_s_audit_00222480")) (; ";")) (expression_statement "puVar7[0x2f] = DAT_002225f8;" (assignment_expression "puVar7[0x2f] = DAT_002225f8" (subscript_expression "puVar7[0x2f]" (identifier "puVar7") ([ "[") (number_literal "0x2f") (] "]")) (= "=") (identifier "DAT_002225f8")) (; ";")) (expression_statement "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (identifier "lVar2") (= "=") (binary_expression "(long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)puVar7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar7")) (- "-") (cast_expression "(long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar7 + 1)" (( "(") (binary_expression "puVar7 + 1" (identifier "puVar7") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")"))))) (; ";")) (expression_statement "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2);" (assignment_expression "puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" (identifier "puVar6") (= "=") (cast_expression "(undefined8 *)((long)&PTR_s_audit_00222480 - lVar2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)&PTR_s_audit_00222480 - lVar2)" (( "(") (binary_expression "(long)&PTR_s_audit_00222480 - lVar2" (cast_expression "(long)&PTR_s_audit_00222480" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "&PTR_s_audit_00222480" (& "&") (identifier "PTR_s_audit_00222480"))) (- "-") (identifier "lVar2")) () ")")))) (; ";")) (expression_statement "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8);" (assignment_expression "puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (identifier "puVar7") (= "=") (cast_expression "(undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(puVar7 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(puVar7 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(puVar7 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(puVar7 + 1)" (( "(") (binary_expression "puVar7 + 1" (identifier "puVar7") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")")))) (; ";")) (for_statement "for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" (for "for") (( "(") (assignment_expression "uVar3 = (ulong)((int)lVar2 + 0x180U >> 3)" (identifier "uVar3") (= "=") (call_expression "(ulong)((int)lVar2 + 0x180U >> 3)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((int)lVar2 + 0x180U >> 3)" (( "(") (binary_expression "(int)lVar2 + 0x180U >> 3" (binary_expression "(int)lVar2 + 0x180U" (cast_expression "(int)lVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar2")) (+ "+") (number_literal "0x180U")) (>> ">>") (number_literal "3")) () ")")))) (; ";") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "uVar3 = uVar3 - 1" (identifier "uVar3") (= "=") (binary_expression "uVar3 - 1" (identifier "uVar3") (- "-") (number_literal "1"))) () ")") (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;\n puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;\n }" ({ "{") (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" (* "*") (identifier "puVar7")) (= "=") (pointer_expression "*puVar6" (* "*") (identifier "puVar6"))) (; ";")) (expression_statement "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar6 = puVar6 + (ulong)bVar8 * -2 + 1" (identifier "puVar6") (= "=") (binary_expression "puVar6 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar6 + (ulong)bVar8 * -2" (identifier "puVar6") (+ "+") (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1;" (assignment_expression "puVar7 = puVar7 + (ulong)bVar8 * -2 + 1" (identifier "puVar7") (= "=") (binary_expression "puVar7 + (ulong)bVar8 * -2 + 1" (binary_expression "puVar7 + (ulong)bVar8 * -2" (identifier "puVar7") (+ "+") (binary_expression "(ulong)bVar8 * -2" (cast_expression "(ulong)bVar8" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1 (int ns,char **shortopts,int var_5,type_1 **longopts,int nrl,type_1 **really_longopts) { type_2 uVar1; char *var_3; type_1 *var_4; type_3 var_6; long var_2; type_4 *var_7; type_4 *var_8; type_5 bVar8; bVar8 = 0; var_2 = (long)ns; var_3 = (char *)var_1(*shortopts,var_2 + 5); uVar1 = function_1::xtra_short._0_4_; *shortopts = var_3; *(type_2 *)(var_3 + var_2) = uVar1; var_3[var_2 + 4] = function_1::xtra_short[4]; var_4 = (type_1 *)var_1(*longopts,((long)var_5 + 0xc) * 0x20); *longopts = var_4; var_4 = var_4 + var_5; var_4->name = function_1::xtra_long[0].name; var_8 = (type_4 *)((type_3)&var_4->has_arg & 0xfffffffffffffff8); uVar1 = function_1::xtra_long[0xb]._28_4_; var_4[0xb].val = function_1::xtra_long[0xb].val; *(type_2 *)&var_4[0xb].field_0x1c = uVar1; var_2 = (long)var_4 - (long)var_8; var_7 = (type_4 *)((long)function_1::xtra_long - var_2); for (var_6 = (type_3)((int)var_2 + 0x180U >> 3); var_6 != 0; var_6 = var_6 - 1) { *var_8 = *var_7; var_7 = var_7 + (type_3)bVar8 * -2 + 1; var_8 = var_8 + (type_3)bVar8 * -2 + 1; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))) (for_statement initializer: (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal))))) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (return_statement))))
null
void MASKED(int param_1,long *param_2,int param_3,long *param_4) { undefined4 uVar1; long lVar2; ulong uVar3; long lVar4; long lVar5; undefined8 *puVar6; undefined8 *puVar7; byte bVar8; bVar8 = 0; lVar5 = (long)param_1; lVar4 = ((long)param_3 + 0xc) * 0x20; lVar2 = xrealloc(*param_2,lVar5 + 5); uVar1 = DAT_001e4ddc; *param_2 = lVar2; *(undefined4 *)(lVar2 + lVar5) = uVar1; *(undefined1 *)(lVar2 + 4 + lVar5) = DAT_001e4de0; lVar2 = xrealloc(*param_4,lVar4); *param_4 = lVar2; puVar7 = (undefined8 *)(lVar2 + -0x180 + lVar4); *puVar7 = PTR_s_audit_00222480; puVar7[0x2f] = DAT_002225f8; lVar2 = (long)puVar7 - (long)((ulong)(puVar7 + 1) & 0xfffffffffffffff8); puVar6 = (undefined8 *)((long)&PTR_s_audit_00222480 - lVar2); puVar7 = (undefined8 *)((ulong)(puVar7 + 1) & 0xfffffffffffffff8); for (uVar3 = (ulong)((int)lVar2 + 0x180U >> 3); uVar3 != 0; uVar3 = uVar3 - 1) { *puVar7 = *puVar6; puVar6 = puVar6 + (ulong)bVar8 * -2 + 1; puVar7 = puVar7 + (ulong)bVar8 * -2 + 1; } return; }
9789_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
moneypunct
FUN_00325c20
/* std::moneypunct<wchar_t, true>::moneypunct(std::__moneypunct_cache<wchar_t, true>*, unsigned long) */ void __thiscall std::moneypunct<wchar_t,true>::moneypunct (moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2) { *(__moneypunct_cache **)(this + 0x10) = param_1; *(uint *)(this + 8) = (uint)(param_2 != 0); *(undefined ***)this = &PTR__moneypunct_0043bf28; /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */ _M_initialize_moneypunct((__locale_struct *)this,(char *)0x0); return; }
void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3) { param_1[2] = param_2; *(uint *)(param_1 + 1) = (uint)(param_3 != 0); *param_1 = &PTR_FUN_0043bf28; /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */ FUN_003208a0(param_1,0,0); return; }
PUSH RBP XOR EAX,EAX PUSH RBX MOV RBX,RDI SUB RSP,0x8 TEST RDX,RDX MOV qword ptr [RDI + 0x10],RSI SETNZ AL XOR EDX,EDX XOR ESI,ESI MOV dword ptr [RDI + 0x8],EAX LEA RAX,[0x43bf18] ADD RAX,0x10 MOV qword ptr [RDI],RAX CALL 0x003208a0 ADD RSP,0x8 POP RBX POP RBP RET
null
null
null
null
[('const-8', u'PTRADD_-1204986698'), (u'PTRSUB_-1204986585', u'STORE_-1204986732'), ('const-433', u'STORE_-1204986794'), ('const-16', u'PTRADD_-1204986734'), ('const-1', u'PTRADD_-1204986698'), ('const-4439848', u'PTRSUB_-1204986585'), (u'PTRADD_-1204986698', u'CAST_-1204986599'), (u'CAST_-1204986611', u'STORE_-1204986794'), (u'PTRADD_-1204986734', u'CAST_-1204986611'), (u'CAST_-1204986599', u'STORE_-1204986758'), ('tmp_266', u'CAST_-1204986584'), ('const-1', u'PTRADD_-1204986734'), ('tmp_267', u'STORE_-1204986794'), (u'CAST_-1204986580', u'CALL_-1204986722'), ('tmp_266', u'PTRADD_-1204986698'), ('const-0', u'CALL_-1204986722'), ('tmp_268', u'INT_NOTEQUAL_-1204986795'), ('const-0', u'RETURN_-1204986688'), ('const-0', u'PTRSUB_-1204986585'), ('tmp_266', u'PTRADD_-1204986734'), ('const-433', u'STORE_-1204986758'), ('const-433', u'STORE_-1204986732'), ('tmp_266', u'CAST_-1204986580'), (u'INT_ZEXT_-1204986689', u'STORE_-1204986758'), (u'INT_NOTEQUAL_-1204986795', u'INT_ZEXT_-1204986689'), ('const-0', u'INT_NOTEQUAL_-1204986795'), (u'CAST_-1204986584', u'STORE_-1204986732')]
[('tmp_386', u'CALL_-1204986722'), (u'CAST_-1204986597', u'STORE_-1204986758'), ('tmp_386', u'PTRADD_-1204986597'), ('tmp_387', u'INT_NOTEQUAL_-1204986795'), ('tmp_388', u'STORE_-1204986794'), ('tmp_386', u'STORE_-1204986732'), ('const-0', u'CALL_-1204986722'), ('const-433', u'STORE_-1204986794'), ('const-1', u'PTRADD_-1204986597'), ('const-433', u'STORE_-1204986732'), ('const-0', u'PTRSUB_-1204986584'), (u'PTRADD_-1204986597', u'CAST_-1204986597'), ('const-0', u'RETURN_-1204986688'), ('const-433', u'STORE_-1204986758'), ('const-0', u'CALL_-1204986722'), ('const-8', u'PTRADD_-1204986609'), ('const-2', u'PTRADD_-1204986609'), ('const-4439848', u'PTRSUB_-1204986584'), ('const-8', u'PTRADD_-1204986597'), ('tmp_386', u'PTRADD_-1204986609'), (u'PTRADD_-1204986609', u'STORE_-1204986794'), (u'INT_ZEXT_-1204986689', u'STORE_-1204986758'), (u'INT_NOTEQUAL_-1204986795', u'INT_ZEXT_-1204986689'), (u'PTRSUB_-1204986584', u'STORE_-1204986732'), ('const-0', u'INT_NOTEQUAL_-1204986795')]
null
null
00325c20
x64
O2
(translation_unit "void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */\n FUN_003208a0(param_1,0,0);\n return;\n}\n\n" (function_definition "void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */\n FUN_003208a0(param_1,0,0);\n return;\n}" primitive_type (function_declarator "FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */\n FUN_003208a0(param_1,0,0);\n return;\n}" { (expression_statement "param_1[2] = param_2;" (assignment_expression "param_1[2] = param_2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0043bf28;" (assignment_expression "*param_1 = &PTR_FUN_0043bf28" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043bf28" & identifier)) ;) comment (expression_statement "FUN_003208a0(param_1,0,0);" (call_expression "FUN_003208a0(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::moneypunct<wchar_t, true>::moneypunct(std::__moneypunct_cache<wchar_t, true>*, unsigned\n long) */\n\nvoid __thiscall\nstd::moneypunct<wchar_t,true>::moneypunct\n (moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2)\n\n{\n *(__moneypunct_cache **)(this + 0x10) = param_1;\n *(uint *)(this + 8) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__moneypunct_0043bf28;\n /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */\n _M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::moneypunct<wchar_t,true>::moneypunct\n (moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2)\n\n{\n *(__moneypunct_cache **)(this + 0x10) = param_1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::moneypunct<" identifier : : identifier <) identifier , (ERROR "true>::moneypunct\n (moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2)\n\n{" identifier > : : (function_declarator "moneypunct\n (moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2)" identifier (parameter_list "(moneypunct<wchar_t,true> *this,__moneypunct_cache *param_1,ulong param_2)" ( (parameter_declaration "moneypunct<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__moneypunct_cache *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) {) (init_declarator "*(__moneypunct_cache **)(this + 0x10) = param_1" (pointer_declarator "*(__moneypunct_cache **)(this + 0x10)" * (function_declarator "(__moneypunct_cache **)(this + 0x10)" (parenthesized_declarator "(__moneypunct_cache **)" ( (ERROR "__moneypunct_cache" identifier) (pointer_declarator "**" * (pointer_declarator "*" * identifier)) )) (parameter_list "(this + 0x10)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 0x10" + number_literal) )))) = identifier) ;) (expression_statement "*(uint *)(this + 8) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(this + 8) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(this + 8)" * (cast_expression "(uint *)(this + 8)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__moneypunct_0043bf28;" (assignment_expression "*(undefined ***)this = &PTR__moneypunct_0043bf28" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__moneypunct_0043bf28" & identifier)) ;) comment (expression_statement "_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);" (call_expression "_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" identifier (argument_list "((__locale_struct *)this,(char *)0x0)" ( (cast_expression "(__locale_struct *)this" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n \n FUN_003208a0(param_1,0,0);\n return;\n}\n\n" (function_definition "void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n \n FUN_003208a0(param_1,0,0);\n return;\n}" primitive_type (function_declarator "FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)" identifier (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n \n FUN_003208a0(param_1,0,0);\n return;\n}" { (expression_statement "param_1[2] = param_2;" (assignment_expression "param_1[2] = param_2" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0043bf28;" (assignment_expression "*param_1 = &PTR_FUN_0043bf28" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043bf28" & identifier)) ;) (expression_statement "FUN_003208a0(param_1,0,0);" (call_expression "FUN_003208a0(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)\n\n{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n \n FUN_003208a0(param_1,0,0);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00325c20(undefined8 *param_1,undefined8 param_2,long param_3)" (identifier "FUN_00325c20") (parameter_list "(undefined8 *param_1,undefined8 param_2,long param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n param_1[2] = param_2;\n *(uint *)(param_1 + 1) = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0043bf28;\n \n FUN_003208a0(param_1,0,0);\n return;\n}" ({ "{") (expression_statement "param_1[2] = param_2;" (assignment_expression "param_1[2] = param_2" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_3 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_3 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" (* "*") (cast_expression "(uint *)(param_1 + 1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_0043bf28;" (assignment_expression "*param_1 = &PTR_FUN_0043bf28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043bf28" (& "&") (identifier "PTR_FUN_0043bf28"))) (; ";")) (expression_statement "FUN_003208a0(param_1,0,0);" (call_expression "FUN_003208a0(param_1,0,0)" (identifier "FUN_003208a0") (argument_list "(param_1,0,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::moneypunct<wchar_t, true>::moneypunct(std::__moneypunct_cache<wchar_t, true>*, unsigned long) */ void __thiscall std::moneypunct<wchar_t,true>::moneypunct (moneypunct<wchar_t,true> *type_1,__moneypunct_cache *param_1,ulong var_1) { *(__moneypunct_cache **)(type_1 + 0x10) = param_1; *(type_2 *)(type_1 + 8) = (type_2)(var_1 != 0); *(type_3 ***)type_1 = &PTR__moneypunct_0043bf28; /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */ var_2((type_4 *)type_1,(char *)0x0); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1,undefined8 param_2,long param_3) { param_1[2] = param_2; *(uint *)(param_1 + 1) = (uint)(param_3 != 0); *param_1 = &PTR_FUN_0043bf28; /* try { // try from 00325c4a to 00325c4e has its CatchHandler @ 00325c56 */ FUN_003208a0(param_1,0,0); return; }
448_sqlite3_and_sqlite3_strip.c
pcacheManageDirtyList
FUN_0012cf70
void pcacheManageDirtyList(PgHdr *pPage,u8 addRemove) { PCache *pPVar1; PgHdr *pPVar2; PgHdr *pPVar3; pPVar1 = pPage->pCache; if ((addRemove & 1) == 0) goto LAB_0012cfa2; pPVar2 = pPage->pDirtyPrev; if (pPVar1->pSynced == pPage) { pPVar1->pSynced = pPVar2; pPVar3 = pPage->pDirtyNext; pPVar2 = pPage->pDirtyPrev; if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d; LAB_0012d001: pPVar1->pDirtyTail = pPVar2; pPVar2 = pPage->pDirtyPrev; pPVar3 = pPage->pDirtyNext; } else { pPVar3 = pPage->pDirtyNext; if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001; LAB_0012cf8d: pPVar3->pDirtyPrev = pPVar2; pPVar2 = pPage->pDirtyPrev; pPVar3 = pPage->pDirtyNext; } if (pPVar2 == (PgHdr *)0x0) { pPVar1->pDirty = pPVar3; if (pPVar3 == (PgHdr *)0x0) { pPVar1->eCreate = '\x02'; } } else { pPVar2->pDirtyNext = pPVar3; } LAB_0012cfa2: if ((addRemove & 2) != 0) { pPage->pDirtyPrev = (PgHdr *)0x0; pPVar2 = pPVar1->pDirty; pPage->pDirtyNext = pPVar2; if (pPVar2 == (PgHdr *)0x0) { pPVar1->pDirtyTail = pPage; if (pPVar1->bPurgeable != '\0') { pPVar1->eCreate = '\x01'; } } else { pPVar2->pDirtyPrev = pPage; } pPVar1->pDirty = pPage; if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) { pPVar1->pSynced = pPage; return; } } return; }
void FUN_0012cf70(long param_1,ulong param_2) { long *plVar1; long lVar2; long lVar3; plVar1 = *(long **)(param_1 + 0x18); if ((param_2 & 1) == 0) goto LAB_0012cfa2; lVar2 = *(long *)(param_1 + 0x40); if (plVar1[2] == param_1) { plVar1[2] = lVar2; lVar3 = *(long *)(param_1 + 0x38); lVar2 = *(long *)(param_1 + 0x40); if (lVar3 != 0) goto LAB_0012cf8d; LAB_0012d001: plVar1[1] = lVar2; lVar2 = *(long *)(param_1 + 0x40); lVar3 = *(long *)(param_1 + 0x38); } else { lVar3 = *(long *)(param_1 + 0x38); if (lVar3 == 0) goto LAB_0012d001; LAB_0012cf8d: *(long *)(lVar3 + 0x40) = lVar2; lVar2 = *(long *)(param_1 + 0x40); lVar3 = *(long *)(param_1 + 0x38); } if (lVar2 == 0) { *plVar1 = lVar3; if (lVar3 == 0) { *(undefined1 *)((long)plVar1 + 0x2d) = 2; } } else { *(long *)(lVar2 + 0x38) = lVar3; } LAB_0012cfa2: if ((param_2 & 2) != 0) { *(undefined8 *)(param_1 + 0x40) = 0; lVar2 = *plVar1; *(long *)(param_1 + 0x38) = lVar2; if (lVar2 == 0) { plVar1[1] = param_1; if (*(char *)((long)plVar1 + 0x2c) != '\0') { *(undefined1 *)((long)plVar1 + 0x2d) = 1; } } else { *(long *)(lVar2 + 0x40) = param_1; } *plVar1 = param_1; if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) { plVar1[2] = param_1; return; } } return; }
MOV RAX,qword ptr [RDI + 0x18] TEST SIL,0x1 JZ 0x0012cfa2 MOV RCX,qword ptr [RDI + 0x40] CMP qword ptr [RAX + 0x10],RDI JZ 0x0012cff0 MOV RDX,qword ptr [RDI + 0x38] TEST RDX,RDX JZ 0x0012d001 MOV qword ptr [RDX + 0x40],RCX MOV RDX,qword ptr [RDI + 0x40] MOV RCX,qword ptr [RDI + 0x38] TEST RDX,RDX JZ 0x0012d012 MOV qword ptr [RDX + 0x38],RCX AND ESI,0x2 JZ 0x0012cfc9 MOV qword ptr [RDI + 0x40],0x0 MOV RDX,qword ptr [RAX] MOV qword ptr [RDI + 0x38],RDX TEST RDX,RDX JZ 0x0012cfe0 MOV qword ptr [RDX + 0x40],RDI CMP qword ptr [RAX + 0x10],0x0 MOV qword ptr [RAX],RDI JZ 0x0012cfd0 RET TEST byte ptr [RDI + 0x34],0x8 JNZ 0x0012cfc9 MOV qword ptr [RAX + 0x10],RDI RET CMP byte ptr [RAX + 0x2c],0x0 MOV qword ptr [RAX + 0x8],RDI JZ 0x0012cfbf MOV byte ptr [RAX + 0x2d],0x1 JMP 0x0012cfbf MOV qword ptr [RAX + 0x10],RCX MOV RDX,qword ptr [RDI + 0x38] MOV RCX,qword ptr [RDI + 0x40] TEST RDX,RDX JNZ 0x0012cf8d MOV qword ptr [RAX + 0x8],RCX MOV RDX,qword ptr [RDI + 0x40] MOV RCX,qword ptr [RDI + 0x38] TEST RDX,RDX JNZ 0x0012cf9e MOV qword ptr [RAX],RCX TEST RCX,RCX JNZ 0x0012cfa2 MOV byte ptr [RAX + 0x2d],0x2 JMP 0x0012cfa2
null
null
null
null
[('tmp_76', u'CBRANCH_-1207054429'), (u'LOAD_-1207054477', u'PTRSUB_-1207053879'), (u'LOAD_-1207054337', u'STORE_-1207054329'), ('const-433', u'LOAD_-1207054302'), (u'LOAD_-1207054477', u'PTRSUB_-1207053913'), (u'LOAD_-1207054477', u'PTRSUB_-1207053918'), (u'PTRSUB_-1207053906', u'STORE_-1207054204'), (u'INT_AND_-1207054239', u'INT_EQUAL_-1207054253'), ('tmp_553', u'PTRSUB_-1207053983'), ('const-433', u'LOAD_-1207054454'), ('tmp_553', u'STORE_-1207054307'), (u'LOAD_-1207054232', u'INT_NOTEQUAL_-1207054216'), ('const-433', u'LOAD_-1207054477'), (u'LOAD_-1207054477', u'PTRSUB_-1207053974'), (u'LOAD_-1207054392', u'MULTIEQUAL_-1207053896'), ('tmp_434', u'CBRANCH_-1207054142'), (u'PTRSUB_-1207053889', u'LOAD_-1207054145'), ('const-64', u'PTRSUB_-1207053889'), (u'LOAD_-1207054145', u'MULTIEQUAL_-1207053980'), ('tmp_292', u'CBRANCH_-1207054278'), (u'PTRSUB_-1207054030', u'LOAD_-1207054447'), ('const-433', u'LOAD_-1207054265'), ('const-0', u'RETURN_-1207054232'), ('tmp_110', u'CBRANCH_-1207054407'), (u'MULTIEQUAL_-1207054090', u'PTRSUB_-1207054013'), ('const-433', u'STORE_-1207054345'), ('tmp_553', u'PTRSUB_-1207053970'), ('tmp_553', u'INT_EQUAL_-1207054432'), (u'PTRSUB_-1207054046', u'LOAD_-1207054477'), ('const-16', u'PTRSUB_-1207053899'), (u'PTRSUB_-1207054035', u'LOAD_-1207054454'), (u'MULTIEQUAL_-1207053897', u'INT_EQUAL_-1207054129'), ('tmp_553', u'PTRSUB_-1207053894'), (u'MULTIEQUAL_-1207053980', u'STORE_-1207054160'), ('tmp_553', u'PTRSUB_-1207053874'), ('const-433', u'STORE_-1207054161'), (u'PTRSUB_-1207053974', u'LOAD_-1207054337'), ('const-433', u'STORE_-1207054307'), (u'LOAD_-1207054337', u'PTRSUB_-1207053960'), (u'LOAD_-1207054399', u'MULTIEQUAL_-1207053897'), (u'LOAD_-1207054454', u'MULTIEQUAL_-1207053980'), ('const-433', u'STORE_-1207054214'), ('const-433', u'STORE_-1207054368'), ('const-1', u'STORE_-1207054204'), ('const-433', u'LOAD_-1207054148'), (u'LOAD_-1207054148', u'MULTIEQUAL_-1207053896'), ('tmp_333', u'CBRANCH_-1207054249'), (u'INT_EQUAL_-1207054145', u'CBRANCH_-1207054142'), ('const-56', u'PTRSUB_-1207054003'), ('const-0', u'RETURN_-1207054268'), (u'INT_AND_-1207054048', u'INT_NOTEQUAL_-1207054349'), ('const-0', u'INT_NOTEQUAL_-1207054125'), (u'LOAD_-1207054152', u'MULTIEQUAL_-1207054090'), (u'LOAD_-1207054477', u'PTRSUB_-1207053859'), (u'LOAD_-1207054447', u'INT_EQUAL_-1207054432'), ('const-2', u'STORE_-1207054139'), ('const-24', u'PTRSUB_-1207054046'), ('const-433', u'LOAD_-1207054392'), (u'MULTIEQUAL_-1207053896', u'INT_EQUAL_-1207054145'), ('const-433', u'STORE_-1207054157'), ('const-433', u'LOAD_-1207054337'), ('const-0', u'PTRSUB_-1207053949'), ('const-45', u'PTRSUB_-1207053850'), ('const-433', u'STORE_-1207054329'), (u'INT_EQUAL_-1207054253', u'CBRANCH_-1207054249'), ('const-44', u'PTRSUB_-1207053918'), ('tmp_243', u'CBRANCH_-1207054310'), ('const-56', u'PTRSUB_-1207053869'), ('tmp_196', u'CBRANCH_-1207054348'), (u'LOAD_-1207054302', u'INT_EQUAL_-1207054287'), ('const-433', u'LOAD_-1207054155'), ('const-433', u'LOAD_-1207054447'), ('const-0', u'INT_EQUAL_-1207054253'), (u'LOAD_-1207054477', u'PTRSUB_-1207054030'), (u'PTRSUB_-1207053850', u'STORE_-1207054139'), (u'INT_EQUAL_-1207054287', u'CBRANCH_-1207054278'), (u'MULTIEQUAL_-1207053896', u'STORE_-1207054368'), ('tmp_553', u'PTRSUB_-1207053869'), (u'PTRSUB_-1207053929', u'STORE_-1207054246'), (u'LOAD_-1207054454', u'MULTIEQUAL_-1207054095'), (u'LOAD_-1207054428', u'MULTIEQUAL_-1207054090'), ('const-56', u'PTRSUB_-1207053970'), (u'INT_EQUAL_-1207054432', u'CBRANCH_-1207054429'), (u'LOAD_-1207054477', u'PTRSUB_-1207053899'), (u'PTRSUB_-1207053869', u'LOAD_-1207054148'), ('tmp_495', u'CBRANCH_-1207054126'), ('const-64', u'PTRSUB_-1207054013'), ('const-64', u'PTRSUB_-1207053874'), (u'PTRSUB_-1207053859', u'STORE_-1207054161'), ('const-0', u'INT_EQUAL_-1207054145'), ('tmp_553', u'PTRSUB_-1207054023'), (u'MULTIEQUAL_-1207054095', u'STORE_-1207054404'), ('tmp_553', u'PTRSUB_-1207053936'), ('tmp_553', u'STORE_-1207054214'), ('tmp_547', u'CBRANCH_-1207054123'), (u'LOAD_-1207054145', u'MULTIEQUAL_-1207054095'), (u'PTRSUB_-1207054003', u'LOAD_-1207054392'), (u'PTRSUB_-1207053955', u'LOAD_-1207054302'), (u'LOAD_-1207054428', u'INT_EQUAL_-1207054409'), ('const-64', u'PTRSUB_-1207054008'), (u'PTRSUB_-1207053879', u'STORE_-1207054160'), ('const-0', u'INT_NOTEQUAL_-1207054349'), ('const-433', u'LOAD_-1207054145'), ('const-433', u'LOAD_-1207054428'), (u'INT_NOTEQUAL_-1207054216', u'CBRANCH_-1207054207'), (u'MULTIEQUAL_-1207053897', u'PTRSUB_-1207053993'), ('const-0', u'INT_EQUAL_-1207054129'), ('tmp_554', u'INT_AND_-1207054048'), ('tmp_32', u'CBRANCH_-1207054455'), ('tmp_553', u'STORE_-1207054246'), (u'INT_AND_-1207054097', u'INT_EQUAL_-1207054458'), ('const-2', u'INT_AND_-1207054048'), ('const-433', u'STORE_-1207054284'), ('const-8', u'PTRSUB_-1207053879'), ('const-1', u'INT_AND_-1207054097'), ('tmp_554', u'INT_AND_-1207054097'), (u'PTRSUB_-1207053960', u'STORE_-1207054307'), ('const-0', u'INT_EQUAL_-1207054409'), ('const-8', u'PTRSUB_-1207053913'), ('const-64', u'PTRSUB_-1207053960'), (u'LOAD_-1207054265', u'INT_AND_-1207054239'), (u'PTRSUB_-1207053993', u'STORE_-1207054368'), (u'PTRSUB_-1207053983', u'STORE_-1207054345'), ('tmp_553', u'PTRSUB_-1207054035'), (u'LOAD_-1207054152', u'INT_NOTEQUAL_-1207054125'), (u'PTRSUB_-1207053949', u'STORE_-1207054284'), (u'INT_NOTEQUAL_-1207054125', u'CBRANCH_-1207054123'), (u'LOAD_-1207054477', u'PTRSUB_-1207053929'), ('const-0', u'PTRSUB_-1207053859'), ('tmp_553', u'PTRSUB_-1207054008'), ('tmp_402', u'BRANCH_-1207054198'), (u'PTRSUB_-1207053874', u'LOAD_-1207054155'), ('const-64', u'PTRSUB_-1207054035'), ('const-56', u'PTRSUB_-1207053993'), (u'INT_EQUAL_-1207054312', u'CBRANCH_-1207054310'), ('const-433', u'STORE_-1207054246'), ('tmp_392', u'CBRANCH_-1207054207'), ('const-16', u'PTRSUB_-1207053929'), ('const-433', u'STORE_-1207054404'), ('const-56', u'PTRSUB_-1207053894'), (u'PTRSUB_-1207054013', u'STORE_-1207054404'), (u'MULTIEQUAL_-1207053896', u'STORE_-1207054161'), ('tmp_553', u'PTRSUB_-1207053889'), (u'LOAD_-1207054155', u'MULTIEQUAL_-1207053897'), ('const-433', u'LOAD_-1207054399'), ('const-56', u'PTRSUB_-1207054023'), (u'PTRSUB_-1207053899', u'STORE_-1207054157'), ('tmp_553', u'PTRSUB_-1207054046'), ('const-0', u'INT_EQUAL_-1207054287'), (u'LOAD_-1207054477', u'PTRSUB_-1207053949'), (u'LOAD_-1207054454', u'STORE_-1207054157'), (u'LOAD_-1207054477', u'PTRSUB_-1207053850'), (u'PTRSUB_-1207053913', u'STORE_-1207054214'), ('const-8', u'INT_AND_-1207054239'), (u'LOAD_-1207054477', u'PTRSUB_-1207053955'), ('const-0', u'INT_NOTEQUAL_-1207054216'), ('const-433', u'STORE_-1207054160'), ('const-433', u'LOAD_-1207054232'), ('const-0', u'INT_EQUAL_-1207054312'), (u'PTRSUB_-1207053970', u'STORE_-1207054329'), ('const-16', u'PTRSUB_-1207053955'), ('tmp_553', u'STORE_-1207054284'), ('tmp_444', u'BRANCH_-1207054133'), ('const-0', u'INT_EQUAL_-1207054458'), (u'PTRSUB_-1207054023', u'LOAD_-1207054428'), ('const-45', u'PTRSUB_-1207053906'), (u'PTRSUB_-1207053918', u'LOAD_-1207054232'), ('const-0', u'STORE_-1207054345'), ('tmp_553', u'PTRSUB_-1207054003'), ('const-64', u'PTRSUB_-1207053983'), (u'PTRSUB_-1207053936', u'LOAD_-1207054265'), (u'LOAD_-1207054337', u'INT_EQUAL_-1207054312'), ('const-433', u'LOAD_-1207054152'), (u'INT_EQUAL_-1207054129', u'CBRANCH_-1207054126'), ('const-16', u'PTRSUB_-1207054030'), ('const-433', u'STORE_-1207054204'), (u'PTRSUB_-1207054008', u'LOAD_-1207054399'), ('const-0', u'PTRSUB_-1207053974'), (u'LOAD_-1207054477', u'PTRSUB_-1207053906'), (u'INT_NOTEQUAL_-1207054349', u'CBRANCH_-1207054348'), ('const-52', u'PTRSUB_-1207053936'), (u'PTRSUB_-1207053894', u'LOAD_-1207054152'), (u'INT_EQUAL_-1207054458', u'CBRANCH_-1207054455'), (u'INT_EQUAL_-1207054409', u'CBRANCH_-1207054407'), ('const-433', u'STORE_-1207054139')]
[('const-64', u'INT_ADD_-1207054129'), (u'INT_AND_-1207054239', u'INT_EQUAL_-1207054253'), (u'LOAD_-1207054232', u'INT_NOTEQUAL_-1207054216'), ('const-433', u'STORE_-1207054139'), ('tmp_1015', u'INT_ADD_-1207054139'), (u'LOAD_-1207054145', u'MULTIEQUAL_-1207053980'), ('tmp_292', u'CBRANCH_-1207054278'), (u'CAST_-1207053908', u'INT_ADD_-1207054190'), ('const-0', u'INT_EQUAL_-1207054458'), ('const-0', u'RETURN_-1207054232'), ('tmp_110', u'CBRANCH_-1207054407'), ('const-2', u'INT_AND_-1207054053'), ('const-64', u'INT_ADD_-1207054293'), ('const-433', u'STORE_-1207054368'), (u'INT_ADD_-1207054376', u'CAST_-1207054003'), ('tmp_1015', u'INT_ADD_-1207054412'), ('const-52', u'INT_ADD_-1207054251'), (u'CAST_-1207053931', u'LOAD_-1207054265'), ('const-433', u'STORE_-1207054284'), (u'CAST_-1207053989', u'STORE_-1207054368'), (u'INT_ADD_-1207054412', u'CAST_-1207054023'), (u'CAST_-1207054047', u'LOAD_-1207054477'), ('const-64', u'INT_ADD_-1207054390'), ('const-64', u'INT_ADD_-1207054383'), (u'LOAD_-1207054477', u'CAST_-1207053867'), (u'LOAD_-1207054337', u'INT_ADD_-1207054293'), (u'LOAD_-1207054454', u'MULTIEQUAL_-1207053980'), ('const-8', u'PTRADD_-1207053972'), ('const-1', u'STORE_-1207054204'), ('const-0', u'RETURN_-1207054268'), ('const-56', u'INT_ADD_-1207054132'), (u'INT_EQUAL_-1207054253', u'CBRANCH_-1207054249'), (u'INT_ADD_-1207054129', u'CAST_-1207053908'), (u'LOAD_-1207054302', u'INT_EQUAL_-1207054287'), (u'INT_ADD_-1207054390', u'CAST_-1207054013'), ('const-433', u'LOAD_-1207054155'), (u'LOAD_-1207054148', u'MULTIEQUAL_-1207053901'), (u'CAST_-1207053967', u'STORE_-1207054329'), (u'INT_ADD_-1207054139', u'CAST_-1207053890'), (u'LOAD_-1207054477', u'STORE_-1207054284'), (u'PTRADD_-1207053902', u'STORE_-1207054160'), ('const-45', u'INT_ADD_-1207054190'), (u'LOAD_-1207054454', u'MULTIEQUAL_-1207054095'), (u'INT_EQUAL_-1207054432', u'CBRANCH_-1207054429'), ('tmp_1016', u'INT_AND_-1207054053'), ('const-433', u'LOAD_-1207054265'), ('const-433', u'LOAD_-1207054428'), (u'MULTIEQUAL_-1207054095', u'STORE_-1207054404'), (u'CAST_-1207053907', u'STORE_-1207054204'), (u'INT_ADD_-1207054136', u'CAST_-1207053913'), ('tmp_547', u'CBRANCH_-1207054123'), (u'CAST_-1207054003', u'LOAD_-1207054392'), (u'LOAD_-1207054145', u'MULTIEQUAL_-1207054095'), ('const-56', u'INT_ADD_-1207054412'), ('const-2', u'PTRADD_-1207053972'), ('tmp_1015', u'INT_ADD_-1207054461'), (u'LOAD_-1207054477', u'PTRADD_-1207053972'), ('const-433', u'STORE_-1207054329'), ('const-433', u'STORE_-1207054157'), ('tmp_32', u'CBRANCH_-1207054455'), ('const-433', u'LOAD_-1207054392'), (u'CAST_-1207053867', u'INT_ADD_-1207054125'), ('const-0', u'INT_EQUAL_-1207054409'), ('const-56', u'INT_ADD_-1207054315'), (u'INT_ADD_-1207054190', u'CAST_-1207053907'), (u'LOAD_-1207054265', u'INT_AND_-1207054239'), ('tmp_1015', u'INT_ADD_-1207054376'), ('const-56', u'INT_ADD_-1207054136'), ('tmp_402', u'BRANCH_-1207054198'), (u'INT_EQUAL_-1207054312', u'CBRANCH_-1207054310'), ('tmp_392', u'CBRANCH_-1207054207'), ('const-24', u'INT_ADD_-1207054461'), ('const-8', u'PTRADD_-1207053920'), (u'CAST_-1207054013', u'STORE_-1207054404'), (u'LOAD_-1207054477', u'CAST_-1207053908'), ('const-433', u'STORE_-1207054345'), ('const-1', u'PTRADD_-1207053902'), (u'LOAD_-1207054477', u'PTRADD_-1207053933'), (u'LOAD_-1207054454', u'STORE_-1207054157'), (u'LOAD_-1207054477', u'PTRADD_-1207053902'), ('tmp_1015', u'INT_ADD_-1207054136'), ('tmp_1015', u'INT_ADD_-1207054129'), ('const-433', u'LOAD_-1207054152'), (u'LOAD_-1207054477', u'PTRADD_-1207053948'), ('tmp_1015', u'STORE_-1207054246'), ('const-0', u'STORE_-1207054345'), (u'CAST_-1207053920', u'INT_ADD_-1207054216'), ('tmp_1015', u'INT_ADD_-1207054251'), (u'INT_EQUAL_-1207054129', u'CBRANCH_-1207054126'), ('const-433', u'STORE_-1207054160'), ('tmp_1015', u'STORE_-1207054307'), (u'CAST_-1207053953', u'STORE_-1207054307'), (u'INT_NOTEQUAL_-1207054349', u'CBRANCH_-1207054348'), (u'PTRADD_-1207053933', u'STORE_-1207054214'), ('const-433', u'STORE_-1207054161'), (u'INT_ADD_-1207054125', u'CAST_-1207053866'), (u'INT_EQUAL_-1207054458', u'CBRANCH_-1207054455'), ('const-64', u'INT_ADD_-1207054438'), ('const-2', u'PTRADD_-1207053948'), (u'INT_EQUAL_-1207054409', u'CBRANCH_-1207054407'), ('tmp_76', u'CBRANCH_-1207054429'), ('tmp_1015', u'INT_EQUAL_-1207054432'), (u'LOAD_-1207054337', u'STORE_-1207054329'), (u'CAST_-1207053866', u'STORE_-1207054139'), ('const-433', u'LOAD_-1207054447'), (u'INT_ADD_-1207054331', u'CAST_-1207053979'), ('const-433', u'LOAD_-1207054399'), ('const-56', u'INT_ADD_-1207054376'), (u'MULTIEQUAL_-1207053901', u'STORE_-1207054368'), ('tmp_434', u'CBRANCH_-1207054142'), ('tmp_1015', u'STORE_-1207054214'), (u'PTRADD_-1207053920', u'STORE_-1207054157'), (u'LOAD_-1207054477', u'PTRADD_-1207054038'), (u'PTRADD_-1207053948', u'STORE_-1207054246'), ('const-8', u'PTRADD_-1207053948'), (u'MULTIEQUAL_-1207053901', u'INT_EQUAL_-1207054145'), (u'MULTIEQUAL_-1207053980', u'STORE_-1207054160'), ('tmp_1016', u'INT_AND_-1207054103'), ('const-2', u'PTRADD_-1207053920'), ('const-433', u'LOAD_-1207054454'), ('tmp_333', u'CBRANCH_-1207054249'), (u'INT_EQUAL_-1207054145', u'CBRANCH_-1207054142'), ('const-8', u'PTRADD_-1207054038'), ('const-0', u'INT_NOTEQUAL_-1207054125'), (u'LOAD_-1207054152', u'MULTIEQUAL_-1207054090'), ('tmp_1015', u'STORE_-1207054284'), (u'LOAD_-1207054447', u'INT_EQUAL_-1207054432'), ('const-2', u'STORE_-1207054139'), ('const-433', u'LOAD_-1207054145'), ('const-1', u'INT_AND_-1207054103'), (u'INT_ADD_-1207054315', u'CAST_-1207053967'), (u'INT_ADD_-1207054461', u'CAST_-1207054047'), (u'LOAD_-1207054477', u'STORE_-1207054161'), ('tmp_243', u'CBRANCH_-1207054310'), ('tmp_196', u'CBRANCH_-1207054348'), (u'CAST_-1207053979', u'STORE_-1207054345'), ('const-1', u'PTRADD_-1207053933'), ('const-433', u'LOAD_-1207054337'), (u'INT_EQUAL_-1207054287', u'CBRANCH_-1207054278'), (u'LOAD_-1207054477', u'LOAD_-1207054337'), (u'INT_ADD_-1207054216', u'CAST_-1207053919'), (u'LOAD_-1207054428', u'MULTIEQUAL_-1207054090'), (u'LOAD_-1207054399', u'MULTIEQUAL_-1207053902'), ('const-433', u'LOAD_-1207054232'), ('tmp_495', u'CBRANCH_-1207054126'), ('const-433', u'STORE_-1207054246'), (u'CAST_-1207053908', u'LOAD_-1207054145'), (u'LOAD_-1207054155', u'MULTIEQUAL_-1207053902'), ('const-0', u'INT_EQUAL_-1207054145'), ('const-433', u'LOAD_-1207054148'), ('const-8', u'PTRADD_-1207053902'), ('tmp_1015', u'INT_ADD_-1207054383'), (u'INT_AND_-1207054103', u'INT_EQUAL_-1207054458'), (u'INT_AND_-1207054053', u'INT_NOTEQUAL_-1207054349'), (u'LOAD_-1207054428', u'INT_EQUAL_-1207054409'), ('const-0', u'INT_EQUAL_-1207054253'), ('const-56', u'INT_ADD_-1207054354'), (u'INT_NOTEQUAL_-1207054216', u'CBRANCH_-1207054207'), ('const-0', u'INT_EQUAL_-1207054129'), ('const-433', u'STORE_-1207054307'), ('const-64', u'INT_ADD_-1207054139'), (u'LOAD_-1207054392', u'MULTIEQUAL_-1207053901'), (u'INT_ADD_-1207054251', u'CAST_-1207053931'), ('tmp_1015', u'INT_ADD_-1207054331'), (u'CAST_-1207053885', u'LOAD_-1207054148'), ('const-2', u'PTRADD_-1207054038'), ('tmp_1015', u'INT_ADD_-1207054132'), ('const-44', u'INT_ADD_-1207054216'), (u'MULTIEQUAL_-1207053901', u'STORE_-1207054161'), (u'INT_ADD_-1207054383', u'CAST_-1207054008'), (u'LOAD_-1207054152', u'INT_NOTEQUAL_-1207054125'), ('const-433', u'STORE_-1207054214'), (u'INT_NOTEQUAL_-1207054125', u'CBRANCH_-1207054123'), (u'CAST_-1207053919', u'LOAD_-1207054232'), ('tmp_1015', u'INT_ADD_-1207054438'), (u'MULTIEQUAL_-1207054090', u'INT_ADD_-1207054390'), ('const-8', u'INT_AND_-1207054239'), ('const-64', u'INT_ADD_-1207054331'), ('const-45', u'INT_ADD_-1207054125'), ('tmp_1015', u'INT_ADD_-1207054315'), (u'PTRADD_-1207054038', u'LOAD_-1207054447'), ('const-0', u'INT_EQUAL_-1207054287'), ('const-433', u'STORE_-1207054204'), ('const-8', u'PTRADD_-1207053933'), ('const-0', u'INT_NOTEQUAL_-1207054349'), (u'INT_ADD_-1207054354', u'CAST_-1207053989'), ('const-0', u'INT_NOTEQUAL_-1207054216'), ('const-0', u'INT_EQUAL_-1207054312'), ('const-433', u'LOAD_-1207054302'), ('tmp_444', u'BRANCH_-1207054133'), (u'CAST_-1207053913', u'LOAD_-1207054152'), (u'INT_ADD_-1207054132', u'CAST_-1207053885'), (u'CAST_-1207054023', u'LOAD_-1207054428'), (u'CAST_-1207053890', u'LOAD_-1207054155'), (u'MULTIEQUAL_-1207053902', u'INT_EQUAL_-1207054129'), (u'INT_ADD_-1207054293', u'CAST_-1207053953'), (u'MULTIEQUAL_-1207053902', u'INT_ADD_-1207054354'), (u'LOAD_-1207054337', u'INT_EQUAL_-1207054312'), (u'INT_ADD_-1207054438', u'CAST_-1207054036'), ('const-433', u'LOAD_-1207054477'), (u'CAST_-1207054008', u'LOAD_-1207054399'), (u'LOAD_-1207054477', u'CAST_-1207053920'), (u'LOAD_-1207054477', u'PTRADD_-1207053920'), (u'CAST_-1207054036', u'LOAD_-1207054454'), (u'PTRADD_-1207053972', u'LOAD_-1207054302'), ('const-433', u'STORE_-1207054404')]
null
null
0012cf70
x64
O2
(translation_unit "void FUN_0012cf70(long param_1,ulong param_2)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0012cf70(long param_1,ulong param_2)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0012cf70(long param_1,ulong param_2)" identifier (parameter_list "(long param_1,ulong param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((param_2 & 1) == 0) goto LAB_0012cfa2;" if (parenthesized_expression "((param_2 & 1) == 0)" ( (binary_expression "(param_2 & 1) == 0" (parenthesized_expression "(param_2 & 1)" ( (binary_expression "param_2 & 1" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0012cfa2;" goto statement_identifier ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" if (parenthesized_expression "(plVar1[2] == param_1)" ( (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" { (expression_statement "plVar1[2] = lVar2;" (assignment_expression "plVar1[2] = lVar2" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (lVar3 != 0) goto LAB_0012cf8d;" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0012cf8d;" goto statement_identifier ;)) (labeled_statement "LAB_0012d001:\n plVar1[1] = lVar2;" statement_identifier : (expression_statement "plVar1[1] = lVar2;" (assignment_expression "plVar1[1] = lVar2" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = identifier) ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" else (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (lVar3 == 0) goto LAB_0012d001;" if (parenthesized_expression "(lVar3 == 0)" ( (binary_expression "lVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0012d001;" goto statement_identifier ;)) (labeled_statement "LAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;" statement_identifier : (expression_statement "*(long *)(lVar3 + 0x40) = lVar2;" (assignment_expression "*(long *)(lVar3 + 0x40) = lVar2" (pointer_expression "*(long *)(lVar3 + 0x40)" * (cast_expression "(long *)(lVar3 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x40)" ( (binary_expression "lVar3 + 0x40" identifier + number_literal) )))) = identifier) ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }))) (if_statement "if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }" { (expression_statement "*plVar1 = lVar3;" (assignment_expression "*plVar1 = lVar3" (pointer_expression "*plVar1" * identifier) = identifier) ;) (if_statement "if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" if (parenthesized_expression "(lVar3 == 0)" ( (binary_expression "lVar3 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" { (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 2;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 2" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" * (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2d)" ( (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" else (compound_statement "{\n *(long *)(lVar2 + 0x38) = lVar3;\n }" { (expression_statement "*(long *)(lVar2 + 0x38) = lVar3;" (assignment_expression "*(long *)(lVar2 + 0x38) = lVar3" (pointer_expression "*(long *)(lVar2 + 0x38)" * (cast_expression "(long *)(lVar2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x38)" ( (binary_expression "lVar2 + 0x38" identifier + number_literal) )))) = identifier) ;) }))) (labeled_statement "LAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" statement_identifier : (if_statement "if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" if (parenthesized_expression "((param_2 & 2) != 0)" ( (binary_expression "(param_2 & 2) != 0" (parenthesized_expression "(param_2 & 2)" ( (binary_expression "param_2 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar2 = *plVar1;" (assignment_expression "lVar2 = *plVar1" identifier = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "*(long *)(param_1 + 0x38) = lVar2;" (assignment_expression "*(long *)(param_1 + 0x38) = lVar2" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) (if_statement "if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }" { (expression_statement "plVar1[1] = param_1;" (assignment_expression "plVar1[1] = param_1" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" if (parenthesized_expression "(*(char *)((long)plVar1 + 0x2c) != '\0')" ( (binary_expression "*(char *)((long)plVar1 + 0x2c) != '\0'" (pointer_expression "*(char *)((long)plVar1 + 0x2c)" * (cast_expression "(char *)((long)plVar1 + 0x2c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2c)" ( (binary_expression "(long)plVar1 + 0x2c" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" { (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 1;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 1" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" * (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2d)" ( (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" else (compound_statement "{\n *(long *)(lVar2 + 0x40) = param_1;\n }" { (expression_statement "*(long *)(lVar2 + 0x40) = param_1;" (assignment_expression "*(long *)(lVar2 + 0x40) = param_1" (pointer_expression "*(long *)(lVar2 + 0x40)" * (cast_expression "(long *)(lVar2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x40)" ( (binary_expression "lVar2 + 0x40" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "*plVar1 = param_1;" (assignment_expression "*plVar1 = param_1" (pointer_expression "*plVar1" * identifier) = identifier) ;) (if_statement "if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }" if (parenthesized_expression "((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0))" ( (binary_expression "(plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)" (parenthesized_expression "(plVar1[2] == 0)" ( (binary_expression "plVar1[2] == 0" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == number_literal) )) && (parenthesized_expression "((*(byte *)(param_1 + 0x34) & 8) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x34) & 8) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x34) & 8)" ( (binary_expression "*(byte *)(param_1 + 0x34) & 8" (pointer_expression "*(byte *)(param_1 + 0x34)" * (cast_expression "(byte *)(param_1 + 0x34)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar1[2] = param_1;\n return;\n }" { (expression_statement "plVar1[2] = param_1;" (assignment_expression "plVar1[2] = param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
(translation_unit "void pcacheManageDirtyList(PgHdr *pPage,u8 addRemove)\n\n{\n PCache *pPVar1;\n PgHdr *pPVar2;\n PgHdr *pPVar3;\n \n pPVar1 = pPage->pCache;\n if ((addRemove & 1) == 0) goto LAB_0012cfa2;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar1->pSynced == pPage) {\n pPVar1->pSynced = pPVar2;\n pPVar3 = pPage->pDirtyNext;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;\nLAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n else {\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirty = pPVar3;\n if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }\n }\n else {\n pPVar2->pDirtyNext = pPVar3;\n }\nLAB_0012cfa2:\n if ((addRemove & 2) != 0) {\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }\n return;\n}\n\n" (function_definition "void pcacheManageDirtyList(PgHdr *pPage,u8 addRemove)\n\n{\n PCache *pPVar1;\n PgHdr *pPVar2;\n PgHdr *pPVar3;\n \n pPVar1 = pPage->pCache;\n if ((addRemove & 1) == 0) goto LAB_0012cfa2;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar1->pSynced == pPage) {\n pPVar1->pSynced = pPVar2;\n pPVar3 = pPage->pDirtyNext;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;\nLAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n else {\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirty = pPVar3;\n if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }\n }\n else {\n pPVar2->pDirtyNext = pPVar3;\n }\nLAB_0012cfa2:\n if ((addRemove & 2) != 0) {\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "pcacheManageDirtyList(PgHdr *pPage,u8 addRemove)" identifier (parameter_list "(PgHdr *pPage,u8 addRemove)" ( (parameter_declaration "PgHdr *pPage" type_identifier (pointer_declarator "*pPage" * identifier)) , (parameter_declaration "u8 addRemove" type_identifier identifier) ))) (compound_statement "{\n PCache *pPVar1;\n PgHdr *pPVar2;\n PgHdr *pPVar3;\n \n pPVar1 = pPage->pCache;\n if ((addRemove & 1) == 0) goto LAB_0012cfa2;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar1->pSynced == pPage) {\n pPVar1->pSynced = pPVar2;\n pPVar3 = pPage->pDirtyNext;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;\nLAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n else {\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirty = pPVar3;\n if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }\n }\n else {\n pPVar2->pDirtyNext = pPVar3;\n }\nLAB_0012cfa2:\n if ((addRemove & 2) != 0) {\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }\n return;\n}" { (declaration "PCache *pPVar1;" type_identifier (pointer_declarator "*pPVar1" * identifier) ;) (declaration "PgHdr *pPVar2;" type_identifier (pointer_declarator "*pPVar2" * identifier) ;) (declaration "PgHdr *pPVar3;" type_identifier (pointer_declarator "*pPVar3" * identifier) ;) (expression_statement "pPVar1 = pPage->pCache;" (assignment_expression "pPVar1 = pPage->pCache" identifier = (field_expression "pPage->pCache" identifier -> field_identifier)) ;) (if_statement "if ((addRemove & 1) == 0) goto LAB_0012cfa2;" if (parenthesized_expression "((addRemove & 1) == 0)" ( (binary_expression "(addRemove & 1) == 0" (parenthesized_expression "(addRemove & 1)" ( (binary_expression "addRemove & 1" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0012cfa2;" goto statement_identifier ;)) (expression_statement "pPVar2 = pPage->pDirtyPrev;" (assignment_expression "pPVar2 = pPage->pDirtyPrev" identifier = (field_expression "pPage->pDirtyPrev" identifier -> field_identifier)) ;) (if_statement "if (pPVar1->pSynced == pPage) {\n pPVar1->pSynced = pPVar2;\n pPVar3 = pPage->pDirtyNext;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;\nLAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }\n else {\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }" if (parenthesized_expression "(pPVar1->pSynced == pPage)" ( (binary_expression "pPVar1->pSynced == pPage" (field_expression "pPVar1->pSynced" identifier -> field_identifier) == identifier) )) (compound_statement "{\n pPVar1->pSynced = pPVar2;\n pPVar3 = pPage->pDirtyNext;\n pPVar2 = pPage->pDirtyPrev;\n if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;\nLAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }" { (expression_statement "pPVar1->pSynced = pPVar2;" (assignment_expression "pPVar1->pSynced = pPVar2" (field_expression "pPVar1->pSynced" identifier -> field_identifier) = identifier) ;) (expression_statement "pPVar3 = pPage->pDirtyNext;" (assignment_expression "pPVar3 = pPage->pDirtyNext" identifier = (field_expression "pPage->pDirtyNext" identifier -> field_identifier)) ;) (expression_statement "pPVar2 = pPage->pDirtyPrev;" (assignment_expression "pPVar2 = pPage->pDirtyPrev" identifier = (field_expression "pPage->pDirtyPrev" identifier -> field_identifier)) ;) (if_statement "if (pPVar3 != (PgHdr *)0x0) goto LAB_0012cf8d;" if (parenthesized_expression "(pPVar3 != (PgHdr *)0x0)" ( (binary_expression "pPVar3 != (PgHdr *)0x0" identifier != (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0012cf8d;" goto statement_identifier ;)) (labeled_statement "LAB_0012d001:\n pPVar1->pDirtyTail = pPVar2;" statement_identifier : (expression_statement "pPVar1->pDirtyTail = pPVar2;" (assignment_expression "pPVar1->pDirtyTail = pPVar2" (field_expression "pPVar1->pDirtyTail" identifier -> field_identifier) = identifier) ;)) (expression_statement "pPVar2 = pPage->pDirtyPrev;" (assignment_expression "pPVar2 = pPage->pDirtyPrev" identifier = (field_expression "pPage->pDirtyPrev" identifier -> field_identifier)) ;) (expression_statement "pPVar3 = pPage->pDirtyNext;" (assignment_expression "pPVar3 = pPage->pDirtyNext" identifier = (field_expression "pPage->pDirtyNext" identifier -> field_identifier)) ;) }) (else_clause "else {\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }" else (compound_statement "{\n pPVar3 = pPage->pDirtyNext;\n if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;\nLAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;\n pPVar2 = pPage->pDirtyPrev;\n pPVar3 = pPage->pDirtyNext;\n }" { (expression_statement "pPVar3 = pPage->pDirtyNext;" (assignment_expression "pPVar3 = pPage->pDirtyNext" identifier = (field_expression "pPage->pDirtyNext" identifier -> field_identifier)) ;) (if_statement "if (pPVar3 == (PgHdr *)0x0) goto LAB_0012d001;" if (parenthesized_expression "(pPVar3 == (PgHdr *)0x0)" ( (binary_expression "pPVar3 == (PgHdr *)0x0" identifier == (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0012d001;" goto statement_identifier ;)) (labeled_statement "LAB_0012cf8d:\n pPVar3->pDirtyPrev = pPVar2;" statement_identifier : (expression_statement "pPVar3->pDirtyPrev = pPVar2;" (assignment_expression "pPVar3->pDirtyPrev = pPVar2" (field_expression "pPVar3->pDirtyPrev" identifier -> field_identifier) = identifier) ;)) (expression_statement "pPVar2 = pPage->pDirtyPrev;" (assignment_expression "pPVar2 = pPage->pDirtyPrev" identifier = (field_expression "pPage->pDirtyPrev" identifier -> field_identifier)) ;) (expression_statement "pPVar3 = pPage->pDirtyNext;" (assignment_expression "pPVar3 = pPage->pDirtyNext" identifier = (field_expression "pPage->pDirtyNext" identifier -> field_identifier)) ;) }))) (if_statement "if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirty = pPVar3;\n if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }\n }\n else {\n pPVar2->pDirtyNext = pPVar3;\n }" if (parenthesized_expression "(pPVar2 == (PgHdr *)0x0)" ( (binary_expression "pPVar2 == (PgHdr *)0x0" identifier == (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1->pDirty = pPVar3;\n if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }\n }" { (expression_statement "pPVar1->pDirty = pPVar3;" (assignment_expression "pPVar1->pDirty = pPVar3" (field_expression "pPVar1->pDirty" identifier -> field_identifier) = identifier) ;) (if_statement "if (pPVar3 == (PgHdr *)0x0) {\n pPVar1->eCreate = '\x02';\n }" if (parenthesized_expression "(pPVar3 == (PgHdr *)0x0)" ( (binary_expression "pPVar3 == (PgHdr *)0x0" identifier == (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1->eCreate = '\x02';\n }" { (expression_statement "pPVar1->eCreate = '\x02';" (assignment_expression "pPVar1->eCreate = '\x02'" (field_expression "pPVar1->eCreate" identifier -> field_identifier) = (char_literal "'\x02'" ' escape_sequence ')) ;) })) }) (else_clause "else {\n pPVar2->pDirtyNext = pPVar3;\n }" else (compound_statement "{\n pPVar2->pDirtyNext = pPVar3;\n }" { (expression_statement "pPVar2->pDirtyNext = pPVar3;" (assignment_expression "pPVar2->pDirtyNext = pPVar3" (field_expression "pPVar2->pDirtyNext" identifier -> field_identifier) = identifier) ;) }))) (labeled_statement "LAB_0012cfa2:\n if ((addRemove & 2) != 0) {\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }" statement_identifier : (if_statement "if ((addRemove & 2) != 0) {\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }" if (parenthesized_expression "((addRemove & 2) != 0)" ( (binary_expression "(addRemove & 2) != 0" (parenthesized_expression "(addRemove & 2)" ( (binary_expression "addRemove & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pPage->pDirtyPrev = (PgHdr *)0x0;\n pPVar2 = pPVar1->pDirty;\n pPage->pDirtyNext = pPVar2;\n if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }\n pPVar1->pDirty = pPage;\n if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }\n }" { (expression_statement "pPage->pDirtyPrev = (PgHdr *)0x0;" (assignment_expression "pPage->pDirtyPrev = (PgHdr *)0x0" (field_expression "pPage->pDirtyPrev" identifier -> field_identifier) = (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pPVar2 = pPVar1->pDirty;" (assignment_expression "pPVar2 = pPVar1->pDirty" identifier = (field_expression "pPVar1->pDirty" identifier -> field_identifier)) ;) (expression_statement "pPage->pDirtyNext = pPVar2;" (assignment_expression "pPage->pDirtyNext = pPVar2" (field_expression "pPage->pDirtyNext" identifier -> field_identifier) = identifier) ;) (if_statement "if (pPVar2 == (PgHdr *)0x0) {\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }\n else {\n pPVar2->pDirtyPrev = pPage;\n }" if (parenthesized_expression "(pPVar2 == (PgHdr *)0x0)" ( (binary_expression "pPVar2 == (PgHdr *)0x0" identifier == (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pPVar1->pDirtyTail = pPage;\n if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }\n }" { (expression_statement "pPVar1->pDirtyTail = pPage;" (assignment_expression "pPVar1->pDirtyTail = pPage" (field_expression "pPVar1->pDirtyTail" identifier -> field_identifier) = identifier) ;) (if_statement "if (pPVar1->bPurgeable != '\0') {\n pPVar1->eCreate = '\x01';\n }" if (parenthesized_expression "(pPVar1->bPurgeable != '\0')" ( (binary_expression "pPVar1->bPurgeable != '\0'" (field_expression "pPVar1->bPurgeable" identifier -> field_identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pPVar1->eCreate = '\x01';\n }" { (expression_statement "pPVar1->eCreate = '\x01';" (assignment_expression "pPVar1->eCreate = '\x01'" (field_expression "pPVar1->eCreate" identifier -> field_identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) })) }) (else_clause "else {\n pPVar2->pDirtyPrev = pPage;\n }" else (compound_statement "{\n pPVar2->pDirtyPrev = pPage;\n }" { (expression_statement "pPVar2->pDirtyPrev = pPage;" (assignment_expression "pPVar2->pDirtyPrev = pPage" (field_expression "pPVar2->pDirtyPrev" identifier -> field_identifier) = identifier) ;) }))) (expression_statement "pPVar1->pDirty = pPage;" (assignment_expression "pPVar1->pDirty = pPage" (field_expression "pPVar1->pDirty" identifier -> field_identifier) = identifier) ;) (if_statement "if ((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)) {\n pPVar1->pSynced = pPage;\n return;\n }" if (parenthesized_expression "((pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0))" ( (binary_expression "(pPVar1->pSynced == (PgHdr *)0x0) && ((pPage->flags & 8) == 0)" (parenthesized_expression "(pPVar1->pSynced == (PgHdr *)0x0)" ( (binary_expression "pPVar1->pSynced == (PgHdr *)0x0" (field_expression "pPVar1->pSynced" identifier -> field_identifier) == (cast_expression "(PgHdr *)0x0" ( (type_descriptor "PgHdr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "((pPage->flags & 8) == 0)" ( (binary_expression "(pPage->flags & 8) == 0" (parenthesized_expression "(pPage->flags & 8)" ( (binary_expression "pPage->flags & 8" (field_expression "pPage->flags" identifier -> field_identifier) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n pPVar1->pSynced = pPage;\n return;\n }" { (expression_statement "pPVar1->pSynced = pPage;" (assignment_expression "pPVar1->pSynced = pPage" (field_expression "pPVar1->pSynced" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0012cf70(long param_1,ulong param_2)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0012cf70(long param_1,ulong param_2)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0012cf70(long param_1,ulong param_2)" identifier (parameter_list "(long param_1,ulong param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x18)" identifier = (pointer_expression "*(long **)(param_1 + 0x18)" * (cast_expression "(long **)(param_1 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if ((param_2 & 1) == 0) goto LAB_0012cfa2;" if (parenthesized_expression "((param_2 & 1) == 0)" ( (binary_expression "(param_2 & 1) == 0" (parenthesized_expression "(param_2 & 1)" ( (binary_expression "param_2 & 1" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0012cfa2;" goto statement_identifier ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" if (parenthesized_expression "(plVar1[2] == param_1)" ( (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == identifier) )) (compound_statement "{\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" { (expression_statement "plVar1[2] = lVar2;" (assignment_expression "plVar1[2] = lVar2" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (lVar3 != 0) goto LAB_0012cf8d;" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0012cf8d;" goto statement_identifier ;)) (labeled_statement "LAB_0012d001:\n plVar1[1] = lVar2;" statement_identifier : (expression_statement "plVar1[1] = lVar2;" (assignment_expression "plVar1[1] = lVar2" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = identifier) ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" else (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" { (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (lVar3 == 0) goto LAB_0012d001;" if (parenthesized_expression "(lVar3 == 0)" ( (binary_expression "lVar3 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0012d001;" goto statement_identifier ;)) (labeled_statement "LAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;" statement_identifier : (expression_statement "*(long *)(lVar3 + 0x40) = lVar2;" (assignment_expression "*(long *)(lVar3 + 0x40) = lVar2" (pointer_expression "*(long *)(lVar3 + 0x40)" * (cast_expression "(long *)(lVar3 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x40)" ( (binary_expression "lVar3 + 0x40" identifier + number_literal) )))) = identifier) ;)) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" identifier = (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" identifier = (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) ))))) ;) }))) (if_statement "if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }" { (expression_statement "*plVar1 = lVar3;" (assignment_expression "*plVar1 = lVar3" (pointer_expression "*plVar1" * identifier) = identifier) ;) (if_statement "if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" if (parenthesized_expression "(lVar3 == 0)" ( (binary_expression "lVar3 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" { (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 2;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 2" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" * (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2d)" ( (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" else (compound_statement "{\n *(long *)(lVar2 + 0x38) = lVar3;\n }" { (expression_statement "*(long *)(lVar2 + 0x38) = lVar3;" (assignment_expression "*(long *)(lVar2 + 0x38) = lVar3" (pointer_expression "*(long *)(lVar2 + 0x38)" * (cast_expression "(long *)(lVar2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x38)" ( (binary_expression "lVar2 + 0x38" identifier + number_literal) )))) = identifier) ;) }))) (labeled_statement "LAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" statement_identifier : (if_statement "if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" if (parenthesized_expression "((param_2 & 2) != 0)" ( (binary_expression "(param_2 & 2) != 0" (parenthesized_expression "(param_2 & 2)" ( (binary_expression "param_2 & 2" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x40)" * (cast_expression "(undefined8 *)(param_1 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "lVar2 = *plVar1;" (assignment_expression "lVar2 = *plVar1" identifier = (pointer_expression "*plVar1" * identifier)) ;) (expression_statement "*(long *)(param_1 + 0x38) = lVar2;" (assignment_expression "*(long *)(param_1 + 0x38) = lVar2" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = identifier) ;) (if_statement "if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }" { (expression_statement "plVar1[1] = param_1;" (assignment_expression "plVar1[1] = param_1" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" if (parenthesized_expression "(*(char *)((long)plVar1 + 0x2c) != '\0')" ( (binary_expression "*(char *)((long)plVar1 + 0x2c) != '\0'" (pointer_expression "*(char *)((long)plVar1 + 0x2c)" * (cast_expression "(char *)((long)plVar1 + 0x2c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2c)" ( (binary_expression "(long)plVar1 + 0x2c" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" { (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 1;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 1" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" * (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)plVar1 + 0x2d)" ( (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) })) }) (else_clause "else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" else (compound_statement "{\n *(long *)(lVar2 + 0x40) = param_1;\n }" { (expression_statement "*(long *)(lVar2 + 0x40) = param_1;" (assignment_expression "*(long *)(lVar2 + 0x40) = param_1" (pointer_expression "*(long *)(lVar2 + 0x40)" * (cast_expression "(long *)(lVar2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x40)" ( (binary_expression "lVar2 + 0x40" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "*plVar1 = param_1;" (assignment_expression "*plVar1 = param_1" (pointer_expression "*plVar1" * identifier) = identifier) ;) (if_statement "if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }" if (parenthesized_expression "((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0))" ( (binary_expression "(plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)" (parenthesized_expression "(plVar1[2] == 0)" ( (binary_expression "plVar1[2] == 0" (subscript_expression "plVar1[2]" identifier [ number_literal ]) == number_literal) )) && (parenthesized_expression "((*(byte *)(param_1 + 0x34) & 8) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x34) & 8) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x34) & 8)" ( (binary_expression "*(byte *)(param_1 + 0x34) & 8" (pointer_expression "*(byte *)(param_1 + 0x34)" * (cast_expression "(byte *)(param_1 + 0x34)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x34)" ( (binary_expression "param_1 + 0x34" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n plVar1[2] = param_1;\n return;\n }" { (expression_statement "plVar1[2] = param_1;" (assignment_expression "plVar1[2] = param_1" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) }))) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }))) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == LIT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) }))) (return_statement return ;) })))
(function_definition "void FUN_0012cf70(long param_1,ulong param_2)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012cf70(long param_1,ulong param_2)" (identifier "FUN_0012cf70") (parameter_list "(long param_1,ulong param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) () ")"))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n \n plVar1 = *(long **)(param_1 + 0x18);\n if ((param_2 & 1) == 0) goto LAB_0012cfa2;\n lVar2 = *(long *)(param_1 + 0x40);\n if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }\nLAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (expression_statement "plVar1 = *(long **)(param_1 + 0x18);" (assignment_expression "plVar1 = *(long **)(param_1 + 0x18)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(param_1 + 0x18)" (* "*") (cast_expression "(long **)(param_1 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if ((param_2 & 1) == 0) goto LAB_0012cfa2;" (if "if") (parenthesized_expression "((param_2 & 1) == 0)" (( "(") (binary_expression "(param_2 & 1) == 0" (parenthesized_expression "(param_2 & 1)" (( "(") (binary_expression "param_2 & 1" (identifier "param_2") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0012cfa2;" (goto "goto") (statement_identifier "LAB_0012cfa2") (; ";"))) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (plVar1[2] == param_1) {\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }\n else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" (if "if") (parenthesized_expression "(plVar1[2] == param_1)" (( "(") (binary_expression "plVar1[2] == param_1" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (== "==") (identifier "param_1")) () ")")) (compound_statement "{\n plVar1[2] = lVar2;\n lVar3 = *(long *)(param_1 + 0x38);\n lVar2 = *(long *)(param_1 + 0x40);\n if (lVar3 != 0) goto LAB_0012cf8d;\nLAB_0012d001:\n plVar1[1] = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" ({ "{") (expression_statement "plVar1[2] = lVar2;" (assignment_expression "plVar1[2] = lVar2" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar2")) (; ";")) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (lVar3 != 0) goto LAB_0012cf8d;" (if "if") (parenthesized_expression "(lVar3 != 0)" (( "(") (binary_expression "lVar3 != 0" (identifier "lVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0012cf8d;" (goto "goto") (statement_identifier "LAB_0012cf8d") (; ";"))) (labeled_statement "LAB_0012d001:\n plVar1[1] = lVar2;" (statement_identifier "LAB_0012d001") (: ":") (expression_statement "plVar1[1] = lVar2;" (assignment_expression "plVar1[1] = lVar2" (subscript_expression "plVar1[1]" (identifier "plVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lVar2")) (; ";"))) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" (else "else") (compound_statement "{\n lVar3 = *(long *)(param_1 + 0x38);\n if (lVar3 == 0) goto LAB_0012d001;\nLAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;\n lVar2 = *(long *)(param_1 + 0x40);\n lVar3 = *(long *)(param_1 + 0x38);\n }" ({ "{") (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (if_statement "if (lVar3 == 0) goto LAB_0012d001;" (if "if") (parenthesized_expression "(lVar3 == 0)" (( "(") (binary_expression "lVar3 == 0" (identifier "lVar3") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0012d001;" (goto "goto") (statement_identifier "LAB_0012d001") (; ";"))) (labeled_statement "LAB_0012cf8d:\n *(long *)(lVar3 + 0x40) = lVar2;" (statement_identifier "LAB_0012cf8d") (: ":") (expression_statement "*(long *)(lVar3 + 0x40) = lVar2;" (assignment_expression "*(long *)(lVar3 + 0x40) = lVar2" (pointer_expression "*(long *)(lVar3 + 0x40)" (* "*") (cast_expression "(long *)(lVar3 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x40)" (( "(") (binary_expression "lVar3 + 0x40" (identifier "lVar3") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "lVar2")) (; ";"))) (expression_statement "lVar2 = *(long *)(param_1 + 0x40);" (assignment_expression "lVar2 = *(long *)(param_1 + 0x40)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (expression_statement "lVar3 = *(long *)(param_1 + 0x38);" (assignment_expression "lVar3 = *(long *)(param_1 + 0x38)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (} "}")))) (if_statement "if (lVar2 == 0) {\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }\n else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *plVar1 = lVar3;\n if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }\n }" ({ "{") (expression_statement "*plVar1 = lVar3;" (assignment_expression "*plVar1 = lVar3" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if (lVar3 == 0) {\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" (if "if") (parenthesized_expression "(lVar3 == 0)" (( "(") (binary_expression "lVar3 == 0" (identifier "lVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 2;\n }" ({ "{") (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 2;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 2" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" (* "*") (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar1 + 0x2d)" (( "(") (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar1")) (+ "+") (number_literal "0x2d")) () ")")))) (= "=") (number_literal "2")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *(long *)(lVar2 + 0x38) = lVar3;\n }" (else "else") (compound_statement "{\n *(long *)(lVar2 + 0x38) = lVar3;\n }" ({ "{") (expression_statement "*(long *)(lVar2 + 0x38) = lVar3;" (assignment_expression "*(long *)(lVar2 + 0x38) = lVar3" (pointer_expression "*(long *)(lVar2 + 0x38)" (* "*") (cast_expression "(long *)(lVar2 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x38)" (( "(") (binary_expression "lVar2 + 0x38" (identifier "lVar2") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (} "}")))) (labeled_statement "LAB_0012cfa2:\n if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" (statement_identifier "LAB_0012cfa2") (: ":") (if_statement "if ((param_2 & 2) != 0) {\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" (if "if") (parenthesized_expression "((param_2 & 2) != 0)" (( "(") (binary_expression "(param_2 & 2) != 0" (parenthesized_expression "(param_2 & 2)" (( "(") (binary_expression "param_2 & 2" (identifier "param_2") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined8 *)(param_1 + 0x40) = 0;\n lVar2 = *plVar1;\n *(long *)(param_1 + 0x38) = lVar2;\n if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }\n *plVar1 = param_1;\n if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }\n }" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0x40) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = *plVar1;" (assignment_expression "lVar2 = *plVar1" (identifier "lVar2") (= "=") (pointer_expression "*plVar1" (* "*") (identifier "plVar1"))) (; ";")) (expression_statement "*(long *)(param_1 + 0x38) = lVar2;" (assignment_expression "*(long *)(param_1 + 0x38) = lVar2" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "lVar2")) (; ";")) (if_statement "if (lVar2 == 0) {\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }\n else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n plVar1[1] = param_1;\n if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }\n }" ({ "{") (expression_statement "plVar1[1] = param_1;" (assignment_expression "plVar1[1] = param_1" (subscript_expression "plVar1[1]" (identifier "plVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_1")) (; ";")) (if_statement "if (*(char *)((long)plVar1 + 0x2c) != '\0') {\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" (if "if") (parenthesized_expression "(*(char *)((long)plVar1 + 0x2c) != '\0')" (( "(") (binary_expression "*(char *)((long)plVar1 + 0x2c) != '\0'" (pointer_expression "*(char *)((long)plVar1 + 0x2c)" (* "*") (cast_expression "(char *)((long)plVar1 + 0x2c)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar1 + 0x2c)" (( "(") (binary_expression "(long)plVar1 + 0x2c" (cast_expression "(long)plVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar1")) (+ "+") (number_literal "0x2c")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined1 *)((long)plVar1 + 0x2d) = 1;\n }" ({ "{") (expression_statement "*(undefined1 *)((long)plVar1 + 0x2d) = 1;" (assignment_expression "*(undefined1 *)((long)plVar1 + 0x2d) = 1" (pointer_expression "*(undefined1 *)((long)plVar1 + 0x2d)" (* "*") (cast_expression "(undefined1 *)((long)plVar1 + 0x2d)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)plVar1 + 0x2d)" (( "(") (binary_expression "(long)plVar1 + 0x2d" (cast_expression "(long)plVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "plVar1")) (+ "+") (number_literal "0x2d")) () ")")))) (= "=") (number_literal "1")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *(long *)(lVar2 + 0x40) = param_1;\n }" (else "else") (compound_statement "{\n *(long *)(lVar2 + 0x40) = param_1;\n }" ({ "{") (expression_statement "*(long *)(lVar2 + 0x40) = param_1;" (assignment_expression "*(long *)(lVar2 + 0x40) = param_1" (pointer_expression "*(long *)(lVar2 + 0x40)" (* "*") (cast_expression "(long *)(lVar2 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x40)" (( "(") (binary_expression "lVar2 + 0x40" (identifier "lVar2") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (} "}")))) (expression_statement "*plVar1 = param_1;" (assignment_expression "*plVar1 = param_1" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (identifier "param_1")) (; ";")) (if_statement "if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) {\n plVar1[2] = param_1;\n return;\n }" (if "if") (parenthesized_expression "((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0))" (( "(") (binary_expression "(plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)" (parenthesized_expression "(plVar1[2] == 0)" (( "(") (binary_expression "plVar1[2] == 0" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(param_1 + 0x34) & 8) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x34) & 8) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x34) & 8)" (( "(") (binary_expression "*(byte *)(param_1 + 0x34) & 8" (pointer_expression "*(byte *)(param_1 + 0x34)" (* "*") (cast_expression "(byte *)(param_1 + 0x34)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x34)" (( "(") (binary_expression "param_1 + 0x34" (identifier "param_1") (+ "+") (number_literal "0x34")) () ")")))) (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n plVar1[2] = param_1;\n return;\n }" ({ "{") (expression_statement "plVar1[2] = param_1;" (assignment_expression "plVar1[2] = param_1" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 *var_2,type_2 var_1) { type_3 *pPVar1; type_1 *var_4; type_1 *var_3; pPVar1 = var_2->pCache; if ((var_1 & 1) == 0) goto LAB_0012cfa2; var_4 = var_2->pDirtyPrev; if (pPVar1->pSynced == var_2) { pPVar1->pSynced = var_4; var_3 = var_2->pDirtyNext; var_4 = var_2->pDirtyPrev; if (var_3 != (type_1 *)0x0) goto LAB_0012cf8d; LAB_0012d001: pPVar1->pDirtyTail = var_4; var_4 = var_2->pDirtyPrev; var_3 = var_2->pDirtyNext; } else { var_3 = var_2->pDirtyNext; if (var_3 == (type_1 *)0x0) goto LAB_0012d001; LAB_0012cf8d: var_3->pDirtyPrev = var_4; var_4 = var_2->pDirtyPrev; var_3 = var_2->pDirtyNext; } if (var_4 == (type_1 *)0x0) { pPVar1->pDirty = var_3; if (var_3 == (type_1 *)0x0) { pPVar1->eCreate = '\x02'; } } else { var_4->pDirtyNext = var_3; } LAB_0012cfa2: if ((var_1 & 2) != 0) { var_2->pDirtyPrev = (type_1 *)0x0; var_4 = pPVar1->pDirty; var_2->pDirtyNext = var_4; if (var_4 == (type_1 *)0x0) { pPVar1->pDirtyTail = var_2; if (pPVar1->bPurgeable != '\0') { pPVar1->eCreate = '\x01'; } } else { var_4->pDirtyPrev = var_2; } pPVar1->pDirty = var_2; if ((pPVar1->pSynced == (type_1 *)0x0) && ((var_2->flags & 8) == 0)) { pPVar1->pSynced = var_2; return; } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement)))))) (return_statement))))
null
void MASKED(long param_1,ulong param_2) { long *plVar1; long lVar2; long lVar3; plVar1 = *(long **)(param_1 + 0x18); if ((param_2 & 1) == 0) goto LAB_0012cfa2; lVar2 = *(long *)(param_1 + 0x40); if (plVar1[2] == param_1) { plVar1[2] = lVar2; lVar3 = *(long *)(param_1 + 0x38); lVar2 = *(long *)(param_1 + 0x40); if (lVar3 != 0) goto LAB_0012cf8d; LAB_0012d001: plVar1[1] = lVar2; lVar2 = *(long *)(param_1 + 0x40); lVar3 = *(long *)(param_1 + 0x38); } else { lVar3 = *(long *)(param_1 + 0x38); if (lVar3 == 0) goto LAB_0012d001; LAB_0012cf8d: *(long *)(lVar3 + 0x40) = lVar2; lVar2 = *(long *)(param_1 + 0x40); lVar3 = *(long *)(param_1 + 0x38); } if (lVar2 == 0) { *plVar1 = lVar3; if (lVar3 == 0) { *(undefined1 *)((long)plVar1 + 0x2d) = 2; } } else { *(long *)(lVar2 + 0x38) = lVar3; } LAB_0012cfa2: if ((param_2 & 2) != 0) { *(undefined8 *)(param_1 + 0x40) = 0; lVar2 = *plVar1; *(long *)(param_1 + 0x38) = lVar2; if (lVar2 == 0) { plVar1[1] = param_1; if (*(char *)((long)plVar1 + 0x2c) != '\0') { *(undefined1 *)((long)plVar1 + 0x2d) = 1; } } else { *(long *)(lVar2 + 0x40) = param_1; } *plVar1 = param_1; if ((plVar1[2] == 0) && ((*(byte *)(param_1 + 0x34) & 8) == 0)) { plVar1[2] = param_1; return; } } return; }
211_chown_and_chown_strip.c
hash_get_entries
FUN_00109f00
size_t hash_get_entries(Hash_table *table,void **buffer,size_t buffer_size) { hash_entry *phVar1; hash_entry *phVar2; size_t sVar3; phVar2 = table->bucket; if (table->bucket_limit <= phVar2) { return 0; } sVar3 = 0; do { if (phVar2->data != (void *)0x0) { if (buffer_size <= sVar3) { return sVar3; } buffer[sVar3] = phVar2->data; for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0; phVar1 = phVar1->next) { if (buffer_size == sVar3) { return buffer_size; } buffer[sVar3] = phVar1->data; } } phVar2 = phVar2 + 1; } while (phVar2 < table->bucket_limit); return sVar3; }
ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3) { undefined8 *puVar1; ulong uVar2; long *plVar3; plVar3 = (long *)*param_1; if ((long *)param_1[1] <= plVar3) { return 0; } uVar2 = 0; do { if (*plVar3 != 0) { if (param_3 <= uVar2) { return uVar2; } *(long *)(param_2 + uVar2 * 8) = *plVar3; uVar2 = uVar2 + 1; for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0; puVar1 = (undefined8 *)puVar1[1]) { if (param_3 == uVar2) { return param_3; } uVar2 = uVar2 + 1; *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1; } } plVar3 = plVar3 + 2; } while (plVar3 < (long *)param_1[1]); return uVar2; }
MOV RAX,RDX MOV RDX,qword ptr [RDI] CMP qword ptr [RDI + 0x8],RDX JBE 0x00109f61 XOR R9D,R9D MOV R8,qword ptr [RDX] TEST R8,R8 JNZ 0x00109f28 ADD RDX,0x10 CMP qword ptr [RDI + 0x8],RDX JA 0x00109f0f MOV RAX,R9 RET CMP RAX,R9 JBE 0x00109f21 MOV qword ptr [RSI + R9*0x8],R8 MOV R8,qword ptr [RDX + 0x8] LEA RCX,[R9 + 0x1] TEST R8,R8 JZ 0x00109f5a NOP CMP RAX,RCX JZ 0x00109f60 MOV R9,qword ptr [R8] ADD RCX,0x1 MOV qword ptr [RSI + RCX*0x8 + -0x8],R9 MOV R8,qword ptr [R8 + 0x8] TEST R8,R8 JNZ 0x00109f40 MOV R9,RCX JMP 0x00109f17 RET XOR EAX,EAX RET
null
null
null
null
[('const-0', u'PTRSUB_-1206935428'), ('const-433', u'LOAD_-1206935796'), ('const-8', u'PTRSUB_-1206935424'), (u'INT_LESSEQUAL_-1206935767', u'CBRANCH_-1206935777'), (u'PTRSUB_-1206935428', u'LOAD_-1206935802'), ('const-8', u'PTRADD_-1206935382'), (u'PTRADD_-1206935406', u'INT_LESS_-1206935701'), (u'COPY_-1206935807', u'RETURN_-1206935558'), (u'COPY_-1206935449', u'RETURN_-1206935436'), ('tmp_212', u'CBRANCH_-1206935681'), ('tmp_292', u'CBRANCH_-1206935627'), ('const-433', u'LOAD_-1206935729'), (u'COPY_-1206935525', u'MULTIEQUAL_-1206935459'), (u'MULTIEQUAL_-1206935459', u'MULTIEQUAL_-1206935365'), (u'MULTIEQUAL_-1206935380', u'PTRSUB_-1206935355'), ('tmp_428', u'COPY_-1206935807'), (u'COPY_-1206935710', u'RETURN_-1206935695'), ('const-8', u'PTRSUB_-1206935339'), ('const-0', u'RETURN_-1206935558'), ('tmp_426', u'PTRSUB_-1206935428'), (u'MULTIEQUAL_-1206935459', u'PTRADD_-1206935382'), (u'LOAD_-1206935796', u'INT_LESSEQUAL_-1206935767'), (u'MULTIEQUAL_-1206935452', u'COPY_-1206935710'), (u'LOAD_-1206935598', u'MULTIEQUAL_-1206935380'), (u'LOAD_-1206935802', u'INT_LESSEQUAL_-1206935767'), ('const-0', u'COPY_-1206935525'), ('const-0', u'PTRSUB_-1206935355'), (u'PTRSUB_-1206935400', u'LOAD_-1206935729'), ('tmp_427', u'PTRADD_-1206935382'), (u'MULTIEQUAL_-1206935459', u'MULTIEQUAL_-1206935452'), (u'INT_NOTEQUAL_-1206935646', u'CBRANCH_-1206935645'), (u'MULTIEQUAL_-1206935380', u'PTRSUB_-1206935339'), (u'LOAD_-1206935729', u'INT_LESS_-1206935701'), (u'LOAD_-1206935672', u'MULTIEQUAL_-1206935380'), (u'PTRSUB_-1206935414', u'LOAD_-1206935764'), (u'MULTIEQUAL_-1206935477', u'PTRSUB_-1206935414'), ('tmp_426', u'PTRSUB_-1206935424'), (u'MULTIEQUAL_-1206935477', u'PTRADD_-1206935406'), ('const-1', u'INT_ADD_-1206935649'), ('tmp_427', u'PTRADD_-1206935346'), (u'MULTIEQUAL_-1206935452', u'MULTIEQUAL_-1206935459'), ('const-433', u'LOAD_-1206935764'), (u'PTRSUB_-1206935355', u'LOAD_-1206935627'), (u'INT_ADD_-1206935649', u'MULTIEQUAL_-1206935452'), (u'LOAD_-1206935764', u'STORE_-1206935677'), ('const-0', u'RETURN_-1206935542'), (u'PTRSUB_-1206935339', u'LOAD_-1206935598'), ('const-433', u'LOAD_-1206935598'), (u'PTRSUB_-1206935424', u'LOAD_-1206935796'), (u'MULTIEQUAL_-1206935459', u'COPY_-1206935449'), (u'PTRADD_-1206935382', u'STORE_-1206935677'), ('const-433', u'STORE_-1206935677'), ('const-0', u'INT_NOTEQUAL_-1206935745'), ('tmp_428', u'INT_EQUAL_-1206935629'), (u'MULTIEQUAL_-1206935459', u'INT_LESSEQUAL_-1206935671'), (u'LOAD_-1206935627', u'STORE_-1206935604'), ('tmp_426', u'PTRSUB_-1206935400'), (u'INT_LESSEQUAL_-1206935671', u'CBRANCH_-1206935681'), (u'PTRSUB_-1206935376', u'LOAD_-1206935672'), ('tmp_44', u'CBRANCH_-1206935777'), (u'INT_ADD_-1206935649', u'MULTIEQUAL_-1206935365'), (u'LOAD_-1206935764', u'INT_NOTEQUAL_-1206935745'), ('const-0', u'COPY_-1206935562'), ('tmp_170', u'CBRANCH_-1206935709'), (u'INT_ADD_-1206935649', u'PTRADD_-1206935346'), ('const-0', u'INT_NOTEQUAL_-1206935646'), (u'PTRADD_-1206935346', u'STORE_-1206935604'), ('tmp_262', u'CBRANCH_-1206935645'), (u'INT_EQUAL_-1206935629', u'CBRANCH_-1206935627'), ('tmp_103', u'CBRANCH_-1206935743'), (u'INT_LESS_-1206935701', u'CBRANCH_-1206935709'), ('const-0', u'RETURN_-1206935695'), ('const-16', u'PTRADD_-1206935406'), (u'COPY_-1206935562', u'RETURN_-1206935542'), (u'MULTIEQUAL_-1206935380', u'INT_NOTEQUAL_-1206935646'), ('const-433', u'STORE_-1206935604'), (u'LOAD_-1206935802', u'MULTIEQUAL_-1206935477'), ('const-433', u'LOAD_-1206935627'), (u'PTRADD_-1206935406', u'MULTIEQUAL_-1206935477'), ('const-433', u'LOAD_-1206935672'), ('const-8', u'PTRSUB_-1206935376'), ('const-8', u'PTRSUB_-1206935400'), (u'MULTIEQUAL_-1206935477', u'PTRSUB_-1206935376'), (u'MULTIEQUAL_-1206935365', u'INT_ADD_-1206935649'), ('const-433', u'LOAD_-1206935802'), ('const-0', u'PTRSUB_-1206935414'), ('const-8', u'PTRADD_-1206935346'), ('tmp_428', u'INT_LESSEQUAL_-1206935671'), ('const-1', u'PTRADD_-1206935406'), (u'INT_NOTEQUAL_-1206935745', u'CBRANCH_-1206935743'), (u'INT_ADD_-1206935649', u'INT_EQUAL_-1206935629'), ('const-0', u'RETURN_-1206935436')]
[(u'INT_MULT_-1206935578', u'INT_ADD_-1206935590'), (u'INT_LESSEQUAL_-1206935767', u'CBRANCH_-1206935777'), ('tmp_212', u'CBRANCH_-1206935681'), ('tmp_292', u'CBRANCH_-1206935627'), ('const-433', u'STORE_-1206935677'), (u'MULTIEQUAL_-1206935379', u'MULTIEQUAL_-1206935452'), (u'COPY_-1206935525', u'MULTIEQUAL_-1206935459'), ('const-8', u'PTRADD_-1206935426'), (u'COPY_-1206935710', u'RETURN_-1206935695'), ('const-0', u'RETURN_-1206935444'), ('tmp_849', u'INT_ADD_-1206935592'), ('const--8', u'INT_ADD_-1206935592'), ('const-8', u'PTRADD_-1206935380'), (u'MULTIEQUAL_-1206935379', u'INT_ADD_-1206935603'), (u'COPY_-1206935457', u'RETURN_-1206935444'), (u'MULTIEQUAL_-1206935477', u'PTRADD_-1206935408'), (u'LOAD_-1206935802', u'CAST_-1206935422'), ('tmp_833', u'INT_LESSEQUAL_-1206935671'), (u'CAST_-1206935373', u'MULTIEQUAL_-1206935380'), ('const-1', u'PTRADD_-1206935347'), (u'LOAD_-1206935796', u'CAST_-1206935418'), ('const-0', u'RETURN_-1206935542'), ('const-433', u'LOAD_-1206935764'), ('const-433', u'LOAD_-1206935729'), (u'MULTIEQUAL_-1206935380', u'PTRADD_-1206935347'), ('const-1', u'INT_ADD_-1206935603'), (u'LOAD_-1206935672', u'CAST_-1206935373'), (u'MULTIEQUAL_-1206935459', u'COPY_-1206935457'), ('const-0', u'INT_NOTEQUAL_-1206935745'), ('const-1', u'PTRADD_-1206935426'), (u'LOAD_-1206935627', u'STORE_-1206935604'), (u'INT_LESSEQUAL_-1206935671', u'CBRANCH_-1206935681'), (u'CAST_-1206935422', u'MULTIEQUAL_-1206935477'), (u'INT_ADD_-1206935590', u'CAST_-1206935345'), ('const-0', u'COPY_-1206935562'), (u'LOAD_-1206935598', u'CAST_-1206935339'), (u'INT_MULT_-1206935651', u'INT_ADD_-1206935663'), ('tmp_849', u'INT_ADD_-1206935663'), ('tmp_262', u'CBRANCH_-1206935645'), (u'INT_LESS_-1206935701', u'CBRANCH_-1206935709'), ('tmp_103', u'CBRANCH_-1206935743'), (u'COPY_-1206935562', u'RETURN_-1206935542'), (u'MULTIEQUAL_-1206935459', u'INT_ADD_-1206935649'), ('const-433', u'LOAD_-1206935598'), (u'INT_ADD_-1206935603', u'MULTIEQUAL_-1206935379'), (u'CAST_-1206935392', u'INT_LESS_-1206935701'), ('const-2', u'PTRADD_-1206935408'), ('tmp_833', u'COPY_-1206935807'), (u'PTRADD_-1206935403', u'LOAD_-1206935729'), (u'MULTIEQUAL_-1206935459', u'INT_MULT_-1206935651'), (u'COPY_-1206935807', u'RETURN_-1206935558'), (u'MULTIEQUAL_-1206935379', u'INT_EQUAL_-1206935629'), (u'CAST_-1206935422', u'INT_LESSEQUAL_-1206935767'), (u'PTRADD_-1206935408', u'INT_LESS_-1206935701'), (u'MULTIEQUAL_-1206935477', u'LOAD_-1206935764'), ('tmp_833', u'INT_EQUAL_-1206935629'), ('const-0', u'RETURN_-1206935558'), ('const-433', u'LOAD_-1206935672'), ('const-433', u'LOAD_-1206935796'), (u'LOAD_-1206935729', u'CAST_-1206935392'), (u'MULTIEQUAL_-1206935452', u'COPY_-1206935710'), ('const-0', u'COPY_-1206935525'), (u'MULTIEQUAL_-1206935459', u'MULTIEQUAL_-1206935452'), (u'INT_NOTEQUAL_-1206935646', u'CBRANCH_-1206935645'), ('const-8', u'PTRADD_-1206935403'), ('const-1', u'INT_ADD_-1206935649'), (u'INT_ADD_-1206935603', u'INT_MULT_-1206935578'), (u'MULTIEQUAL_-1206935452', u'MULTIEQUAL_-1206935459'), (u'CAST_-1206935418', u'INT_LESSEQUAL_-1206935767'), (u'PTRADD_-1206935408', u'MULTIEQUAL_-1206935477'), (u'MULTIEQUAL_-1206935477', u'PTRADD_-1206935380'), (u'LOAD_-1206935764', u'STORE_-1206935677'), ('const-8', u'INT_MULT_-1206935578'), (u'MULTIEQUAL_-1206935380', u'LOAD_-1206935627'), ('const-433', u'STORE_-1206935604'), (u'INT_ADD_-1206935649', u'MULTIEQUAL_-1206935379'), (u'CAST_-1206935339', u'MULTIEQUAL_-1206935380'), ('const-8', u'PTRADD_-1206935408'), (u'CAST_-1206935345', u'STORE_-1206935604'), ('tmp_834', u'PTRADD_-1206935426'), (u'PTRADD_-1206935380', u'LOAD_-1206935672'), (u'MULTIEQUAL_-1206935459', u'INT_LESSEQUAL_-1206935671'), ('const-1', u'PTRADD_-1206935403'), ('tmp_44', u'CBRANCH_-1206935777'), ('const-433', u'LOAD_-1206935802'), ('const-8', u'INT_MULT_-1206935651'), (u'LOAD_-1206935764', u'INT_NOTEQUAL_-1206935745'), ('tmp_170', u'CBRANCH_-1206935709'), ('const-0', u'INT_NOTEQUAL_-1206935646'), (u'PTRADD_-1206935347', u'LOAD_-1206935598'), (u'INT_EQUAL_-1206935629', u'CBRANCH_-1206935627'), ('const-0', u'RETURN_-1206935695'), (u'MULTIEQUAL_-1206935380', u'INT_NOTEQUAL_-1206935646'), (u'INT_ADD_-1206935663', u'CAST_-1206935378'), ('tmp_834', u'LOAD_-1206935802'), ('const-433', u'LOAD_-1206935627'), ('const-8', u'PTRADD_-1206935347'), (u'PTRADD_-1206935426', u'LOAD_-1206935796'), (u'INT_ADD_-1206935592', u'INT_ADD_-1206935590'), (u'CAST_-1206935378', u'STORE_-1206935677'), ('const-1', u'PTRADD_-1206935380'), (u'INT_NOTEQUAL_-1206935745', u'CBRANCH_-1206935743'), ('tmp_834', u'PTRADD_-1206935403')]
null
null
00109f00
x64
O2
(translation_unit "ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}\n\n" (function_definition "ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" type_identifier (function_declarator "FUN_00109f00(ulong *param_1,long param_2,ulong param_3)" identifier (parameter_list "(ulong *param_1,long param_2,ulong param_3)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((long *)param_1[1] <= plVar3) {\n return 0;\n }" if (parenthesized_expression "((long *)param_1[1] <= plVar3)" ( (binary_expression "(long *)param_1[1] <= plVar3" (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);" do (compound_statement "{\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n }" { (if_statement "if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" if (parenthesized_expression "(*plVar3 != 0)" ( (binary_expression "*plVar3 != 0" (pointer_expression "*plVar3" * identifier) != number_literal) )) (compound_statement "{\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" { (if_statement "if (param_3 <= uVar2) {\n return uVar2;\n }" if (parenthesized_expression "(param_3 <= uVar2)" ( (binary_expression "param_3 <= uVar2" identifier <= identifier) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "*(long *)(param_2 + uVar2 * 8) = *plVar3;" (assignment_expression "*(long *)(param_2 + uVar2 * 8) = *plVar3" (pointer_expression "*(long *)(param_2 + uVar2 * 8)" * (cast_expression "(long *)(param_2 + uVar2 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + uVar2 * 8)" ( (binary_expression "param_2 + uVar2 * 8" identifier + (binary_expression "uVar2 * 8" identifier * number_literal)) )))) = (pointer_expression "*plVar3" * identifier)) ;) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (for_statement "for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" for ( (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ; (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined8 *)puVar1[1]" identifier = (cast_expression "(undefined8 *)puVar1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ]))) ) (compound_statement "{\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" { (if_statement "if (param_3 == uVar2) {\n return param_3;\n }" if (parenthesized_expression "(param_3 == uVar2)" ( (binary_expression "param_3 == uVar2" identifier == identifier) )) (compound_statement "{\n return param_3;\n }" { (return_statement "return param_3;" return identifier ;) })) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;" (assignment_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1" (pointer_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8)" * (cast_expression "(undefined8 *)(param_2 + -8 + uVar2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -8 + uVar2 * 8)" ( (binary_expression "param_2 + -8 + uVar2 * 8" (binary_expression "param_2 + -8" identifier + number_literal) + (binary_expression "uVar2 * 8" identifier * number_literal)) )))) = (pointer_expression "*puVar1" * identifier)) ;) })) })) (expression_statement "plVar3 = plVar3 + 2;" (assignment_expression "plVar3 = plVar3 + 2" identifier = (binary_expression "plVar3 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar3 < (long *)param_1[1])" ( (binary_expression "plVar3 < (long *)param_1[1]" identifier < (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) (return_statement "return uVar2;" return identifier ;) })))
(translation_unit "size_t hash_get_entries(Hash_table *table,void **buffer,size_t buffer_size)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n size_t sVar3;\n \n phVar2 = table->bucket;\n if (table->bucket_limit <= phVar2) {\n return 0;\n }\n sVar3 = 0;\n do {\n if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }\n phVar2 = phVar2 + 1;\n } while (phVar2 < table->bucket_limit);\n return sVar3;\n}\n\n" (function_definition "size_t hash_get_entries(Hash_table *table,void **buffer,size_t buffer_size)\n\n{\n hash_entry *phVar1;\n hash_entry *phVar2;\n size_t sVar3;\n \n phVar2 = table->bucket;\n if (table->bucket_limit <= phVar2) {\n return 0;\n }\n sVar3 = 0;\n do {\n if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }\n phVar2 = phVar2 + 1;\n } while (phVar2 < table->bucket_limit);\n return sVar3;\n}" primitive_type (function_declarator "hash_get_entries(Hash_table *table,void **buffer,size_t buffer_size)" identifier (parameter_list "(Hash_table *table,void **buffer,size_t buffer_size)" ( (parameter_declaration "Hash_table *table" type_identifier (pointer_declarator "*table" * identifier)) , (parameter_declaration "void **buffer" primitive_type (pointer_declarator "**buffer" * (pointer_declarator "*buffer" * identifier))) , (parameter_declaration "size_t buffer_size" primitive_type identifier) ))) (compound_statement "{\n hash_entry *phVar1;\n hash_entry *phVar2;\n size_t sVar3;\n \n phVar2 = table->bucket;\n if (table->bucket_limit <= phVar2) {\n return 0;\n }\n sVar3 = 0;\n do {\n if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }\n phVar2 = phVar2 + 1;\n } while (phVar2 < table->bucket_limit);\n return sVar3;\n}" { (declaration "hash_entry *phVar1;" type_identifier (pointer_declarator "*phVar1" * identifier) ;) (declaration "hash_entry *phVar2;" type_identifier (pointer_declarator "*phVar2" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (expression_statement "phVar2 = table->bucket;" (assignment_expression "phVar2 = table->bucket" identifier = (field_expression "table->bucket" identifier -> field_identifier)) ;) (if_statement "if (table->bucket_limit <= phVar2) {\n return 0;\n }" if (parenthesized_expression "(table->bucket_limit <= phVar2)" ( (binary_expression "table->bucket_limit <= phVar2" (field_expression "table->bucket_limit" identifier -> field_identifier) <= identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "sVar3 = 0;" (assignment_expression "sVar3 = 0" identifier = number_literal) ;) (do_statement "do {\n if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }\n phVar2 = phVar2 + 1;\n } while (phVar2 < table->bucket_limit);" do (compound_statement "{\n if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }\n phVar2 = phVar2 + 1;\n }" { (if_statement "if (phVar2->data != (void *)0x0) {\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }" if (parenthesized_expression "(phVar2->data != (void *)0x0)" ( (binary_expression "phVar2->data != (void *)0x0" (field_expression "phVar2->data" identifier -> field_identifier) != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (buffer_size <= sVar3) {\n return sVar3;\n }\n buffer[sVar3] = phVar2->data;\n for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }\n }" { (if_statement "if (buffer_size <= sVar3) {\n return sVar3;\n }" if (parenthesized_expression "(buffer_size <= sVar3)" ( (binary_expression "buffer_size <= sVar3" identifier <= identifier) )) (compound_statement "{\n return sVar3;\n }" { (return_statement "return sVar3;" return identifier ;) })) (expression_statement "buffer[sVar3] = phVar2->data;" (assignment_expression "buffer[sVar3] = phVar2->data" (subscript_expression "buffer[sVar3]" identifier [ identifier ]) = (field_expression "phVar2->data" identifier -> field_identifier)) ;) (for_statement "for (phVar1 = phVar2->next; sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0;\n phVar1 = phVar1->next) {\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }" for ( (assignment_expression "phVar1 = phVar2->next" identifier = (field_expression "phVar2->next" identifier -> field_identifier)) ; (comma_expression "sVar3 = sVar3 + 1, phVar1 != (hash_entry *)0x0" (assignment_expression "sVar3 = sVar3 + 1" identifier = (binary_expression "sVar3 + 1" identifier + number_literal)) , (binary_expression "phVar1 != (hash_entry *)0x0" identifier != (cast_expression "(hash_entry *)0x0" ( (type_descriptor "hash_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ; (assignment_expression "phVar1 = phVar1->next" identifier = (field_expression "phVar1->next" identifier -> field_identifier)) ) (compound_statement "{\n if (buffer_size == sVar3) {\n return buffer_size;\n }\n buffer[sVar3] = phVar1->data;\n }" { (if_statement "if (buffer_size == sVar3) {\n return buffer_size;\n }" if (parenthesized_expression "(buffer_size == sVar3)" ( (binary_expression "buffer_size == sVar3" identifier == identifier) )) (compound_statement "{\n return buffer_size;\n }" { (return_statement "return buffer_size;" return identifier ;) })) (expression_statement "buffer[sVar3] = phVar1->data;" (assignment_expression "buffer[sVar3] = phVar1->data" (subscript_expression "buffer[sVar3]" identifier [ identifier ]) = (field_expression "phVar1->data" identifier -> field_identifier)) ;) })) })) (expression_statement "phVar2 = phVar2 + 1;" (assignment_expression "phVar2 = phVar2 + 1" identifier = (binary_expression "phVar2 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(phVar2 < table->bucket_limit)" ( (binary_expression "phVar2 < table->bucket_limit" identifier < (field_expression "table->bucket_limit" identifier -> field_identifier)) )) ;) (return_statement "return sVar3;" return identifier ;) })))
(translation_unit "ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}\n\n" (function_definition "ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" type_identifier (function_declarator "FUN_00109f00(ulong *param_1,long param_2,ulong param_3)" identifier (parameter_list "(ulong *param_1,long param_2,ulong param_3)" ( (parameter_declaration "ulong *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if ((long *)param_1[1] <= plVar3) {\n return 0;\n }" if (parenthesized_expression "((long *)param_1[1] <= plVar3)" ( (binary_expression "(long *)param_1[1] <= plVar3" (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (do_statement "do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);" do (compound_statement "{\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n }" { (if_statement "if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" if (parenthesized_expression "(*plVar3 != 0)" ( (binary_expression "*plVar3 != 0" (pointer_expression "*plVar3" * identifier) != number_literal) )) (compound_statement "{\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" { (if_statement "if (param_3 <= uVar2) {\n return uVar2;\n }" if (parenthesized_expression "(param_3 <= uVar2)" ( (binary_expression "param_3 <= uVar2" identifier <= identifier) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "*(long *)(param_2 + uVar2 * 8) = *plVar3;" (assignment_expression "*(long *)(param_2 + uVar2 * 8) = *plVar3" (pointer_expression "*(long *)(param_2 + uVar2 * 8)" * (cast_expression "(long *)(param_2 + uVar2 * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + uVar2 * 8)" ( (binary_expression "param_2 + uVar2 * 8" identifier + (binary_expression "uVar2 * 8" identifier * number_literal)) )))) = (pointer_expression "*plVar3" * identifier)) ;) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (for_statement "for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" for ( (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" identifier = (cast_expression "(undefined8 *)plVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "plVar3[1]" identifier [ number_literal ]))) ; (binary_expression "puVar1 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined8 *)puVar1[1]" identifier = (cast_expression "(undefined8 *)puVar1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar1[1]" identifier [ number_literal ]))) ) (compound_statement "{\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" { (if_statement "if (param_3 == uVar2) {\n return param_3;\n }" if (parenthesized_expression "(param_3 == uVar2)" ( (binary_expression "param_3 == uVar2" identifier == identifier) )) (compound_statement "{\n return param_3;\n }" { (return_statement "return param_3;" return identifier ;) })) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" identifier = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;" (assignment_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1" (pointer_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8)" * (cast_expression "(undefined8 *)(param_2 + -8 + uVar2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + -8 + uVar2 * 8)" ( (binary_expression "param_2 + -8 + uVar2 * 8" (binary_expression "param_2 + -8" identifier + number_literal) + (binary_expression "uVar2 * 8" identifier * number_literal)) )))) = (pointer_expression "*puVar1" * identifier)) ;) })) })) (expression_statement "plVar3 = plVar3 + 2;" (assignment_expression "plVar3 = plVar3 + 2" identifier = (binary_expression "plVar3 + 2" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar3 < (long *)param_1[1])" ( (binary_expression "plVar3 < (long *)param_1[1]" identifier < (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) ;) (return_statement "return uVar2;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (for_statement for ( (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ; (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (binary_expression IDENT * LIT)) )))) = (pointer_expression * IDENT)) ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) ;) (return_statement return IDENT ;) })))
(function_definition "ulong FUN_00109f00(ulong *param_1,long param_2,ulong param_3)\n\n{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" (type_identifier "ulong") (function_declarator "FUN_00109f00(ulong *param_1,long param_2,ulong param_3)" (identifier "FUN_00109f00") (parameter_list "(ulong *param_1,long param_2,ulong param_3)" (( "(") (parameter_declaration "ulong *param_1" (type_identifier "ulong") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined8 *puVar1;\n ulong uVar2;\n long *plVar3;\n \n plVar3 = (long *)*param_1;\n if ((long *)param_1[1] <= plVar3) {\n return 0;\n }\n uVar2 = 0;\n do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);\n return uVar2;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (expression_statement "plVar3 = (long *)*param_1;" (assignment_expression "plVar3 = (long *)*param_1" (identifier "plVar3") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if ((long *)param_1[1] <= plVar3) {\n return 0;\n }" (if "if") (parenthesized_expression "((long *)param_1[1] <= plVar3)" (( "(") (binary_expression "(long *)param_1[1] <= plVar3" (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (<= "<=") (identifier "plVar3")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n } while (plVar3 < (long *)param_1[1]);" (do "do") (compound_statement "{\n if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }\n plVar3 = plVar3 + 2;\n }" ({ "{") (if_statement "if (*plVar3 != 0) {\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" (if "if") (parenthesized_expression "(*plVar3 != 0)" (( "(") (binary_expression "*plVar3 != 0" (pointer_expression "*plVar3" (* "*") (identifier "plVar3")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (param_3 <= uVar2) {\n return uVar2;\n }\n *(long *)(param_2 + uVar2 * 8) = *plVar3;\n uVar2 = uVar2 + 1;\n for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }\n }" ({ "{") (if_statement "if (param_3 <= uVar2) {\n return uVar2;\n }" (if "if") (parenthesized_expression "(param_3 <= uVar2)" (( "(") (binary_expression "param_3 <= uVar2" (identifier "param_3") (<= "<=") (identifier "uVar2")) () ")")) (compound_statement "{\n return uVar2;\n }" ({ "{") (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}"))) (expression_statement "*(long *)(param_2 + uVar2 * 8) = *plVar3;" (assignment_expression "*(long *)(param_2 + uVar2 * 8) = *plVar3" (pointer_expression "*(long *)(param_2 + uVar2 * 8)" (* "*") (cast_expression "(long *)(param_2 + uVar2 * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + uVar2 * 8)" (( "(") (binary_expression "param_2 + uVar2 * 8" (identifier "param_2") (+ "+") (binary_expression "uVar2 * 8" (identifier "uVar2") (* "*") (number_literal "8"))) () ")")))) (= "=") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (; ";")) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" (identifier "uVar2") (= "=") (binary_expression "uVar2 + 1" (identifier "uVar2") (+ "+") (number_literal "1"))) (; ";")) (for_statement "for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0;\n puVar1 = (undefined8 *)puVar1[1]) {\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" (for "for") (( "(") (assignment_expression "puVar1 = (undefined8 *)plVar3[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)plVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")))) (; ";") (binary_expression "puVar1 != (undefined8 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar1 = (undefined8 *)puVar1[1]" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)puVar1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")))) () ")") (compound_statement "{\n if (param_3 == uVar2) {\n return param_3;\n }\n uVar2 = uVar2 + 1;\n *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;\n }" ({ "{") (if_statement "if (param_3 == uVar2) {\n return param_3;\n }" (if "if") (parenthesized_expression "(param_3 == uVar2)" (( "(") (binary_expression "param_3 == uVar2" (identifier "param_3") (== "==") (identifier "uVar2")) () ")")) (compound_statement "{\n return param_3;\n }" ({ "{") (return_statement "return param_3;" (return "return") (identifier "param_3") (; ";")) (} "}"))) (expression_statement "uVar2 = uVar2 + 1;" (assignment_expression "uVar2 = uVar2 + 1" (identifier "uVar2") (= "=") (binary_expression "uVar2 + 1" (identifier "uVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1;" (assignment_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1" (pointer_expression "*(undefined8 *)(param_2 + -8 + uVar2 * 8)" (* "*") (cast_expression "(undefined8 *)(param_2 + -8 + uVar2 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + -8 + uVar2 * 8)" (( "(") (binary_expression "param_2 + -8 + uVar2 * 8" (binary_expression "param_2 + -8" (identifier "param_2") (+ "+") (number_literal "-8")) (+ "+") (binary_expression "uVar2 * 8" (identifier "uVar2") (* "*") (number_literal "8"))) () ")")))) (= "=") (pointer_expression "*puVar1" (* "*") (identifier "puVar1"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "plVar3 = plVar3 + 2;" (assignment_expression "plVar3 = plVar3 + 2" (identifier "plVar3") (= "=") (binary_expression "plVar3 + 2" (identifier "plVar3") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar3 < (long *)param_1[1])" (( "(") (binary_expression "plVar3 < (long *)param_1[1]" (identifier "plVar3") (< "<") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (; ";")) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}")))
size_t function_1(type_1 *table,void **buffer,size_t var_2) { type_2 *var_4; type_2 *var_1; size_t var_3; var_1 = table->bucket; if (table->bucket_limit <= var_1) { return 0; } var_3 = 0; do { if (var_1->data != (void *)0x0) { if (var_2 <= var_3) { return var_3; } buffer[var_3] = var_1->data; for (var_4 = var_1->next; var_3 = var_3 + 1, var_4 != (type_2 *)0x0; var_4 = var_4->next) { if (var_2 == var_3) { return var_2; } buffer[var_3] = var_4->data; } } var_1 = var_1 + 1; } while (var_1 < table->bucket_limit); return var_3; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (for_statement initializer: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) condition: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) update: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement (identifier)))))
null
ulong MASKED(ulong *param_1,long param_2,ulong param_3) { undefined8 *puVar1; ulong uVar2; long *plVar3; plVar3 = (long *)*param_1; if ((long *)param_1[1] <= plVar3) { return 0; } uVar2 = 0; do { if (*plVar3 != 0) { if (param_3 <= uVar2) { return uVar2; } *(long *)(param_2 + uVar2 * 8) = *plVar3; uVar2 = uVar2 + 1; for (puVar1 = (undefined8 *)plVar3[1]; puVar1 != (undefined8 *)0x0; puVar1 = (undefined8 *)puVar1[1]) { if (param_3 == uVar2) { return param_3; } uVar2 = uVar2 + 1; *(undefined8 *)(param_2 + -8 + uVar2 * 8) = *puVar1; } } plVar3 = plVar3 + 2; } while (plVar3 < (long *)param_1[1]); return uVar2; }
178_alpha-linux-gnu-objcopy_and_alpha-linux-gnu-objcopy_strip.c
add_redefine_and_check
FUN_00107d90
void add_redefine_and_check(char *cause,char *source,char *target) { undefined8 uVar1; htab_t phVar2; undefined8 *puVar3; char *pcVar4; long lVar5; long *plVar6; puVar3 = (undefined8 *)xmalloc(0x10); pcVar4 = strdup(source); *puVar3 = pcVar4; pcVar4 = strdup(target); phVar2 = redefine_specific_htab; puVar3[1] = pcVar4; lVar5 = htab_find(phVar2,puVar3); if (lVar5 != 0) { pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5); /* WARNING: Subroutine does not return */ fatal(pcVar4,cause,source); } lVar5 = htab_find(redefine_specific_reverse_htab,target); if (lVar5 == 0) { plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1); phVar2 = redefine_specific_reverse_htab; *plVar6 = (long)puVar3; uVar1 = puVar3[1]; puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1); *puVar3 = uVar1; return; } pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5); /* WARNING: Subroutine does not return */ fatal(pcVar4,cause,target); }
void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3) { undefined8 uVar1; undefined8 *puVar2; char *pcVar3; long lVar4; long *plVar5; undefined8 uVar6; puVar2 = (undefined8 *)xmalloc(0x10); pcVar3 = strdup(param_2); *puVar2 = pcVar3; pcVar3 = strdup(param_3); uVar6 = DAT_0012ca30; puVar2[1] = pcVar3; lVar4 = htab_find(uVar6,puVar2); if (lVar4 != 0) { uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5); /* WARNING: Subroutine does not return */ FUN_0011b5c0(uVar6,param_1,param_2); } lVar4 = htab_find(DAT_0012ca28,param_3); if (lVar4 == 0) { plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1); uVar1 = DAT_0012ca28; *plVar5 = (long)puVar2; uVar6 = puVar2[1]; puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1); *puVar2 = uVar6; return; } uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5); /* WARNING: Subroutine does not return */ FUN_0011b5c0(uVar6,param_1,param_3); }
PUSH R13 MOV R13,RDI MOV EDI,0x10 PUSH R12 MOV R12,RSI PUSH RBP MOV RBP,RDX PUSH RBX SUB RSP,0x8 CALL 0x00104370 MOV RDI,R12 MOV RBX,RAX CALL 0x001048c0 MOV RDI,RBP MOV qword ptr [RBX],RAX CALL 0x001048c0 MOV RDI,qword ptr [0x0012ca30] MOV RSI,RBX MOV qword ptr [RBX + 0x8],RAX CALL 0x00104810 TEST RAX,RAX JNZ 0x00107e2c MOV RDI,qword ptr [0x0012ca28] MOV RSI,RBP CALL 0x00104810 TEST RAX,RAX JNZ 0x00107e4f MOV RDI,qword ptr [0x0012ca30] MOV RSI,RBX MOV EDX,0x1 CALL 0x00104490 MOV RDI,qword ptr [0x0012ca28] MOV EDX,0x1 MOV qword ptr [RAX],RBX MOV RBX,qword ptr [RBX + 0x8] MOV RSI,RBX CALL 0x00104490 MOV qword ptr [RAX],RBX ADD RSP,0x8 POP RBX POP RBP POP R12 POP R13 RET MOV EDX,0x5 LEA RSI,[0x1210a8] XOR EDI,EDI CALL 0x00104240 MOV RDX,R12 MOV RSI,R13 MOV RDI,RAX XOR EAX,EAX CALL 0x0011b5c0 MOV EDX,0x5 LEA RSI,[0x1210d8] XOR EDI,EDI CALL 0x00104240 MOV RDX,RBP MOV RSI,R13 MOV RDI,RAX XOR EAX,EAX CALL 0x0011b5c0
null
null
null
null
[(u'INDIRECT_-1206943714', u'COPY_-1206943766'), (u'INT_EQUAL_-1206944200', u'CBRANCH_-1206944197'), ('const-433', u'STORE_-1206944287'), ('tmp_506', u'CALL_-1206943989'), (u'CALL_-1206944021', u'INDIRECT_-1206943675'), ('const-0', u'INT_EQUAL_-1206944200'), (u'INDIRECT_-1206943696', u'COPY_-1206943748'), (u'COPY_-1206943703', u'CALL_-1206944023'), (u'CALL_-1206943989', u'INDIRECT_-1206943658'), (u'CALL_-1206944134', u'INDIRECT_-1206943758'), ('const-5', u'CALL_-1206944023'), ('tmp_187', u'CBRANCH_-1206944197'), (u'CALL_-1206944214', u'INT_EQUAL_-1206944200'), (u'CAST_-1206943780', u'CAST_-1206943673'), (u'PTRADD_-1206943676', u'LOAD_-1206944151'), (u'CAST_-1206943780', u'STORE_-1206944287'), ('const-0', u'RETURN_-1206944083'), (u'CAST_-1206943597', u'CALL_-1206943989'), (u'CAST_-1206943673', u'STORE_-1206944155'), (u'CALL_-1206944023', u'INDIRECT_-1206943713'), ('const-0', u'CALL_-1206944021'), (u'CALL_-1206944277', u'STORE_-1206944261'), ('tmp_506', u'CALL_-1206944214'), (u'INDIRECT_-1206943658', u'COPY_-1206943714'), ('const-433', u'STORE_-1206944261'), ('const-1', u'CALL_-1206944134'), (u'INDIRECT_-1206943676', u'COPY_-1206943732'), (u'STORE_-1206944155', u'INDIRECT_-1206943762'), (u'CALL_-1206944172', u'INDIRECT_-1206943786'), (u'CALL_-1206944134', u'INDIRECT_-1206943740'), ('const-8', u'PTRADD_-1206943746'), (u'CALL_-1206944214', u'INDIRECT_-1206943796'), ('const-433', u'LOAD_-1206944151'), (u'INT_NOTEQUAL_-1206944235', u'CBRANCH_-1206944233'), (u'STORE_-1206944287', u'INDIRECT_-1206943848'), (u'CALL_-1206944277', u'INDIRECT_-1206943839'), (u'INDIRECT_-1206943839', u'COPY_-1206943822'), (u'COPY_-1206943667', u'CALL_-1206944021'), (u'LOAD_-1206944151', u'STORE_-1206944131'), (u'LOAD_-1206944151', u'CALL_-1206944134'), (u'CAST_-1206943633', u'CALL_-1206943991'), (u'CAST_-1206943780', u'CALL_-1206944172'), (u'CALL_-1206944250', u'INDIRECT_-1206943837'), (u'CALL_-1206944214', u'INDIRECT_-1206943814'), (u'CAST_-1206943780', u'PTRADD_-1206943746'), (u'COPY_-1206943759', u'CALL_-1206944134'), ('const-433', u'STORE_-1206944131'), (u'CALL_-1206944250', u'INT_NOTEQUAL_-1206944235'), (u'CALL_-1206944310', u'CAST_-1206943780'), ('const-8', u'PTRADD_-1206943676'), ('const-1', u'RETURN_-1206943984'), (u'CALL_-1206944134', u'CAST_-1206943662'), (u'CALL_-1206944021', u'INDIRECT_-1206943693'), (u'CALL_-1206944021', u'CAST_-1206943597'), (u'CALL_-1206944310', u'INDIRECT_-1206943863'), (u'CAST_-1206943662', u'STORE_-1206944131'), (u'INDIRECT_-1206943786', u'COPY_-1206943759'), (u'CAST_-1206943691', u'STORE_-1206944155'), ('const-0', u'INT_NOTEQUAL_-1206944235'), (u'CAST_-1206943780', u'PTRADD_-1206943676'), (u'STORE_-1206944261', u'INDIRECT_-1206943829'), (u'STORE_-1206944131', u'INDIRECT_-1206943746'), ('const-16', u'CALL_-1206944310'), (u'CALL_-1206943991', u'INDIRECT_-1206943714'), ('const-5', u'CALL_-1206944021'), (u'STORE_-1206944261', u'INDIRECT_-1206943811'), ('tmp_506', u'CALL_-1206944277'), ('tmp_504', u'CALL_-1206943991'), (u'STORE_-1206944155', u'INDIRECT_-1206943744'), (u'INDIRECT_-1206943728', u'COPY_-1206943781'), (u'INDIRECT_-1206943837', u'CALL_-1206944214'), (u'INDIRECT_-1206943796', u'CALL_-1206944172'), (u'STORE_-1206944287', u'INDIRECT_-1206943830'), (u'CALL_-1206944023', u'INDIRECT_-1206943731'), (u'CALL_-1206944294', u'STORE_-1206944287'), (u'CALL_-1206944172', u'INDIRECT_-1206943768'), (u'CALL_-1206944250', u'INDIRECT_-1206943819'), ('const-1', u'PTRADD_-1206943676'), ('const-1', u'CALL_-1206944172'), (u'CALL_-1206944023', u'CAST_-1206943633'), (u'STORE_-1206944131', u'INDIRECT_-1206943728'), (u'COPY_-1206943822', u'CALL_-1206944250'), (u'CALL_-1206944172', u'CAST_-1206943691'), ('const-1183960', u'COPY_-1206943667'), ('tmp_505', u'CALL_-1206944294'), ('const-1', u'PTRADD_-1206943746'), (u'CALL_-1206944310', u'INDIRECT_-1206943881'), ('const-1183912', u'COPY_-1206943703'), ('tmp_505', u'CALL_-1206943991'), ('tmp_147', u'CBRANCH_-1206944233'), (u'CALL_-1206944294', u'INDIRECT_-1206943869'), (u'PTRADD_-1206943746', u'STORE_-1206944261'), (u'INDIRECT_-1206943746', u'COPY_-1206943799'), (u'CALL_-1206943991', u'INDIRECT_-1206943696'), ('const-433', u'STORE_-1206944155'), ('const-1', u'RETURN_-1206943986'), ('tmp_504', u'CALL_-1206943989'), ('const-0', u'CALL_-1206944023'), (u'CALL_-1206943989', u'INDIRECT_-1206943676'), (u'CALL_-1206944277', u'INDIRECT_-1206943857'), (u'CAST_-1206943780', u'CALL_-1206944250'), (u'CALL_-1206944294', u'INDIRECT_-1206943851')]
[(u'INDIRECT_-1206943714', u'COPY_-1206943766'), (u'INT_EQUAL_-1206944200', u'CBRANCH_-1206944197'), ('const-0', u'CALL_-1206944021'), ('const-433', u'STORE_-1206944131'), (u'CALL_-1206944021', u'INDIRECT_-1206943675'), ('const-0', u'INT_EQUAL_-1206944200'), (u'INDIRECT_-1206943696', u'COPY_-1206943748'), (u'COPY_-1206943703', u'CALL_-1206944023'), ('tmp_1043', u'CALL_-1206944214'), (u'CALL_-1206943989', u'INDIRECT_-1206943658'), ('tmp_1039', u'CALL_-1206943989'), (u'CALL_-1206944134', u'INDIRECT_-1206943758'), (u'CALL_-1206944172', u'CAST_-1206943693'), (u'CAST_-1206943675', u'STORE_-1206944155'), ('tmp_187', u'CBRANCH_-1206944197'), (u'CALL_-1206944214', u'INT_EQUAL_-1206944200'), (u'CALL_-1206944134', u'CAST_-1206943664'), (u'PTRADD_-1206943676', u'LOAD_-1206944151'), ('const-1183960', u'COPY_-1206943667'), ('const-16', u'CALL_-1206944310'), (u'CAST_-1206943780', u'STORE_-1206944287'), ('const-0', u'RETURN_-1206944083'), ('tmp_1043', u'CALL_-1206944277'), (u'CALL_-1206944023', u'INDIRECT_-1206943713'), (u'CALL_-1206944277', u'STORE_-1206944261'), (u'INDIRECT_-1206943658', u'COPY_-1206943714'), ('const-433', u'STORE_-1206944287'), ('const-0', u'CALL_-1206944023'), (u'INDIRECT_-1206943676', u'COPY_-1206943732'), (u'STORE_-1206944155', u'INDIRECT_-1206943762'), (u'CALL_-1206944172', u'INDIRECT_-1206943786'), (u'CALL_-1206944134', u'INDIRECT_-1206943740'), (u'CALL_-1206944214', u'INDIRECT_-1206943796'), ('const-1', u'CALL_-1206944172'), (u'INT_NOTEQUAL_-1206944235', u'CBRANCH_-1206944233'), ('tmp_1039', u'CALL_-1206943991'), (u'CALL_-1206944277', u'INDIRECT_-1206943839'), (u'STORE_-1206944287', u'INDIRECT_-1206943848'), (u'INDIRECT_-1206943839', u'COPY_-1206943822'), (u'COPY_-1206943667', u'CALL_-1206944021'), (u'LOAD_-1206944151', u'STORE_-1206944131'), (u'LOAD_-1206944151', u'CALL_-1206944134'), (u'CALL_-1206944023', u'CALL_-1206943991'), ('const-433', u'LOAD_-1206944151'), (u'CAST_-1206943780', u'CALL_-1206944172'), (u'CALL_-1206944250', u'INDIRECT_-1206943837'), (u'CAST_-1206943693', u'STORE_-1206944155'), (u'CALL_-1206944214', u'INDIRECT_-1206943814'), (u'CAST_-1206943780', u'PTRADD_-1206943746'), (u'COPY_-1206943759', u'CALL_-1206944134'), ('tmp_1041', u'CALL_-1206944294'), (u'CALL_-1206944310', u'CAST_-1206943780'), (u'CALL_-1206944250', u'INT_NOTEQUAL_-1206944235'), ('const-1', u'RETURN_-1206943984'), (u'CALL_-1206944021', u'INDIRECT_-1206943693'), ('const-5', u'CALL_-1206944023'), (u'CALL_-1206944310', u'INDIRECT_-1206943863'), ('tmp_1041', u'CALL_-1206943991'), ('const-433', u'STORE_-1206944155'), (u'INDIRECT_-1206943786', u'COPY_-1206943759'), (u'CAST_-1206943664', u'STORE_-1206944131'), ('const-0', u'INT_NOTEQUAL_-1206944235'), (u'CAST_-1206943780', u'PTRADD_-1206943676'), (u'STORE_-1206944261', u'INDIRECT_-1206943829'), (u'STORE_-1206944131', u'INDIRECT_-1206943746'), (u'CALL_-1206943991', u'INDIRECT_-1206943714'), (u'STORE_-1206944261', u'INDIRECT_-1206943811'), ('const-1183912', u'COPY_-1206943703'), (u'STORE_-1206944155', u'INDIRECT_-1206943744'), (u'CALL_-1206944021', u'CALL_-1206943989'), (u'INDIRECT_-1206943728', u'COPY_-1206943781'), (u'INDIRECT_-1206943837', u'CALL_-1206944214'), (u'INDIRECT_-1206943796', u'CALL_-1206944172'), (u'STORE_-1206944287', u'INDIRECT_-1206943830'), (u'CALL_-1206944023', u'INDIRECT_-1206943731'), (u'CALL_-1206944294', u'STORE_-1206944287'), (u'CALL_-1206944172', u'INDIRECT_-1206943768'), ('tmp_1043', u'CALL_-1206943989'), (u'CALL_-1206944250', u'INDIRECT_-1206943819'), ('const-8', u'PTRADD_-1206943676'), (u'CAST_-1206943780', u'CAST_-1206943675'), ('const-5', u'CALL_-1206944021'), (u'STORE_-1206944131', u'INDIRECT_-1206943728'), ('const-433', u'STORE_-1206944261'), (u'COPY_-1206943822', u'CALL_-1206944250'), ('const-1', u'PTRADD_-1206943676'), ('const-8', u'PTRADD_-1206943746'), (u'CALL_-1206944310', u'INDIRECT_-1206943881'), ('tmp_147', u'CBRANCH_-1206944233'), (u'CALL_-1206944294', u'INDIRECT_-1206943869'), (u'PTRADD_-1206943746', u'STORE_-1206944261'), (u'INDIRECT_-1206943746', u'COPY_-1206943799'), (u'CALL_-1206943991', u'INDIRECT_-1206943696'), ('const-1', u'RETURN_-1206943986'), ('const-1', u'PTRADD_-1206943746'), ('const-1', u'CALL_-1206944134'), (u'CALL_-1206943989', u'INDIRECT_-1206943676'), (u'CALL_-1206944277', u'INDIRECT_-1206943857'), (u'CAST_-1206943780', u'CALL_-1206944250'), (u'CALL_-1206944294', u'INDIRECT_-1206943851')]
null
null
00107d90
x64
O2
(translation_unit "void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_3);\n}\n\n" (function_definition "void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_3);\n}" primitive_type (function_declarator "FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,char *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_3);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (expression_statement "puVar2 = (undefined8 *)xmalloc(0x10);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(0x10)" identifier = (cast_expression "(undefined8 *)xmalloc(0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "pcVar3 = strdup(param_2);" (assignment_expression "pcVar3 = strdup(param_2)" identifier = (call_expression "strdup(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "*puVar2 = pcVar3;" (assignment_expression "*puVar2 = pcVar3" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "pcVar3 = strdup(param_3);" (assignment_expression "pcVar3 = strdup(param_3)" identifier = (call_expression "strdup(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "uVar6 = DAT_0012ca30;" (assignment_expression "uVar6 = DAT_0012ca30" identifier = identifier) ;) (expression_statement "puVar2[1] = pcVar3;" (assignment_expression "puVar2[1] = pcVar3" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar4 = htab_find(uVar6,puVar2);" (assignment_expression "lVar4 = htab_find(uVar6,puVar2)" identifier = (call_expression "htab_find(uVar6,puVar2)" identifier (argument_list "(uVar6,puVar2)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_2);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n FUN_0011b5c0(uVar6,param_1,param_2);\n }" { (expression_statement "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier = (call_expression "dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier (argument_list "(0,"%s: Multiple redefinition of symbol \"%s\"",5)" ( number_literal , (string_literal ""%s: Multiple redefinition of symbol \"%s\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) comment (expression_statement "FUN_0011b5c0(uVar6,param_1,param_2);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_2)" identifier (argument_list "(uVar6,param_1,param_2)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar4 = htab_find(DAT_0012ca28,param_3);" (assignment_expression "lVar4 = htab_find(DAT_0012ca28,param_3)" identifier = (call_expression "htab_find(DAT_0012ca28,param_3)" identifier (argument_list "(DAT_0012ca28,param_3)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (compound_statement "{\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" { (expression_statement "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);" (assignment_expression "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1)" identifier = (cast_expression "(long *)htab_find_slot(DAT_0012ca30,puVar2,1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(DAT_0012ca30,puVar2,1)" identifier (argument_list "(DAT_0012ca30,puVar2,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "uVar1 = DAT_0012ca28;" (assignment_expression "uVar1 = DAT_0012ca28" identifier = identifier) ;) (expression_statement "*plVar5 = (long)puVar2;" (assignment_expression "*plVar5 = (long)puVar2" (pointer_expression "*plVar5" * identifier) = (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "uVar6 = puVar2[1];" (assignment_expression "uVar6 = puVar2[1]" identifier = (subscript_expression "puVar2[1]" identifier [ number_literal ])) ;) (expression_statement "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);" (assignment_expression "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1)" identifier = (cast_expression "(undefined8 *)htab_find_slot(uVar1,uVar6,1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(uVar1,uVar6,1)" identifier (argument_list "(uVar1,uVar6,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "*puVar2 = uVar6;" (assignment_expression "*puVar2 = uVar6" (pointer_expression "*puVar2" * identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier = (call_expression "dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier (argument_list "(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" ( number_literal , (string_literal ""%s: Symbol \"%s\" is target of more than one redefinition"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) comment (expression_statement "FUN_0011b5c0(uVar6,param_1,param_3);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_3)" identifier (argument_list "(uVar6,param_1,param_3)" ( identifier , identifier , identifier ))) ;) })))
(translation_unit "void add_redefine_and_check(char *cause,char *source,char *target)\n\n{\n undefined8 uVar1;\n htab_t phVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n \n puVar3 = (undefined8 *)xmalloc(0x10);\n pcVar4 = strdup(source);\n *puVar3 = pcVar4;\n pcVar4 = strdup(target);\n phVar2 = redefine_specific_htab;\n puVar3[1] = pcVar4;\n lVar5 = htab_find(phVar2,puVar3);\n if (lVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,source);\n }\n lVar5 = htab_find(redefine_specific_reverse_htab,target);\n if (lVar5 == 0) {\n plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);\n phVar2 = redefine_specific_reverse_htab;\n *plVar6 = (long)puVar3;\n uVar1 = puVar3[1];\n puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);\n *puVar3 = uVar1;\n return;\n }\n pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,target);\n}\n\n" (function_definition "void add_redefine_and_check(char *cause,char *source,char *target)\n\n{\n undefined8 uVar1;\n htab_t phVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n \n puVar3 = (undefined8 *)xmalloc(0x10);\n pcVar4 = strdup(source);\n *puVar3 = pcVar4;\n pcVar4 = strdup(target);\n phVar2 = redefine_specific_htab;\n puVar3[1] = pcVar4;\n lVar5 = htab_find(phVar2,puVar3);\n if (lVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,source);\n }\n lVar5 = htab_find(redefine_specific_reverse_htab,target);\n if (lVar5 == 0) {\n plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);\n phVar2 = redefine_specific_reverse_htab;\n *plVar6 = (long)puVar3;\n uVar1 = puVar3[1];\n puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);\n *puVar3 = uVar1;\n return;\n }\n pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,target);\n}" primitive_type (function_declarator "add_redefine_and_check(char *cause,char *source,char *target)" identifier (parameter_list "(char *cause,char *source,char *target)" ( (parameter_declaration "char *cause" primitive_type (pointer_declarator "*cause" * identifier)) , (parameter_declaration "char *source" primitive_type (pointer_declarator "*source" * identifier)) , (parameter_declaration "char *target" primitive_type (pointer_declarator "*target" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n htab_t phVar2;\n undefined8 *puVar3;\n char *pcVar4;\n long lVar5;\n long *plVar6;\n \n puVar3 = (undefined8 *)xmalloc(0x10);\n pcVar4 = strdup(source);\n *puVar3 = pcVar4;\n pcVar4 = strdup(target);\n phVar2 = redefine_specific_htab;\n puVar3[1] = pcVar4;\n lVar5 = htab_find(phVar2,puVar3);\n if (lVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,source);\n }\n lVar5 = htab_find(redefine_specific_reverse_htab,target);\n if (lVar5 == 0) {\n plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);\n phVar2 = redefine_specific_reverse_htab;\n *plVar6 = (long)puVar3;\n uVar1 = puVar3[1];\n puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);\n *puVar3 = uVar1;\n return;\n }\n pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,target);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "htab_t phVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar6;" (sized_type_specifier "long" long) (pointer_declarator "*plVar6" * identifier) ;) (expression_statement "puVar3 = (undefined8 *)xmalloc(0x10);" (assignment_expression "puVar3 = (undefined8 *)xmalloc(0x10)" identifier = (cast_expression "(undefined8 *)xmalloc(0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "pcVar4 = strdup(source);" (assignment_expression "pcVar4 = strdup(source)" identifier = (call_expression "strdup(source)" identifier (argument_list "(source)" ( identifier )))) ;) (expression_statement "*puVar3 = pcVar4;" (assignment_expression "*puVar3 = pcVar4" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "pcVar4 = strdup(target);" (assignment_expression "pcVar4 = strdup(target)" identifier = (call_expression "strdup(target)" identifier (argument_list "(target)" ( identifier )))) ;) (expression_statement "phVar2 = redefine_specific_htab;" (assignment_expression "phVar2 = redefine_specific_htab" identifier = identifier) ;) (expression_statement "puVar3[1] = pcVar4;" (assignment_expression "puVar3[1] = pcVar4" (subscript_expression "puVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar5 = htab_find(phVar2,puVar3);" (assignment_expression "lVar5 = htab_find(phVar2,puVar3)" identifier = (call_expression "htab_find(phVar2,puVar3)" identifier (argument_list "(phVar2,puVar3)" ( identifier , identifier )))) ;) (if_statement "if (lVar5 != 0) {\n pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,source);\n }" if (parenthesized_expression "(lVar5 != 0)" ( (binary_expression "lVar5 != 0" identifier != number_literal) )) (compound_statement "{\n pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n /* WARNING: Subroutine does not return */\n fatal(pcVar4,cause,source);\n }" { (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier (argument_list "(0,"%s: Multiple redefinition of symbol \"%s\"",5)" ( number_literal , (string_literal ""%s: Multiple redefinition of symbol \"%s\""" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) comment (expression_statement "fatal(pcVar4,cause,source);" (call_expression "fatal(pcVar4,cause,source)" identifier (argument_list "(pcVar4,cause,source)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar5 = htab_find(redefine_specific_reverse_htab,target);" (assignment_expression "lVar5 = htab_find(redefine_specific_reverse_htab,target)" identifier = (call_expression "htab_find(redefine_specific_reverse_htab,target)" identifier (argument_list "(redefine_specific_reverse_htab,target)" ( identifier , identifier )))) ;) (if_statement "if (lVar5 == 0) {\n plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);\n phVar2 = redefine_specific_reverse_htab;\n *plVar6 = (long)puVar3;\n uVar1 = puVar3[1];\n puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);\n *puVar3 = uVar1;\n return;\n }" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (compound_statement "{\n plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);\n phVar2 = redefine_specific_reverse_htab;\n *plVar6 = (long)puVar3;\n uVar1 = puVar3[1];\n puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);\n *puVar3 = uVar1;\n return;\n }" { (expression_statement "plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1);" (assignment_expression "plVar6 = (long *)htab_find_slot(redefine_specific_htab,puVar3,1)" identifier = (cast_expression "(long *)htab_find_slot(redefine_specific_htab,puVar3,1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(redefine_specific_htab,puVar3,1)" identifier (argument_list "(redefine_specific_htab,puVar3,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "phVar2 = redefine_specific_reverse_htab;" (assignment_expression "phVar2 = redefine_specific_reverse_htab" identifier = identifier) ;) (expression_statement "*plVar6 = (long)puVar3;" (assignment_expression "*plVar6 = (long)puVar3" (pointer_expression "*plVar6" * identifier) = (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "uVar1 = puVar3[1];" (assignment_expression "uVar1 = puVar3[1]" identifier = (subscript_expression "puVar3[1]" identifier [ number_literal ])) ;) (expression_statement "puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1);" (assignment_expression "puVar3 = (undefined8 *)htab_find_slot(phVar2,uVar1,1)" identifier = (cast_expression "(undefined8 *)htab_find_slot(phVar2,uVar1,1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(phVar2,uVar1,1)" identifier (argument_list "(phVar2,uVar1,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "*puVar3 = uVar1;" (assignment_expression "*puVar3 = uVar1" (pointer_expression "*puVar3" * identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier (argument_list "(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" ( number_literal , (string_literal ""%s: Symbol \"%s\" is target of more than one redefinition"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal ))))) ;) comment (expression_statement "fatal(pcVar4,cause,target);" (call_expression "fatal(pcVar4,cause,target)" identifier (argument_list "(pcVar4,cause,target)" ( identifier , identifier , identifier ))) ;) })))
(translation_unit "void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n \n FUN_0011b5c0(uVar6,param_1,param_3);\n}\n\n" (function_definition "void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n \n FUN_0011b5c0(uVar6,param_1,param_3);\n}" primitive_type (function_declarator "FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)" identifier (parameter_list "(undefined8 param_1,char *param_2,char *param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n \n FUN_0011b5c0(uVar6,param_1,param_3);\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar5;" (sized_type_specifier "long" long) (pointer_declarator "*plVar5" * identifier) ;) (declaration "undefined8 uVar6;" type_identifier identifier ;) (expression_statement "puVar2 = (undefined8 *)xmalloc(0x10);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(0x10)" identifier = (cast_expression "(undefined8 *)xmalloc(0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "pcVar3 = strdup(param_2);" (assignment_expression "pcVar3 = strdup(param_2)" identifier = (call_expression "strdup(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "*puVar2 = pcVar3;" (assignment_expression "*puVar2 = pcVar3" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "pcVar3 = strdup(param_3);" (assignment_expression "pcVar3 = strdup(param_3)" identifier = (call_expression "strdup(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "uVar6 = DAT_0012ca30;" (assignment_expression "uVar6 = DAT_0012ca30" identifier = identifier) ;) (expression_statement "puVar2[1] = pcVar3;" (assignment_expression "puVar2[1] = pcVar3" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "lVar4 = htab_find(uVar6,puVar2);" (assignment_expression "lVar4 = htab_find(uVar6,puVar2)" identifier = (call_expression "htab_find(uVar6,puVar2)" identifier (argument_list "(uVar6,puVar2)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }" { (expression_statement "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier = (call_expression "dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" identifier (argument_list "(0,"%s: Multiple redefinition of symbol \"%s\"",5)" ( number_literal , (string_literal ""%s: Multiple redefinition of symbol \"%s\""" " string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_0011b5c0(uVar6,param_1,param_2);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_2)" identifier (argument_list "(uVar6,param_1,param_2)" ( identifier , identifier , identifier ))) ;) })) (expression_statement "lVar4 = htab_find(DAT_0012ca28,param_3);" (assignment_expression "lVar4 = htab_find(DAT_0012ca28,param_3)" identifier = (call_expression "htab_find(DAT_0012ca28,param_3)" identifier (argument_list "(DAT_0012ca28,param_3)" ( identifier , identifier )))) ;) (if_statement "if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (compound_statement "{\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" { (expression_statement "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);" (assignment_expression "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1)" identifier = (cast_expression "(long *)htab_find_slot(DAT_0012ca30,puVar2,1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(DAT_0012ca30,puVar2,1)" identifier (argument_list "(DAT_0012ca30,puVar2,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "uVar1 = DAT_0012ca28;" (assignment_expression "uVar1 = DAT_0012ca28" identifier = identifier) ;) (expression_statement "*plVar5 = (long)puVar2;" (assignment_expression "*plVar5 = (long)puVar2" (pointer_expression "*plVar5" * identifier) = (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "uVar6 = puVar2[1];" (assignment_expression "uVar6 = puVar2[1]" identifier = (subscript_expression "puVar2[1]" identifier [ number_literal ])) ;) (expression_statement "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);" (assignment_expression "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1)" identifier = (cast_expression "(undefined8 *)htab_find_slot(uVar1,uVar6,1)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "htab_find_slot(uVar1,uVar6,1)" identifier (argument_list "(uVar1,uVar6,1)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "*puVar2 = uVar6;" (assignment_expression "*puVar2 = uVar6" (pointer_expression "*puVar2" * identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier = (call_expression "dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" identifier (argument_list "(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" ( number_literal , (string_literal ""%s: Symbol \"%s\" is target of more than one redefinition"" " string_content escape_sequence string_content escape_sequence string_content ") , number_literal )))) ;) (expression_statement "FUN_0011b5c0(uVar6,param_1,param_3);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_3)" identifier (argument_list "(uVar6,param_1,param_3)" ( identifier , identifier , identifier ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })))
(function_definition "void FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n \n FUN_0011b5c0(uVar6,param_1,param_3);\n}" (primitive_type "void") (function_declarator "FUN_00107d90(undefined8 param_1,char *param_2,char *param_3)" (identifier "FUN_00107d90") (parameter_list "(undefined8 param_1,char *param_2,char *param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "char *param_3" (primitive_type "char") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char *pcVar3;\n long lVar4;\n long *plVar5;\n undefined8 uVar6;\n \n puVar2 = (undefined8 *)xmalloc(0x10);\n pcVar3 = strdup(param_2);\n *puVar2 = pcVar3;\n pcVar3 = strdup(param_3);\n uVar6 = DAT_0012ca30;\n puVar2[1] = pcVar3;\n lVar4 = htab_find(uVar6,puVar2);\n if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }\n lVar4 = htab_find(DAT_0012ca28,param_3);\n if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }\n uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);\n \n FUN_0011b5c0(uVar6,param_1,param_3);\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long *plVar5;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar5" (* "*") (identifier "plVar5")) (; ";")) (declaration "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (expression_statement "puVar2 = (undefined8 *)xmalloc(0x10);" (assignment_expression "puVar2 = (undefined8 *)xmalloc(0x10)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)xmalloc(0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x10)" (identifier "xmalloc") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (expression_statement "pcVar3 = strdup(param_2);" (assignment_expression "pcVar3 = strdup(param_2)" (identifier "pcVar3") (= "=") (call_expression "strdup(param_2)" (identifier "strdup") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "*puVar2 = pcVar3;" (assignment_expression "*puVar2 = pcVar3" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "pcVar3")) (; ";")) (expression_statement "pcVar3 = strdup(param_3);" (assignment_expression "pcVar3 = strdup(param_3)" (identifier "pcVar3") (= "=") (call_expression "strdup(param_3)" (identifier "strdup") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "uVar6 = DAT_0012ca30;" (assignment_expression "uVar6 = DAT_0012ca30" (identifier "uVar6") (= "=") (identifier "DAT_0012ca30")) (; ";")) (expression_statement "puVar2[1] = pcVar3;" (assignment_expression "puVar2[1] = pcVar3" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "pcVar3")) (; ";")) (expression_statement "lVar4 = htab_find(uVar6,puVar2);" (assignment_expression "lVar4 = htab_find(uVar6,puVar2)" (identifier "lVar4") (= "=") (call_expression "htab_find(uVar6,puVar2)" (identifier "htab_find") (argument_list "(uVar6,puVar2)" (( "(") (identifier "uVar6") (, ",") (identifier "puVar2") () ")")))) (; ";")) (if_statement "if (lVar4 != 0) {\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);\n \n FUN_0011b5c0(uVar6,param_1,param_2);\n }" ({ "{") (expression_statement "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5)" (identifier "dcgettext") (argument_list "(0,"%s: Multiple redefinition of symbol \"%s\"",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Multiple redefinition of symbol \"%s\""" (" """) (string_content "%s: Multiple redefinition of symbol ") (escape_sequence "\"") (string_content "%s") (escape_sequence "\"") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011b5c0(uVar6,param_1,param_2);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_2)" (identifier "FUN_0011b5c0") (argument_list "(uVar6,param_1,param_2)" (( "(") (identifier "uVar6") (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "lVar4 = htab_find(DAT_0012ca28,param_3);" (assignment_expression "lVar4 = htab_find(DAT_0012ca28,param_3)" (identifier "lVar4") (= "=") (call_expression "htab_find(DAT_0012ca28,param_3)" (identifier "htab_find") (argument_list "(DAT_0012ca28,param_3)" (( "(") (identifier "DAT_0012ca28") (, ",") (identifier "param_3") () ")")))) (; ";")) (if_statement "if (lVar4 == 0) {\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);\n uVar1 = DAT_0012ca28;\n *plVar5 = (long)puVar2;\n uVar6 = puVar2[1];\n puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);\n *puVar2 = uVar6;\n return;\n }" ({ "{") (expression_statement "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1);" (assignment_expression "plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1)" (identifier "plVar5") (= "=") (cast_expression "(long *)htab_find_slot(DAT_0012ca30,puVar2,1)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "htab_find_slot(DAT_0012ca30,puVar2,1)" (identifier "htab_find_slot") (argument_list "(DAT_0012ca30,puVar2,1)" (( "(") (identifier "DAT_0012ca30") (, ",") (identifier "puVar2") (, ",") (number_literal "1") () ")"))))) (; ";")) (expression_statement "uVar1 = DAT_0012ca28;" (assignment_expression "uVar1 = DAT_0012ca28" (identifier "uVar1") (= "=") (identifier "DAT_0012ca28")) (; ";")) (expression_statement "*plVar5 = (long)puVar2;" (assignment_expression "*plVar5 = (long)puVar2" (pointer_expression "*plVar5" (* "*") (identifier "plVar5")) (= "=") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) (; ";")) (expression_statement "uVar6 = puVar2[1];" (assignment_expression "uVar6 = puVar2[1]" (identifier "uVar6") (= "=") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1);" (assignment_expression "puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)htab_find_slot(uVar1,uVar6,1)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "htab_find_slot(uVar1,uVar6,1)" (identifier "htab_find_slot") (argument_list "(uVar1,uVar6,1)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar6") (, ",") (number_literal "1") () ")"))))) (; ";")) (expression_statement "*puVar2 = uVar6;" (assignment_expression "*puVar2 = uVar6" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "uVar6")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5);" (assignment_expression "uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" (identifier "uVar6") (= "=") (call_expression "dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" (identifier "dcgettext") (argument_list "(0,"%s: Symbol \"%s\" is target of more than one redefinition",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: Symbol \"%s\" is target of more than one redefinition"" (" """) (string_content "%s: Symbol ") (escape_sequence "\"") (string_content "%s") (escape_sequence "\"") (string_content " is target of more than one redefinition") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_0011b5c0(uVar6,param_1,param_3);" (call_expression "FUN_0011b5c0(uVar6,param_1,param_3)" (identifier "FUN_0011b5c0") (argument_list "(uVar6,param_1,param_3)" (( "(") (identifier "uVar6") (, ",") (identifier "param_1") (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}")))
void function_1(char *cause,char *source,char *target) { type_1 uVar1; type_2 phVar2; type_1 *puVar3; char *pcVar4; long var_4; long *plVar6; puVar3 = (type_1 *)var_1(0x10); pcVar4 = var_2(source); *puVar3 = pcVar4; pcVar4 = var_2(target); phVar2 = redefine_specific_htab; puVar3[1] = pcVar4; var_4 = var_3(phVar2,puVar3); if (var_4 != 0) { pcVar4 = (char *)var_5(0,"%s: Multiple redefinition of symbol \"%s\"",5); /* WARNING: Subroutine does not return */ var_6(pcVar4,cause,source); } var_4 = var_3(redefine_specific_reverse_htab,target); if (var_4 == 0) { plVar6 = (long *)var_7(redefine_specific_htab,puVar3,1); phVar2 = redefine_specific_reverse_htab; *plVar6 = (long)puVar3; uVar1 = puVar3[1]; puVar3 = (type_1 *)var_7(phVar2,uVar1,1); *puVar3 = uVar1; return; } pcVar4 = (char *)var_5(0,"%s: Symbol \"%s\" is target of more than one redefinition",5); /* WARNING: Subroutine does not return */ var_6(pcVar4,cause,target); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))))
null
void MASKED(undefined8 param_1,char *param_2,char *param_3) { undefined8 uVar1; undefined8 *puVar2; char *pcVar3; long lVar4; long *plVar5; undefined8 uVar6; puVar2 = (undefined8 *)xmalloc(0x10); pcVar3 = strdup(param_2); *puVar2 = pcVar3; pcVar3 = strdup(param_3); uVar6 = DAT_0012ca30; puVar2[1] = pcVar3; lVar4 = htab_find(uVar6,puVar2); if (lVar4 != 0) { uVar6 = dcgettext(0,"%s: Multiple redefinition of symbol \"%s\"",5); /* WARNING: Subroutine does not return */ FUN_0011b5c0(uVar6,param_1,param_2); } lVar4 = htab_find(DAT_0012ca28,param_3); if (lVar4 == 0) { plVar5 = (long *)htab_find_slot(DAT_0012ca30,puVar2,1); uVar1 = DAT_0012ca28; *plVar5 = (long)puVar2; uVar6 = puVar2[1]; puVar2 = (undefined8 *)htab_find_slot(uVar1,uVar6,1); *puVar2 = uVar6; return; } uVar6 = dcgettext(0,"%s: Symbol \"%s\" is target of more than one redefinition",5); /* WARNING: Subroutine does not return */ FUN_0011b5c0(uVar6,param_1,param_3); }
4520_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
Output_reloc
FUN_00207520
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this, Symbol * gsym, uint type, Sized_relobj<64,_true> * relobj, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) */ void __thiscall gold::Output_reloc<4,_true,_64,_true>::Output_reloc (Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type, Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative, bool is_symbolless,bool use_plt_offset) { Output_reloc<9,_true,_64,_true>::Output_reloc (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset); this->addend_ = addend; return; }
void FUN_00207520(long param_1) { undefined8 in_stack_00000008; FUN_00206360(); *(undefined8 *)(param_1 + 0x28) = in_stack_00000008; return; }
PUSH RBX MOV RBX,RDI SUB RSP,0x8 MOVZX EAX,byte ptr [RSP + 0x30] PUSH RAX MOVZX EAX,byte ptr [RSP + 0x30] PUSH RAX MOVZX EAX,byte ptr [RSP + 0x30] PUSH RAX CALL 0x00206360 MOV RAX,qword ptr [RSP + 0x30] ADD RSP,0x20 MOV qword ptr [RBX + 0x28],RAX POP RBX RET
null
null
null
null
[('const-40', u'PTRSUB_-1203800586'), ('tmp_167', u'CALL_-1203800731'), ('tmp_170', u'CALL_-1203800731'), ('tmp_165', u'CALL_-1203800731'), ('tmp_172', u'CALL_-1203800731'), (u'PTRSUB_-1203800599', u'CALL_-1203800731'), ('const-0', u'PTRSUB_-1203800599'), ('tmp_163', u'PTRSUB_-1203800599'), (u'PTRSUB_-1203800586', u'STORE_-1203800706'), ('tmp_166', u'CALL_-1203800731'), ('tmp_171', u'CALL_-1203800731'), ('tmp_168', u'CALL_-1203800731'), ('const-433', u'STORE_-1203800706'), ('const-0', u'RETURN_-1203800687'), ('tmp_164', u'CALL_-1203800731'), ('tmp_169', u'STORE_-1203800706'), ('tmp_163', u'PTRSUB_-1203800586')]
[('const-433', u'STORE_-1203800706'), (u'CAST_-1203800600', u'STORE_-1203800706'), (u'INT_ADD_-1203800692', u'CAST_-1203800600'), ('tmp_316', u'STORE_-1203800706'), ('tmp_217', u'INT_ADD_-1203800692'), ('const-0', u'RETURN_-1203800687'), ('const-40', u'INT_ADD_-1203800692')]
null
null
00207520
x64
O2
(translation_unit "void FUN_00207520(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_00207520(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" primitive_type (function_declarator "FUN_00207520(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_00206360();" (call_expression "FUN_00206360()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this, Symbol *\n gsym, uint type, Sized_relobj<64,_true> * relobj, uint shndx, Address address, Addend addend,\n bool is_relative, bool is_symbolless, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_reloc<4,_true,_64,_true>::Output_reloc\n (Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_true,_64,_true>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);\n this->addend_ = addend;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<4,_true,_64,_true>::Output_reloc\n (Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_true,_64,_true>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_true>::Output_reloc\n (Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" identifier (parameter_list "(Output_reloc<4,_true,_64,_true> *this,Symbol *gsym,uint type,\n Sized_relobj<64,_true> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) , (parameter_declaration "bool is_symbolless" primitive_type identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::" identifier > : :) (function_declarator "Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" identifier (parameter_list "(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" ( (ERROR "&" &) (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "gsym" type_identifier) , (parameter_declaration "type" type_identifier) , (parameter_declaration "relobj" type_identifier) , (parameter_declaration "shndx" type_identifier) , (parameter_declaration "address" type_identifier) , (parameter_declaration "is_relative" type_identifier) , (parameter_declaration "is_symbolless" type_identifier) , (parameter_declaration "use_plt_offset" type_identifier) ))) ;) (expression_statement "this->addend_ = addend;" (assignment_expression "this->addend_ = addend" (field_expression "this->addend_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00207520(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}\n\n" (function_definition "void FUN_00207520(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" primitive_type (function_declarator "FUN_00207520(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (expression_statement "FUN_00206360();" (call_expression "FUN_00206360()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" * (cast_expression "(undefined8 *)(param_1 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00207520(long param_1)\n\n{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00207520(long param_1)" (identifier "FUN_00207520") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 in_stack_00000008;\n \n FUN_00206360();\n *(undefined8 *)(param_1 + 0x28) = in_stack_00000008;\n return;\n}" ({ "{") (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (expression_statement "FUN_00206360();" (call_expression "FUN_00206360()" (identifier "FUN_00206360") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008;" (assignment_expression "*(undefined8 *)(param_1 + 0x28) = in_stack_00000008" (pointer_expression "*(undefined8 *)(param_1 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "in_stack_00000008")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_64,_true> * this, Symbol * gsym, uint type, Sized_relobj<64,_true> * relobj, uint shndx, Address address, Addend addend, bool is_relative, bool is_symbolless, bool use_plt_offset) */ void __thiscall gold::function_1<4,_true,_64,_true>::function_1 (function_1<4,_true,_64,_true> *type_1,Symbol *type_2,uint type_3, Sized_relobj<64,_true> *type_4,uint type_5,Address type_6,Addend addend,bool type_7, bool type_8,bool type_9) { function_1<9,_true,_64,_true>::function_1 (&type_1->rel_,type_2,type_3,type_4,type_5,type_6,type_7,type_8,type_9); type_1->addend_ = addend; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))))
null
void MASKED(long param_1) { undefined8 in_stack_00000008; FUN_00206360(); *(undefined8 *)(param_1 + 0x28) = in_stack_00000008; return; }
58_chmod_and_chmod_strip.c
mbsinit
mbsinit
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*(code *)PTR_mbsinit_001101d0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int mbsinit(mbstate_t *__ps) { int iVar1; iVar1 = (*(code *)PTR_mbsinit_001101d0)(); return iVar1; }
JMP qword ptr [0x001101d0]
null
null
null
null
[(u'CALLIND_-1206967384', u'INDIRECT_-1206967322'), (u'CALLIND_-1206967384', u'RETURN_-1206967381'), (u'INDIRECT_-1206967322', u'COPY_-1206967381'), ('tmp_32', u'CAST_-1206967317'), (u'CAST_-1206967317', u'CALLIND_-1206967384'), ('const-0', u'RETURN_-1206967381')]
[(u'CALLIND_-1206967384', u'INDIRECT_-1206967322'), (u'CALLIND_-1206967384', u'RETURN_-1206967381'), (u'INDIRECT_-1206967322', u'COPY_-1206967381'), ('tmp_32', u'CAST_-1206967317'), (u'CAST_-1206967317', u'CALLIND_-1206967384'), ('const-0', u'RETURN_-1206967381')]
null
null
001023a0
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}\n\n" comment (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" primitive_type (function_declarator "mbsinit(mbstate_t *__ps)" identifier (parameter_list "(mbstate_t *__ps)" ( (parameter_declaration "mbstate_t *__ps" type_identifier (pointer_declarator "*__ps" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mbsinit_001101d0)();" (assignment_expression "iVar1 = (*(code *)PTR_mbsinit_001101d0)()" identifier = (call_expression "(*(code *)PTR_mbsinit_001101d0)()" (parenthesized_expression "(*(code *)PTR_mbsinit_001101d0)" ( (pointer_expression "*(code *)PTR_mbsinit_001101d0" * (cast_expression "(code *)PTR_mbsinit_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}\n\n" comment (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" primitive_type (function_declarator "mbsinit(mbstate_t *__ps)" identifier (parameter_list "(mbstate_t *__ps)" ( (parameter_declaration "mbstate_t *__ps" type_identifier (pointer_declarator "*__ps" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mbsinit_001101d0)();" (assignment_expression "iVar1 = (*(code *)PTR_mbsinit_001101d0)()" identifier = (call_expression "(*(code *)PTR_mbsinit_001101d0)()" (parenthesized_expression "(*(code *)PTR_mbsinit_001101d0)" ( (pointer_expression "*(code *)PTR_mbsinit_001101d0" * (cast_expression "(code *)PTR_mbsinit_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}\n\n" (function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" primitive_type (function_declarator "mbsinit(mbstate_t *__ps)" identifier (parameter_list "(mbstate_t *__ps)" ( (parameter_declaration "mbstate_t *__ps" type_identifier (pointer_declarator "*__ps" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mbsinit_001101d0)();" (assignment_expression "iVar1 = (*(code *)PTR_mbsinit_001101d0)()" identifier = (call_expression "(*(code *)PTR_mbsinit_001101d0)()" (parenthesized_expression "(*(code *)PTR_mbsinit_001101d0)" ( (pointer_expression "*(code *)PTR_mbsinit_001101d0" * (cast_expression "(code *)PTR_mbsinit_001101d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int mbsinit(mbstate_t *__ps)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mbsinit(mbstate_t *__ps)" (identifier "mbsinit") (parameter_list "(mbstate_t *__ps)" (( "(") (parameter_declaration "mbstate_t *__ps" (type_identifier "mbstate_t") (pointer_declarator "*__ps" (* "*") (identifier "__ps"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mbsinit_001101d0)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_mbsinit_001101d0)();" (assignment_expression "iVar1 = (*(code *)PTR_mbsinit_001101d0)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_mbsinit_001101d0)()" (parenthesized_expression "(*(code *)PTR_mbsinit_001101d0)" (( "(") (pointer_expression "*(code *)PTR_mbsinit_001101d0" (* "*") (cast_expression "(code *)PTR_mbsinit_001101d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_mbsinit_001101d0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__ps) { int iVar1; iVar1 = (*(type_2 *)PTR_mbsinit_001101d0)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(mbstate_t *__ps) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001101d0)(); return iVar1; }
391_nano_and_nano_strip.c
unpartition_filestruct
FUN_00116780
void unpartition_filestruct(partition **p) { partition *ppVar1; filestruct *pfVar2; filestruct *pfVar3; size_t sVar4; size_t sVar5; char *pcVar6; ppVar1 = *p; pfVar2 = openfile->fileage; pfVar3 = ppVar1->top_prev; pfVar2->prev = pfVar3; if (pfVar3 != (filestruct *)0x0) { pfVar3->next = pfVar2; } sVar4 = strlen(ppVar1->top_data); pcVar6 = pfVar2->data; sVar5 = strlen(pcVar6); pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5); pfVar2->data = pcVar6; pcVar6 = openfile->fileage->data; sVar4 = strlen(pcVar6); sVar5 = strlen((*p)->top_data); memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1); pcVar6 = (*p)->top_data; sVar4 = strlen(pcVar6); strncpy(openfile->fileage->data,pcVar6,sVar4); free((*p)->top_data); ppVar1 = *p; pfVar2 = openfile->filebot; pfVar3 = ppVar1->bot_next; pfVar2->next = pfVar3; if (pfVar3 != (filestruct *)0x0) { pfVar3->prev = pfVar2; } pcVar6 = pfVar2->data; sVar4 = strlen(pcVar6); sVar5 = strlen(ppVar1->bot_data); pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5); pfVar2->data = pcVar6; strcat(openfile->filebot->data,(*p)->bot_data); free((*p)->bot_data); ppVar1 = *p; if (ppVar1->fileage != (filestruct *)0x0) { openfile->fileage = ppVar1->fileage; } if (ppVar1->filebot != (filestruct *)0x0) { openfile->filebot = ppVar1->filebot; } free(ppVar1); *p = (partition *)0x0; return; }
void FUN_00116780(long *param_1) { long lVar1; undefined8 *puVar2; long lVar3; char *pcVar4; long *__ptr; size_t sVar5; size_t sVar6; undefined8 uVar7; lVar1 = *param_1; puVar2 = *(undefined8 **)(DAT_0013cc10 + 8); lVar3 = *(long *)(lVar1 + 8); puVar2[3] = lVar3; if (lVar3 != 0) { *(undefined8 **)(lVar3 + 0x10) = puVar2; } sVar5 = strlen(*(char **)(lVar1 + 0x10)); pcVar4 = (char *)*puVar2; sVar6 = strlen(pcVar4); uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6); *puVar2 = uVar7; pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8); sVar5 = strlen(pcVar4); sVar6 = strlen(*(char **)(*param_1 + 0x10)); memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1); pcVar4 = *(char **)(*param_1 + 0x10); sVar5 = strlen(pcVar4); strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5); free(*(void **)(*param_1 + 0x10)); lVar1 = *param_1; puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10); lVar3 = *(long *)(lVar1 + 0x20); puVar2[2] = lVar3; if (lVar3 != 0) { *(undefined8 **)(lVar3 + 0x18) = puVar2; } pcVar4 = (char *)*puVar2; sVar5 = strlen(pcVar4); sVar6 = strlen(*(char **)(lVar1 + 0x28)); uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6); *puVar2 = uVar7; strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28)); free(*(void **)(*param_1 + 0x28)); __ptr = (long *)*param_1; if (*__ptr != 0) { *(long *)(DAT_0013cc10 + 8) = *__ptr; } if (__ptr[3] != 0) { *(long *)(DAT_0013cc10 + 0x10) = __ptr[3]; } free(__ptr); *param_1 = 0; return; }
PUSH R14 MOV RAX,qword ptr [0x0013cc10] PUSH R13 PUSH R12 PUSH RBP PUSH RBX MOV RDX,qword ptr [RDI] MOV RBX,RDI MOV RBP,qword ptr [RAX + 0x8] MOV RAX,qword ptr [RDX + 0x8] MOV qword ptr [RBP + 0x18],RAX TEST RAX,RAX JZ 0x001167aa MOV qword ptr [RAX + 0x10],RBP MOV RDI,qword ptr [RDX + 0x10] CALL 0x00105330 MOV R12,qword ptr [RBP] MOV R13,RAX MOV RDI,R12 CALL 0x00105330 MOV RDI,R12 LEA RSI,[R13 + RAX*0x1 + 0x1] CALL 0x00125580 MOV qword ptr [RBP],RAX MOV RAX,qword ptr [0x0013cc10] MOV RAX,qword ptr [RAX + 0x8] MOV RBP,qword ptr [RAX] MOV RDI,RBP CALL 0x00105330 MOV R12,RAX MOV RAX,qword ptr [RBX] MOV RDI,qword ptr [RAX + 0x10] CALL 0x00105330 MOV RSI,RBP LEA RDX,[R12 + 0x1] LEA RDI,[RBP + RAX*0x1] CALL 0x00105820 MOV RAX,qword ptr [RBX] MOV RBP,qword ptr [RAX + 0x10] MOV RDI,RBP CALL 0x00105330 MOV RDX,qword ptr [0x0013cc10] MOV RSI,RBP MOV RCX,qword ptr [RDX + 0x8] MOV RDX,RAX MOV RDI,qword ptr [RCX] CALL 0x00105180 MOV RAX,qword ptr [RBX] MOV RDI,qword ptr [RAX + 0x10] CALL 0x001050f0 MOV R13,qword ptr [RBX] MOV RAX,qword ptr [0x0013cc10] MOV RBP,qword ptr [RAX + 0x10] MOV RAX,qword ptr [R13 + 0x20] MOV qword ptr [RBP + 0x10],RAX TEST RAX,RAX JZ 0x0011685d MOV qword ptr [RAX + 0x18],RBP MOV R12,qword ptr [RBP] MOV RDI,R12 CALL 0x00105330 MOV RDI,qword ptr [R13 + 0x28] MOV R14,RAX CALL 0x00105330 MOV RDI,R12 LEA RSI,[R14 + RAX*0x1 + 0x1] CALL 0x00125580 MOV qword ptr [RBP],RAX MOV RAX,qword ptr [RBX] MOV RSI,qword ptr [RAX + 0x28] MOV RAX,qword ptr [0x0013cc10] MOV RAX,qword ptr [RAX + 0x10] MOV RDI,qword ptr [RAX] CALL 0x00105950 MOV RAX,qword ptr [RBX] MOV RDI,qword ptr [RAX + 0x28] CALL 0x001050f0 MOV RDI,qword ptr [RBX] MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x001168c2 MOV RDX,qword ptr [0x0013cc10] MOV qword ptr [RDX + 0x8],RAX MOV RAX,qword ptr [RDI + 0x18] TEST RAX,RAX JZ 0x001168d6 MOV RDX,qword ptr [0x0013cc10] MOV qword ptr [RDX + 0x10],RAX CALL 0x001050f0 MOV qword ptr [RBX],0x0 POP RBX POP RBP POP R12 POP R13 POP R14 RET
null
null
null
null
[(u'LOAD_-1207015060', u'PTRSUB_-1207014517'), (u'INDIRECT_-1207014686', u'PTRSUB_-1207014522'), ('const-433', u'LOAD_-1207015273'), (u'PTRSUB_-1207014627', u'LOAD_-1207015184'), (u'LOAD_-1207015519', u'PTRSUB_-1207014820'), ('tmp_697', u'LOAD_-1207015260'), ('const-433', u'STORE_-1207015407'), ('const-16', u'PTRSUB_-1207014746'), (u'CALL_-1207015453', u'INDIRECT_-1207014948'), ('const-433', u'LOAD_-1207015367'), ('tmp_697', u'LOAD_-1207015120'), ('const-16', u'PTRSUB_-1207014825'), ('const-0', u'STORE_-1207014973'), (u'CALL_-1207015348', u'INDIRECT_-1207014875'), (u'CALL_-1207014976', u'INDIRECT_-1207014638'), ('const-433', u'STORE_-1207014973'), ('const-433', u'LOAD_-1207015314'), ('const-433', u'STORE_-1207015210'), ('tmp_697', u'LOAD_-1207015060'), ('const-433', u'LOAD_-1207015260'), ('const-24', u'PTRSUB_-1207014835'), (u'LOAD_-1207015074', u'CALL_-1207015061'), (u'PTRSUB_-1207014672', u'LOAD_-1207015254'), ('const-16', u'PTRSUB_-1207014820'), (u'PTRSUB_-1207014568', u'LOAD_-1207015099'), ('const-1', u'INT_ADD_-1207015326'), ('const-433', u'LOAD_-1207015240'), (u'PTRSUB_-1207014746', u'LOAD_-1207015361'), ('const-433', u'LOAD_-1207015019'), (u'INDIRECT_-1207014840', u'PTRSUB_-1207014692'), (u'INDIRECT_-1207014623', u'COPY_-1207014677'), (u'PTRSUB_-1207014845', u'LOAD_-1207015509'), (u'PTRSUB_-1207014715', u'LOAD_-1207015314'), ('tmp_363', u'CBRANCH_-1207015191'), (u'LOAD_-1207015509', u'PTRSUB_-1207014835'), (u'PTRSUB_-1207014647', u'LOAD_-1207015219'), ('const-0', u'PTRSUB_-1207014563'), ('const-0', u'PTRSUB_-1207014764'), (u'MULTIEQUAL_-1207014647', u'PTRSUB_-1207014500'), (u'PTRSUB_-1207014563', u'LOAD_-1207015093'), ('const-16', u'PTRSUB_-1207014500'), ('const-433', u'LOAD_-1207015519'), (u'LOAD_-1207015219', u'PTRSUB_-1207014632'), ('const-433', u'LOAD_-1207015226'), ('const-0', u'RETURN_-1207014928'), (u'CALL_-1207015431', u'INDIRECT_-1207014932'), ('const-16', u'PTRSUB_-1207014652'), (u'CALL_-1207015453', u'INT_ADD_-1207015409'), ('const-16', u'PTRSUB_-1207014672'), ('const-16', u'PTRSUB_-1207014568'), (u'INDIRECT_-1207014715', u'PTRSUB_-1207014568'), (u'LOAD_-1207015320', u'PTRSUB_-1207014715'), (u'LOAD_-1207015226', u'PTRSUB_-1207014642'), (u'LOAD_-1207015519', u'PTRSUB_-1207014840'), (u'LOAD_-1207015314', u'CALL_-1207015297'), (u'PTRADD_-1207015272', u'CALL_-1207015321'), (u'CALL_-1207015297', u'CALL_-1207015261'), ('const-40', u'PTRSUB_-1207014580'), ('const-0', u'PTRSUB_-1207014538'), (u'CALL_-1207015148', u'INDIRECT_-1207014744'), (u'LOAD_-1207015080', u'PTRSUB_-1207014551'), (u'STORE_-1207015471', u'INDIRECT_-1207014939'), ('const-433', u'LOAD_-1207015074'), (u'PTRSUB_-1207014810', u'LOAD_-1207015452'), (u'LOAD_-1207015509', u'PTRSUB_-1207014810'), ('const-24', u'PTRSUB_-1207014517'), ('const-433', u'STORE_-1207014987'), (u'PTRSUB_-1207014769', u'LOAD_-1207015394'), ('const-433', u'LOAD_-1207015093'), (u'STORE_-1207014987', u'INDIRECT_-1207014633'), ('const-433', u'STORE_-1207015124'), ('const-433', u'LOAD_-1207015165'), ('tmp_697', u'LOAD_-1207015367'), ('tmp_1856', u'PTRSUB_-1207014845'), (u'CALL_-1207015167', u'INDIRECT_-1207014757'), ('const-433', u'LOAD_-1207015361'), (u'LOAD_-1207015388', u'CALL_-1207015321'), (u'CALL_-1207015241', u'INDIRECT_-1207014801'), ('const-32', u'PTRSUB_-1207014647'), (u'LOAD_-1207015120', u'PTRSUB_-1207014580'), ('const-433', u'LOAD_-1207015099'), (u'LOAD_-1207015283', u'PTRSUB_-1207014684'), (u'PTRSUB_-1207014825', u'STORE_-1207015471'), (u'INT_NOTEQUAL_-1207015036', u'CBRANCH_-1207015035'), (u'CALL_-1207015081', u'INDIRECT_-1207014699'), (u'LOAD_-1207015240', u'PTRSUB_-1207014647'), (u'LOAD_-1207015240', u'PTRSUB_-1207014614'), ('tmp_697', u'STORE_-1207014973'), (u'PTRSUB_-1207014551', u'LOAD_-1207015074'), ('const-24', u'PTRSUB_-1207014632'), (u'LOAD_-1207015452', u'CALL_-1207015410'), (u'LOAD_-1207015388', u'CALL_-1207015372'), (u'CAST_-1207014765', u'STORE_-1207015407'), (u'LOAD_-1207015260', u'PTRSUB_-1207014672'), ('const-1', u'INT_ADD_-1207015409'), (u'LOAD_-1207015184', u'CALL_-1207015167'), (u'CALL_-1207015348', u'PTRADD_-1207015272'), (u'LOAD_-1207015060', u'CALL_-1207014976'), (u'LOAD_-1207015466', u'CALL_-1207015453'), (u'PTRSUB_-1207014840', u'LOAD_-1207015502'), ('const-0', u'INT_NOTEQUAL_-1207014999'), (u'LOAD_-1207015502', u'STORE_-1207015493'), (u'LOAD_-1207015055', u'STORE_-1207015024'), (u'LOAD_-1207015226', u'STORE_-1207015188'), (u'CALL_-1207015410', u'INDIRECT_-1207014918'), (u'CALL_-1207015297', u'INDIRECT_-1207014840'), ('const-40', u'PTRSUB_-1207014551'), ('const-0', u'PTRSUB_-1207014627'), ('const-433', u'STORE_-1207015188'), (u'LOAD_-1207015099', u'PTRSUB_-1207014563'), (u'STORE_-1207015210', u'INDIRECT_-1207014767'), ('const-433', u'LOAD_-1207015219'), (u'STORE_-1207015124', u'INDIRECT_-1207014715'), (u'INDIRECT_-1207014949', u'MULTIEQUAL_-1207014925'), ('const-433', u'LOAD_-1207015466'), ('const-8', u'PTRSUB_-1207014769'), ('const-433', u'LOAD_-1207015452'), (u'LOAD_-1207015273', u'CALL_-1207015261'), (u'LOAD_-1207015093', u'CALL_-1207015081'), (u'CALL_-1207015127', u'CAST_-1207014585'), (u'PTRSUB_-1207014614', u'LOAD_-1207015165'), (u'INDIRECT_-1207014757', u'MULTIEQUAL_-1207014747'), (u'CAST_-1207014585', u'STORE_-1207015124'), ('const-433', u'LOAD_-1207015080'), (u'CALL_-1207015261', u'INDIRECT_-1207014814'), ('tmp_697', u'LOAD_-1207015519'), (u'CALL_-1207015167', u'INT_ADD_-1207015126'), (u'CALL_-1207015061', u'INDIRECT_-1207014686'), (u'INDIRECT_-1207014633', u'MULTIEQUAL_-1207014628'), ('const-433', u'STORE_-1207015471'), (u'LOAD_-1207015165', u'CALL_-1207015148'), ('const-0', u'INT_NOTEQUAL_-1207015036'), (u'INT_NOTEQUAL_-1207014999', u'CBRANCH_-1207014998'), (u'CALL_-1207015127', u'INDIRECT_-1207014730'), (u'LOAD_-1207015060', u'PTRSUB_-1207014538'), ('const-16', u'PTRSUB_-1207014642'), (u'LOAD_-1207015226', u'PTRSUB_-1207014627'), (u'LOAD_-1207015502', u'INT_NOTEQUAL_-1207015475'), ('const-433', u'STORE_-1207015024'), ('const-0', u'INT_NOTEQUAL_-1207015192'), (u'LOAD_-1207015019', u'INT_NOTEQUAL_-1207014999'), (u'LOAD_-1207015184', u'CALL_-1207015127'), (u'STORE_-1207015493', u'INDIRECT_-1207014949'), (u'INT_ADD_-1207015409', u'INT_ADD_-1207015407'), (u'LOAD_-1207015452', u'CALL_-1207015431'), (u'LOAD_-1207015314', u'CALL_-1207015261'), ('const-0', u'PTRSUB_-1207014781'), (u'PTRSUB_-1207014642', u'STORE_-1207015210'), (u'STORE_-1207014973', u'INDIRECT_-1207014623'), ('const-8', u'PTRSUB_-1207014845'), ('const-433', u'LOAD_-1207015060'), ('const-8', u'PTRSUB_-1207014522'), ('const-433', u'LOAD_-1207015120'), (u'STORE_-1207015024', u'INDIRECT_-1207014654'), (u'LOAD_-1207015055', u'INT_NOTEQUAL_-1207015036'), (u'INT_ADD_-1207015126', u'INT_ADD_-1207015124'), ('const-8', u'PTRSUB_-1207014840'), (u'LOAD_-1207015019', u'STORE_-1207014987'), (u'INDIRECT_-1207014897', u'PTRSUB_-1207014769'), (u'PTRSUB_-1207014580', u'LOAD_-1207015114'), (u'INDIRECT_-1207014686', u'MULTIEQUAL_-1207014647'), (u'LOAD_-1207015388', u'PTRADD_-1207015272'), (u'PTRSUB_-1207014835', u'STORE_-1207015493'), (u'INT_NOTEQUAL_-1207015192', u'CBRANCH_-1207015191'), ('const-0', u'PTRSUB_-1207014588'), (u'PTRSUB_-1207014652', u'LOAD_-1207015226'), (u'INT_ADD_-1207015124', u'CALL_-1207015127'), (u'PTRSUB_-1207014588', u'STORE_-1207015124'), (u'LOAD_-1207015361', u'CALL_-1207015348'), (u'LOAD_-1207015114', u'CALL_-1207015081'), ('const-433', u'LOAD_-1207015509'), (u'LOAD_-1207015254', u'CALL_-1207015241'), ('const-433', u'LOAD_-1207015394'), (u'LOAD_-1207015509', u'PTRSUB_-1207014781'), (u'INDIRECT_-1207014939', u'MULTIEQUAL_-1207014925'), (u'INT_ADD_-1207015407', u'CALL_-1207015410'), ('const-0', u'PTRSUB_-1207014684'), (u'INT_ADD_-1207015326', u'CALL_-1207015321'), ('const-8', u'PTRSUB_-1207014692'), (u'PTRSUB_-1207014692', u'LOAD_-1207015283'), ('const-433', u'LOAD_-1207015114'), (u'STORE_-1207015188', u'INDIRECT_-1207014757'), ('tmp_97', u'CBRANCH_-1207015474'), (u'INDIRECT_-1207014654', u'MULTIEQUAL_-1207014647'), (u'STORE_-1207015407', u'INDIRECT_-1207014897'), (u'LOAD_-1207015502', u'PTRSUB_-1207014825'), ('tmp_697', u'LOAD_-1207015080'), ('const-433', u'LOAD_-1207015388'), (u'MULTIEQUAL_-1207014647', u'MULTIEQUAL_-1207014628'), ('const-433', u'LOAD_-1207015320'), ('const-433', u'LOAD_-1207015184'), ('const-433', u'LOAD_-1207015283'), ('tmp_697', u'LOAD_-1207015240'), (u'LOAD_-1207015394', u'PTRSUB_-1207014764'), ('const-433', u'STORE_-1207015493'), ('const-433', u'LOAD_-1207015055'), ('const-0', u'INT_NOTEQUAL_-1207015475'), ('tmp_567', u'CBRANCH_-1207014998'), (u'PTRSUB_-1207014538', u'LOAD_-1207015055'), ('const-40', u'PTRSUB_-1207014614'), (u'CALL_-1207015321', u'INDIRECT_-1207014856'), (u'PTRSUB_-1207014684', u'LOAD_-1207015273'), ('const-433', u'LOAD_-1207015254'), (u'PTRSUB_-1207014820', u'LOAD_-1207015466'), (u'PTRSUB_-1207014500', u'STORE_-1207014987'), (u'LOAD_-1207015367', u'PTRSUB_-1207014746'), (u'PTRSUB_-1207014764', u'LOAD_-1207015388'), (u'PTRSUB_-1207014781', u'STORE_-1207015407'), (u'CALL_-1207015372', u'INDIRECT_-1207014891'), ('tmp_697', u'LOAD_-1207015320'), (u'LOAD_-1207015226', u'PTRSUB_-1207014588'), (u'PTRSUB_-1207014522', u'STORE_-1207015024'), (u'INDIRECT_-1207014767', u'MULTIEQUAL_-1207014747'), ('const-16', u'PTRSUB_-1207014715'), (u'INDIRECT_-1207014801', u'PTRSUB_-1207014652'), (u'CALL_-1207015410', u'CAST_-1207014765'), ('const-433', u'LOAD_-1207015502'), (u'CALL_-1207015372', u'INT_ADD_-1207015326'), (u'PTRSUB_-1207014517', u'LOAD_-1207015019'), ('const-0', u'PTRSUB_-1207014810'), (u'INT_NOTEQUAL_-1207015475', u'CBRANCH_-1207015474'), (u'PTRSUB_-1207014632', u'STORE_-1207015188'), (u'CALL_-1207015148', u'INT_ADD_-1207015124'), ('const-1', u'PTRADD_-1207015272'), (u'LOAD_-1207015219', u'STORE_-1207015210'), ('tmp_523', u'CBRANCH_-1207015035'), ('const-1', u'INT_ADD_-1207015126'), (u'CALL_-1207015431', u'INT_ADD_-1207015407'), (u'LOAD_-1207015509', u'STORE_-1207015471'), (u'LOAD_-1207015219', u'INT_NOTEQUAL_-1207015192')]
[('const-8', u'INT_ADD_-1207015267'), (u'INDIRECT_-1207014713', u'INT_ADD_-1207015083'), (u'INDIRECT_-1207014937', u'MULTIEQUAL_-1207014923'), ('const-433', u'STORE_-1207015471'), ('const-433', u'LOAD_-1207015184'), (u'CAST_-1207014569', u'LOAD_-1207015099'), (u'INT_ADD_-1207015457', u'CAST_-1207014823'), (u'LOAD_-1207015226', u'PTRADD_-1207014656'), (u'STORE_-1207015024', u'INDIRECT_-1207014652'), (u'CAST_-1207014763', u'CALL_-1207015372'), (u'CAST_-1207014691', u'LOAD_-1207015283'), (u'CAST_-1207014627', u'CALL_-1207015167'), (u'CALL_-1207015297', u'INDIRECT_-1207014838'), (u'CAST_-1207014683', u'CALL_-1207015261'), ('const-433', u'LOAD_-1207015361'), (u'INT_ADD_-1207015493', u'CAST_-1207014842'), ('const-433', u'LOAD_-1207015273'), (u'INDIRECT_-1207014947', u'MULTIEQUAL_-1207014923'), (u'CAST_-1207014808', u'CALL_-1207015410'), (u'CAST_-1207014564', u'CALL_-1207015081'), (u'INT_ADD_-1207015010', u'CAST_-1207014523'), (u'LOAD_-1207015074', u'CALL_-1207015061'), (u'CALL_-1207015148', u'INDIRECT_-1207014742'), (u'CAST_-1207014823', u'STORE_-1207015471'), (u'INT_ADD_-1207015174', u'CAST_-1207014632'), ('const-433', u'LOAD_-1207015120'), ('const-1', u'INT_ADD_-1207015326'), (u'INDIRECT_-1207014652', u'MULTIEQUAL_-1207014645'), (u'LOAD_-1207015367', u'INT_ADD_-1207015345'), ('const-433', u'LOAD_-1207015019'), ('const-16', u'INT_ADD_-1207015083'), ('const-433', u'LOAD_-1207015074'), (u'CAST_-1207014837', u'LOAD_-1207015502'), ('tmp_1356', u'LOAD_-1207015060'), (u'INDIRECT_-1207014838', u'INT_ADD_-1207015267'), ('const-433', u'STORE_-1207015024'), ('tmp_1356', u'LOAD_-1207015260'), ('tmp_1356', u'LOAD_-1207015080'), ('tmp_363', u'CBRANCH_-1207015191'), (u'CAST_-1207014745', u'LOAD_-1207015361'), ('const-16', u'INT_ADD_-1207014973'), ('const-24', u'INT_ADD_-1207015174'), (u'LOAD_-1207015219', u'INT_ADD_-1207015174'), (u'STORE_-1207015407', u'INDIRECT_-1207014895'), (u'STORE_-1207015124', u'INDIRECT_-1207014713'), ('const-0', u'RETURN_-1207014928'), ('const-433', u'LOAD_-1207015240'), ('const-16', u'INT_ADD_-1207015345'), (u'CAST_-1207014542', u'PTRADD_-1207014541'), ('const-433', u'LOAD_-1207015060'), ('const-16', u'INT_ADD_-1207015298'), (u'CALL_-1207015453', u'INT_ADD_-1207015409'), (u'CALL_-1207015410', u'INDIRECT_-1207014916'), ('const-433', u'STORE_-1207015124'), (u'LOAD_-1207015314', u'CALL_-1207015297'), (u'PTRADD_-1207015272', u'CALL_-1207015321'), ('const-433', u'LOAD_-1207015388'), (u'INT_ADD_-1207015238', u'CAST_-1207014671'), (u'CAST_-1207014542', u'LOAD_-1207015055'), (u'CALL_-1207015297', u'CALL_-1207015261'), (u'INDIRECT_-1207014684', u'MULTIEQUAL_-1207014645'), (u'PTRADD_-1207014656', u'STORE_-1207015210'), (u'STORE_-1207015188', u'INDIRECT_-1207014755'), (u'LOAD_-1207015093', u'CAST_-1207014564'), (u'LOAD_-1207015184', u'CAST_-1207014627'), (u'MULTIEQUAL_-1207014645', u'INT_ADD_-1207014973'), ('const-433', u'LOAD_-1207015093'), (u'INDIRECT_-1207014755', u'MULTIEQUAL_-1207014745'), (u'INT_ADD_-1207015149', u'CAST_-1207014614'), ('tmp_1356', u'LOAD_-1207015120'), (u'INT_ADD_-1207015267', u'CAST_-1207014691'), ('const-433', u'LOAD_-1207015219'), ('const-40', u'INT_ADD_-1207015098'), ('const-433', u'STORE_-1207015210'), (u'STORE_-1207015493', u'INDIRECT_-1207014947'), ('const-433', u'LOAD_-1207015254'), (u'CAST_-1207014768', u'LOAD_-1207015394'), (u'CALL_-1207015261', u'INDIRECT_-1207014812'), (u'CAST_-1207014502', u'STORE_-1207014987'), (u'CAST_-1207014523', u'STORE_-1207015024'), (u'INT_NOTEQUAL_-1207015036', u'CBRANCH_-1207015035'), ('const-433', u'LOAD_-1207015226'), ('const-433', u'STORE_-1207015407'), (u'CAST_-1207014808', u'CALL_-1207015431'), (u'CAST_-1207014646', u'LOAD_-1207015219'), ('const-433', u'LOAD_-1207015283'), (u'LOAD_-1207015226', u'LOAD_-1207015184'), (u'LOAD_-1207015509', u'STORE_-1207015407'), ('const-1', u'INT_ADD_-1207015409'), ('const-16', u'INT_ADD_-1207015450'), (u'LOAD_-1207015080', u'INT_ADD_-1207015058'), (u'CALL_-1207015348', u'PTRADD_-1207015272'), (u'INDIRECT_-1207014799', u'INT_ADD_-1207015210'), (u'LOAD_-1207015466', u'CALL_-1207015453'), (u'LOAD_-1207015502', u'INT_ADD_-1207015457'), ('const-0', u'INT_NOTEQUAL_-1207014999'), (u'CALL_-1207015167', u'INDIRECT_-1207014755'), (u'LOAD_-1207015502', u'STORE_-1207015493'), (u'LOAD_-1207015055', u'STORE_-1207015024'), (u'LOAD_-1207015226', u'STORE_-1207015188'), (u'INT_ADD_-1207015083', u'CAST_-1207014569'), (u'CALL_-1207015431', u'INDIRECT_-1207014930'), (u'CAST_-1207014542', u'CALL_-1207014976'), ('const-433', u'STORE_-1207015493'), ('const-3', u'PTRADD_-1207014541'), (u'CALL_-1207015127', u'STORE_-1207015124'), ('const-8', u'PTRADD_-1207014541'), (u'STORE_-1207014973', u'INDIRECT_-1207014621'), (u'LOAD_-1207015388', u'CAST_-1207014763'), (u'CAST_-1207014651', u'LOAD_-1207015226'), ('const-433', u'LOAD_-1207015165'), (u'INT_ADD_-1207015203', u'CAST_-1207014646'), ('const-433', u'LOAD_-1207015260'), ('const-433', u'STORE_-1207014987'), ('tmp_1356', u'LOAD_-1207015240'), (u'CAST_-1207014614', u'LOAD_-1207015165'), ('const-8', u'PTRADD_-1207014836'), (u'CALL_-1207015167', u'INT_ADD_-1207015126'), (u'LOAD_-1207015165', u'CALL_-1207015148'), ('const-0', u'INT_NOTEQUAL_-1207015036'), (u'INT_ADD_-1207015058', u'CAST_-1207014552'), (u'INT_NOTEQUAL_-1207014999', u'CBRANCH_-1207014998'), ('const-0', u'STORE_-1207014973'), (u'INDIRECT_-1207014684', u'INT_ADD_-1207015010'), (u'LOAD_-1207015502', u'INT_NOTEQUAL_-1207015475'), ('const-0', u'INT_NOTEQUAL_-1207015192'), (u'LOAD_-1207015019', u'INT_NOTEQUAL_-1207014999'), (u'INT_ADD_-1207015450', u'CAST_-1207014818'), (u'CAST_-1207014842', u'LOAD_-1207015509'), (u'CAST_-1207014763', u'CALL_-1207015321'), (u'LOAD_-1207015519', u'INT_ADD_-1207015486'), (u'INT_ADD_-1207015409', u'INT_ADD_-1207015407'), (u'LOAD_-1207015314', u'CALL_-1207015261'), ('const-433', u'LOAD_-1207015099'), (u'PTRADD_-1207014836', u'STORE_-1207015493'), (u'LOAD_-1207015055', u'INT_NOTEQUAL_-1207015036'), ('const-40', u'INT_ADD_-1207015058'), (u'INDIRECT_-1207014895', u'INT_ADD_-1207015378'), ('const-433', u'LOAD_-1207015519'), (u'INT_ADD_-1207015126', u'INT_ADD_-1207015124'), (u'LOAD_-1207015019', u'STORE_-1207014987'), (u'LOAD_-1207015120', u'INT_ADD_-1207015098'), (u'CALL_-1207015348', u'INDIRECT_-1207014873'), ('const-433', u'LOAD_-1207015314'), (u'INT_NOTEQUAL_-1207015192', u'CBRANCH_-1207015191'), (u'INT_ADD_-1207015124', u'CALL_-1207015127'), (u'CALL_-1207015081', u'INDIRECT_-1207014697'), (u'MULTIEQUAL_-1207014645', u'MULTIEQUAL_-1207014626'), (u'LOAD_-1207015361', u'CALL_-1207015348'), (u'LOAD_-1207015114', u'CALL_-1207015081'), ('tmp_1879', u'INT_ADD_-1207015493'), ('const-433', u'LOAD_-1207015509'), ('const-16', u'INT_ADD_-1207015457'), ('tmp_1356', u'LOAD_-1207015320'), (u'LOAD_-1207015254', u'CALL_-1207015241'), (u'LOAD_-1207015394', u'LOAD_-1207015388'), ('tmp_1356', u'LOAD_-1207015367'), (u'INT_ADD_-1207015298', u'CAST_-1207014714'), (u'LOAD_-1207015226', u'STORE_-1207015124'), (u'INT_ADD_-1207015407', u'CALL_-1207015410'), ('tmp_1356', u'LOAD_-1207015519'), ('const-1', u'PTRADD_-1207015272'), ('const-8', u'PTRADD_-1207014656'), (u'INT_ADD_-1207015326', u'CALL_-1207015321'), (u'PTRADD_-1207014541', u'LOAD_-1207015019'), ('const-433', u'LOAD_-1207015320'), (u'LOAD_-1207015240', u'INT_ADD_-1207015149'), (u'CALL_-1207015061', u'INDIRECT_-1207014684'), (u'INT_ADD_-1207014973', u'CAST_-1207014502'), ('tmp_97', u'CBRANCH_-1207015474'), (u'INT_ADD_-1207015378', u'CAST_-1207014768'), ('const-433', u'LOAD_-1207015367'), (u'LOAD_-1207015509', u'LOAD_-1207015452'), (u'CALL_-1207015410', u'STORE_-1207015407'), (u'LOAD_-1207015099', u'LOAD_-1207015093'), (u'INDIRECT_-1207014621', u'COPY_-1207014675'), ('const-8', u'INT_ADD_-1207015378'), (u'CAST_-1207014818', u'LOAD_-1207015466'), (u'CAST_-1207014581', u'LOAD_-1207015114'), (u'CAST_-1207014714', u'LOAD_-1207015314'), (u'LOAD_-1207015273', u'CAST_-1207014683'), (u'STORE_-1207015471', u'INDIRECT_-1207014937'), ('const-0', u'INT_NOTEQUAL_-1207015475'), (u'LOAD_-1207015320', u'INT_ADD_-1207015298'), ('tmp_567', u'CBRANCH_-1207014998'), (u'LOAD_-1207015519', u'INT_ADD_-1207015450'), ('const-2', u'PTRADD_-1207014656'), (u'CAST_-1207014627', u'CALL_-1207015127'), ('const-8', u'INT_ADD_-1207015486'), ('const-433', u'LOAD_-1207015394'), (u'CAST_-1207014552', u'LOAD_-1207015074'), ('const-8', u'INT_ADD_-1207015493'), ('const-3', u'PTRADD_-1207014836'), (u'CALL_-1207015372', u'INDIRECT_-1207014889'), ('const-32', u'INT_ADD_-1207015203'), (u'INDIRECT_-1207014765', u'MULTIEQUAL_-1207014745'), (u'CALL_-1207014976', u'INDIRECT_-1207014636'), (u'CALL_-1207015453', u'INDIRECT_-1207014946'), ('const-433', u'STORE_-1207015188'), (u'CALL_-1207015241', u'INDIRECT_-1207014799'), (u'STORE_-1207015210', u'INDIRECT_-1207014765'), (u'LOAD_-1207015283', u'LOAD_-1207015273'), ('const-16', u'INT_ADD_-1207015238'), (u'CAST_-1207014671', u'LOAD_-1207015254'), (u'INT_ADD_-1207015210', u'CAST_-1207014651'), ('const-433', u'LOAD_-1207015080'), (u'LOAD_-1207015060', u'CAST_-1207014542'), ('const-433', u'LOAD_-1207015452'), ('const-433', u'LOAD_-1207015055'), ('const-40', u'INT_ADD_-1207015149'), (u'CALL_-1207015127', u'INDIRECT_-1207014728'), (u'INT_ADD_-1207015345', u'CAST_-1207014745'), (u'INT_ADD_-1207015486', u'CAST_-1207014837'), (u'CALL_-1207015372', u'INT_ADD_-1207015326'), (u'INT_NOTEQUAL_-1207015475', u'CBRANCH_-1207015474'), (u'LOAD_-1207015240', u'INT_ADD_-1207015203'), (u'LOAD_-1207015260', u'INT_ADD_-1207015238'), ('const-16', u'INT_ADD_-1207015210'), (u'LOAD_-1207015509', u'PTRADD_-1207014836'), (u'STORE_-1207014987', u'INDIRECT_-1207014631'), ('const-433', u'LOAD_-1207015502'), (u'INDIRECT_-1207014631', u'MULTIEQUAL_-1207014626'), (u'CAST_-1207014632', u'STORE_-1207015188'), ('const-433', u'STORE_-1207014973'), (u'CALL_-1207015148', u'INT_ADD_-1207015124'), (u'CAST_-1207014763', u'PTRADD_-1207015272'), (u'INT_ADD_-1207015098', u'CAST_-1207014581'), (u'LOAD_-1207015219', u'STORE_-1207015210'), ('const-433', u'LOAD_-1207015114'), ('tmp_523', u'CBRANCH_-1207015035'), ('tmp_1356', u'STORE_-1207014973'), ('const-1', u'INT_ADD_-1207015126'), (u'CALL_-1207015321', u'INDIRECT_-1207014854'), (u'LOAD_-1207015452', u'CAST_-1207014808'), ('const-433', u'LOAD_-1207015466'), (u'CALL_-1207015431', u'INT_ADD_-1207015407'), (u'LOAD_-1207015509', u'STORE_-1207015471'), (u'LOAD_-1207015219', u'INT_NOTEQUAL_-1207015192'), ('const-8', u'INT_ADD_-1207015010')]
null
null
00116780
x64
O2
(translation_unit "void FUN_00116780(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}\n\n" (function_definition "void FUN_00116780(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00116780(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long *__ptr;" (sized_type_specifier "long" long) (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8)" identifier = (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar1 + 8);" (assignment_expression "lVar3 = *(long *)(lVar1 + 8)" identifier = (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar2[3] = lVar3;" (assignment_expression "puVar2[3] = lVar3" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" { (expression_statement "*(undefined8 **)(lVar3 + 0x10) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x10) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x10)" * (cast_expression "(undefined8 **)(lVar3 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "sVar5 = strlen(*(char **)(lVar1 + 0x10));" (assignment_expression "sVar5 = strlen(*(char **)(lVar1 + 0x10))" identifier = (call_expression "strlen(*(char **)(lVar1 + 0x10))" identifier (argument_list "(*(char **)(lVar1 + 0x10))" ( (pointer_expression "*(char **)(lVar1 + 0x10)" * (cast_expression "(char **)(lVar1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) )))) ;) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" identifier = (cast_expression "(char *)*puVar2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "sVar6 = strlen(pcVar4);" (assignment_expression "sVar6 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier = (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier (argument_list "(pcVar4,sVar5 + 1 + sVar6)" ( identifier , (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8)" identifier = (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) ))))))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(*(char **)(*param_1 + 0x10));" (assignment_expression "sVar6 = strlen(*(char **)(*param_1 + 0x10))" identifier = (call_expression "strlen(*(char **)(*param_1 + 0x10))" identifier (argument_list "(*(char **)(*param_1 + 0x10))" ( (pointer_expression "*(char **)(*param_1 + 0x10)" * (cast_expression "(char **)(*param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) )))) )))) ;) (expression_statement "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);" (call_expression "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1)" identifier (argument_list "(pcVar4 + sVar6,pcVar4,sVar5 + 1)" ( (binary_expression "pcVar4 + sVar6" identifier + identifier) , identifier , (binary_expression "sVar5 + 1" identifier + number_literal) ))) ;) (expression_statement "pcVar4 = *(char **)(*param_1 + 0x10);" (assignment_expression "pcVar4 = *(char **)(*param_1 + 0x10)" identifier = (pointer_expression "*(char **)(*param_1 + 0x10)" * (cast_expression "(char **)(*param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);" (call_expression "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" identifier (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" ( (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) )))))) , identifier , identifier ))) ;) (expression_statement "free(*(void **)(*param_1 + 0x10));" (call_expression "free(*(void **)(*param_1 + 0x10))" identifier (argument_list "(*(void **)(*param_1 + 0x10))" ( (pointer_expression "*(void **)(*param_1 + 0x10)" * (cast_expression "(void **)(*param_1 + 0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar3 = *(long *)(lVar1 + 0x20)" identifier = (pointer_expression "*(long *)(lVar1 + 0x20)" * (cast_expression "(long *)(lVar1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "puVar2[2] = lVar3;" (assignment_expression "puVar2[2] = lVar3" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" { (expression_statement "*(undefined8 **)(lVar3 + 0x18) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x18) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x18)" * (cast_expression "(undefined8 **)(lVar3 + 0x18)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" identifier = (cast_expression "(char *)*puVar2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(*(char **)(lVar1 + 0x28));" (assignment_expression "sVar6 = strlen(*(char **)(lVar1 + 0x28))" identifier = (call_expression "strlen(*(char **)(lVar1 + 0x28))" identifier (argument_list "(*(char **)(lVar1 + 0x28))" ( (pointer_expression "*(char **)(lVar1 + 0x28)" * (cast_expression "(char **)(lVar1 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) )))) )))) ;) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier = (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier (argument_list "(pcVar4,sVar5 + 1 + sVar6)" ( identifier , (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));" (call_expression "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" identifier (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" ( (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 0x10)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) )))))) , (pointer_expression "*(char **)(*param_1 + 0x28)" * (cast_expression "(char **)(*param_1 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "free(*(void **)(*param_1 + 0x28));" (call_expression "free(*(void **)(*param_1 + 0x28))" identifier (argument_list "(*(void **)(*param_1 + 0x28))" ( (pointer_expression "*(void **)(*param_1 + 0x28)" * (cast_expression "(void **)(*param_1 + 0x28)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "__ptr = (long *)*param_1;" (assignment_expression "__ptr = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" if (parenthesized_expression "(*__ptr != 0)" ( (binary_expression "*__ptr != 0" (pointer_expression "*__ptr" * identifier) != number_literal) )) (compound_statement "{\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" { (expression_statement "*(long *)(DAT_0013cc10 + 8) = *__ptr;" (assignment_expression "*(long *)(DAT_0013cc10 + 8) = *__ptr" (pointer_expression "*(long *)(DAT_0013cc10 + 8)" * (cast_expression "(long *)(DAT_0013cc10 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) )))) = (pointer_expression "*__ptr" * identifier)) ;) })) (if_statement "if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" if (parenthesized_expression "(__ptr[3] != 0)" ( (binary_expression "__ptr[3] != 0" (subscript_expression "__ptr[3]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" { (expression_statement "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3];" (assignment_expression "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3]" (pointer_expression "*(long *)(DAT_0013cc10 + 0x10)" * (cast_expression "(long *)(DAT_0013cc10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) )))) = (subscript_expression "__ptr[3]" identifier [ number_literal ])) ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "void unpartition_filestruct(partition **p)\n\n{\n partition *ppVar1;\n filestruct *pfVar2;\n filestruct *pfVar3;\n size_t sVar4;\n size_t sVar5;\n char *pcVar6;\n \n ppVar1 = *p;\n pfVar2 = openfile->fileage;\n pfVar3 = ppVar1->top_prev;\n pfVar2->prev = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->next = pfVar2;\n }\n sVar4 = strlen(ppVar1->top_data);\n pcVar6 = pfVar2->data;\n sVar5 = strlen(pcVar6);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n pcVar6 = openfile->fileage->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen((*p)->top_data);\n memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1);\n pcVar6 = (*p)->top_data;\n sVar4 = strlen(pcVar6);\n strncpy(openfile->fileage->data,pcVar6,sVar4);\n free((*p)->top_data);\n ppVar1 = *p;\n pfVar2 = openfile->filebot;\n pfVar3 = ppVar1->bot_next;\n pfVar2->next = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->prev = pfVar2;\n }\n pcVar6 = pfVar2->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen(ppVar1->bot_data);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n strcat(openfile->filebot->data,(*p)->bot_data);\n free((*p)->bot_data);\n ppVar1 = *p;\n if (ppVar1->fileage != (filestruct *)0x0) {\n openfile->fileage = ppVar1->fileage;\n }\n if (ppVar1->filebot != (filestruct *)0x0) {\n openfile->filebot = ppVar1->filebot;\n }\n free(ppVar1);\n *p = (partition *)0x0;\n return;\n}\n\n" (function_definition "void unpartition_filestruct(partition **p)\n\n{\n partition *ppVar1;\n filestruct *pfVar2;\n filestruct *pfVar3;\n size_t sVar4;\n size_t sVar5;\n char *pcVar6;\n \n ppVar1 = *p;\n pfVar2 = openfile->fileage;\n pfVar3 = ppVar1->top_prev;\n pfVar2->prev = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->next = pfVar2;\n }\n sVar4 = strlen(ppVar1->top_data);\n pcVar6 = pfVar2->data;\n sVar5 = strlen(pcVar6);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n pcVar6 = openfile->fileage->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen((*p)->top_data);\n memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1);\n pcVar6 = (*p)->top_data;\n sVar4 = strlen(pcVar6);\n strncpy(openfile->fileage->data,pcVar6,sVar4);\n free((*p)->top_data);\n ppVar1 = *p;\n pfVar2 = openfile->filebot;\n pfVar3 = ppVar1->bot_next;\n pfVar2->next = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->prev = pfVar2;\n }\n pcVar6 = pfVar2->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen(ppVar1->bot_data);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n strcat(openfile->filebot->data,(*p)->bot_data);\n free((*p)->bot_data);\n ppVar1 = *p;\n if (ppVar1->fileage != (filestruct *)0x0) {\n openfile->fileage = ppVar1->fileage;\n }\n if (ppVar1->filebot != (filestruct *)0x0) {\n openfile->filebot = ppVar1->filebot;\n }\n free(ppVar1);\n *p = (partition *)0x0;\n return;\n}" primitive_type (function_declarator "unpartition_filestruct(partition **p)" identifier (parameter_list "(partition **p)" ( (parameter_declaration "partition **p" type_identifier (pointer_declarator "**p" * (pointer_declarator "*p" * identifier))) ))) (compound_statement "{\n partition *ppVar1;\n filestruct *pfVar2;\n filestruct *pfVar3;\n size_t sVar4;\n size_t sVar5;\n char *pcVar6;\n \n ppVar1 = *p;\n pfVar2 = openfile->fileage;\n pfVar3 = ppVar1->top_prev;\n pfVar2->prev = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->next = pfVar2;\n }\n sVar4 = strlen(ppVar1->top_data);\n pcVar6 = pfVar2->data;\n sVar5 = strlen(pcVar6);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n pcVar6 = openfile->fileage->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen((*p)->top_data);\n memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1);\n pcVar6 = (*p)->top_data;\n sVar4 = strlen(pcVar6);\n strncpy(openfile->fileage->data,pcVar6,sVar4);\n free((*p)->top_data);\n ppVar1 = *p;\n pfVar2 = openfile->filebot;\n pfVar3 = ppVar1->bot_next;\n pfVar2->next = pfVar3;\n if (pfVar3 != (filestruct *)0x0) {\n pfVar3->prev = pfVar2;\n }\n pcVar6 = pfVar2->data;\n sVar4 = strlen(pcVar6);\n sVar5 = strlen(ppVar1->bot_data);\n pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);\n pfVar2->data = pcVar6;\n strcat(openfile->filebot->data,(*p)->bot_data);\n free((*p)->bot_data);\n ppVar1 = *p;\n if (ppVar1->fileage != (filestruct *)0x0) {\n openfile->fileage = ppVar1->fileage;\n }\n if (ppVar1->filebot != (filestruct *)0x0) {\n openfile->filebot = ppVar1->filebot;\n }\n free(ppVar1);\n *p = (partition *)0x0;\n return;\n}" { (declaration "partition *ppVar1;" type_identifier (pointer_declarator "*ppVar1" * identifier) ;) (declaration "filestruct *pfVar2;" type_identifier (pointer_declarator "*pfVar2" * identifier) ;) (declaration "filestruct *pfVar3;" type_identifier (pointer_declarator "*pfVar3" * identifier) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "char *pcVar6;" primitive_type (pointer_declarator "*pcVar6" * identifier) ;) (expression_statement "ppVar1 = *p;" (assignment_expression "ppVar1 = *p" identifier = (pointer_expression "*p" * identifier)) ;) (expression_statement "pfVar2 = openfile->fileage;" (assignment_expression "pfVar2 = openfile->fileage" identifier = (field_expression "openfile->fileage" identifier -> field_identifier)) ;) (expression_statement "pfVar3 = ppVar1->top_prev;" (assignment_expression "pfVar3 = ppVar1->top_prev" identifier = (field_expression "ppVar1->top_prev" identifier -> field_identifier)) ;) (expression_statement "pfVar2->prev = pfVar3;" (assignment_expression "pfVar2->prev = pfVar3" (field_expression "pfVar2->prev" identifier -> field_identifier) = identifier) ;) (if_statement "if (pfVar3 != (filestruct *)0x0) {\n pfVar3->next = pfVar2;\n }" if (parenthesized_expression "(pfVar3 != (filestruct *)0x0)" ( (binary_expression "pfVar3 != (filestruct *)0x0" identifier != (cast_expression "(filestruct *)0x0" ( (type_descriptor "filestruct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pfVar3->next = pfVar2;\n }" { (expression_statement "pfVar3->next = pfVar2;" (assignment_expression "pfVar3->next = pfVar2" (field_expression "pfVar3->next" identifier -> field_identifier) = identifier) ;) })) (expression_statement "sVar4 = strlen(ppVar1->top_data);" (assignment_expression "sVar4 = strlen(ppVar1->top_data)" identifier = (call_expression "strlen(ppVar1->top_data)" identifier (argument_list "(ppVar1->top_data)" ( (field_expression "ppVar1->top_data" identifier -> field_identifier) )))) ;) (expression_statement "pcVar6 = pfVar2->data;" (assignment_expression "pcVar6 = pfVar2->data" identifier = (field_expression "pfVar2->data" identifier -> field_identifier)) ;) (expression_statement "sVar5 = strlen(pcVar6);" (assignment_expression "sVar5 = strlen(pcVar6)" identifier = (call_expression "strlen(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;) (expression_statement "pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);" (assignment_expression "pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5)" identifier = (cast_expression "(char *)nrealloc(pcVar6,sVar4 + 1 + sVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "nrealloc(pcVar6,sVar4 + 1 + sVar5)" identifier (argument_list "(pcVar6,sVar4 + 1 + sVar5)" ( identifier , (binary_expression "sVar4 + 1 + sVar5" (binary_expression "sVar4 + 1" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pfVar2->data = pcVar6;" (assignment_expression "pfVar2->data = pcVar6" (field_expression "pfVar2->data" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar6 = openfile->fileage->data;" (assignment_expression "pcVar6 = openfile->fileage->data" identifier = (field_expression "openfile->fileage->data" (field_expression "openfile->fileage" identifier -> field_identifier) -> field_identifier)) ;) (expression_statement "sVar4 = strlen(pcVar6);" (assignment_expression "sVar4 = strlen(pcVar6)" identifier = (call_expression "strlen(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;) (expression_statement "sVar5 = strlen((*p)->top_data);" (assignment_expression "sVar5 = strlen((*p)->top_data)" identifier = (call_expression "strlen((*p)->top_data)" identifier (argument_list "((*p)->top_data)" ( (field_expression "(*p)->top_data" (parenthesized_expression "(*p)" ( (pointer_expression "*p" * identifier) )) -> field_identifier) )))) ;) (expression_statement "memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1);" (call_expression "memmove(pcVar6 + sVar5,pcVar6,sVar4 + 1)" identifier (argument_list "(pcVar6 + sVar5,pcVar6,sVar4 + 1)" ( (binary_expression "pcVar6 + sVar5" identifier + identifier) , identifier , (binary_expression "sVar4 + 1" identifier + number_literal) ))) ;) (expression_statement "pcVar6 = (*p)->top_data;" (assignment_expression "pcVar6 = (*p)->top_data" identifier = (field_expression "(*p)->top_data" (parenthesized_expression "(*p)" ( (pointer_expression "*p" * identifier) )) -> field_identifier)) ;) (expression_statement "sVar4 = strlen(pcVar6);" (assignment_expression "sVar4 = strlen(pcVar6)" identifier = (call_expression "strlen(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;) (expression_statement "strncpy(openfile->fileage->data,pcVar6,sVar4);" (call_expression "strncpy(openfile->fileage->data,pcVar6,sVar4)" identifier (argument_list "(openfile->fileage->data,pcVar6,sVar4)" ( (field_expression "openfile->fileage->data" (field_expression "openfile->fileage" identifier -> field_identifier) -> field_identifier) , identifier , identifier ))) ;) (expression_statement "free((*p)->top_data);" (call_expression "free((*p)->top_data)" identifier (argument_list "((*p)->top_data)" ( (field_expression "(*p)->top_data" (parenthesized_expression "(*p)" ( (pointer_expression "*p" * identifier) )) -> field_identifier) ))) ;) (expression_statement "ppVar1 = *p;" (assignment_expression "ppVar1 = *p" identifier = (pointer_expression "*p" * identifier)) ;) (expression_statement "pfVar2 = openfile->filebot;" (assignment_expression "pfVar2 = openfile->filebot" identifier = (field_expression "openfile->filebot" identifier -> field_identifier)) ;) (expression_statement "pfVar3 = ppVar1->bot_next;" (assignment_expression "pfVar3 = ppVar1->bot_next" identifier = (field_expression "ppVar1->bot_next" identifier -> field_identifier)) ;) (expression_statement "pfVar2->next = pfVar3;" (assignment_expression "pfVar2->next = pfVar3" (field_expression "pfVar2->next" identifier -> field_identifier) = identifier) ;) (if_statement "if (pfVar3 != (filestruct *)0x0) {\n pfVar3->prev = pfVar2;\n }" if (parenthesized_expression "(pfVar3 != (filestruct *)0x0)" ( (binary_expression "pfVar3 != (filestruct *)0x0" identifier != (cast_expression "(filestruct *)0x0" ( (type_descriptor "filestruct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pfVar3->prev = pfVar2;\n }" { (expression_statement "pfVar3->prev = pfVar2;" (assignment_expression "pfVar3->prev = pfVar2" (field_expression "pfVar3->prev" identifier -> field_identifier) = identifier) ;) })) (expression_statement "pcVar6 = pfVar2->data;" (assignment_expression "pcVar6 = pfVar2->data" identifier = (field_expression "pfVar2->data" identifier -> field_identifier)) ;) (expression_statement "sVar4 = strlen(pcVar6);" (assignment_expression "sVar4 = strlen(pcVar6)" identifier = (call_expression "strlen(pcVar6)" identifier (argument_list "(pcVar6)" ( identifier )))) ;) (expression_statement "sVar5 = strlen(ppVar1->bot_data);" (assignment_expression "sVar5 = strlen(ppVar1->bot_data)" identifier = (call_expression "strlen(ppVar1->bot_data)" identifier (argument_list "(ppVar1->bot_data)" ( (field_expression "ppVar1->bot_data" identifier -> field_identifier) )))) ;) (expression_statement "pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5);" (assignment_expression "pcVar6 = (char *)nrealloc(pcVar6,sVar4 + 1 + sVar5)" identifier = (cast_expression "(char *)nrealloc(pcVar6,sVar4 + 1 + sVar5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "nrealloc(pcVar6,sVar4 + 1 + sVar5)" identifier (argument_list "(pcVar6,sVar4 + 1 + sVar5)" ( identifier , (binary_expression "sVar4 + 1 + sVar5" (binary_expression "sVar4 + 1" identifier + number_literal) + identifier) ))))) ;) (expression_statement "pfVar2->data = pcVar6;" (assignment_expression "pfVar2->data = pcVar6" (field_expression "pfVar2->data" identifier -> field_identifier) = identifier) ;) (expression_statement "strcat(openfile->filebot->data,(*p)->bot_data);" (call_expression "strcat(openfile->filebot->data,(*p)->bot_data)" identifier (argument_list "(openfile->filebot->data,(*p)->bot_data)" ( (field_expression "openfile->filebot->data" (field_expression "openfile->filebot" identifier -> field_identifier) -> field_identifier) , (field_expression "(*p)->bot_data" (parenthesized_expression "(*p)" ( (pointer_expression "*p" * identifier) )) -> field_identifier) ))) ;) (expression_statement "free((*p)->bot_data);" (call_expression "free((*p)->bot_data)" identifier (argument_list "((*p)->bot_data)" ( (field_expression "(*p)->bot_data" (parenthesized_expression "(*p)" ( (pointer_expression "*p" * identifier) )) -> field_identifier) ))) ;) (expression_statement "ppVar1 = *p;" (assignment_expression "ppVar1 = *p" identifier = (pointer_expression "*p" * identifier)) ;) (if_statement "if (ppVar1->fileage != (filestruct *)0x0) {\n openfile->fileage = ppVar1->fileage;\n }" if (parenthesized_expression "(ppVar1->fileage != (filestruct *)0x0)" ( (binary_expression "ppVar1->fileage != (filestruct *)0x0" (field_expression "ppVar1->fileage" identifier -> field_identifier) != (cast_expression "(filestruct *)0x0" ( (type_descriptor "filestruct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n openfile->fileage = ppVar1->fileage;\n }" { (expression_statement "openfile->fileage = ppVar1->fileage;" (assignment_expression "openfile->fileage = ppVar1->fileage" (field_expression "openfile->fileage" identifier -> field_identifier) = (field_expression "ppVar1->fileage" identifier -> field_identifier)) ;) })) (if_statement "if (ppVar1->filebot != (filestruct *)0x0) {\n openfile->filebot = ppVar1->filebot;\n }" if (parenthesized_expression "(ppVar1->filebot != (filestruct *)0x0)" ( (binary_expression "ppVar1->filebot != (filestruct *)0x0" (field_expression "ppVar1->filebot" identifier -> field_identifier) != (cast_expression "(filestruct *)0x0" ( (type_descriptor "filestruct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n openfile->filebot = ppVar1->filebot;\n }" { (expression_statement "openfile->filebot = ppVar1->filebot;" (assignment_expression "openfile->filebot = ppVar1->filebot" (field_expression "openfile->filebot" identifier -> field_identifier) = (field_expression "ppVar1->filebot" identifier -> field_identifier)) ;) })) (expression_statement "free(ppVar1);" (call_expression "free(ppVar1)" identifier (argument_list "(ppVar1)" ( identifier ))) ;) (expression_statement "*p = (partition *)0x0;" (assignment_expression "*p = (partition *)0x0" (pointer_expression "*p" * identifier) = (cast_expression "(partition *)0x0" ( (type_descriptor "partition *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00116780(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}\n\n" (function_definition "void FUN_00116780(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00116780(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long *__ptr;" (sized_type_specifier "long" long) (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8)" identifier = (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar1 + 8);" (assignment_expression "lVar3 = *(long *)(lVar1 + 8)" identifier = (pointer_expression "*(long *)(lVar1 + 8)" * (cast_expression "(long *)(lVar1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 8)" ( (binary_expression "lVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "puVar2[3] = lVar3;" (assignment_expression "puVar2[3] = lVar3" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" { (expression_statement "*(undefined8 **)(lVar3 + 0x10) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x10) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x10)" * (cast_expression "(undefined8 **)(lVar3 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "sVar5 = strlen(*(char **)(lVar1 + 0x10));" (assignment_expression "sVar5 = strlen(*(char **)(lVar1 + 0x10))" identifier = (call_expression "strlen(*(char **)(lVar1 + 0x10))" identifier (argument_list "(*(char **)(lVar1 + 0x10))" ( (pointer_expression "*(char **)(lVar1 + 0x10)" * (cast_expression "(char **)(lVar1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) )))) ;) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" identifier = (cast_expression "(char *)*puVar2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "sVar6 = strlen(pcVar4);" (assignment_expression "sVar6 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier = (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier (argument_list "(pcVar4,sVar5 + 1 + sVar6)" ( identifier , (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8)" identifier = (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) ))))))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(*(char **)(*param_1 + 0x10));" (assignment_expression "sVar6 = strlen(*(char **)(*param_1 + 0x10))" identifier = (call_expression "strlen(*(char **)(*param_1 + 0x10))" identifier (argument_list "(*(char **)(*param_1 + 0x10))" ( (pointer_expression "*(char **)(*param_1 + 0x10)" * (cast_expression "(char **)(*param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) )))) )))) ;) (expression_statement "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);" (call_expression "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1)" identifier (argument_list "(pcVar4 + sVar6,pcVar4,sVar5 + 1)" ( (binary_expression "pcVar4 + sVar6" identifier + identifier) , identifier , (binary_expression "sVar5 + 1" identifier + number_literal) ))) ;) (expression_statement "pcVar4 = *(char **)(*param_1 + 0x10);" (assignment_expression "pcVar4 = *(char **)(*param_1 + 0x10)" identifier = (pointer_expression "*(char **)(*param_1 + 0x10)" * (cast_expression "(char **)(*param_1 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);" (call_expression "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" identifier (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" ( (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) )))))) , identifier , identifier ))) ;) (expression_statement "free(*(void **)(*param_1 + 0x10));" (call_expression "free(*(void **)(*param_1 + 0x10))" identifier (argument_list "(*(void **)(*param_1 + 0x10))" ( (pointer_expression "*(void **)(*param_1 + 0x10)" * (cast_expression "(void **)(*param_1 + 0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10)" identifier = (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar3 = *(long *)(lVar1 + 0x20)" identifier = (pointer_expression "*(long *)(lVar1 + 0x20)" * (cast_expression "(long *)(lVar1 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x20)" ( (binary_expression "lVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "puVar2[2] = lVar3;" (assignment_expression "puVar2[2] = lVar3" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" if (parenthesized_expression "(lVar3 != 0)" ( (binary_expression "lVar3 != 0" identifier != number_literal) )) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" { (expression_statement "*(undefined8 **)(lVar3 + 0x18) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x18) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x18)" * (cast_expression "(undefined8 **)(lVar3 + 0x18)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" identifier = (cast_expression "(char *)*puVar2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" identifier = (call_expression "strlen(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier )))) ;) (expression_statement "sVar6 = strlen(*(char **)(lVar1 + 0x28));" (assignment_expression "sVar6 = strlen(*(char **)(lVar1 + 0x28))" identifier = (call_expression "strlen(*(char **)(lVar1 + 0x28))" identifier (argument_list "(*(char **)(lVar1 + 0x28))" ( (pointer_expression "*(char **)(lVar1 + 0x28)" * (cast_expression "(char **)(lVar1 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x28)" ( (binary_expression "lVar1 + 0x28" identifier + number_literal) )))) )))) ;) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier = (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" identifier (argument_list "(pcVar4,sVar5 + 1 + sVar6)" ( identifier , (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" identifier + number_literal) + identifier) )))) ;) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));" (call_expression "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" identifier (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" ( (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 0x10)" * (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" * (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) )))))) , (pointer_expression "*(char **)(*param_1 + 0x28)" * (cast_expression "(char **)(*param_1 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "free(*(void **)(*param_1 + 0x28));" (call_expression "free(*(void **)(*param_1 + 0x28))" identifier (argument_list "(*(void **)(*param_1 + 0x28))" ( (pointer_expression "*(void **)(*param_1 + 0x28)" * (cast_expression "(void **)(*param_1 + 0x28)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) )))) ))) ;) (expression_statement "__ptr = (long *)*param_1;" (assignment_expression "__ptr = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" if (parenthesized_expression "(*__ptr != 0)" ( (binary_expression "*__ptr != 0" (pointer_expression "*__ptr" * identifier) != number_literal) )) (compound_statement "{\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" { (expression_statement "*(long *)(DAT_0013cc10 + 8) = *__ptr;" (assignment_expression "*(long *)(DAT_0013cc10 + 8) = *__ptr" (pointer_expression "*(long *)(DAT_0013cc10 + 8)" * (cast_expression "(long *)(DAT_0013cc10 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0013cc10 + 8)" ( (binary_expression "DAT_0013cc10 + 8" identifier + number_literal) )))) = (pointer_expression "*__ptr" * identifier)) ;) })) (if_statement "if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" if (parenthesized_expression "(__ptr[3] != 0)" ( (binary_expression "__ptr[3] != 0" (subscript_expression "__ptr[3]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" { (expression_statement "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3];" (assignment_expression "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3]" (pointer_expression "*(long *)(DAT_0013cc10 + 0x10)" * (cast_expression "(long *)(DAT_0013cc10 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0013cc10 + 0x10)" ( (binary_expression "DAT_0013cc10 + 0x10" identifier + number_literal) )))) = (subscript_expression "__ptr[3]" identifier [ number_literal ])) ;) })) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) )))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + IDENT) , IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression (binary_expression IDENT + LIT) + IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_00116780(long *param_1)\n\n{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00116780(long *param_1)" (identifier "FUN_00116780") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long lVar1;\n undefined8 *puVar2;\n long lVar3;\n char *pcVar4;\n long *__ptr;\n size_t sVar5;\n size_t sVar6;\n undefined8 uVar7;\n \n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);\n lVar3 = *(long *)(lVar1 + 8);\n puVar2[3] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }\n sVar5 = strlen(*(char **)(lVar1 + 0x10));\n pcVar4 = (char *)*puVar2;\n sVar6 = strlen(pcVar4);\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(*param_1 + 0x10));\n memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);\n pcVar4 = *(char **)(*param_1 + 0x10);\n sVar5 = strlen(pcVar4);\n strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);\n free(*(void **)(*param_1 + 0x10));\n lVar1 = *param_1;\n puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);\n lVar3 = *(long *)(lVar1 + 0x20);\n puVar2[2] = lVar3;\n if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }\n pcVar4 = (char *)*puVar2;\n sVar5 = strlen(pcVar4);\n sVar6 = strlen(*(char **)(lVar1 + 0x28));\n uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);\n *puVar2 = uVar7;\n strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));\n free(*(void **)(*param_1 + 0x28));\n __ptr = (long *)*param_1;\n if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }\n if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }\n free(__ptr);\n *param_1 = 0;\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "long *__ptr;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "size_t sVar5;" (primitive_type "size_t") (identifier "sVar5") (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 8)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" (* "*") (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0013cc10 + 8)" (( "(") (binary_expression "DAT_0013cc10 + 8" (identifier "DAT_0013cc10") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "lVar3 = *(long *)(lVar1 + 8);" (assignment_expression "lVar3 = *(long *)(lVar1 + 8)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar1 + 8)" (* "*") (cast_expression "(long *)(lVar1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 8)" (( "(") (binary_expression "lVar1 + 8" (identifier "lVar1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "puVar2[3] = lVar3;" (assignment_expression "puVar2[3] = lVar3" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" (if "if") (parenthesized_expression "(lVar3 != 0)" (( "(") (binary_expression "lVar3 != 0" (identifier "lVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x10) = puVar2;\n }" ({ "{") (expression_statement "*(undefined8 **)(lVar3 + 0x10) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x10) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x10)" (* "*") (cast_expression "(undefined8 **)(lVar3 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}"))) (expression_statement "sVar5 = strlen(*(char **)(lVar1 + 0x10));" (assignment_expression "sVar5 = strlen(*(char **)(lVar1 + 0x10))" (identifier "sVar5") (= "=") (call_expression "strlen(*(char **)(lVar1 + 0x10))" (identifier "strlen") (argument_list "(*(char **)(lVar1 + 0x10))" (( "(") (pointer_expression "*(char **)(lVar1 + 0x10)" (* "*") (cast_expression "(char **)(lVar1 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) () ")")))) (; ";")) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" (identifier "pcVar4") (= "=") (cast_expression "(char *)*puVar2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) (; ";")) (expression_statement "sVar6 = strlen(pcVar4);" (assignment_expression "sVar6 = strlen(pcVar4)" (identifier "sVar6") (= "=") (call_expression "strlen(pcVar4)" (identifier "strlen") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")")))) (; ";")) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" (identifier "uVar7") (= "=") (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" (identifier "FUN_00125580") (argument_list "(pcVar4,sVar5 + 1 + sVar6)" (( "(") (identifier "pcVar4") (, ",") (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" (identifier "sVar5") (+ "+") (number_literal "1")) (+ "+") (identifier "sVar6")) () ")")))) (; ";")) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8);" (assignment_expression "pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8)" (identifier "pcVar4") (= "=") (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" (* "*") (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" (* "*") (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0013cc10 + 8)" (( "(") (binary_expression "DAT_0013cc10 + 8" (identifier "DAT_0013cc10") (+ "+") (number_literal "8")) () ")"))))))) (; ";")) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" (identifier "sVar5") (= "=") (call_expression "strlen(pcVar4)" (identifier "strlen") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")")))) (; ";")) (expression_statement "sVar6 = strlen(*(char **)(*param_1 + 0x10));" (assignment_expression "sVar6 = strlen(*(char **)(*param_1 + 0x10))" (identifier "sVar6") (= "=") (call_expression "strlen(*(char **)(*param_1 + 0x10))" (identifier "strlen") (argument_list "(*(char **)(*param_1 + 0x10))" (( "(") (pointer_expression "*(char **)(*param_1 + 0x10)" (* "*") (cast_expression "(char **)(*param_1 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")")))) () ")")))) (; ";")) (expression_statement "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1);" (call_expression "memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1)" (identifier "memmove") (argument_list "(pcVar4 + sVar6,pcVar4,sVar5 + 1)" (( "(") (binary_expression "pcVar4 + sVar6" (identifier "pcVar4") (+ "+") (identifier "sVar6")) (, ",") (identifier "pcVar4") (, ",") (binary_expression "sVar5 + 1" (identifier "sVar5") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "pcVar4 = *(char **)(*param_1 + 0x10);" (assignment_expression "pcVar4 = *(char **)(*param_1 + 0x10)" (identifier "pcVar4") (= "=") (pointer_expression "*(char **)(*param_1 + 0x10)" (* "*") (cast_expression "(char **)(*param_1 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" (identifier "sVar5") (= "=") (call_expression "strlen(pcVar4)" (identifier "strlen") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")")))) (; ";")) (expression_statement "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5);" (call_expression "strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" (identifier "strncpy") (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5)" (( "(") (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 8)" (* "*") (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 8)" (* "*") (cast_expression "(undefined8 **)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0013cc10 + 8)" (( "(") (binary_expression "DAT_0013cc10 + 8" (identifier "DAT_0013cc10") (+ "+") (number_literal "8")) () ")")))))) (, ",") (identifier "pcVar4") (, ",") (identifier "sVar5") () ")"))) (; ";")) (expression_statement "free(*(void **)(*param_1 + 0x10));" (call_expression "free(*(void **)(*param_1 + 0x10))" (identifier "free") (argument_list "(*(void **)(*param_1 + 0x10))" (( "(") (pointer_expression "*(void **)(*param_1 + 0x10)" (* "*") (cast_expression "(void **)(*param_1 + 0x10)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")")))) () ")"))) (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10);" (assignment_expression "puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" (* "*") (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0013cc10 + 0x10)" (( "(") (binary_expression "DAT_0013cc10 + 0x10" (identifier "DAT_0013cc10") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar3 = *(long *)(lVar1 + 0x20);" (assignment_expression "lVar3 = *(long *)(lVar1 + 0x20)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(lVar1 + 0x20)" (* "*") (cast_expression "(long *)(lVar1 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x20)" (( "(") (binary_expression "lVar1 + 0x20" (identifier "lVar1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "puVar2[2] = lVar3;" (assignment_expression "puVar2[2] = lVar3" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if (lVar3 != 0) {\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" (if "if") (parenthesized_expression "(lVar3 != 0)" (( "(") (binary_expression "lVar3 != 0" (identifier "lVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined8 **)(lVar3 + 0x18) = puVar2;\n }" ({ "{") (expression_statement "*(undefined8 **)(lVar3 + 0x18) = puVar2;" (assignment_expression "*(undefined8 **)(lVar3 + 0x18) = puVar2" (pointer_expression "*(undefined8 **)(lVar3 + 0x18)" (* "*") (cast_expression "(undefined8 **)(lVar3 + 0x18)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}"))) (expression_statement "pcVar4 = (char *)*puVar2;" (assignment_expression "pcVar4 = (char *)*puVar2" (identifier "pcVar4") (= "=") (cast_expression "(char *)*puVar2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) (; ";")) (expression_statement "sVar5 = strlen(pcVar4);" (assignment_expression "sVar5 = strlen(pcVar4)" (identifier "sVar5") (= "=") (call_expression "strlen(pcVar4)" (identifier "strlen") (argument_list "(pcVar4)" (( "(") (identifier "pcVar4") () ")")))) (; ";")) (expression_statement "sVar6 = strlen(*(char **)(lVar1 + 0x28));" (assignment_expression "sVar6 = strlen(*(char **)(lVar1 + 0x28))" (identifier "sVar6") (= "=") (call_expression "strlen(*(char **)(lVar1 + 0x28))" (identifier "strlen") (argument_list "(*(char **)(lVar1 + 0x28))" (( "(") (pointer_expression "*(char **)(lVar1 + 0x28)" (* "*") (cast_expression "(char **)(lVar1 + 0x28)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x28)" (( "(") (binary_expression "lVar1 + 0x28" (identifier "lVar1") (+ "+") (number_literal "0x28")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6);" (assignment_expression "uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" (identifier "uVar7") (= "=") (call_expression "FUN_00125580(pcVar4,sVar5 + 1 + sVar6)" (identifier "FUN_00125580") (argument_list "(pcVar4,sVar5 + 1 + sVar6)" (( "(") (identifier "pcVar4") (, ",") (binary_expression "sVar5 + 1 + sVar6" (binary_expression "sVar5 + 1" (identifier "sVar5") (+ "+") (number_literal "1")) (+ "+") (identifier "sVar6")) () ")")))) (; ";")) (expression_statement "*puVar2 = uVar7;" (assignment_expression "*puVar2 = uVar7" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28));" (call_expression "strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" (identifier "strcat") (argument_list "((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28))" (( "(") (cast_expression "(char *)**(undefined8 **)(DAT_0013cc10 + 0x10)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "**(undefined8 **)(DAT_0013cc10 + 0x10)" (* "*") (pointer_expression "*(undefined8 **)(DAT_0013cc10 + 0x10)" (* "*") (cast_expression "(undefined8 **)(DAT_0013cc10 + 0x10)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(DAT_0013cc10 + 0x10)" (( "(") (binary_expression "DAT_0013cc10 + 0x10" (identifier "DAT_0013cc10") (+ "+") (number_literal "0x10")) () ")")))))) (, ",") (pointer_expression "*(char **)(*param_1 + 0x28)" (* "*") (cast_expression "(char **)(*param_1 + 0x28)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x28)" (( "(") (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")")))) () ")"))) (; ";")) (expression_statement "free(*(void **)(*param_1 + 0x28));" (call_expression "free(*(void **)(*param_1 + 0x28))" (identifier "free") (argument_list "(*(void **)(*param_1 + 0x28))" (( "(") (pointer_expression "*(void **)(*param_1 + 0x28)" (* "*") (cast_expression "(void **)(*param_1 + 0x28)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x28)" (( "(") (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")")))) () ")"))) (; ";")) (expression_statement "__ptr = (long *)*param_1;" (assignment_expression "__ptr = (long *)*param_1" (identifier "__ptr") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (*__ptr != 0) {\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" (if "if") (parenthesized_expression "(*__ptr != 0)" (( "(") (binary_expression "*__ptr != 0" (pointer_expression "*__ptr" (* "*") (identifier "__ptr")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(DAT_0013cc10 + 8) = *__ptr;\n }" ({ "{") (expression_statement "*(long *)(DAT_0013cc10 + 8) = *__ptr;" (assignment_expression "*(long *)(DAT_0013cc10 + 8) = *__ptr" (pointer_expression "*(long *)(DAT_0013cc10 + 8)" (* "*") (cast_expression "(long *)(DAT_0013cc10 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0013cc10 + 8)" (( "(") (binary_expression "DAT_0013cc10 + 8" (identifier "DAT_0013cc10") (+ "+") (number_literal "8")) () ")")))) (= "=") (pointer_expression "*__ptr" (* "*") (identifier "__ptr"))) (; ";")) (} "}"))) (if_statement "if (__ptr[3] != 0) {\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" (if "if") (parenthesized_expression "(__ptr[3] != 0)" (( "(") (binary_expression "__ptr[3] != 0" (subscript_expression "__ptr[3]" (identifier "__ptr") ([ "[") (number_literal "3") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(DAT_0013cc10 + 0x10) = __ptr[3];\n }" ({ "{") (expression_statement "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3];" (assignment_expression "*(long *)(DAT_0013cc10 + 0x10) = __ptr[3]" (pointer_expression "*(long *)(DAT_0013cc10 + 0x10)" (* "*") (cast_expression "(long *)(DAT_0013cc10 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0013cc10 + 0x10)" (( "(") (binary_expression "DAT_0013cc10 + 0x10" (identifier "DAT_0013cc10") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (subscript_expression "__ptr[3]" (identifier "__ptr") ([ "[") (number_literal "3") (] "]"))) (; ";")) (} "}"))) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "*param_1 = 0;" (assignment_expression "*param_1 = 0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(type_1 **p) { type_1 *ppVar1; type_2 *pfVar2; type_2 *var_1; size_t var_4; size_t var_5; char *var_7; ppVar1 = *p; pfVar2 = openfile->fileage; var_1 = ppVar1->top_prev; pfVar2->prev = var_1; if (var_1 != (type_2 *)0x0) { var_1->next = pfVar2; } var_4 = var_2(ppVar1->top_data); var_7 = pfVar2->data; var_5 = var_2(var_7); var_7 = (char *)var_3(var_7,var_4 + 1 + var_5); pfVar2->data = var_7; var_7 = openfile->fileage->data; var_4 = var_2(var_7); var_5 = var_2((*p)->top_data); var_6(var_7 + var_5,var_7,var_4 + 1); var_7 = (*p)->top_data; var_4 = var_2(var_7); var_8(openfile->fileage->data,var_7,var_4); var_9((*p)->top_data); ppVar1 = *p; pfVar2 = openfile->filebot; var_1 = ppVar1->bot_next; pfVar2->next = var_1; if (var_1 != (type_2 *)0x0) { var_1->prev = pfVar2; } var_7 = pfVar2->data; var_4 = var_2(var_7); var_5 = var_2(ppVar1->bot_data); var_7 = (char *)var_3(var_7,var_4 + 1 + var_5); pfVar2->data = var_7; var_10(openfile->filebot->data,(*p)->bot_data); var_9((*p)->bot_data); ppVar1 = *p; if (ppVar1->fileage != (type_2 *)0x0) { openfile->fileage = ppVar1->fileage; } if (ppVar1->filebot != (type_2 *)0x0) { openfile->filebot = ppVar1->filebot; } var_9(ppVar1); *p = (type_1 *)0x0; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (return_statement))))
null
void MASKED(long *param_1) { long lVar1; undefined8 *puVar2; long lVar3; char *pcVar4; long *__ptr; size_t sVar5; size_t sVar6; undefined8 uVar7; lVar1 = *param_1; puVar2 = *(undefined8 **)(DAT_0013cc10 + 8); lVar3 = *(long *)(lVar1 + 8); puVar2[3] = lVar3; if (lVar3 != 0) { *(undefined8 **)(lVar3 + 0x10) = puVar2; } sVar5 = strlen(*(char **)(lVar1 + 0x10)); pcVar4 = (char *)*puVar2; sVar6 = strlen(pcVar4); uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6); *puVar2 = uVar7; pcVar4 = (char *)**(undefined8 **)(DAT_0013cc10 + 8); sVar5 = strlen(pcVar4); sVar6 = strlen(*(char **)(*param_1 + 0x10)); memmove(pcVar4 + sVar6,pcVar4,sVar5 + 1); pcVar4 = *(char **)(*param_1 + 0x10); sVar5 = strlen(pcVar4); strncpy((char *)**(undefined8 **)(DAT_0013cc10 + 8),pcVar4,sVar5); free(*(void **)(*param_1 + 0x10)); lVar1 = *param_1; puVar2 = *(undefined8 **)(DAT_0013cc10 + 0x10); lVar3 = *(long *)(lVar1 + 0x20); puVar2[2] = lVar3; if (lVar3 != 0) { *(undefined8 **)(lVar3 + 0x18) = puVar2; } pcVar4 = (char *)*puVar2; sVar5 = strlen(pcVar4); sVar6 = strlen(*(char **)(lVar1 + 0x28)); uVar7 = FUN_00125580(pcVar4,sVar5 + 1 + sVar6); *puVar2 = uVar7; strcat((char *)**(undefined8 **)(DAT_0013cc10 + 0x10),*(char **)(*param_1 + 0x28)); free(*(void **)(*param_1 + 0x28)); __ptr = (long *)*param_1; if (*__ptr != 0) { *(long *)(DAT_0013cc10 + 8) = *__ptr; } if (__ptr[3] != 0) { *(long *)(DAT_0013cc10 + 0x10) = __ptr[3]; } free(__ptr); *param_1 = 0; return; }
119_dd_and_dd_strip.c
close_stdout_set_file_name
FUN_00106410
/* WARNING: Unknown calling convention */ void close_stdout_set_file_name(char *file) { file_name = file; return; }
void FUN_00106410(undefined8 param_1) { DAT_00113638 = param_1; return; }
MOV qword ptr [0x00113638],RDI RET
null
null
null
null
[('tmp_12', u'COPY_-1206950895'), ('const-0', u'RETURN_-1206950876'), (u'COPY_-1206950895', u'COPY_-1206950883')]
[('tmp_12', u'COPY_-1206950895'), ('const-0', u'RETURN_-1206950876'), (u'COPY_-1206950895', u'COPY_-1206950883')]
null
null
00106410
x64
O2
(translation_unit "void FUN_00106410(undefined8 param_1)\n\n{\n DAT_00113638 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00106410(undefined8 param_1)\n\n{\n DAT_00113638 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00106410(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_00113638 = param_1;\n return;\n}" { (expression_statement "DAT_00113638 = param_1;" (assignment_expression "DAT_00113638 = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nvoid close_stdout_set_file_name(char *file)\n\n{\n file_name = file;\n return;\n}\n\n" comment (function_definition "void close_stdout_set_file_name(char *file)\n\n{\n file_name = file;\n return;\n}" primitive_type (function_declarator "close_stdout_set_file_name(char *file)" identifier (parameter_list "(char *file)" ( (parameter_declaration "char *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n file_name = file;\n return;\n}" { (expression_statement "file_name = file;" (assignment_expression "file_name = file" identifier = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00106410(undefined8 param_1)\n\n{\n DAT_00113638 = param_1;\n return;\n}\n\n" (function_definition "void FUN_00106410(undefined8 param_1)\n\n{\n DAT_00113638 = param_1;\n return;\n}" primitive_type (function_declarator "FUN_00106410(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n DAT_00113638 = param_1;\n return;\n}" { (expression_statement "DAT_00113638 = param_1;" (assignment_expression "DAT_00113638 = param_1" identifier = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_00106410(undefined8 param_1)\n\n{\n DAT_00113638 = param_1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00106410(undefined8 param_1)" (identifier "FUN_00106410") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n DAT_00113638 = param_1;\n return;\n}" ({ "{") (expression_statement "DAT_00113638 = param_1;" (assignment_expression "DAT_00113638 = param_1" (identifier "DAT_00113638") (= "=") (identifier "param_1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ void function_1(char *file) { file_name = file; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 param_1) { DAT_00113638 = param_1; return; }
2964_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_add_symbols
FUN_0019a9e0
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_add_symbols(Sized_incr_dynobj<32,_true> * this, Symbol_table * symtab, Read_symbols_data * param_2, Layout * param_3) */ void __thiscall gold::Sized_incr_dynobj<32,_true>::do_add_symbols (Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2, Layout *param_3) { byte bVar1; uint uVar2; pointer ppSVar3; pointer ppSVar4; long lVar5; Output_section *pOVar6; uint uVar7; int iVar8; ulong uVar9; long lVar10; Sized_symbol<32> *pSVar11; ulong uVar12; char cVar13; char *name; uint uVar14; uint *puVar15; uint uVar16; pair<std::_Rb_tree_iterator<unsigned_int>,_bool> pVar17; uint symtab_count; Address v; Sym<32,_true> sym; View symtab_view; uchar symbuf [16]; Elf_strtab strtab; Copy_reloc local_88; Copied_symbols copied_symbols; sym.p_ = (Sym_data<32> *)symbuf; bVar1 = (byte)(this->input_reader_).flags_; if (1 < bVar1 - 1 && bVar1 != 4) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count"); } ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start; uVar14 = *(uint *)(((this->input_reader_).inputs_)->p_ + (ulong)(this->input_reader_).info_offset_ + 4); ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_finish; uVar14 = uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8 | uVar14 << 0x18; uVar12 = (ulong)uVar14; uVar9 = (long)ppSVar4 - (long)ppSVar3 >> 3; if (uVar9 < uVar12) { std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append (&this->symbols_,uVar12 - uVar9); } else if ((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)) { (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_finish = ppSVar3; } symtab_view.p_ = (uchar *)0x0; strtab.base_ = (char *)0x0; strtab.usable_size_ = 0; Sized_incremental_binary<32,_true>::get_symtab_view (this->ibase_,&symtab_view,&symtab_count,&strtab); copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0; lVar5 = (this->ibase_->symtab_reader_).len_; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; lVar10 = lVar5 + 3; if (-1 < lVar5) { lVar10 = lVar5; } copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right = copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left; if (uVar14 == 0) { LAB_0019ad48: std:: _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_> ::_M_erase(&copied_symbols._M_t, (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent); return; } if ((char)(this->input_reader_).flags_ == '\x04') { uVar9 = 0; do { uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ + (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_ ); uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18 & 0x3fffffff; uVar7 = (uVar2 << 0x18) >> 0x1e; name = ""; puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4)); uVar2 = *puVar15; uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 | uVar2 << 0x18); if (uVar12 < strtab.usable_size_) { name = strtab.base_ + uVar12; } uVar2 = puVar15[3]; iVar8 = (int)(uint)(byte)uVar2 >> 4; cVar13 = (char)(iVar8 << 4); if (iVar8 == 0) { cVar13 = '\x10'; } if (uVar7 == 2 || uVar7 == 3) { symbuf._4_4_ = puVar15[1]; this->defined_count_ = this->defined_count_ + 1; v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 | (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18; symbuf[0xe] = '\0'; symbuf[0xf] = '\x01'; } else { v = 0; symbuf._4_4_ = 0; symbuf[0xe] = '\0'; symbuf[0xf] = '\0'; } symbuf._8_4_ = puVar15[2]; symbuf[0] = '\0'; symbuf[1] = '\0'; symbuf[2] = '\0'; symbuf[3] = '\0'; symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13; symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd); /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */ pSVar11 = Symbol_table::add_from_incrobj<32,_true> (symtab,(Object *)this,name,(char *)0x0,&sym); (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_start[uVar9] = &pSVar11->super_Symbol; (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol; if ((uVar7 == 3) && (pVar17 = std:: _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_> ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v), pVar17.second != false)) { pOVar6 = (this->ibase_->section_map_). super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>. _M_impl._M_start [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 | *(ushort *)((long)puVar15 + 0xe) >> 8)]; if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xc5,"address"); } local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_; local_88.symbol = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start[uVar9]; local_88.output_section = pOVar6; std:: vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_> ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc> (&this->ibase_->copy_relocs_,&local_88); } if (uVar9 == uVar14 - 1) goto LAB_0019ad48; uVar9 = uVar9 + 1; } while ((char)(this->input_reader_).flags_ == '\x04'); } /* WARNING: Subroutine does not return */ /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */ do_gold_unreachable("../../gold/incremental.h",0x435,"get_output_symbol_index"); }
void FUN_0019a9e0(long param_1,undefined8 param_2) { uint uVar1; long lVar2; uint uVar3; int iVar4; ulong uVar5; long lVar6; undefined8 uVar7; ulong uVar8; char extraout_DL; char *pcVar9; uint uVar10; uint *puVar11; uint uVar12; int local_c0; uint local_bc; undefined4 *local_b8; long local_b0; undefined4 local_a8; uint local_a4; uint local_a0; char local_9c; undefined1 local_9b; undefined2 local_9a; long local_98; ulong local_90; undefined8 local_88; long local_80; long local_78; undefined1 local_68 [8]; undefined4 local_60 [2]; undefined8 local_58; undefined4 *local_50; undefined4 *local_48; undefined8 local_40; local_b8 = &local_a8; if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count"); } uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0)); uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18; uVar8 = (ulong)uVar10; uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3; if (uVar5 < uVar8) { FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5); } else if ((uVar8 < uVar5) && (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) { *(long *)(param_1 + 0xc0) = lVar2; } local_b0 = 0; local_98 = 0; local_90 = 0; FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98); local_60[0] = 0; local_58 = 0; lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128); local_40 = 0; lVar6 = lVar2 + 3; if (-1 < lVar2) { lVar6 = lVar2; } local_50 = local_60; local_48 = local_50; if (uVar10 == 0) { LAB_0019ad48: FUN_001954d0(local_68,local_58); return; } if (*(char *)(param_1 + 0xa8) == '\x04') { uVar5 = 0; do { uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 + (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0)); uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18 & 0x3fffffff; uVar3 = (uVar1 << 0x18) >> 0x1e; pcVar9 = ""; puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0); uVar1 = *puVar11; uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18); if (uVar8 < local_90) { pcVar9 = (char *)(local_98 + uVar8); } uVar1 = puVar11[3]; iVar4 = (int)(uint)(byte)uVar1 >> 4; local_9c = (char)(iVar4 << 4); if (iVar4 == 0) { local_9c = '\x10'; } if (uVar3 == 2 || uVar3 == 3) { local_a4 = puVar11[1]; *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1; local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 | local_a4 << 0x18; local_9a = 0x100; } else { local_bc = 0; local_a4 = 0; local_9a = 0; } local_a0 = puVar11[2]; local_a8 = 0; local_9c = ((byte)uVar1 & 0xf) + local_9c; local_9b = *(undefined1 *)((long)puVar11 + 0xd); /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */ uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8); *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7; *(undefined8 *) (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) + (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7; if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) { lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) + (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 | *(ushort *)((long)puVar11 + 0xe) >> 8) * 8); if ((*(byte *)(lVar2 + 0x20) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xc5,"address"); } local_78 = (ulong)local_bc - *(long *)(lVar2 + 8); local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8); local_80 = lVar2; FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88); } if (uVar5 == uVar10 - 1) goto LAB_0019ad48; uVar5 = uVar5 + 1; } while (*(char *)(param_1 + 0xa8) == '\x04'); } /* WARNING: Subroutine does not return */ /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */ FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index"); }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0xd8 LEA RAX,[RSP + 0x60] MOV qword ptr [RSP + 0x10],RSI MOV qword ptr [RSP + 0x50],RAX MOVZX EAX,byte ptr [RDI + 0xa8] LEA EDX,[RAX + -0x1] CMP EDX,0x1 SETA DL CMP EAX,0x4 SETNZ AL TEST DL,AL JNZ 0x0019add0 MOV RDX,qword ptr [RDI + 0xa0] MOV EAX,dword ptr [RDI + 0xb0] MOV R12,RDI MOV RCX,qword ptr [RDI + 0xb8] MOV RDX,qword ptr [RDX] MOV EBX,dword ptr [RDX + RAX*0x1 + 0x4] MOV RDX,qword ptr [RDI + 0xc0] MOV RAX,RDX BSWAP EBX MOV ESI,EBX SUB RAX,RCX SAR RAX,0x3 CMP RSI,RAX JA 0x0019ad88 JC 0x0019ad68 MOV RDI,qword ptr [R12 + 0x90] LEA RDX,[RSP + 0x48] LEA RCX,[RSP + 0x70] MOV qword ptr [RSP + 0x58],0x0 MOV qword ptr [RSP + 0x70],0x0 LEA RSI,[RSP + 0x58] MOV qword ptr [RSP + 0x78],0x0 CALL 0x0018d570 MOV RAX,qword ptr [R12 + 0x90] MOV dword ptr [RSP + 0xa8],0x0 MOV qword ptr [RSP + 0xb0],0x0 MOV RDX,qword ptr [RAX + 0x128] MOV qword ptr [RSP + 0xc8],0x0 TEST RDX,RDX LEA RAX,[RDX + 0x3] CMOVNS RAX,RDX SAR RAX,0x2 MOV dword ptr [RSP + 0xc],EAX MOV EAX,dword ptr [RSP + 0x48] MOV dword ptr [RSP + 0x8],EAX LEA RAX,[RSP + 0xa0] MOV qword ptr [RSP + 0x28],RAX LEA RAX,[RSP + 0xa8] MOV qword ptr [RSP + 0xb8],RAX MOV qword ptr [RSP + 0xc0],RAX TEST EBX,EBX JZ 0x0019ad9c CMP byte ptr [R12 + 0xa8],0x4 JNZ 0x0019ada0 LEA EAX,[RBX + -0x1] XOR R13D,R13D MOV qword ptr [RSP + 0x18],RAX LEA RAX,[RSP + 0x50] MOV qword ptr [RSP + 0x20],RAX LEA RAX,[RSP + 0x4c] MOV qword ptr [RSP + 0x30],RAX LEA RAX,[RSP + 0x80] MOV qword ptr [RSP + 0x38],RAX JMP 0x0019abf7 MOV dword ptr [RSP + 0x4c],0x0 XOR EAX,EAX XOR ESI,ESI MOV dword ptr [RSP + 0x64],EAX MOV EAX,dword ptr [RBX + 0x8] MOV R8,qword ptr [RSP + 0x20] MOV dword ptr [RSP + 0x60],0x0 MOV dword ptr [RSP + 0x68],EAX LEA EAX,[RDI + RCX*0x1] MOV RDI,qword ptr [RSP + 0x10] XOR ECX,ECX MOV byte ptr [RSP + 0x6c],AL MOVZX EAX,byte ptr [RBX + 0xd] MOV word ptr [RSP + 0x6e],SI MOV RSI,R12 MOV byte ptr [RSP + 0x6d],AL CALL 0x0027ddc0 MOV RDX,qword ptr [R12 + 0xb8] MOV ECX,dword ptr [RSP + 0xc] LEA R15,[R13*0x8] SUB ECX,dword ptr [RSP + 0x8] MOV qword ptr [RDX + R13*0x8],RAX MOV RDX,qword ptr [R12 + 0x90] ADD ECX,EBP MOV RDX,qword ptr [RDX + 0xa8] MOV qword ptr [RDX + RCX*0x8],RAX TEST R14B,R14B JNZ 0x0019acb0 CMP R13,qword ptr [RSP + 0x18] JZ 0x0019ad40 ADD R13,0x1 CMP byte ptr [R12 + 0xa8],0x4 JNZ 0x0019ada0 MOV RCX,qword ptr [R12 + 0xa0] MOV EAX,dword ptr [R12 + 0xb0] LEA EDX,[R13*0x4] ADD RAX,qword ptr [RCX] MOV EBP,dword ptr [RDX + RAX*0x1 + 0x8] BSWAP EBP MOV EAX,EBP AND EBP,0x3fffffff SHR EAX,0x1e CMP EAX,0x2 JZ 0x0019aca0 CMP EAX,0x3 SETZ R14B MOV ESI,R14D MOV EBX,EBP MOV RCX,qword ptr [RSP + 0x70] LEA RDX,[0x38b016] SHL EBX,0x4 ADD RBX,qword ptr [RSP + 0x58] MOV EAX,dword ptr [RBX] BSWAP EAX MOV EAX,EAX CMP RAX,qword ptr [RSP + 0x78] JNC 0x0019ac59 LEA RDX,[RCX + RAX*0x1] MOVZX EAX,byte ptr [RBX + 0xc] MOV ECX,EAX SAR EAX,0x4 MOV EDI,ECX MOV ECX,EAX SHL ECX,0x4 AND EDI,0xf TEST EAX,EAX MOV EAX,0x10 CMOVZ ECX,EAX TEST SIL,SIL JZ 0x0019ab58 MOV EAX,dword ptr [RBX + 0x4] ADD qword ptr [R12 + 0xd0],0x1 MOV ESI,EAX BSWAP ESI MOV dword ptr [RSP + 0x4c],ESI MOV ESI,0x100 JMP 0x0019ab64 XOR R14D,R14D MOV ESI,0x1 JMP 0x0019ac32 MOV RSI,qword ptr [RSP + 0x30] MOV RDI,qword ptr [RSP + 0x28] CALL 0x00195510 TEST DL,DL JZ 0x0019abd9 MOVZX EAX,word ptr [RBX + 0xe] MOV RDI,qword ptr [R12 + 0x90] ROL AX,0x8 MOV RDX,qword ptr [RDI + 0x90] MOVZX EAX,AX MOV RDX,qword ptr [RDX + RAX*0x8] MOV EAX,dword ptr [RSP + 0x4c] TEST byte ptr [RDX + 0x20],0x1 JZ 0x0019adb8 MOV RSI,qword ptr [RSP + 0x38] MOV RCX,qword ptr [R12 + 0xb8] ADD RDI,0xc0 SUB RAX,qword ptr [RDX + 0x8] MOV RCX,qword ptr [RCX + R15*0x1] MOV qword ptr [RSP + 0x88],RDX MOV qword ptr [RSP + 0x90],RAX MOV qword ptr [RSP + 0x80],RCX CALL 0x0019a970 CMP R13,qword ptr [RSP + 0x18] JNZ 0x0019abe4 NOP word ptr [RAX + RAX*0x1] MOV RSI,qword ptr [RSP + 0xb0] MOV RDI,qword ptr [RSP + 0x28] CALL 0x001954d0 ADD RSP,0xd8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA RAX,[RCX + RSI*0x8] CMP RDX,RAX JZ 0x0019aa60 MOV qword ptr [RDI + 0xc0],RAX JMP 0x0019aa60 SUB RSI,RAX LEA RDI,[RDI + 0xb8] CALL 0x00192f00 JMP 0x0019aa60 XOR ESI,ESI JMP 0x0019ad48 LEA RDX,[0x374a30] MOV ESI,0x435 LEA RDI,[0x373482] CALL 0x0017c650 LEA RDX,[0x375048] MOV ESI,0xc5 LEA RDI,[0x373454] CALL 0x0017c650 LEA RDX,[0x374a50] MOV ESI,0x388 LEA RDI,[0x373482] CALL 0x0017c650
null
null
null
null
[(u'CALL_-1207521650', u'INDIRECT_-1207519687'), ('const-433', u'LOAD_-1207521670'), (u'CALL_-1207521206', u'INDIRECT_-1207519494'), (u'CALL_-1207521104', u'INDIRECT_-1207519168'), (u'MULTIEQUAL_-1207518921', u'MULTIEQUAL_-1207519193'), (u'INDIRECT_-1207519367', u'MULTIEQUAL_-1207518924'), (u'INDIRECT_-1207520097', u'INT_SUB_-1207521596'), (u'CALL_-1207521206', u'INDIRECT_-1207519382'), (u'INDIRECT_-1207519446', u'MULTIEQUAL_-1207518922'), (u'LOAD_-1207521514', u'INT_LEFT_-1207521442'), (u'COPY_-1207519449', u'MULTIEQUAL_-1207519017'), (u'CALL_-1207520805', u'INDIRECT_-1207519204'), (u'LOAD_-1207522664', u'INT_RIGHT_-1207522614'), (u'INDIRECT_-1207519767', u'MULTIEQUAL_-1207518924'), ('const-1073741823', u'INT_AND_-1207519887'), (u'PTRADD_-1207518805', u'STORE_-1207520830'), ('const-4', u'PTRADD_-1207519116'), (u'INDIRECT_-1207519297', u'MULTIEQUAL_-1207520102'), (u'CALL_-1207521206', u'INDIRECT_-1207519238'), (u'INDIRECT_-1207519904', u'MULTIEQUAL_-1207519537'), ('tmp_3028', u'PTRSUB_-1207518987'), (u'INDIRECT_-1207519318', u'MULTIEQUAL_-1207518914'), (u'INDIRECT_-1207519416', u'MULTIEQUAL_-1207518927'), ('const-8', u'INT_RIGHT_-1207521884'), ('const-8', u'PTRSUB_-1207519435'), (u'PTRSUB_-1207519024', u'PTRSUB_-1207519023'), ('tmp_1744', u'CBRANCH_-1207521536'), ('const-0', u'PTRSUB_-1207519173'), (u'INDIRECT_-1207519527', u'INT_ZEXT_-1207520243'), (u'PTRSUB_-1207519435', u'LOAD_-1207522249'), ('const-0', u'COPY_-1207519062'), (u'INT_EQUAL_-1207521480', u'CBRANCH_-1207521471'), ('tmp_8528', u'MULTIEQUAL_-1207520038'), (u'INT_LEFT_-1207521684', u'INT_OR_-1207521684'), (u'LOAD_-1207522429', u'INT_ADD_-1207522376'), (u'CALL_-1207520805', u'INDIRECT_-1207518980'), ('tmp_3028', u'PTRSUB_-1207519111'), (u'CALL_-1207521650', u'INDIRECT_-1207519655'), ('const-433', u'LOAD_-1207521962'), (u'INDIRECT_-1207519239', u'MULTIEQUAL_-1207518916'), (u'COPY_-1207518894', u'CALL_-1207520805'), ('const-8', u'INT_ADD_-1207521908'), (u'INT_EQUAL_-1207519309', u'CBRANCH_-1207521537'), (u'INT_AND_-1207519887', u'INT_OR_-1207521869'), (u'INDIRECT_-1207520064', u'MULTIEQUAL_-1207519273'), (u'CALL_-1207521013', u'INDIRECT_-1207519209'), (u'CAST_-1207518987', u'INT_RIGHT_-1207521449'), ('const-0', u'INT_NOTEQUAL_-1207521191'), ('const--188', u'PTRSUB_-1207519460'), (u'CAST_-1207519063', u'PTRADD_-1207519116'), (u'CALL_-1207521104', u'INDIRECT_-1207519328'), ('tmp_3029', u'CALL_-1207521650'), (u'PTRADD_-1207518805', u'INT_NOTEQUAL_-1207520838'), ('const-0', u'PTRSUB_-1207519023'), (u'CAST_-1207518786', u'CALL_-1207521104'), (u'INDIRECT_-1207519383', u'MULTIEQUAL_-1207518925'), ('const-433', u'LOAD_-1207522656'), (u'INT_AND_-1207522613', u'INT_LEFT_-1207522610'), (u'INT_OR_-1207522613', u'INT_OR_-1207522610'), ('const-0', u'INT_EQUAL_-1207522255'), (u'INDIRECT_-1207520081', u'MULTIEQUAL_-1207519379'), (u'INDIRECT_-1207519920', u'MULTIEQUAL_-1207519129'), (u'PTRSUB_-1207519176', u'LOAD_-1207521936'), (u'INDIRECT_-1207519334', u'MULTIEQUAL_-1207518915'), ('const-160', u'PTRSUB_-1207519760'), ('const-2', u'INT_SRIGHT_-1207522347'), (u'CALL_-1207520805', u'INDIRECT_-1207519124'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519154'), (u'INDIRECT_-1207519478', u'MULTIEQUAL_-1207518924'), ('tmp_6045', u'PTRSUB_-1207519449'), ('const-1', u'INT_SUB_-1207522750'), (u'LOAD_-1207522681', u'PTRADD_-1207518805'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519425'), (u'INDIRECT_-1207520064', u'MULTIEQUAL_-1207519362'), (u'CALL_-1207520991', u'INDIRECT_-1207519319'), ('const-3617922', u'COPY_-1207518868'), (u'LOAD_-1207521082', u'PTRADD_-1207518899'), (u'INT_EQUAL_-1207521546', u'CBRANCH_-1207521536'), (u'MULTIEQUAL_-1207518927', u'MULTIEQUAL_-1207519290'), (u'CAST_-1207519245', u'INT_ADD_-1207521667'), ('const-3', u'INT_ADD_-1207522376'), (u'INT_OR_-1207521684', u'INT_OR_-1207521681'), (u'CALL_-1207520991', u'INDIRECT_-1207519271'), (u'INDIRECT_-1207520081', u'MULTIEQUAL_-1207519290'), ('const-3623504', u'COPY_-1207518866'), (u'CALL_-1207521206', u'INDIRECT_-1207519446'), (u'INDIRECT_-1207519233', u'MULTIEQUAL_-1207520038'), (u'INDIRECT_-1207519201', u'MULTIEQUAL_-1207520006'), (u'MULTIEQUAL_-1207518920', u'MULTIEQUAL_-1207519177'), (u'INT_OR_-1207521442', u'MULTIEQUAL_-1207519859'), (u'PTRSUB_-1207518969', u'PTRSUB_-1207518924'), (u'PTRSUB_-1207519653', u'PTRSUB_-1207519633'), ('const-433', u'LOAD_-1207522778'), (u'CALL_-1207520991', u'INDIRECT_-1207519303'), (u'LOAD_-1207522664', u'INT_LEFT_-1207522607'), (u'INT_OR_-1207521869', u'INT_LEFT_-1207521752'), (u'PTRSUB_-1207519740', u'PTRSUB_-1207519739'), (u'MULTIEQUAL_-1207520158', u'PTRADD_-1207519242'), (u'LOAD_-1207522545', u'CALL_-1207522471'), ('const-433', u'LOAD_-1207522429'), (u'MULTIEQUAL_-1207519194', u'INT_ADD_-1207521700'), ('const-0', u'PTRSUB_-1207519350'), ('const-0', u'COPY_-1207522508'), (u'CALL_-1207520991', u'INDIRECT_-1207519143'), (u'PTRSUB_-1207519460', u'CALL_-1207521206'), (u'PTRSUB_-1207519310', u'PTRSUB_-1207519309'), ('const-24', u'INT_LEFT_-1207521681'), ('const-24', u'INT_RIGHT_-1207521886'), ('tmp_6045', u'PTRSUB_-1207519808'), ('const-13', u'INT_ADD_-1207521667'), (u'INDIRECT_-1207520048', u'MULTIEQUAL_-1207519257'), (u'PTRSUB_-1207518975', u'PTRSUB_-1207518959'), (u'INDIRECT_-1207519121', u'MULTIEQUAL_-1207519926'), (u'INT_ZEXT_-1207520712', u'PTRADD_-1207518805'), (u'MULTIEQUAL_-1207518914', u'MULTIEQUAL_-1207519170'), ('const-1', u'PTRADD_-1207521860'), (u'PTRSUB_-1207518833', u'CALL_-1207520782'), (u'INT_AND_-1207522616', u'INT_RIGHT_-1207522612'), (u'CALL_-1207521206', u'INDIRECT_-1207519286'), ('const-65280', u'INT_AND_-1207521885'), ('const-433', u'LOAD_-1207521593'), (u'INT_OR_-1207521138', u'CAST_-1207518898'), (u'CALL_-1207521013', u'INDIRECT_-1207519177'), (u'PTRSUB_-1207518987', u'PTRSUB_-1207518986'), (u'PTRSUB_-1207518977', u'CALL_-1207520991'), (u'MULTIEQUAL_-1207518926', u'MULTIEQUAL_-1207519273'), (u'CALL_-1207521650', u'INDIRECT_-1207519751'), (u'INDIRECT_-1207519510', u'MULTIEQUAL_-1207518926'), (u'INDIRECT_-1207519623', u'MULTIEQUAL_-1207518915'), (u'INT_OR_-1207521681', u'INT_ZEXT_-1207520408'), (u'SUBPIECE_-1207519938', u'INT_MULT_-1207521921'), ('tmp_815', u'CBRANCH_-1207522225'), (u'PTRSUB_-1207519321', u'LOAD_-1207521593'), (u'LOAD_-1207521593', u'PTRSUB_-1207519310'), (u'LOAD_-1207522705', u'PTRSUB_-1207519661'), (u'CALL_-1207521650', u'INDIRECT_-1207519719'), ('const-0', u'SUBPIECE_-1207519060'), ('tmp_8523', u'MULTIEQUAL_-1207520135'), (u'INT_EQUAL_-1207521098', u'CBRANCH_-1207521095'), (u'MULTIEQUAL_-1207518910', u'MULTIEQUAL_-1207519017'), ('const-160', u'PTRSUB_-1207519751'), ('tmp_6045', u'PTRSUB_-1207519547'), ('tmp_3028', u'PTRSUB_-1207519760'), (u'INDIRECT_-1207519591', u'MULTIEQUAL_-1207518913'), (u'PTRSUB_-1207519402', u'MULTIEQUAL_-1207519122'), ('const-144', u'PTRSUB_-1207519024'), (u'INDIRECT_-1207519217', u'MULTIEQUAL_-1207520022'), ('const-0', u'COPY_-1207520195'), (u'PTRSUB_-1207519255', u'LOAD_-1207521973'), (u'CAST_-1207519125', u'INT_ZEXT_-1207520371'), (u'INT_SUB_-1207520790', u'CALL_-1207520782'), (u'MULTIEQUAL_-1207518918', u'MULTIEQUAL_-1207519569'), ('const-144', u'PTRSUB_-1207519627'), (u'CALL_-1207521104', u'INDIRECT_-1207519152'), ('const-433', u'LOAD_-1207521750'), (u'INT_LEFT_-1207521879', u'INT_RIGHT_-1207521851'), (u'CALL_-1207521013', u'INDIRECT_-1207519193'), ('tmp_6045', u'PTRSUB_-1207519647'), ('const-1', u'INT_SUB_-1207520250'), (u'INT_LEFT_-1207521442', u'INT_OR_-1207521442'), (u'PTRSUB_-1207518959', u'LOAD_-1207521143'), ('const-16711680', u'INT_AND_-1207521888'), (u'PTRSUB_-1207518857', u'PTRSUB_-1207518813'), ('const-433', u'LOAD_-1207521514'), (u'COPY_-1207519357', u'PIECE_-1207519302'), ('const-144', u'PTRSUB_-1207519037'), (u'CALL_-1207521206', u'INDIRECT_-1207519334'), (u'COPY_-1207519510', u'MULTIEQUAL_-1207520712'), (u'COPY_-1207520431', u'MULTIEQUAL_-1207520158'), (u'CALL_-1207520782', u'INDIRECT_-1207519330'), (u'PTRSUB_-1207519661', u'LOAD_-1207522672'), ('const-433', u'LOAD_-1207521683'), (u'INT_SRIGHT_-1207522582', u'INT_LESS_-1207522561'), (u'INT_ADD_-1207521908', u'INT_ADD_-1207519204'), (u'LOAD_-1207522429', u'COPY_-1207519510'), (u'INDIRECT_-1207519175', u'MULTIEQUAL_-1207518912'), ('const-184', u'PTRSUB_-1207519740'), (u'SUBPIECE_-1207520815', u'INT_SUB_-1207521596'), ('const--104', u'PTRSUB_-1207519533'), (u'INDIRECT_-1207520032', u'MULTIEQUAL_-1207519330'), (u'LOAD_-1207521722', u'INT_AND_-1207521687'), (u'CAST_-1207519063', u'PTRADD_-1207519155'), ('const-433', u'LOAD_-1207521186'), ('const-160', u'PTRSUB_-1207519256'), (u'COPY_-1207519378', u'PIECE_-1207519319'), (u'SUBPIECE_-1207519060', u'INT_ZEXT_-1207520449'), ('const-8', u'PTRADD_-1207518942'), (u'CALL_-1207522471', u'INDIRECT_-1207519936'), ('const-0', u'PTRSUB_-1207518925'), (u'INT_LEFT_-1207521584', u'SUBPIECE_-1207519209'), ('tmp_2270', u'CBRANCH_-1207521471'), (u'MULTIEQUAL_-1207518912', u'MULTIEQUAL_-1207519473'), ('const-8', u'PTRSUB_-1207519622'), ('const-8', u'INT_RIGHT_-1207521686'), ('tmp_898', u'BRANCH_-1207522144'), (u'INDIRECT_-1207519185', u'MULTIEQUAL_-1207519990'), ('tmp_3028', u'PTRSUB_-1207519256'), (u'MULTIEQUAL_-1207518917', u'MULTIEQUAL_-1207519129'), ('tmp_8531', u'MULTIEQUAL_-1207519990'), (u'CALL_-1207520991', u'INDIRECT_-1207519127'), (u'INDIRECT_-1207519127', u'MULTIEQUAL_-1207518909'), (u'PTRSUB_-1207519309', u'PTRSUB_-1207519253'), (u'PTRSUB_-1207519450', u'PTRSUB_-1207519440'), (u'CAST_-1207518898', u'INT_ZEXT_-1207520252'), (u'CALL_-1207520991', u'INDIRECT_-1207519287'), (u'COPY_-1207519449', u'MULTIEQUAL_-1207519106'), (u'LOAD_-1207522249', u'SUBPIECE_-1207519400'), ('const--184', u'PTRSUB_-1207519471'), (u'MULTIEQUAL_-1207518921', u'MULTIEQUAL_-1207519282'), (u'CALL_-1207521013', u'INDIRECT_-1207519274'), (u'INT_ADD_-1207521485', u'STORE_-1207521500'), (u'INDIRECT_-1207519330', u'MULTIEQUAL_-1207520135'), (u'LOAD_-1207521722', u'INT_RIGHT_-1207521688'), ('const-8', u'INT_LEFT_-1207521684'), (u'MULTIEQUAL_-1207520158', u'PTRADD_-1207518899'), ('const-24', u'INT_LEFT_-1207522607'), (u'PTRSUB_-1207519037', u'LOAD_-1207521178'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519065'), (u'INDIRECT_-1207519559', u'MULTIEQUAL_-1207518911'), (u'MULTIEQUAL_-1207519553', u'INT_LESS_-1207521683'), ('const-0', u'PTRSUB_-1207519469'), ('const-433', u'LOAD_-1207521110'), (u'LOAD_-1207522429', u'INT_SLESS_-1207522391'), (u'CALL_-1207521104', u'INDIRECT_-1207519344'), (u'SUBPIECE_-1207519674', u'INT_NOTEQUAL_-1207522728'), (u'INT_AND_-1207521687', u'INT_LEFT_-1207521684'), (u'INT_OR_-1207521687', u'INT_OR_-1207521684'), (u'COPY_-1207518917', u'CALL_-1207521013'), (u'INDIRECT_-1207519335', u'MULTIEQUAL_-1207518922'), (u'INT_LEFT_-1207521140', u'INT_OR_-1207521138'), (u'CALL_-1207520805', u'INDIRECT_-1207519108'), (u'CALL_-1207521206', u'INDIRECT_-1207519527'), (u'MULTIEQUAL_-1207518925', u'MULTIEQUAL_-1207519257'), (u'CAST_-1207518922', u'LOAD_-1207521186'), (u'PTRSUB_-1207519622', u'LOAD_-1207522656'), ('tmp_8530', u'MULTIEQUAL_-1207520006'), (u'LOAD_-1207521514', u'INT_AND_-1207521448'), (u'LOAD_-1207521922', u'INT_AND_-1207521885'), (u'INDIRECT_-1207519255', u'MULTIEQUAL_-1207518917'), ('const-0', u'PTRSUB_-1207519402'), (u'INDIRECT_-1207520000', u'MULTIEQUAL_-1207519298'), (u'INDIRECT_-1207520064', u'MULTIEQUAL_-1207519697'), ('const-4', u'PTRADD_-1207519408'), (u'PTRADD_-1207519155', u'LOAD_-1207521670'), (u'INDIRECT_-1207519799', u'MULTIEQUAL_-1207518926'), ('const-4', u'INT_ADD_-1207519685'), (u'COPY_-1207519449', u'MULTIEQUAL_-1207519441'), (u'CALL_-1207521104', u'INDIRECT_-1207519248'), ('const-1', u'PTRADD_-1207522602'), (u'CALL_-1207520805', u'INDIRECT_-1207519076'), ('const-1', u'PTRADD_-1207521614'), ('const--152', u'PTRSUB_-1207519671'), (u'CALL_-1207521013', u'INDIRECT_-1207519145'), (u'INDIRECT_-1207519936', u'MULTIEQUAL_-1207519569'), (u'INT_ZEXT_-1207520712', u'INT_LESS_-1207522561'), (u'INT_SUB_-1207520250', u'INT_ZEXT_-1207520728'), ('const-144', u'PTRSUB_-1207519686'), ('tmp_3028', u'PTRSUB_-1207519627'), ('const-0', u'COPY_-1207522489'), (u'CALL_-1207521104', u'INDIRECT_-1207519200'), (u'CAST_-1207519063', u'PTRADD_-1207519408'), (u'PIECE_-1207519319', u'MULTIEQUAL_-1207520113'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519489'), (u'CAST_-1207519573', u'INT_SUB_-1207522605'), ('const-160', u'PTRSUB_-1207519499'), ('const-0', u'COPY_-1207521433'), ('const-3', u'INT_EQUAL_-1207519309'), ('tmp_8527', u'MULTIEQUAL_-1207520054'), (u'COPY_-1207518889', u'CALL_-1207520805'), (u'INT_LEFT_-1207521879', u'INT_AND_-1207519887'), (u'PTRSUB_-1207519669', u'PTRSUB_-1207519649'), (u'INDIRECT_-1207519872', u'MULTIEQUAL_-1207519081'), ('const-24', u'INT_RIGHT_-1207521449'), (u'LOAD_-1207521178', u'PTRSUB_-1207518977'), ('const-0', u'PTRSUB_-1207518799'), (u'CALL_-1207521104', u'INDIRECT_-1207519280'), (u'LOAD_-1207522672', u'PTRADD_-1207522602'), (u'PTRSUB_-1207519111', u'STORE_-1207521500'), (u'INDIRECT_-1207519671', u'MULTIEQUAL_-1207518918'), (u'MULTIEQUAL_-1207518925', u'MULTIEQUAL_-1207519346'), (u'LOAD_-1207522656', u'CAST_-1207519574'), (u'CALL_-1207520782', u'INDIRECT_-1207519137'), ('tmp_3028', u'CAST_-1207519227'), ('tmp_2755', u'CBRANCH_-1207520969'), (u'PTRSUB_-1207518940', u'PTRSUB_-1207518925'), (u'INDIRECT_-1207519984', u'MULTIEQUAL_-1207519193'), (u'LOAD_-1207521922', u'INT_AND_-1207521888'), ('const-3', u'PTRADD_-1207519155'), (u'CALL_-1207521650', u'INDIRECT_-1207519639'), (u'COPY_-1207519061', u'PIECE_-1207519002'), (u'LOAD_-1207521922', u'INT_LEFT_-1207521879'), ('const-1', u'RETURN_-1207520800'), (u'INT_RIGHT_-1207522612', u'INT_OR_-1207522613'), (u'CALL_-1207520991', u'INDIRECT_-1207519335'), ('const-0', u'COPY_-1207522458'), (u'CALL_-1207522471', u'INDIRECT_-1207519952'), (u'CALL_-1207521206', u'INDIRECT_-1207519270'), (u'INDIRECT_-1207519527', u'MULTIEQUAL_-1207518909'), (u'INT_SUB_-1207522605', u'INT_SRIGHT_-1207522582'), ('const-0', u'PTRSUB_-1207519653'), (u'CALL_-1207521206', u'SUBPIECE_-1207520151'), ('const-0', u'PTRSUB_-1207518986'), (u'LOAD_-1207521503', u'INT_ADD_-1207521485'), (u'INDIRECT_-1207519920', u'MULTIEQUAL_-1207519218'), ('tmp_3028', u'PTRSUB_-1207518833'), (u'PTRSUB_-1207519759', u'LOAD_-1207522705'), (u'CALL_-1207521104', u'INDIRECT_-1207519104'), (u'MULTIEQUAL_-1207518919', u'MULTIEQUAL_-1207519250'), (u'INT_ZEXT_-1207520408', u'PTRADD_-1207521614'), (u'INT_LEFT_-1207522610', u'INT_OR_-1207522610'), ('tmp_3028', u'PTRSUB_-1207519273'), (u'CALL_-1207522471', u'INDIRECT_-1207520032'), (u'INDIRECT_-1207520048', u'MULTIEQUAL_-1207519346'), ('const-0', u'SUBPIECE_-1207519174'), (u'INDIRECT_-1207519920', u'MULTIEQUAL_-1207519553'), (u'MULTIEQUAL_-1207518909', u'MULTIEQUAL_-1207519425'), (u'INDIRECT_-1207519265', u'MULTIEQUAL_-1207520070'), (u'INDIRECT_-1207519314', u'MULTIEQUAL_-1207520118'), (u'CALL_-1207521104', u'INDIRECT_-1207519088'), ('const-1', u'PTRADD_-1207521671'), ('const-0', u'PTRSUB_-1207518940'), (u'PTRSUB_-1207519274', u'LOAD_-1207521648'), ('const-433', u'LOAD_-1207522469'), (u'CALL_-1207521650', u'INDIRECT_-1207519735'), (u'CALL_-1207520991', u'INDIRECT_-1207519383'), ('tmp_8524', u'MULTIEQUAL_-1207520118'), (u'PTRSUB_-1207519449', u'CALL_-1207520991'), (u'CAST_-1207519574', u'INT_SUB_-1207522605'), (u'PTRSUB_-1207519627', u'LOAD_-1207522469'), (u'PTRADD_-1207519220', u'STORE_-1207521557'), ('const-208', u'PTRSUB_-1207519111'), (u'CALL_-1207521013', u'INDIRECT_-1207519097'), (u'PTRSUB_-1207519273', u'PTRSUB_-1207519217'), (u'LOAD_-1207522664', u'INT_AND_-1207522613'), ('const-65280', u'INT_AND_-1207521448'), (u'MULTIEQUAL_-1207518918', u'MULTIEQUAL_-1207519145'), ('const-184', u'PTRSUB_-1207518987'), (u'CALL_-1207522471', u'INDIRECT_-1207520048'), (u'INDIRECT_-1207519639', u'MULTIEQUAL_-1207518916'), (u'INT_MULT_-1207521921', u'CAST_-1207519125'), ('const-0', u'INT_EQUAL_-1207521546'), (u'LOAD_-1207521127', u'PTRSUB_-1207518969'), (u'CALL_-1207521650', u'INDIRECT_-1207519575'), (u'INT_RIGHT_-1207521449', u'INT_OR_-1207521448'), (u'CALL_-1207521013', u'INDIRECT_-1207519065'), ('const-2', u'PTRADD_-1207519408'), ('const-0', u'PTRSUB_-1207519253'), (u'INT_EQUAL_-1207519310', u'BOOL_OR_-1207521492'), (u'CALL_-1207521650', u'PTRSUB_-1207519195'), (u'CALL_-1207521013', u'INDIRECT_-1207519001'), (u'CALL_-1207520782', u'INDIRECT_-1207519185'), (u'INT_ADD_-1207521667', u'CAST_-1207519244'), (u'CALL_-1207520782', u'INDIRECT_-1207519314'), (u'LOAD_-1207522695', u'INT_ZEXT_-1207520983'), ('tmp_462', u'CBRANCH_-1207522550'), (u'CALL_-1207521104', u'INDIRECT_-1207519296'), ('tmp_6045', u'PTRSUB_-1207519677'), ('const-433', u'LOAD_-1207522664'), (u'MULTIEQUAL_-1207518917', u'MULTIEQUAL_-1207519218'), ('const-160', u'PTRSUB_-1207519273'), (u'LOAD_-1207521127', u'PTRSUB_-1207519004'), (u'LOAD_-1207521514', u'MULTIEQUAL_-1207520131'), ('const-433', u'LOAD_-1207522545'), ('const-433', u'LOAD_-1207521127'), ('const-0', u'COPY_-1207519379'), (u'CALL_-1207521104', u'INDIRECT_-1207519264'), ('const-0', u'COPY_-1207519357'), (u'CALL_-1207521650', u'PTRSUB_-1207519173'), ('const-904', u'CALL_-1207520694'), ('const-433', u'STORE_-1207521500'), (u'INDIRECT_-1207519968', u'MULTIEQUAL_-1207519177'), ('const-8', u'INT_LEFT_-1207521882'), (u'INDIRECT_-1207519143', u'MULTIEQUAL_-1207518910'), ('const-8', u'PTRSUB_-1207518924'), (u'INT_ADD_-1207521490', u'MULTIEQUAL_-1207520158'), (u'MULTIEQUAL_-1207518915', u'MULTIEQUAL_-1207519186'), (u'INT_ZEXT_-1207520272', u'PTRADD_-1207521671'), ('tmp_3028', u'PTRSUB_-1207518857'), (u'PTRADD_-1207519116', u'LOAD_-1207521514'), ('const-0', u'RETURN_-1207521043'), (u'PTRSUB_-1207519649', u'LOAD_-1207522681'), (u'PTRSUB_-1207519193', u'LOAD_-1207521962'), (u'INDIRECT_-1207519888', u'MULTIEQUAL_-1207519521'), ('const-433', u'LOAD_-1207521648'), (u'PTRSUB_-1207519751', u'PTRSUB_-1207519679'), (u'INT_AND_-1207521545', u'INT_ADD_-1207521700'), (u'CAST_-1207519034', u'INT_SRIGHT_-1207521628'), (u'CALL_-1207521206', u'INDIRECT_-1207519478'), (u'CALL_-1207521206', u'INDIRECT_-1207519462'), ('tmp_594', u'CBRANCH_-1207522381'), (u'CALL_-1207521013', u'INDIRECT_-1207519241'), (u'INDIRECT_-1207519655', u'MULTIEQUAL_-1207518917'), (u'COPY_-1207519257', u'MULTIEQUAL_-1207519194'), (u'CALL_-1207520805', u'INDIRECT_-1207519012'), (u'INT_RIGHT_-1207521447', u'INT_OR_-1207521448'), (u'INDIRECT_-1207519159', u'MULTIEQUAL_-1207518911'), ('const-0', u'COPY_-1207520431'), (u'COPY_-1207519358', u'PIECE_-1207519302'), ('const-3715094', u'COPY_-1207521790'), (u'MULTIEQUAL_-1207519569', u'PTRADD_-1207521614'), ('const-1', u'COPY_-1207519061'), ('const-168', u'PTRSUB_-1207519310'), (u'LOAD_-1207521186', u'INT_LEFT_-1207521140'), ('tmp_777', u'CBRANCH_-1207522254'), (u'INT_ZEXT_-1207520983', u'INT_ADD_-1207519685'), ('tmp_1772', u'CBRANCH_-1207521519'), (u'LOAD_-1207522469', u'PTRSUB_-1207519595'), (u'CAST_-1207519227', u'CALL_-1207521650'), ('const-65280', u'INT_AND_-1207521687'), (u'PTRADD_-1207519408', u'LOAD_-1207521750'), (u'INDIRECT_-1207519904', u'MULTIEQUAL_-1207519113'), ('const-0', u'PTRSUB_-1207519450'), (u'PTRSUB_-1207518925', u'LOAD_-1207521082'), ('const-184', u'PTRSUB_-1207518857'), ('const-433', u'LOAD_-1207522681'), (u'PTRSUB_-1207519351', u'PTRSUB_-1207519350'), (u'COPY_-1207518915', u'CALL_-1207521013'), (u'INT_LEFT_-1207521445', u'INT_OR_-1207521445'), (u'PTRSUB_-1207519595', u'PTRSUB_-1207519529'), (u'INT_ADD_-1207521170', u'CAST_-1207518922'), (u'MULTIEQUAL_-1207518924', u'MULTIEQUAL_-1207519241'), (u'CALL_-1207520782', u'INDIRECT_-1207519201'), (u'LOAD_-1207521186', u'INT_RIGHT_-1207521137'), (u'PTRSUB_-1207519677', u'CALL_-1207522471'), (u'CALL_-1207520782', u'INDIRECT_-1207519265'), ('const-3', u'INT_EQUAL_-1207519310'), (u'INDIRECT_-1207519751', u'MULTIEQUAL_-1207518923'), (u'MULTIEQUAL_-1207518922', u'MULTIEQUAL_-1207519298'), (u'PTRSUB_-1207519173', u'STORE_-1207521557'), (u'CALL_-1207521104', u'INDIRECT_-1207519232'), ('const-433', u'LOAD_-1207521973'), (u'PTRSUB_-1207519416', u'CALL_-1207521104'), ('const-0', u'PTRSUB_-1207519633'), (u'INT_OR_-1207521445', u'INT_OR_-1207521442'), (u'PTRSUB_-1207519217', u'LOAD_-1207521495'), (u'MULTIEQUAL_-1207518912', u'MULTIEQUAL_-1207519049'), ('const-1', u'RETURN_-1207521008'), ('const-1', u'INT_LESS_-1207522736'), (u'INDIRECT_-1207519350', u'MULTIEQUAL_-1207518916'), (u'INT_NOTEQUAL_-1207522728', u'BOOL_AND_-1207520403'), (u'CALL_-1207521013', u'INDIRECT_-1207519049'), (u'CALL_-1207522471', u'INDIRECT_-1207519984'), (u'CALL_-1207520805', u'INDIRECT_-1207518964'), (u'INDIRECT_-1207519302', u'MULTIEQUAL_-1207518913'), ('const-8', u'INT_RIGHT_-1207521447'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519049'), (u'INDIRECT_-1207519191', u'MULTIEQUAL_-1207518913'), (u'CALL_-1207520805', u'INDIRECT_-1207519140'), (u'INT_RIGHT_-1207522614', u'INT_OR_-1207522613'), ('tmp_6045', u'PTRSUB_-1207519460'), (u'INDIRECT_-1207519984', u'MULTIEQUAL_-1207519282'), (u'LOAD_-1207521127', u'COPY_-1207518910'), (u'CALL_-1207521650', u'INDIRECT_-1207519543'), (u'INT_OR_-1207521882', u'INT_OR_-1207521869'), (u'INDIRECT_-1207520000', u'MULTIEQUAL_-1207519209'), (u'INT_SRIGHT_-1207521628', u'INT_LEFT_-1207521584'), (u'INDIRECT_-1207519904', u'MULTIEQUAL_-1207519202'), ('tmp_2941', u'BRANCH_-1207520821'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519473'), ('tmp_1883', u'BRANCH_-1207521449'), (u'MULTIEQUAL_-1207518916', u'MULTIEQUAL_-1207519202'), (u'PTRSUB_-1207519529', u'LOAD_-1207522429'), ('const-433', u'LOAD_-1207522672'), ('const-3625032', u'COPY_-1207518889'), (u'MULTIEQUAL_-1207519681', u'PTRADD_-1207521671'), (u'INDIRECT_-1207520016', u'MULTIEQUAL_-1207519314'), ('const-1', u'PTRADD_-1207519116'), (u'MULTIEQUAL_-1207518915', u'MULTIEQUAL_-1207519097'), (u'CALL_-1207520694', u'INDIRECT_-1207519217'), (u'INT_RIGHT_-1207521884', u'INT_OR_-1207521885'), ('const-0', u'PTRSUB_-1207519235'), ('const-16', u'COPY_-1207519257'), (u'CALL_-1207521206', u'INDIRECT_-1207519254'), (u'CALL_-1207520805', u'INDIRECT_-1207519044'), (u'CALL_-1207520991', u'INDIRECT_-1207519255'), ('const--192', u'PTRSUB_-1207519677'), (u'PTRSUB_-1207519671', u'CALL_-1207522471'), (u'LOAD_-1207521570', u'PTRADD_-1207519220'), (u'MULTIEQUAL_-1207518916', u'MULTIEQUAL_-1207519537'), (u'SUBPIECE_-1207519209', u'MULTIEQUAL_-1207519194'), (u'CALL_-1207521650', u'INDIRECT_-1207519799'), ('tmp_460', u'CBRANCH_-1207522557'), ('const-1', u'INT_ADD_-1207521490'), (u'CALL_-1207521013', u'INDIRECT_-1207518985'), ('const-16711680', u'INT_AND_-1207522616'), (u'CALL_-1207521206', u'INDIRECT_-1207519398'), (u'BOOL_OR_-1207521492', u'CBRANCH_-1207521519'), ('const-0', u'PTRSUB_-1207518975'), (u'INT_LEFT_-1207521681', u'INT_OR_-1207521681'), (u'MULTIEQUAL_-1207518911', u'MULTIEQUAL_-1207519033'), ('const-433', u'LOAD_-1207521051'), (u'CAST_-1207519244', u'LOAD_-1207521683'), (u'CALL_-1207521104', u'INDIRECT_-1207519184'), (u'CAST_-1207519113', u'LOAD_-1207521922'), ('const-0', u'SUBPIECE_-1207519938'), ('const-0', u'PTRSUB_-1207519195'), (u'CALL_-1207520991', u'INDIRECT_-1207519207'), (u'PTRSUB_-1207518790', u'STORE_-1207520830'), ('tmp_8529', u'MULTIEQUAL_-1207520022'), ('const-433', u'LOAD_-1207521082'), ('const-8', u'PTRADD_-1207519242'), (u'PTRSUB_-1207519402', u'COPY_-1207519449'), (u'PTRSUB_-1207519195', u'STORE_-1207521598'), (u'CALL_-1207520991', u'INDIRECT_-1207519399'), ('const--104', u'PTRSUB_-1207519547'), ('const-433', u'LOAD_-1207521143'), (u'LOAD_-1207521110', u'INT_AND_-1207521084'), (u'CALL_-1207522471', u'INDIRECT_-1207519904'), (u'PTRADD_-1207522602', u'CAST_-1207519593'), (u'INDIRECT_-1207519735', u'MULTIEQUAL_-1207518922'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519090'), ('tmp_2170', u'CBRANCH_-1207521537'), (u'LOAD_-1207522681', u'CAST_-1207519573'), ('tmp_8526', u'MULTIEQUAL_-1207520070'), (u'INDIRECT_-1207519270', u'MULTIEQUAL_-1207518911'), (u'CALL_-1207521650', u'INDIRECT_-1207519623'), ('const-0', u'CALL_-1207521650'), (u'LOAD_-1207521495', u'SUBPIECE_-1207519174'), (u'INDIRECT_-1207519430', u'MULTIEQUAL_-1207518921'), (u'INT_AND_-1207521451', u'INT_RIGHT_-1207521447'), ('const-16711680', u'INT_AND_-1207521451'), ('const-0', u'SUBPIECE_-1207519674'), (u'MULTIEQUAL_-1207518909', u'MULTIEQUAL_-1207519090'), (u'MULTIEQUAL_-1207520158', u'INT_ADD_-1207521490'), ('tmp_8535', u'MULTIEQUAL_-1207519926'), (u'MULTIEQUAL_-1207518914', u'MULTIEQUAL_-1207519505'), ('const-1', u'INT_AND_-1207521084'), (u'CALL_-1207521650', u'INDIRECT_-1207519783'), (u'INDIRECT_-1207519719', u'MULTIEQUAL_-1207518921'), (u'INDIRECT_-1207519952', u'MULTIEQUAL_-1207519161'), ('const-0', u'PTRSUB_-1207518813'), (u'LOAD_-1207521514', u'INT_AND_-1207521451'), ('const-0', u'PTRSUB_-1207519649'), ('const-184', u'PTRSUB_-1207519724'), ('const-0', u'PTRSUB_-1207519274'), (u'LOAD_-1207521722', u'INT_AND_-1207521690'), ('const-192', u'PTRSUB_-1207518977'), (u'PTRSUB_-1207519256', u'PTRSUB_-1207519255'), ('const-15', u'INT_AND_-1207521545'), (u'CALL_-1207520805', u'INDIRECT_-1207519028'), (u'CALL_-1207521104', u'INDIRECT_-1207519136'), (u'BOOL_AND_-1207520403', u'CBRANCH_-1207522710'), (u'INDIRECT_-1207519527', u'MULTIEQUAL_-1207518927'), (u'PTRSUB_-1207519246', u'PTRSUB_-1207519193'), ('const-0', u'PTRSUB_-1207519004'), ('tmp_1451', u'CBRANCH_-1207521678'), (u'CALL_-1207522471', u'INDIRECT_-1207519920'), (u'INDIRECT_-1207519207', u'MULTIEQUAL_-1207518914'), ('const--176', u'PTRSUB_-1207519647'), (u'INT_LEFT_-1207522607', u'INT_OR_-1207522607'), (u'MULTIEQUAL_-1207520230', u'CALL_-1207521650'), (u'INT_RIGHT_-1207521886', u'INT_OR_-1207521885'), ('tmp_3028', u'PTRSUB_-1207519792'), ('const-8', u'PTRSUB_-1207519440'), (u'INT_SUB_-1207522750', u'INT_LESS_-1207522736'), (u'INDIRECT_-1207519398', u'MULTIEQUAL_-1207518919'), (u'CALL_-1207520782', u'INDIRECT_-1207519105'), (u'PTRSUB_-1207519253', u'PTRSUB_-1207519235'), ('const-0', u'COPY_-1207522520'), (u'INT_LEFT_-1207521752', u'INT_ZEXT_-1207520272'), (u'CALL_-1207522471', u'INDIRECT_-1207520081'), ('const-0', u'COPY_-1207522444'), ('const-0', u'PTRSUB_-1207519669'), (u'INDIRECT_-1207520032', u'MULTIEQUAL_-1207519241'), ('tmp_6045', u'PTRSUB_-1207519471'), (u'INT_EQUAL_-1207522234', u'CBRANCH_-1207522225'), ('const-16', u'PTRSUB_-1207519679'), (u'CALL_-1207521013', u'INDIRECT_-1207519129'), (u'LOAD_-1207521670', u'SUBPIECE_-1207519060'), (u'MULTIEQUAL_-1207518915', u'MULTIEQUAL_-1207519521'), (u'INT_ADD_-1207522376', u'COPY_-1207519511'), (u'SUBPIECE_-1207519400', u'INT_EQUAL_-1207522234'), ('const-0', u'COPY_-1207519378'), (u'CALL_-1207520805', u'INDIRECT_-1207519236'), ('const-0', u'SUBPIECE_-1207519209'), (u'LOAD_-1207522656', u'INT_NOTEQUAL_-1207520838'), (u'CALL_-1207520805', u'INDIRECT_-1207518996'), (u'PTRADD_-1207518899', u'LOAD_-1207521037'), (u'MULTIEQUAL_-1207520158', u'SUBPIECE_-1207519938'), (u'CALL_-1207522471', u'INDIRECT_-1207519968'), (u'LOAD_-1207521051', u'INT_SUB_-1207521032'), (u'INT_ADD_-1207519204', u'PTRADD_-1207521860'), ('const-433', u'STORE_-1207521598'), (u'CALL_-1207520991', u'INDIRECT_-1207519239'), (u'INDIRECT_-1207519816', u'MULTIEQUAL_-1207518927'), (u'INDIRECT_-1207519687', u'MULTIEQUAL_-1207518919'), ('const-8', u'PTRSUB_-1207518790'), (u'CALL_-1207520805', u'INDIRECT_-1207519092'), (u'CALL_-1207521104', u'INDIRECT_-1207519120'), (u'PTRSUB_-1207519235', u'LOAD_-1207521570'), (u'CALL_-1207521104', u'INDIRECT_-1207519360'), (u'INDIRECT_-1207519783', u'MULTIEQUAL_-1207518925'), (u'PTRSUB_-1207518799', u'PTRSUB_-1207518790'), (u'MULTIEQUAL_-1207518925', u'MULTIEQUAL_-1207519681'), ('const-1077', u'CALL_-1207521013'), ('const-0', u'INT_EQUAL_-1207521098'), (u'LOAD_-1207521936', u'PTRADD_-1207521860'), ('const-0', u'SUBPIECE_-1207520815'), (u'PTRSUB_-1207518813', u'PTRSUB_-1207518799'), (u'LOAD_-1207521178', u'PTRSUB_-1207519024'), (u'MULTIEQUAL_-1207518923', u'MULTIEQUAL_-1207519225'), (u'PTRSUB_-1207519679', u'LOAD_-1207522695'), (u'INT_LESS_-1207522549', u'CBRANCH_-1207522557'), ('tmp_206', u'CBRANCH_-1207522710'), ('const-8', u'INT_RIGHT_-1207521137'), (u'INT_SUB_-1207521596', u'INT_ADD_-1207521564'), (u'MULTIEQUAL_-1207518926', u'MULTIEQUAL_-1207519697'), (u'LOAD_-1207521962', u'INT_ZEXT_-1207520495'), (u'CALL_-1207520782', u'INDIRECT_-1207519297'), ('tmp_8536', u'MULTIEQUAL_-1207519910'), ('const-8', u'PTRADD_-1207518805'), ('tmp_3028', u'PTRSUB_-1207519751'), ('const-184', u'PTRSUB_-1207519351'), (u'LOAD_-1207521722', u'INT_LEFT_-1207521681'), (u'INT_ADD_-1207521564', u'INT_ZEXT_-1207520476'), (u'MULTIEQUAL_-1207518917', u'MULTIEQUAL_-1207519553'), (u'PTRSUB_-1207519402', u'MULTIEQUAL_-1207519033'), (u'INT_EQUAL_-1207522255', u'CBRANCH_-1207522254'), (u'INDIRECT_-1207520048', u'MULTIEQUAL_-1207519681'), ('const-3623472', u'COPY_-1207518915'), (u'LOAD_-1207521143', u'PTRADD_-1207518942'), (u'PTRADD_-1207521860', u'CAST_-1207519113'), (u'COPY_-1207521433', u'MULTIEQUAL_-1207519859'), (u'CALL_-1207520991', u'INDIRECT_-1207519351'), ('const-4', u'PTRADD_-1207519155'), (u'PTRSUB_-1207518986', u'PTRSUB_-1207518940'), (u'INT_RIGHT_-1207521137', u'INT_OR_-1207521138'), (u'MULTIEQUAL_-1207518922', u'MULTIEQUAL_-1207519209'), (u'INDIRECT_-1207519888', u'MULTIEQUAL_-1207519097'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207519309'), (u'CALL_-1207521104', u'INDIRECT_-1207519312'), ('const-433', u'STORE_-1207520830'), ('const-8', u'SUBPIECE_-1207520151'), ('const-433', u'LOAD_-1207521922'), (u'CALL_-1207521104', u'INDIRECT_-1207519216'), (u'INDIRECT_-1207519494', u'MULTIEQUAL_-1207518925'), ('const-0', u'PTRSUB_-1207519309'), ('tmp_2594', u'CBRANCH_-1207521095'), (u'INDIRECT_-1207519366', u'MULTIEQUAL_-1207518917'), (u'INDIRECT_-1207519703', u'MULTIEQUAL_-1207518920'), (u'INT_ZEXT_-1207520476', u'PTRADD_-1207519220'), (u'CALL_-1207522471', u'INDIRECT_-1207520000'), (u'LOAD_-1207522664', u'INT_AND_-1207522616'), (u'MULTIEQUAL_-1207518923', u'MULTIEQUAL_-1207519314'), ('const-8', u'INT_LEFT_-1207521445'), (u'CALL_-1207522471', u'INDIRECT_-1207519872'), ('const-0', u'COPY_-1207519359'), (u'INT_SRIGHT_-1207522582', u'INT_LESS_-1207522549'), ('tmp_2931', u'CBRANCH_-1207520837'), ('const-4', u'INT_LEFT_-1207521584'), (u'INT_SRIGHT_-1207522347', u'SUBPIECE_-1207520815'), ('const-8', u'INT_LEFT_-1207521140'), (u'INDIRECT_-1207519249', u'MULTIEQUAL_-1207520054'), (u'INDIRECT_-1207519543', u'MULTIEQUAL_-1207518910'), ('const-0', u'PTRSUB_-1207519416'), ('const-14', u'INT_ADD_-1207521170'), (u'PTRSUB_-1207519717', u'LOAD_-1207522778'), ('const-4', u'INT_MULT_-1207521921'), (u'CAST_-1207519593', u'LOAD_-1207522664'), (u'CALL_-1207520805', u'INDIRECT_-1207519060'), (u'INT_AND_-1207521888', u'INT_RIGHT_-1207521884'), ('const-197', u'CALL_-1207520805'), ('const-0', u'PTRSUB_-1207519661'), (u'INT_ADD_-1207519685', u'PTRADD_-1207522602'), (u'CALL_-1207521650', u'INDIRECT_-1207519767'), (u'CALL_-1207522471', u'INDIRECT_-1207520097'), ('const-8', u'PTRSUB_-1207519217'), (u'CALL_-1207521013', u'INDIRECT_-1207519113'), (u'CALL_-1207521206', u'INDIRECT_-1207519302'), ('const-24', u'INT_LEFT_-1207521879'), ('const-32', u'PTRSUB_-1207518956'), (u'CALL_-1207521650', u'INDIRECT_-1207519607'), (u'MULTIEQUAL_-1207518919', u'MULTIEQUAL_-1207519161'), ('const-3617876', u'COPY_-1207518894'), (u'PTRSUB_-1207519760', u'PTRSUB_-1207519759'), (u'CALL_-1207521206', u'INDIRECT_-1207519414'), ('const-0', u'COPY_-1207519360'), (u'INDIRECT_-1207519872', u'MULTIEQUAL_-1207519505'), ('const-433', u'LOAD_-1207522705'), (u'MULTIEQUAL_-1207518910', u'MULTIEQUAL_-1207519106'), (u'CALL_-1207521013', u'INDIRECT_-1207519081'), (u'PTRSUB_-1207519471', u'CALL_-1207521650'), (u'CALL_-1207521206', u'INDIRECT_-1207519510'), (u'PTRADD_-1207521671', u'CAST_-1207519063'), ('const-0', u'PTRSUB_-1207518969'), (u'CALL_-1207521013', u'INDIRECT_-1207519257'), (u'LOAD_-1207521973', u'PTRSUB_-1207519176'), (u'CALL_-1207521013', u'INDIRECT_-1207519225'), ('const-0', u'PTRSUB_-1207518959'), (u'COPY_-1207519511', u'MULTIEQUAL_-1207520712'), (u'INDIRECT_-1207519936', u'MULTIEQUAL_-1207519234'), ('const-0', u'COPY_-1207519358'), (u'INT_SRIGHT_-1207522582', u'INT_SUB_-1207520790'), (u'SUBPIECE_-1207519060', u'INT_AND_-1207521545'), (u'PIECE_-1207519301', u'PIECE_-1207519300'), ('const-8', u'PTRADD_-1207518899'), (u'INT_RIGHT_-1207521686', u'INT_OR_-1207521687'), (u'INT_EQUAL_-1207521826', u'BOOL_OR_-1207521492'), (u'CALL_-1207521206', u'INDIRECT_-1207519318'), (u'INT_ZEXT_-1207520546', u'INT_SUB_-1207522750'), (u'PTRSUB_-1207519023', u'PTRSUB_-1207518975'), (u'MULTIEQUAL_-1207518913', u'MULTIEQUAL_-1207519154'), (u'PTRSUB_-1207519647', u'CALL_-1207522471'), ('tmp_3028', u'PTRSUB_-1207519740'), (u'PTRADD_-1207518942', u'LOAD_-1207521127'), (u'PIECE_-1207519302', u'PIECE_-1207519301'), (u'CALL_-1207521650', u'INDIRECT_-1207519591'), (u'INT_LESS_-1207522736', u'BOOL_AND_-1207520403'), ('const-0', u'PTRSUB_-1207519255'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519001'), ('const-24', u'INT_LEFT_-1207521442'), (u'INT_NOTEQUAL_-1207520838', u'CBRANCH_-1207520837'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207521826'), (u'CALL_-1207520991', u'INDIRECT_-1207519191'), (u'CAST_-1207519665', u'MULTIEQUAL_-1207520102'), (u'INDIRECT_-1207519286', u'MULTIEQUAL_-1207518912'), ('tmp_3028', u'PTRSUB_-1207519037'), ('const-24', u'INT_RIGHT_-1207521688'), (u'COPY_-1207519359', u'PIECE_-1207519301'), (u'PTRSUB_-1207519686', u'LOAD_-1207522545'), (u'COPY_-1207519062', u'PIECE_-1207519002'), (u'INT_LEFT_-1207521882', u'INT_OR_-1207521882'), ('const-16711680', u'INT_AND_-1207521690'), ('const-8', u'INT_RIGHT_-1207522612'), (u'CALL_-1207521650', u'INDIRECT_-1207519671'), ('tmp_8534', u'MULTIEQUAL_-1207519942'), ('const-0', u'PTRSUB_-1207519292'), ('const-0', u'COPY_-1207522419'), (u'MULTIEQUAL_-1207518910', u'MULTIEQUAL_-1207519441'), (u'PTRSUB_-1207519350', u'PTRSUB_-1207519292'), (u'PTRSUB_-1207519533', u'PTRSUB_-1207519469'), (u'INDIRECT_-1207519303', u'MULTIEQUAL_-1207518920'), (u'PTRSUB_-1207519547', u'PTRSUB_-1207519416'), (u'CALL_-1207521650', u'INDIRECT_-1207519527'), (u'INT_EQUAL_-1207520974', u'CBRANCH_-1207520969'), (u'SUBPIECE_-1207519674', u'INT_ZEXT_-1207520546'), (u'CALL_-1207521206', u'INDIRECT_-1207519366'), (u'INDIRECT_-1207519382', u'MULTIEQUAL_-1207518918'), (u'CALL_-1207522471', u'INDIRECT_-1207519888'), (u'INDIRECT_-1207519968', u'MULTIEQUAL_-1207519266'), (u'CALL_-1207520991', u'INDIRECT_-1207519175'), (u'INT_OR_-1207522607', u'INT_EQUAL_-1207522255'), ('const-8', u'PTRADD_-1207519220'), (u'PTRADD_-1207521614', u'MULTIEQUAL_-1207520230'), (u'CALL_-1207520991', u'INDIRECT_-1207519223'), ('const-0', u'SUBPIECE_-1207519400'), (u'INT_AND_-1207521084', u'INT_EQUAL_-1207521098'), (u'CALL_-1207520991', u'INDIRECT_-1207519416'), ('const-160', u'PTRSUB_-1207519246'), (u'INT_OR_-1207522610', u'INT_OR_-1207522607'), (u'CALL_-1207521650', u'INDIRECT_-1207519703'), (u'INDIRECT_-1207519287', u'MULTIEQUAL_-1207518919'), (u'INDIRECT_-1207519271', u'MULTIEQUAL_-1207518918'), (u'INDIRECT_-1207519105', u'MULTIEQUAL_-1207519910'), ('const-2', u'INT_EQUAL_-1207521826'), (u'INDIRECT_-1207519936', u'MULTIEQUAL_-1207519145'), (u'PTRSUB_-1207519402', u'MULTIEQUAL_-1207519457'), ('tmp_3028', u'PTRSUB_-1207519686'), (u'CALL_-1207521104', u'INDIRECT_-1207519377'), ('const-65280', u'INT_AND_-1207522613'), (u'LOAD_-1207521922', u'INT_RIGHT_-1207521886'), (u'INT_ZEXT_-1207520728', u'INT_EQUAL_-1207520974'), (u'SUBPIECE_-1207519174', u'INT_EQUAL_-1207521480'), (u'MULTIEQUAL_-1207520158', u'INT_EQUAL_-1207520974'), (u'INT_NOTEQUAL_-1207521191', u'CBRANCH_-1207521191'), (u'INT_ZEXT_-1207520712', u'INT_LESS_-1207522549'), ('const-433', u'LOAD_-1207521178'), ('const-433', u'LOAD_-1207521570'), ('const-433', u'LOAD_-1207522695'), (u'CALL_-1207520805', u'INDIRECT_-1207519188'), (u'CALL_-1207520991', u'INDIRECT_-1207519159'), (u'PTRSUB_-1207519724', u'PTRSUB_-1207519653'), ('const-433', u'STORE_-1207521557'), (u'MULTIEQUAL_-1207520712', u'INT_SRIGHT_-1207522347'), ('const-288', u'PTRSUB_-1207519595'), (u'CAST_-1207519063', u'CAST_-1207518923'), (u'PTRSUB_-1207519440', u'PTRSUB_-1207519402'), (u'CALL_-1207520782', u'INDIRECT_-1207519249'), (u'MULTIEQUAL_-1207518927', u'MULTIEQUAL_-1207519379'), ('const--136', u'PTRSUB_-1207519449'), ('const-433', u'LOAD_-1207521037'), ('const-1', u'INT_ADD_-1207521485'), (u'CALL_-1207520782', u'INDIRECT_-1207519121'), (u'COPY_-1207518866', u'CALL_-1207520694'), (u'INDIRECT_-1207519888', u'MULTIEQUAL_-1207519186'), (u'PTRSUB_-1207519792', u'PTRSUB_-1207519717'), (u'PTRSUB_-1207519739', u'PTRSUB_-1207519669'), (u'MULTIEQUAL_-1207518911', u'MULTIEQUAL_-1207519122'), (u'INT_ZEXT_-1207520495', u'INT_ADD_-1207519204'), (u'MULTIEQUAL_-1207518914', u'MULTIEQUAL_-1207519081'), ('const-433', u'LOAD_-1207521495'), ('const-4', u'INT_NOTEQUAL_-1207522728'), (u'INT_OR_-1207521448', u'INT_OR_-1207521445'), (u'INT_AND_-1207521448', u'INT_LEFT_-1207521445'), (u'CALL_-1207521206', u'INDIRECT_-1207519350'), ('const-433', u'LOAD_-1207521503'), (u'MULTIEQUAL_-1207518918', u'MULTIEQUAL_-1207519234'), (u'INDIRECT_-1207519319', u'MULTIEQUAL_-1207518921'), ('const--1', u'INT_SLESS_-1207522391'), (u'INT_SLESS_-1207522391', u'CBRANCH_-1207522381'), (u'CAST_-1207519063', u'CAST_-1207519245'), (u'INT_ZEXT_-1207520371', u'INT_ADD_-1207521908'), ('const-24', u'INT_RIGHT_-1207522614'), (u'INDIRECT_-1207519351', u'MULTIEQUAL_-1207518923'), (u'CALL_-1207522471', u'INDIRECT_-1207520064'), (u'LOAD_-1207521648', u'PTRADD_-1207519242'), (u'PTRSUB_-1207519633', u'PTRSUB_-1207519622'), (u'COPY_-1207519379', u'PIECE_-1207519319'), ('tmp_2981', u'BRANCH_-1207520779'), (u'PTRSUB_-1207519004', u'PTRSUB_-1207518956'), (u'INDIRECT_-1207519462', u'MULTIEQUAL_-1207518923'), (u'CALL_-1207522471', u'INDIRECT_-1207520016'), (u'CALL_-1207520805', u'INDIRECT_-1207519220'), (u'LOAD_-1207522778', u'SUBPIECE_-1207519674'), (u'INT_ZEXT_-1207520252', u'PTRADD_-1207518942'), (u'MULTIEQUAL_-1207518920', u'MULTIEQUAL_-1207519266'), (u'MULTIEQUAL_-1207519138', u'CAST_-1207518786'), (u'PTRSUB_-1207519469', u'PTRSUB_-1207519450'), (u'INT_AND_-1207521690', u'INT_RIGHT_-1207521686'), (u'CALL_-1207520991', u'INDIRECT_-1207519367'), (u'PTRSUB_-1207519111', u'LOAD_-1207521503'), (u'INDIRECT_-1207519399', u'MULTIEQUAL_-1207518926'), (u'INT_OR_-1207522607', u'INT_SUB_-1207520250'), (u'MULTIEQUAL_-1207518913', u'MULTIEQUAL_-1207519065'), (u'CALL_-1207521013', u'INDIRECT_-1207519017'), (u'CALL_-1207520805', u'INDIRECT_-1207519156'), (u'INDIRECT_-1207519414', u'MULTIEQUAL_-1207518920'), ('const-0', u'PTRSUB_-1207519759'), ('const-4', u'INT_SRIGHT_-1207521628'), (u'COPY_-1207518868', u'CALL_-1207520694'), (u'MULTIEQUAL_-1207518926', u'MULTIEQUAL_-1207519362'), ('tmp_6045', u'PTRSUB_-1207519671'), ('tmp_3028', u'PTRSUB_-1207519724'), ('const-184', u'PTRSUB_-1207518833'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519138'), (u'COPY_-1207521790', u'MULTIEQUAL_-1207520230'), ('const-0', u'PTRSUB_-1207519176'), (u'MULTIEQUAL_-1207518911', u'MULTIEQUAL_-1207519457'), (u'MULTIEQUAL_-1207518924', u'MULTIEQUAL_-1207519330'), (u'INT_SRIGHT_-1207521628', u'INT_EQUAL_-1207521546'), (u'MULTIEQUAL_-1207518916', u'MULTIEQUAL_-1207519113'), ('const-1', u'RETURN_-1207520689'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207519310'), ('const-433', u'LOAD_-1207522249'), (u'CALL_-1207520782', u'INDIRECT_-1207519233'), (u'INDIRECT_-1207519254', u'MULTIEQUAL_-1207518910'), ('const-160', u'PTRSUB_-1207519792'), ('const-144', u'PTRSUB_-1207519321'), ('const-8', u'INT_LEFT_-1207522610'), (u'INDIRECT_-1207519872', u'MULTIEQUAL_-1207519170'), (u'MULTIEQUAL_-1207518913', u'MULTIEQUAL_-1207519489'), ('const-30', u'INT_RIGHT_-1207521851'), (u'CAST_-1207519063', u'LOAD_-1207521722'), ('const-8', u'PTRSUB_-1207519529'), (u'INT_LESS_-1207521683', u'CBRANCH_-1207521678'), (u'INDIRECT_-1207519223', u'MULTIEQUAL_-1207518915'), ('tmp_3028', u'PTRSUB_-1207519499'), (u'PIECE_-1207519002', u'MULTIEQUAL_-1207520113'), ('const-433', u'LOAD_-1207521936'), (u'CALL_-1207521650', u'INDIRECT_-1207519559'), (u'PTRSUB_-1207518956', u'LOAD_-1207521110'), (u'SUBPIECE_-1207520151', u'INT_NOTEQUAL_-1207521191'), (u'INT_OR_-1207521869', u'INT_ADD_-1207521564'), (u'CALL_-1207521013', u'INDIRECT_-1207519161'), ('const--168', u'PTRSUB_-1207519808'), (u'INT_AND_-1207521885', u'INT_LEFT_-1207521882'), (u'INT_OR_-1207521885', u'INT_OR_-1207521882'), (u'CALL_-1207521013', u'INDIRECT_-1207519033'), (u'PTRSUB_-1207519808', u'CAST_-1207519665'), ('const-3', u'INT_SRIGHT_-1207522582'), (u'CALL_-1207520805', u'INDIRECT_-1207519253'), (u'LOAD_-1207521514', u'CAST_-1207518987'), (u'PTRSUB_-1207519416', u'CALL_-1207521206'), (u'INT_ZEXT_-1207520408', u'INT_LESS_-1207521683'), (u'INT_ZEXT_-1207520449', u'CAST_-1207519034'), ('tmp_3028', u'PTRSUB_-1207519246'), (u'COPY_-1207519360', u'PIECE_-1207519300'), (u'INDIRECT_-1207519607', u'MULTIEQUAL_-1207518914'), (u'PTRADD_-1207519242', u'STORE_-1207521598'), (u'CALL_-1207520805', u'INDIRECT_-1207519172'), ('tmp_3028', u'PTRSUB_-1207519351'), ('const-433', u'LOAD_-1207521722'), ('tmp_2453', u'CBRANCH_-1207521191'), ('tmp_3028', u'PTRSUB_-1207519321'), (u'PTRSUB_-1207519292', u'PTRSUB_-1207519274'), (u'PTRSUB_-1207519499', u'PTRSUB_-1207519435'), (u'INDIRECT_-1207519137', u'MULTIEQUAL_-1207519942'), (u'MULTIEQUAL_-1207518912', u'MULTIEQUAL_-1207519138'), (u'INDIRECT_-1207519238', u'MULTIEQUAL_-1207518909'), (u'CALL_-1207521206', u'INDIRECT_-1207519430'), ('const-8', u'PTRSUB_-1207519717'), (u'MULTIEQUAL_-1207518909', u'MULTIEQUAL_-1207519001'), (u'INT_ZEXT_-1207520243', u'INT_SUB_-1207521032'), (u'CALL_-1207521650', u'INDIRECT_-1207519816'), ('const-3617922', u'COPY_-1207518917'), (u'CAST_-1207518923', u'INT_ADD_-1207521170'), ('const-0', u'PTRSUB_-1207519739'), (u'INDIRECT_-1207519952', u'MULTIEQUAL_-1207519250'), ('tmp_6045', u'PTRSUB_-1207519533'), ('const-4', u'INT_EQUAL_-1207522234'), (u'INT_OR_-1207522607', u'INT_ZEXT_-1207520712'), (u'CALL_-1207520782', u'INDIRECT_-1207519217'), ('const-16', u'PTRSUB_-1207519193'), ('const-4', u'INT_LEFT_-1207521752'), (u'INT_LESS_-1207522561', u'CBRANCH_-1207522550'), (u'PTRSUB_-1207518924', u'LOAD_-1207521051'), (u'INT_ZEXT_-1207520712', u'INT_SUB_-1207520790'), (u'INT_RIGHT_-1207521688', u'INT_OR_-1207521687'), (u'COPY_-1207520195', u'MULTIEQUAL_-1207520131'), (u'INDIRECT_-1207519575', u'MULTIEQUAL_-1207518912'), (u'INDIRECT_-1207520016', u'MULTIEQUAL_-1207519225'), ('const-4', u'INT_EQUAL_-1207521480')]
[(u'INT_ADD_-1207522376', u'COPY_-1207519614'), ('const-3', u'INT_SRIGHT_-1207522582'), ('const-3623472', u'COPY_-1207518918'), (u'LOAD_-1207521514', u'INT_LEFT_-1207521442'), ('const-433', u'STORE_-1207520830'), (u'LOAD_-1207522664', u'INT_RIGHT_-1207522614'), ('const-433', u'LOAD_-1207521670'), ('const-433', u'LOAD_-1207521082'), ('const-1077', u'CALL_-1207521013'), (u'INT_ADD_-1207521667', u'CAST_-1207519339'), (u'LOAD_-1207522705', u'LOAD_-1207522672'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519094'), (u'MULTIEQUAL_-1207518971', u'MULTIEQUAL_-1207519277'), ('tmp_6060', u'INT_ADD_-1207521066'), (u'CALL_-1207521650', u'INDIRECT_-1207519659'), ('const--184', u'PTRSUB_-1207519491'), ('const-8', u'INT_RIGHT_-1207521884'), (u'INDIRECT_-1207519322', u'MULTIEQUAL_-1207518959'), (u'INDIRECT_-1207519595', u'MULTIEQUAL_-1207518958'), ('tmp_1744', u'CBRANCH_-1207521536'), (u'MULTIEQUAL_-1207518968', u'MULTIEQUAL_-1207519229'), ('const-433', u'LOAD_-1207522778'), ('tmp_6060', u'INT_ADD_-1207520781'), (u'INDIRECT_-1207519876', u'MULTIEQUAL_-1207519174'), (u'INT_EQUAL_-1207521480', u'CBRANCH_-1207521471'), (u'CAST_-1207519594', u'LOAD_-1207522469'), (u'INT_LEFT_-1207521684', u'INT_OR_-1207521684'), (u'LOAD_-1207522429', u'INT_ADD_-1207522376'), (u'CALL_-1207521104', u'INDIRECT_-1207519220'), (u'LOAD_-1207521495', u'INT_EQUAL_-1207521480'), ('const-8', u'INT_ADD_-1207521908'), (u'CALL_-1207521206', u'INDIRECT_-1207519498'), (u'INDIRECT_-1207519205', u'MULTIEQUAL_-1207520010'), (u'CAST_-1207518944', u'LOAD_-1207521051'), (u'MULTIEQUAL_-1207518966', u'MULTIEQUAL_-1207519197'), (u'CALL_-1207521206', u'INDIRECT_-1207519113'), (u'MULTIEQUAL_-1207518963', u'MULTIEQUAL_-1207519238'), (u'COPY_-1207521433', u'MULTIEQUAL_-1207519863'), ('const-433', u'LOAD_-1207522672'), ('const-0', u'INT_NOTEQUAL_-1207521191'), (u'INT_OR_-1207522613', u'INT_OR_-1207522610'), (u'INT_AND_-1207522613', u'INT_LEFT_-1207522610'), (u'SUBPIECE_-1207519213', u'MULTIEQUAL_-1207519198'), ('const-0', u'INT_EQUAL_-1207522255'), ('const-8', u'INT_MULT_-1207521600'), (u'CALL_-1207521013', u'INDIRECT_-1207519197'), ('tmp_6060', u'INT_ADD_-1207522679'), (u'CALL_-1207521650', u'INDIRECT_-1207519595'), (u'INDIRECT_-1207519643', u'MULTIEQUAL_-1207518961'), (u'INT_ZEXT_-1207520410', u'INT_LESS_-1207521683'), (u'MULTIEQUAL_-1207518960', u'MULTIEQUAL_-1207519190'), ('const-0', u'COPY_-1207520435'), (u'COPY_-1207519614', u'MULTIEQUAL_-1207520713'), (u'INT_EQUAL_-1207521546', u'CBRANCH_-1207521536'), (u'INT_ADD_-1207521066', u'CAST_-1207518960'), (u'MULTIEQUAL_-1207520162', u'INT_MULT_-1207521572'), ('const-2', u'INT_SRIGHT_-1207522347'), (u'INDIRECT_-1207519563', u'MULTIEQUAL_-1207518956'), ('const-3', u'INT_ADD_-1207522376'), (u'INT_OR_-1207521684', u'INT_OR_-1207521681'), ('const-433', u'LOAD_-1207521110'), (u'INDIRECT_-1207519787', u'MULTIEQUAL_-1207518970'), (u'INT_ADD_-1207522233', u'CAST_-1207519470'), (u'INDIRECT_-1207519179', u'MULTIEQUAL_-1207518957'), ('tmp_6060', u'INT_ADD_-1207521632'), (u'INDIRECT_-1207519227', u'MULTIEQUAL_-1207518960'), (u'LOAD_-1207522664', u'INT_LEFT_-1207522607'), (u'INDIRECT_-1207519141', u'MULTIEQUAL_-1207519946'), (u'INT_OR_-1207521869', u'INT_LEFT_-1207521752'), (u'LOAD_-1207522545', u'CALL_-1207522471'), ('const-4', u'PTRADD_-1207519428'), ('const-24', u'INT_LEFT_-1207521681'), ('tmp_6060', u'INT_ADD_-1207522529'), ('const-24', u'INT_RIGHT_-1207521886'), ('const-13', u'INT_ADD_-1207521667'), (u'PTRADD_-1207519147', u'LOAD_-1207521514'), (u'LOAD_-1207522249', u'INT_EQUAL_-1207522234'), (u'CALL_-1207521013', u'INDIRECT_-1207518989'), (u'INT_MULT_-1207521531', u'INT_ADD_-1207521543'), (u'CALL_-1207520805', u'INDIRECT_-1207519048'), (u'INT_AND_-1207522616', u'INT_RIGHT_-1207522612'), (u'CALL_-1207522471', u'INDIRECT_-1207520068'), ('const-65280', u'INT_AND_-1207521885'), (u'INDIRECT_-1207519301', u'MULTIEQUAL_-1207520106'), (u'SUBPIECE_-1207519160', u'INT_AND_-1207521545'), (u'CALL_-1207521650', u'INDIRECT_-1207519803'), (u'INDIRECT_-1207519371', u'MULTIEQUAL_-1207518969'), (u'PTRSUB_-1207519661', u'CALL_-1207522471'), ('const--136', u'PTRSUB_-1207519469'), ('tmp_815', u'CBRANCH_-1207522225'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519069'), (u'INDIRECT_-1207520036', u'MULTIEQUAL_-1207519245'), ('const-0', u'COPY_-1207522458'), (u'CALL_-1207521104', u'INDIRECT_-1207519140'), (u'INT_EQUAL_-1207521098', u'CBRANCH_-1207521095'), ('tmp_6060', u'INT_ADD_-1207522640'), (u'INT_ZEXT_-1207520716', u'INT_MULT_-1207520830'), (u'INDIRECT_-1207519627', u'MULTIEQUAL_-1207518960'), (u'INT_ADD_-1207520781', u'CALL_-1207520782'), ('const--192', u'PTRSUB_-1207519691'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207519314'), (u'CALL_-1207520991', u'INDIRECT_-1207519307'), (u'INDIRECT_-1207519579', u'MULTIEQUAL_-1207518957'), (u'CALL_-1207521650', u'INDIRECT_-1207519563'), ('const-0', u'SUBPIECE_-1207519942'), (u'INT_SUB_-1207520790', u'CALL_-1207520782'), (u'INT_ZEXT_-1207520716', u'INT_LESS_-1207522561'), (u'INT_ADD_-1207521162', u'CAST_-1207519010'), (u'INDIRECT_-1207519940', u'MULTIEQUAL_-1207519573'), (u'INT_LEFT_-1207521879', u'INT_RIGHT_-1207521851'), (u'CALL_-1207521650', u'INDIRECT_-1207519739'), (u'CALL_-1207521650', u'INDIRECT_-1207519547'), (u'INT_LEFT_-1207521442', u'INT_OR_-1207521442'), (u'CALL_-1207521013', u'INDIRECT_-1207519229'), ('const-16711680', u'INT_AND_-1207521888'), (u'CALL_-1207520991', u'INDIRECT_-1207519323'), (u'LOAD_-1207521082', u'INT_ADD_-1207521021'), (u'CALL_-1207520991', u'INDIRECT_-1207519355'), (u'CALL_-1207521013', u'INDIRECT_-1207519278'), (u'LOAD_-1207521127', u'COPY_-1207519013'), (u'CAST_-1207519722', u'LOAD_-1207522705'), (u'INT_SRIGHT_-1207522582', u'INT_LESS_-1207522561'), (u'INT_ADD_-1207521039', u'CAST_-1207518944'), (u'CALL_-1207520782', u'INDIRECT_-1207519141'), (u'CALL_-1207520805', u'INDIRECT_-1207519080'), (u'CALL_-1207521206', u'INDIRECT_-1207519402'), ('const-15', u'INT_AND_-1207521545'), (u'INDIRECT_-1207519803', u'MULTIEQUAL_-1207518971'), (u'LOAD_-1207521722', u'INT_AND_-1207521687'), (u'INDIRECT_-1207519531', u'MULTIEQUAL_-1207518954'), (u'INT_LESS_-1207522736', u'BOOL_AND_-1207520407'), (u'CALL_-1207520782', u'INDIRECT_-1207519109'), ('tmp_2270', u'CBRANCH_-1207521471'), (u'CALL_-1207520805', u'INDIRECT_-1207519000'), ('const-8', u'INT_RIGHT_-1207521686'), (u'CALL_-1207520805', u'INDIRECT_-1207519112'), ('tmp_898', u'BRANCH_-1207522144'), (u'CALL_-1207520991', u'INDIRECT_-1207519179'), (u'CALL_-1207522471', u'INDIRECT_-1207520085'), (u'CALL_-1207521013', u'INDIRECT_-1207519021'), (u'INT_ADD_-1207521717', u'CAST_-1207519159'), (u'MULTIEQUAL_-1207518964', u'MULTIEQUAL_-1207519254'), (u'CALL_-1207521104', u'INDIRECT_-1207519364'), (u'MULTIEQUAL_-1207518970', u'MULTIEQUAL_-1207519261'), (u'CALL_-1207520782', u'INDIRECT_-1207519318'), (u'CAST_-1207519209', u'LOAD_-1207521922'), ('const-8', u'INT_MULT_-1207521099'), (u'CAST_-1207519268', u'STORE_-1207521557'), ('const-144', u'INT_ADD_-1207521127'), (u'CAST_-1207518960', u'LOAD_-1207521082'), (u'INT_ADD_-1207521485', u'STORE_-1207521500'), ('const-8', u'INT_LEFT_-1207521684'), (u'LOAD_-1207521722', u'INT_RIGHT_-1207521688'), ('const-24', u'INT_LEFT_-1207522607'), (u'INDIRECT_-1207519355', u'MULTIEQUAL_-1207518968'), (u'CALL_-1207520991', u'INDIRECT_-1207519131'), (u'LOAD_-1207522429', u'INT_SLESS_-1207522391'), (u'INT_ADD_-1207520842', u'INT_NOTEQUAL_-1207520838'), (u'INT_OR_-1207521138', u'CAST_-1207518989'), (u'INT_AND_-1207521687', u'INT_LEFT_-1207521684'), (u'INT_OR_-1207521687', u'INT_OR_-1207521684'), (u'PTRSUB_-1207519491', u'CALL_-1207521650'), (u'INT_LEFT_-1207521140', u'INT_OR_-1207521138'), (u'LOAD_-1207521514', u'INT_AND_-1207521448'), (u'LOAD_-1207521922', u'INT_AND_-1207521885'), ('const-160', u'INT_ADD_-1207522689'), ('const-184', u'INT_ADD_-1207520781'), (u'CALL_-1207521206', u'INDIRECT_-1207519466'), (u'MULTIEQUAL_-1207518956', u'MULTIEQUAL_-1207519126'), (u'CALL_-1207521650', u'INDIRECT_-1207519675'), (u'MULTIEQUAL_-1207518958', u'MULTIEQUAL_-1207519158'), (u'INDIRECT_-1207519387', u'MULTIEQUAL_-1207518970'), ('const-433', u'STORE_-1207521557'), (u'INDIRECT_-1207519402', u'MULTIEQUAL_-1207518964'), (u'INT_ADD_-1207521491', u'CAST_-1207519093'), (u'INDIRECT_-1207519956', u'MULTIEQUAL_-1207519254'), (u'CALL_-1207522471', u'INDIRECT_-1207519908'), ('const-0', u'COPY_-1207522444'), (u'CALL_-1207521104', u'INDIRECT_-1207519268'), (u'INT_ADD_-1207521564', u'INT_ZEXT_-1207520477'), (u'COPY_-1207520199', u'MULTIEQUAL_-1207520135'), ('const-0', u'CALL_-1207521650'), (u'INT_ADD_-1207521127', u'CAST_-1207518997'), (u'INDIRECT_-1207519820', u'MULTIEQUAL_-1207518972'), (u'MULTIEQUAL_-1207519142', u'CALL_-1207521104'), (u'CALL_-1207520805', u'INDIRECT_-1207519257'), ('const-192', u'INT_ADD_-1207521053'), (u'INT_ADD_-1207521918', u'INT_ADD_-1207521906'), (u'CAST_-1207518862', u'STORE_-1207520830'), ('const-433', u'LOAD_-1207522695'), ('const-2', u'INT_EQUAL_-1207521826'), (u'CALL_-1207522471', u'INDIRECT_-1207520004'), ('tmp_6053', u'PTRSUB_-1207519480'), ('const-24', u'INT_RIGHT_-1207521449'), (u'CALL_-1207521206', u'INDIRECT_-1207519258'), (u'INT_ADD_-1207522413', u'CAST_-1207519562'), (u'INDIRECT_-1207519723', u'MULTIEQUAL_-1207518966'), ('const-1', u'INT_LESS_-1207522736'), ('const-192', u'INT_ADD_-1207522640'), ('tmp_2755', u'CBRANCH_-1207520969'), (u'INDIRECT_-1207519755', u'MULTIEQUAL_-1207518968'), (u'MULTIEQUAL_-1207518968', u'MULTIEQUAL_-1207519318'), (u'LOAD_-1207521922', u'INT_AND_-1207521888'), (u'INDIRECT_-1207520004', u'MULTIEQUAL_-1207519213'), (u'CALL_-1207521650', u'INDIRECT_-1207519643'), (u'CAST_-1207518939', u'LOAD_-1207521037'), ('const-904', u'CALL_-1207520694'), (u'LOAD_-1207521922', u'INT_LEFT_-1207521879'), (u'MULTIEQUAL_-1207518970', u'MULTIEQUAL_-1207519350'), (u'INT_ADD_-1207522679', u'CAST_-1207519714'), (u'CALL_-1207520782', u'INDIRECT_-1207519334'), ('const-1', u'RETURN_-1207520800'), (u'INT_RIGHT_-1207522612', u'INT_OR_-1207522613'), (u'INT_OR_-1207522607', u'INT_SUB_-1207520254'), ('const-3', u'PTRADD_-1207519186'), (u'INT_ADD_-1207521577', u'CAST_-1207519287'), ('const-8', u'INT_MULT_-1207521531'), (u'COPY_-1207519552', u'MULTIEQUAL_-1207519021'), (u'INDIRECT_-1207519354', u'MULTIEQUAL_-1207518961'), (u'INDIRECT_-1207519659', u'MULTIEQUAL_-1207518962'), ('const-0', u'SUBPIECE_-1207519213'), (u'INT_SUB_-1207522605', u'INT_SRIGHT_-1207522582'), (u'INDIRECT_-1207519269', u'MULTIEQUAL_-1207520074'), (u'MULTIEQUAL_-1207518965', u'MULTIEQUAL_-1207519181'), (u'CALL_-1207520805', u'INDIRECT_-1207518968'), (u'LOAD_-1207521503', u'INT_ADD_-1207521485'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519142'), (u'INDIRECT_-1207519334', u'MULTIEQUAL_-1207520139'), (u'INDIRECT_-1207519290', u'MULTIEQUAL_-1207518957'), (u'INT_LEFT_-1207522610', u'INT_OR_-1207522610'), (u'CALL_-1207520782', u'INDIRECT_-1207519301'), (u'CALL_-1207521013', u'INDIRECT_-1207519101'), (u'PTRSUB_-1207519480', u'CALL_-1207521206'), (u'CALL_-1207521650', u'INDIRECT_-1207519579'), ('tmp_6060', u'INT_ADD_-1207522689'), ('const-4', u'INT_SRIGHT_-1207521628'), (u'MULTIEQUAL_-1207518957', u'MULTIEQUAL_-1207519477'), (u'INDIRECT_-1207519339', u'MULTIEQUAL_-1207518967'), ('const-0', u'COPY_-1207522520'), ('tmp_8793', u'MULTIEQUAL_-1207519946'), ('tmp_6060', u'INT_ADD_-1207521577'), (u'CALL_-1207521013', u'INDIRECT_-1207519133'), (u'INT_ZEXT_-1207520730', u'INT_EQUAL_-1207520974'), (u'INDIRECT_-1207519323', u'MULTIEQUAL_-1207518966'), (u'CALL_-1207521013', u'INDIRECT_-1207519117'), ('const-0', u'COPY_-1207520179'), (u'CAST_-1207519159', u'CAST_-1207519016'), (u'CALL_-1207521104', u'INDIRECT_-1207519108'), (u'MULTIEQUAL_-1207518956', u'MULTIEQUAL_-1207519461'), (u'CALL_-1207520991', u'INDIRECT_-1207519403'), (u'MULTIEQUAL_-1207518954', u'MULTIEQUAL_-1207519094'), (u'CALL_-1207520805', u'INDIRECT_-1207519032'), (u'PTRSUB_-1207519469', u'CALL_-1207520991'), (u'CALL_-1207522471', u'INDIRECT_-1207519972'), (u'INDIRECT_-1207519956', u'MULTIEQUAL_-1207519165'), (u'LOAD_-1207522664', u'INT_AND_-1207522613'), ('const-433', u'LOAD_-1207521648'), ('const-65280', u'INT_AND_-1207521448'), ('const-168', u'INT_ADD_-1207521554'), (u'INT_ADD_-1207521543', u'CAST_-1207519268'), (u'COPY_-1207519552', u'MULTIEQUAL_-1207519110'), (u'INT_ADD_-1207520842', u'STORE_-1207520830'), ('tmp_6060', u'INT_ADD_-1207522233'), ('const-0', u'INT_EQUAL_-1207521546'), (u'INT_ZEXT_-1207520451', u'CAST_-1207519129'), (u'INT_RIGHT_-1207521449', u'INT_OR_-1207521448'), ('const-433', u'LOAD_-1207521593'), ('tmp_6060', u'INT_ADD_-1207521162'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519005'), ('const-192', u'INT_ADD_-1207520816'), ('const-433', u'LOAD_-1207521503'), ('const-144', u'INT_ADD_-1207521577'), (u'CALL_-1207521650', u'INDIRECT_-1207519707'), ('const-433', u'LOAD_-1207521683'), (u'CAST_-1207519129', u'INT_SRIGHT_-1207521628'), (u'INDIRECT_-1207519908', u'MULTIEQUAL_-1207519206'), ('tmp_462', u'CBRANCH_-1207522550'), (u'CAST_-1207519714', u'LOAD_-1207522695'), (u'CALL_-1207520805', u'INDIRECT_-1207518984'), (u'INDIRECT_-1207519291', u'MULTIEQUAL_-1207518964'), ('const-32', u'INT_ADD_-1207521096'), (u'CALL_-1207521206', u'INDIRECT_-1207519354'), (u'CALL_-1207521206', u'INDIRECT_-1207519274'), (u'INDIRECT_-1207519531', u'MULTIEQUAL_-1207518972'), (u'LOAD_-1207521178', u'INT_ADD_-1207521053'), (u'INT_ZEXT_-1207520410', u'INT_ADD_-1207521660'), (u'INT_MULT_-1207521921', u'CAST_-1207519221'), (u'INDIRECT_-1207519418', u'MULTIEQUAL_-1207518965'), (u'MULTIEQUAL_-1207518959', u'MULTIEQUAL_-1207519509'), (u'INT_MULT_-1207520830', u'INT_ADD_-1207520842'), (u'CALL_-1207521104', u'INDIRECT_-1207519348'), (u'CALL_-1207521206', u'INDIRECT_-1207519418'), (u'CALL_-1207522471', u'INDIRECT_-1207520101'), (u'INT_SUB_-1207520254', u'INT_ZEXT_-1207520730'), (u'CALL_-1207520805', u'INDIRECT_-1207519224'), ('const-8', u'INT_LEFT_-1207521882'), (u'CALL_-1207521013', u'INDIRECT_-1207519005'), (u'CALL_-1207521206', u'INDIRECT_-1207519482'), ('const--152', u'PTRSUB_-1207519685'), (u'PTRSUB_-1207519685', u'CALL_-1207522471'), ('tmp_6053', u'PTRSUB_-1207519811'), (u'CALL_-1207521104', u'INDIRECT_-1207519124'), (u'INDIRECT_-1207519466', u'MULTIEQUAL_-1207518968'), (u'MULTIEQUAL_-1207518966', u'MULTIEQUAL_-1207519286'), (u'COPY_-1207519552', u'MULTIEQUAL_-1207519445'), (u'PTRADD_-1207519428', u'LOAD_-1207521750'), ('const-0', u'RETURN_-1207521043'), ('const-0', u'COPY_-1207522489'), (u'MULTIEQUAL_-1207518955', u'MULTIEQUAL_-1207519021'), (u'INT_AND_-1207521545', u'INT_ADD_-1207521700'), ('const-197', u'CALL_-1207520805'), (u'INDIRECT_-1207520020', u'MULTIEQUAL_-1207519318'), ('tmp_594', u'CBRANCH_-1207522381'), (u'COPY_-1207520179', u'MULTIEQUAL_-1207520117'), (u'CAST_-1207519159', u'CAST_-1207519340'), (u'LOAD_-1207521648', u'INT_ADD_-1207521584'), (u'COPY_-1207518897', u'CALL_-1207520805'), (u'INT_RIGHT_-1207521447', u'INT_OR_-1207521448'), (u'INDIRECT_-1207519306', u'MULTIEQUAL_-1207518958'), (u'LOAD_-1207521670', u'SUBPIECE_-1207519160'), (u'CALL_-1207521104', u'INDIRECT_-1207519316'), ('const-0', u'COPY_-1207521433'), (u'INT_OR_-1207521681', u'INT_ZEXT_-1207520410'), ('const-433', u'LOAD_-1207522664'), ('const-433', u'LOAD_-1207521922'), (u'INT_LEFT_-1207521584', u'SUBPIECE_-1207519213'), (u'LOAD_-1207521186', u'INT_LEFT_-1207521140'), ('tmp_777', u'CBRANCH_-1207522254'), ('const-4', u'INT_ADD_-1207522650'), (u'INDIRECT_-1207520085', u'MULTIEQUAL_-1207519383'), ('tmp_1772', u'CBRANCH_-1207521519'), ('const-16', u'COPY_-1207519261'), ('const-65280', u'INT_AND_-1207521687'), (u'INT_ADD_-1207522650', u'INT_ADD_-1207522648'), (u'CALL_-1207521104', u'INDIRECT_-1207519092'), (u'INT_MULT_-1207521099', u'INT_ADD_-1207521111'), (u'INT_ADD_-1207521554', u'CAST_-1207519276'), (u'PTRSUB_-1207519564', u'CALL_-1207521206'), (u'INT_ZEXT_-1207520372', u'INT_ADD_-1207521908'), (u'CALL_-1207521013', u'INDIRECT_-1207519261'), (u'CAST_-1207519292', u'STORE_-1207521598'), (u'CALL_-1207521206', u'INDIRECT_-1207519434'), (u'CALL_-1207520805', u'INDIRECT_-1207519096'), (u'INT_LEFT_-1207521445', u'INT_OR_-1207521445'), ('tmp_8786', u'MULTIEQUAL_-1207520058'), (u'LOAD_-1207521570', u'INT_ADD_-1207521543'), (u'CALL_-1207520991', u'INDIRECT_-1207519371'), (u'INT_AND_-1207519891', u'INT_OR_-1207521869'), (u'INT_ADD_-1207522762', u'CAST_-1207519753'), (u'CALL_-1207520782', u'INDIRECT_-1207519221'), (u'LOAD_-1207521186', u'INT_RIGHT_-1207521137'), (u'CAST_-1207519704', u'LOAD_-1207522681'), (u'PTRSUB_-1207519564', u'CALL_-1207521104'), (u'CALL_-1207522471', u'INDIRECT_-1207520020'), (u'CALL_-1207521104', u'INDIRECT_-1207519204'), (u'MULTIEQUAL_-1207518955', u'MULTIEQUAL_-1207519445'), (u'INT_OR_-1207521445', u'INT_OR_-1207521442'), ('const-3715094', u'COPY_-1207521790'), (u'BOOL_AND_-1207520407', u'CBRANCH_-1207522710'), ('const-1', u'RETURN_-1207521008'), (u'CALL_-1207520805', u'INDIRECT_-1207519144'), ('const-433', u'LOAD_-1207521570'), (u'CALL_-1207520991', u'INDIRECT_-1207519243'), (u'MULTIEQUAL_-1207518961', u'MULTIEQUAL_-1207519117'), (u'CAST_-1207519317', u'LOAD_-1207521648'), ('const--96', u'PTRSUB_-1207519550'), (u'INT_OR_-1207521442', u'MULTIEQUAL_-1207519863'), (u'CAST_-1207519229', u'LOAD_-1207521495'), (u'CALL_-1207521104', u'INDIRECT_-1207519332'), (u'CALL_-1207521206', u'INDIRECT_-1207519370'), ('const-8', u'INT_RIGHT_-1207521447'), (u'INT_ADD_-1207521908', u'INT_ADD_-1207521906'), (u'INT_ADD_-1207521021', u'CAST_-1207518939'), (u'INT_RIGHT_-1207522614', u'INT_OR_-1207522613'), (u'INDIRECT_-1207519482', u'MULTIEQUAL_-1207518969'), (u'INT_OR_-1207521882', u'INT_OR_-1207521869'), (u'INT_SRIGHT_-1207521628', u'INT_LEFT_-1207521584'), ('const-4', u'PTRADD_-1207519147'), (u'CALL_-1207520694', u'INDIRECT_-1207519221'), (u'CAST_-1207519239', u'LOAD_-1207521973'), ('tmp_2941', u'BRANCH_-1207520821'), ('tmp_1883', u'BRANCH_-1207521449'), ('const-1', u'INT_SUB_-1207522750'), (u'INT_LEFT_-1207521879', u'INT_AND_-1207519891'), ('tmp_6060', u'INT_ADD_-1207521957'), (u'INDIRECT_-1207519876', u'MULTIEQUAL_-1207519509'), (u'CALL_-1207521104', u'INDIRECT_-1207519300'), (u'CALL_-1207521206', u'INDIRECT_-1207519386'), (u'MULTIEQUAL_-1207518959', u'MULTIEQUAL_-1207519085'), (u'LOAD_-1207522429', u'COPY_-1207519613'), (u'INT_RIGHT_-1207521884', u'INT_OR_-1207521885'), (u'CALL_-1207520991', u'INDIRECT_-1207519211'), (u'CALL_-1207520991', u'INDIRECT_-1207519339'), (u'CALL_-1207521013', u'INDIRECT_-1207519085'), (u'CALL_-1207521013', u'INDIRECT_-1207519149'), (u'MULTIEQUAL_-1207518954', u'MULTIEQUAL_-1207519429'), ('const-8', u'INT_ADD_-1207521039'), (u'LOAD_-1207521593', u'INT_ADD_-1207521554'), (u'INT_ADD_-1207521111', u'CAST_-1207518985'), (u'INT_ZEXT_-1207520254', u'INT_MULT_-1207521099'), ('const-433', u'LOAD_-1207521127'), ('tmp_460', u'CBRANCH_-1207522557'), ('const-144', u'INT_ADD_-1207521162'), ('const-1', u'INT_ADD_-1207521490'), (u'INDIRECT_-1207519420', u'MULTIEQUAL_-1207518972'), ('const-16711680', u'INT_AND_-1207522616'), (u'CALL_-1207520782', u'INDIRECT_-1207519125'), (u'CAST_-1207519016', u'INT_ADD_-1207521170'), (u'BOOL_OR_-1207521492', u'CBRANCH_-1207521519'), (u'CALL_-1207520991', u'INDIRECT_-1207519291'), (u'INT_LEFT_-1207521681', u'INT_OR_-1207521681'), (u'CAST_-1207519159', u'PTRADD_-1207519428'), (u'INDIRECT_-1207520052', u'MULTIEQUAL_-1207519350'), (u'CAST_-1207519159', u'PTRADD_-1207519147'), (u'INDIRECT_-1207519403', u'MULTIEQUAL_-1207518971'), ('const-0', u'SUBPIECE_-1207520817'), (u'INT_ZEXT_-1207520716', u'INT_LESS_-1207522549'), (u'CALL_-1207520782', u'INDIRECT_-1207519205'), (u'LOAD_-1207522778', u'INT_ZEXT_-1207520550'), (u'CALL_-1207521206', u'INDIRECT_-1207519531'), ('tmp_6060', u'INT_ADD_-1207520816'), ('tmp_6053', u'PTRSUB_-1207519469'), (u'CAST_-1207519339', u'LOAD_-1207521683'), (u'INDIRECT_-1207519274', u'MULTIEQUAL_-1207518956'), (u'INDIRECT_-1207520020', u'MULTIEQUAL_-1207519229'), (u'MULTIEQUAL_-1207518960', u'MULTIEQUAL_-1207519101'), ('tmp_6059', u'CALL_-1207521650'), (u'LOAD_-1207521110', u'INT_AND_-1207521084'), ('const--176', u'PTRSUB_-1207519661'), (u'INT_ZEXT_-1207520985', u'INT_ADD_-1207522648'), (u'LOAD_-1207522672', u'INT_ADD_-1207522650'), (u'INDIRECT_-1207520068', u'MULTIEQUAL_-1207519277'), (u'CALL_-1207521650', u'INDIRECT_-1207519787'), (u'MULTIEQUAL_-1207520162', u'INT_MULT_-1207521600'), ('const-4', u'INT_EQUAL_-1207522234'), (u'LOAD_-1207522695', u'INT_ZEXT_-1207520985'), ('tmp_2170', u'CBRANCH_-1207521537'), (u'INT_AND_-1207521451', u'INT_RIGHT_-1207521447'), (u'INDIRECT_-1207519924', u'MULTIEQUAL_-1207519557'), ('const-16711680', u'INT_AND_-1207521451'), (u'INT_ZEXT_-1207520477', u'INT_MULT_-1207521531'), (u'CALL_-1207520782', u'INDIRECT_-1207519253'), ('const-1', u'INT_AND_-1207521084'), ('const-433', u'LOAD_-1207521495'), (u'COPY_-1207519613', u'MULTIEQUAL_-1207520713'), (u'MULTIEQUAL_-1207518969', u'MULTIEQUAL_-1207519334'), ('tmp_6060', u'INT_ADD_-1207522665'), (u'CALL_-1207520782', u'INDIRECT_-1207519189'), (u'LOAD_-1207521514', u'INT_AND_-1207521451'), (u'MULTIEQUAL_-1207519557', u'INT_LESS_-1207521683'), (u'INDIRECT_-1207519988', u'MULTIEQUAL_-1207519197'), (u'LOAD_-1207521722', u'INT_AND_-1207521690'), (u'CAST_-1207519688', u'LOAD_-1207522656'), (u'INDIRECT_-1207519147', u'MULTIEQUAL_-1207518955'), (u'INT_ADD_-1207522665', u'CAST_-1207519704'), (u'INDIRECT_-1207519125', u'MULTIEQUAL_-1207519930'), (u'CALL_-1207520991', u'INDIRECT_-1207519147'), (u'PTRSUB_-1207519550', u'MULTIEQUAL_-1207519037'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519493'), ('const-3623504', u'COPY_-1207518869'), (u'INT_ADD_-1207521479', u'CAST_-1207519229'), (u'CALL_-1207520782', u'INDIRECT_-1207519237'), ('tmp_1451', u'CBRANCH_-1207521678'), ('const-433', u'LOAD_-1207522705'), (u'CALL_-1207521650', u'INDIRECT_-1207519771'), (u'INT_LEFT_-1207522607', u'INT_OR_-1207522607'), (u'CALL_-1207521104', u'INDIRECT_-1207519381'), ('const-3617922', u'COPY_-1207518871'), (u'INT_ZEXT_-1207520245', u'INT_SUB_-1207521032'), ('tmp_6053', u'PTRSUB_-1207519691'), ('const-184', u'INT_ADD_-1207521632'), (u'INDIRECT_-1207519908', u'MULTIEQUAL_-1207519541'), (u'INT_RIGHT_-1207521886', u'INT_OR_-1207521885'), ('tmp_8785', u'MULTIEQUAL_-1207520074'), (u'CAST_-1207519093', u'LOAD_-1207521503'), (u'CAST_-1207518976', u'LOAD_-1207521110'), ('const-160', u'INT_ADD_-1207521957'), ('const-4', u'PTRADD_-1207519186'), (u'COPY_-1207519261', u'MULTIEQUAL_-1207519198'), ('const-433', u'LOAD_-1207521514'), (u'INDIRECT_-1207519131', u'MULTIEQUAL_-1207518954'), (u'INT_SUB_-1207522750', u'INT_LESS_-1207522736'), ('const-433', u'LOAD_-1207521051'), (u'INT_ZEXT_-1207520273', u'INT_ADD_-1207521717'), (u'LOAD_-1207521178', u'INT_ADD_-1207521127'), ('const-168', u'INT_ADD_-1207521479'), (u'CALL_-1207520805', u'INDIRECT_-1207519192'), ('tmp_6053', u'PTRSUB_-1207519564'), (u'CALL_-1207520805', u'INDIRECT_-1207519240'), (u'INDIRECT_-1207519307', u'MULTIEQUAL_-1207518965'), (u'INT_EQUAL_-1207522234', u'CBRANCH_-1207522225'), ('const-0', u'COPY_-1207522508'), (u'CALL_-1207522471', u'INDIRECT_-1207520036'), ('const-208', u'INT_ADD_-1207521491'), (u'INDIRECT_-1207519892', u'MULTIEQUAL_-1207519190'), (u'INT_ZEXT_-1207520550', u'INT_SUB_-1207522750'), ('const-433', u'LOAD_-1207521143'), (u'CALL_-1207521013', u'INDIRECT_-1207519245'), (u'LOAD_-1207521514', u'MULTIEQUAL_-1207520135'), (u'LOAD_-1207522656', u'INT_NOTEQUAL_-1207520838'), ('const-433', u'LOAD_-1207522469'), (u'LOAD_-1207521127', u'INT_ADD_-1207521039'), ('const-433', u'LOAD_-1207522429'), ('tmp_8782', u'MULTIEQUAL_-1207520139'), (u'LOAD_-1207521051', u'INT_SUB_-1207521032'), (u'INDIRECT_-1207520068', u'MULTIEQUAL_-1207519701'), (u'CAST_-1207519753', u'LOAD_-1207522778'), (u'CALL_-1207520805', u'INDIRECT_-1207519208'), (u'INT_ADD_-1207522640', u'CAST_-1207519688'), ('tmp_6060', u'CALL_-1207521650'), (u'MULTIEQUAL_-1207518962', u'MULTIEQUAL_-1207519133'), (u'INDIRECT_-1207519221', u'MULTIEQUAL_-1207520026'), (u'MULTIEQUAL_-1207518964', u'MULTIEQUAL_-1207519165'), (u'CAST_-1207519159', u'LOAD_-1207521722'), (u'INDIRECT_-1207519675', u'MULTIEQUAL_-1207518963'), (u'CALL_-1207521013', u'INDIRECT_-1207519213'), ('tmp_8789', u'MULTIEQUAL_-1207520010'), (u'MULTIEQUAL_-1207518971', u'MULTIEQUAL_-1207519366'), (u'INT_ADD_-1207521170', u'CAST_-1207519015'), ('const-1073741823', u'INT_AND_-1207519891'), ('const-0', u'INT_EQUAL_-1207521098'), (u'INDIRECT_-1207520085', u'MULTIEQUAL_-1207519294'), (u'INDIRECT_-1207519258', u'MULTIEQUAL_-1207518955'), (u'MULTIEQUAL_-1207518961', u'MULTIEQUAL_-1207519206'), (u'CAST_-1207519159', u'PTRADD_-1207519186'), (u'INT_LESS_-1207522549', u'CBRANCH_-1207522557'), ('tmp_206', u'CBRANCH_-1207522710'), (u'CALL_-1207522471', u'INDIRECT_-1207519940'), (u'INDIRECT_-1207519514', u'MULTIEQUAL_-1207518971'), (u'CALL_-1207521650', u'INDIRECT_-1207519723'), (u'INT_SUB_-1207521596', u'INT_ADD_-1207521564'), (u'MULTIEQUAL_-1207518972', u'MULTIEQUAL_-1207519294'), (u'CALL_-1207521104', u'INDIRECT_-1207519252'), (u'LOAD_-1207521722', u'INT_LEFT_-1207521681'), (u'CAST_-1207519093', u'STORE_-1207521500'), (u'CALL_-1207520991', u'INDIRECT_-1207519387'), ('const-256', u'COPY_-1207519875'), (u'INDIRECT_-1207519892', u'MULTIEQUAL_-1207519101'), (u'CALL_-1207521206', u'INDIRECT_-1207519290'), (u'INT_EQUAL_-1207522255', u'CBRANCH_-1207522254'), ('const-433', u'LOAD_-1207522656'), (u'MULTIEQUAL_-1207518971', u'MULTIEQUAL_-1207519701'), (u'INDIRECT_-1207520052', u'MULTIEQUAL_-1207519685'), (u'CAST_-1207518997', u'LOAD_-1207521143'), (u'COPY_-1207518920', u'CALL_-1207521013'), (u'COPY_-1207518869', u'CALL_-1207520694'), (u'INT_RIGHT_-1207521137', u'INT_OR_-1207521138'), ('tmp_6060', u'INT_ADD_-1207522762'), (u'LOAD_-1207521962', u'INT_ZEXT_-1207520497'), ('tmp_6053', u'PTRSUB_-1207519685'), ('const--168', u'PTRSUB_-1207519811'), (u'MULTIEQUAL_-1207518957', u'MULTIEQUAL_-1207519053'), ('const-0', u'SUBPIECE_-1207519160'), (u'INDIRECT_-1207519195', u'MULTIEQUAL_-1207518958'), ('tmp_2594', u'CBRANCH_-1207521095'), ('const-433', u'LOAD_-1207521186'), (u'CALL_-1207521104', u'INDIRECT_-1207519188'), (u'CALL_-1207521650', u'INDIRECT_-1207519755'), ('tmp_8794', u'MULTIEQUAL_-1207519930'), (u'INDIRECT_-1207519940', u'MULTIEQUAL_-1207519238'), (u'INT_ADD_-1207521660', u'CAST_-1207519140'), (u'LOAD_-1207521973', u'LOAD_-1207521936'), (u'CALL_-1207521650', u'INDIRECT_-1207519691'), (u'LOAD_-1207522664', u'INT_AND_-1207522616'), ('const-8', u'INT_LEFT_-1207521445'), (u'INDIRECT_-1207519386', u'MULTIEQUAL_-1207518963'), (u'MULTIEQUAL_-1207518965', u'MULTIEQUAL_-1207519270'), (u'INT_SRIGHT_-1207522582', u'INT_LESS_-1207522549'), (u'LOAD_-1207522656', u'INT_SUB_-1207522605'), (u'CALL_-1207521104', u'INDIRECT_-1207519172'), ('tmp_2931', u'CBRANCH_-1207520837'), ('tmp_8783', u'MULTIEQUAL_-1207520122'), (u'INDIRECT_-1207519892', u'MULTIEQUAL_-1207519525'), ('const-8', u'INT_MULT_-1207520830'), (u'LOAD_-1207522469', u'INT_ADD_-1207522413'), (u'CAST_-1207519340', u'INT_ADD_-1207521667'), (u'INT_ADD_-1207521957', u'CAST_-1207519239'), (u'INDIRECT_-1207519547', u'MULTIEQUAL_-1207518955'), (u'MULTIEQUAL_-1207518962', u'MULTIEQUAL_-1207519557'), (u'MULTIEQUAL_-1207518956', u'MULTIEQUAL_-1207519037'), ('const-14', u'INT_ADD_-1207521170'), (u'LOAD_-1207521514', u'INT_RIGHT_-1207521449'), ('const-433', u'STORE_-1207521598'), (u'INT_ADD_-1207522529', u'CAST_-1207519650'), (u'INT_AND_-1207521888', u'INT_RIGHT_-1207521884'), (u'INT_ADD_-1207521632', u'CAST_-1207519317'), (u'INDIRECT_-1207519259', u'MULTIEQUAL_-1207518962'), (u'INDIRECT_-1207520052', u'MULTIEQUAL_-1207519261'), ('const-24', u'INT_LEFT_-1207521879'), (u'CALL_-1207522471', u'INDIRECT_-1207520052'), (u'CAST_-1207519221', u'INT_ZEXT_-1207520372'), (u'LOAD_-1207522778', u'INT_NOTEQUAL_-1207522728'), ('const-144', u'INT_ADD_-1207522453'), ('const-1', u'INT_SUB_-1207520254'), ('const-433', u'LOAD_-1207521962'), (u'CALL_-1207520805', u'INDIRECT_-1207519160'), (u'MULTIEQUAL_-1207518972', u'MULTIEQUAL_-1207519383'), (u'CALL_-1207521650', u'INDIRECT_-1207519531'), ('tmp_6053', u'PTRSUB_-1207519550'), (u'INT_EQUAL_-1207519313', u'CBRANCH_-1207521537'), (u'CALL_-1207521206', u'INDIRECT_-1207519450'), (u'COPY_-1207519875', u'MULTIEQUAL_-1207520117'), (u'INT_ADD_-1207520816', u'CAST_-1207518862'), (u'INDIRECT_-1207519189', u'MULTIEQUAL_-1207519994'), (u'CAST_-1207519276', u'LOAD_-1207521570'), (u'CALL_-1207522471', u'INDIRECT_-1207519924'), (u'PTRSUB_-1207519691', u'CALL_-1207522471'), (u'CALL_-1207521013', u'INDIRECT_-1207519181'), (u'MULTIEQUAL_-1207520162', u'INT_ADD_-1207521490'), (u'MULTIEQUAL_-1207520231', u'CALL_-1207521650'), (u'MULTIEQUAL_-1207518963', u'MULTIEQUAL_-1207519149'), (u'COPY_-1207518918', u'CALL_-1207521013'), (u'INT_SRIGHT_-1207522582', u'INT_SUB_-1207520790'), ('const-433', u'LOAD_-1207521178'), (u'INDIRECT_-1207519988', u'MULTIEQUAL_-1207519286'), (u'MULTIEQUAL_-1207519198', u'INT_ADD_-1207521700'), (u'INT_RIGHT_-1207521686', u'INT_OR_-1207521687'), (u'INT_EQUAL_-1207521826', u'BOOL_OR_-1207521492'), (u'MULTIEQUAL_-1207518967', u'MULTIEQUAL_-1207519213'), (u'INDIRECT_-1207519370', u'MULTIEQUAL_-1207518962'), (u'CALL_-1207520991', u'INDIRECT_-1207519420'), (u'CALL_-1207520805', u'INDIRECT_-1207519064'), (u'INT_MULT_-1207521572', u'INT_ADD_-1207521584'), ('const-433', u'LOAD_-1207522681'), ('const-8', u'INT_LEFT_-1207521140'), (u'INT_ADD_-1207522648', u'CAST_-1207519693'), ('const-24', u'INT_LEFT_-1207521442'), (u'INT_NOTEQUAL_-1207520838', u'CBRANCH_-1207520837'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207521826'), (u'COPY_-1207518871', u'CALL_-1207520694'), ('const-3625032', u'COPY_-1207518892'), (u'MULTIEQUAL_-1207518967', u'MULTIEQUAL_-1207519302'), (u'MULTIEQUAL_-1207520162', u'SUBPIECE_-1207519942'), (u'CALL_-1207521013', u'INDIRECT_-1207519037'), (u'CAST_-1207519693', u'LOAD_-1207522664'), ('const-3617922', u'COPY_-1207518920'), ('const-24', u'INT_RIGHT_-1207521688'), ('const-168', u'INT_ADD_-1207522233'), (u'INDIRECT_-1207520101', u'INT_SUB_-1207521596'), ('const-16711680', u'INT_AND_-1207521690'), (u'INT_LEFT_-1207521882', u'INT_OR_-1207521882'), (u'CALL_-1207520805', u'INDIRECT_-1207519016'), ('const-8', u'INT_RIGHT_-1207522612'), (u'CALL_-1207522471', u'INDIRECT_-1207519956'), (u'CALL_-1207521206', u'INDIRECT_-1207519242'), ('const-144', u'INT_ADD_-1207522529'), ('const-176', u'INT_ADD_-1207522679'), (u'INDIRECT_-1207519972', u'MULTIEQUAL_-1207519181'), (u'PTRADD_-1207519186', u'LOAD_-1207521670'), (u'CAST_-1207519287', u'LOAD_-1207521593'), ('tmp_6053', u'PTRSUB_-1207519491'), (u'CALL_-1207521104', u'INDIRECT_-1207519156'), (u'INDIRECT_-1207519109', u'MULTIEQUAL_-1207519914'), ('tmp_8787', u'MULTIEQUAL_-1207520042'), (u'INDIRECT_-1207519163', u'MULTIEQUAL_-1207518956'), (u'CALL_-1207521650', u'INDIRECT_-1207519627'), ('const-4', u'INT_EQUAL_-1207521480'), (u'INDIRECT_-1207519434', u'MULTIEQUAL_-1207518966'), ('tmp_6053', u'PTRSUB_-1207519661'), ('tmp_8795', u'MULTIEQUAL_-1207519914'), ('const-8', u'INT_MULT_-1207521572'), ('tmp_6060', u'INT_ADD_-1207521479'), (u'INT_EQUAL_-1207520974', u'CBRANCH_-1207520969'), (u'CAST_-1207519470', u'LOAD_-1207522249'), (u'INDIRECT_-1207519450', u'MULTIEQUAL_-1207518967'), (u'CAST_-1207518989', u'INT_ZEXT_-1207520254'), (u'INT_OR_-1207522607', u'INT_ZEXT_-1207520716'), ('tmp_6060', u'INT_ADD_-1207521946'), (u'INT_OR_-1207522607', u'INT_EQUAL_-1207522255'), (u'INDIRECT_-1207519940', u'MULTIEQUAL_-1207519149'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519053'), (u'INT_AND_-1207521084', u'INT_EQUAL_-1207521098'), (u'INT_OR_-1207522610', u'INT_OR_-1207522607'), (u'INT_ADD_-1207521946', u'CAST_-1207519230'), (u'INT_ADD_-1207521096', u'CAST_-1207518976'), (u'CAST_-1207519230', u'LOAD_-1207521962'), (u'CALL_-1207520991', u'INDIRECT_-1207519227'), (u'INDIRECT_-1207519275', u'MULTIEQUAL_-1207518963'), ('const-65280', u'INT_AND_-1207522613'), (u'LOAD_-1207521922', u'INT_RIGHT_-1207521886'), (u'INDIRECT_-1207519211', u'MULTIEQUAL_-1207518959'), (u'INT_ADD_-1207521584', u'CAST_-1207519292'), ('const-433', u'LOAD_-1207522545'), (u'INDIRECT_-1207519924', u'MULTIEQUAL_-1207519133'), ('const-3617876', u'COPY_-1207518897'), ('const-0', u'COPY_-1207521735'), ('const-0', u'COPY_-1207522419'), ('tmp_6060', u'INT_ADD_-1207522453'), (u'MULTIEQUAL_-1207518963', u'MULTIEQUAL_-1207519573'), ('const-1', u'PTRADD_-1207519147'), (u'INT_NOTEQUAL_-1207521191', u'CBRANCH_-1207521191'), (u'INDIRECT_-1207519707', u'MULTIEQUAL_-1207518965'), (u'MULTIEQUAL_-1207518959', u'MULTIEQUAL_-1207519174'), (u'COPY_-1207522419', u'MULTIEQUAL_-1207519429'), ('const-8', u'INT_RIGHT_-1207521137'), (u'COPY_-1207520435', u'MULTIEQUAL_-1207520162'), (u'CALL_-1207521206', u'INDIRECT_-1207519338'), (u'MULTIEQUAL_-1207518954', u'MULTIEQUAL_-1207519005'), ('const-4', u'INT_LEFT_-1207521584'), (u'LOAD_-1207521936', u'INT_ADD_-1207521918'), ('const-3', u'INT_EQUAL_-1207519314'), ('const--104', u'PTRSUB_-1207519564'), (u'CALL_-1207521013', u'INDIRECT_-1207519069'), (u'COPY_-1207518892', u'CALL_-1207520805'), ('const--188', u'PTRSUB_-1207519480'), (u'CALL_-1207522471', u'INDIRECT_-1207519988'), ('const-3', u'INT_EQUAL_-1207519313'), (u'CALL_-1207521206', u'INDIRECT_-1207519514'), (u'LOAD_-1207522681', u'INT_ADD_-1207520842'), (u'MULTIEQUAL_-1207520713', u'INT_SRIGHT_-1207522347'), (u'INDIRECT_-1207519908', u'MULTIEQUAL_-1207519117'), (u'INDIRECT_-1207519972', u'MULTIEQUAL_-1207519270'), (u'CALL_-1207521650', u'INDIRECT_-1207519820'), ('const-1', u'INT_ADD_-1207521485'), ('const-433', u'LOAD_-1207521936'), (u'PTRSUB_-1207519550', u'MULTIEQUAL_-1207519461'), ('const-433', u'LOAD_-1207521037'), (u'INDIRECT_-1207519243', u'MULTIEQUAL_-1207518961'), (u'CALL_-1207521104', u'INDIRECT_-1207519284'), (u'CAST_-1207519562', u'LOAD_-1207522429'), ('const-433', u'LOAD_-1207521973'), ('const-433', u'LOAD_-1207522249'), (u'INDIRECT_-1207519739', u'MULTIEQUAL_-1207518967'), (u'CALL_-1207520805', u'INDIRECT_-1207519128'), ('const-0', u'COPY_-1207520199'), (u'INT_ADD_-1207522453', u'CAST_-1207519594'), (u'INT_ADD_-1207521053', u'CALL_-1207520991'), (u'INDIRECT_-1207519113', u'INT_NOTEQUAL_-1207521191'), (u'INT_AND_-1207521448', u'INT_LEFT_-1207521445'), (u'INT_OR_-1207521448', u'INT_OR_-1207521445'), (u'LOAD_-1207521127', u'INT_ADD_-1207521096'), (u'CALL_-1207520991', u'INDIRECT_-1207519259'), (u'INT_EQUAL_-1207519314', u'BOOL_OR_-1207521492'), ('const-184', u'INT_ADD_-1207522665'), (u'MULTIEQUAL_-1207518970', u'MULTIEQUAL_-1207519685'), (u'MULTIEQUAL_-1207518969', u'MULTIEQUAL_-1207519245'), ('const-296', u'INT_ADD_-1207522413'), (u'INT_SLESS_-1207522391', u'CBRANCH_-1207522381'), ('tmp_6060', u'INT_ADD_-1207521491'), (u'INDIRECT_-1207519242', u'MULTIEQUAL_-1207518954'), ('const-24', u'INT_RIGHT_-1207522614'), (u'INT_NOTEQUAL_-1207522728', u'BOOL_AND_-1207520407'), (u'INDIRECT_-1207519531', u'INT_ZEXT_-1207520245'), ('const-433', u'LOAD_-1207521750'), ('tmp_2981', u'BRANCH_-1207520779'), ('const-184', u'INT_ADD_-1207521066'), (u'MULTIEQUAL_-1207518957', u'MULTIEQUAL_-1207519142'), (u'MULTIEQUAL_-1207518958', u'MULTIEQUAL_-1207519069'), (u'INDIRECT_-1207519237', u'MULTIEQUAL_-1207520042'), (u'INT_ADD_-1207521490', u'MULTIEQUAL_-1207520162'), (u'CAST_-1207519140', u'MULTIEQUAL_-1207520231'), (u'INDIRECT_-1207520004', u'MULTIEQUAL_-1207519302'), (u'CALL_-1207521104', u'INDIRECT_-1207519236'), (u'INT_ADD_-1207522689', u'CAST_-1207519722'), (u'INT_AND_-1207521690', u'INT_RIGHT_-1207521686'), (u'COPY_-1207522458', u'MULTIEQUAL_-1207519158'), (u'CALL_-1207521206', u'INDIRECT_-1207519322'), (u'CALL_-1207521650', u'STORE_-1207521598'), (u'MULTIEQUAL_-1207519685', u'INT_ADD_-1207521717'), (u'CALL_-1207522471', u'INDIRECT_-1207519892'), (u'INDIRECT_-1207519338', u'MULTIEQUAL_-1207518960'), (u'PTRSUB_-1207519550', u'COPY_-1207519552'), (u'CALL_-1207521013', u'INDIRECT_-1207519165'), (u'INDIRECT_-1207519771', u'MULTIEQUAL_-1207518969'), (u'INT_SRIGHT_-1207521628', u'INT_EQUAL_-1207521546'), ('const-1', u'RETURN_-1207520689'), (u'COPY_-1207522444', u'MULTIEQUAL_-1207519477'), (u'INT_SRIGHT_-1207522347', u'SUBPIECE_-1207520817'), ('const-4', u'INT_MULT_-1207521921'), (u'INDIRECT_-1207519318', u'MULTIEQUAL_-1207520122'), (u'INT_LEFT_-1207521752', u'INT_ZEXT_-1207520273'), (u'CALL_-1207521206', u'INDIRECT_-1207519306'), ('const-8', u'INT_LEFT_-1207522610'), (u'INT_ZEXT_-1207520497', u'INT_ADD_-1207521918'), ('const-168', u'INT_ADD_-1207522762'), (u'INT_LESS_-1207521683', u'CBRANCH_-1207521678'), (u'MULTIEQUAL_-1207519573', u'INT_ADD_-1207521660'), (u'INT_ZEXT_-1207520716', u'INT_SUB_-1207520790'), (u'INDIRECT_-1207519611', u'MULTIEQUAL_-1207518959'), (u'INDIRECT_-1207520068', u'MULTIEQUAL_-1207519366'), (u'INT_OR_-1207521869', u'INT_ADD_-1207521564'), (u'INT_AND_-1207521885', u'INT_LEFT_-1207521882'), (u'INT_OR_-1207521885', u'INT_OR_-1207521882'), (u'CALL_-1207520991', u'INDIRECT_-1207519195'), (u'COPY_-1207521790', u'MULTIEQUAL_-1207520231'), (u'SUBPIECE_-1207520817', u'INT_SUB_-1207521596'), (u'INDIRECT_-1207519876', u'MULTIEQUAL_-1207519085'), (u'MULTIEQUAL_-1207518958', u'MULTIEQUAL_-1207519493'), (u'MULTIEQUAL_-1207518961', u'MULTIEQUAL_-1207519541'), (u'SUBPIECE_-1207519942', u'INT_MULT_-1207521921'), (u'LOAD_-1207521143', u'INT_ADD_-1207521111'), (u'CALL_-1207520991', u'INDIRECT_-1207519275'), (u'INDIRECT_-1207519924', u'MULTIEQUAL_-1207519222'), ('tmp_8788', u'MULTIEQUAL_-1207520026'), (u'CALL_-1207521650', u'STORE_-1207521557'), ('const-176', u'INT_ADD_-1207521946'), ('const-30', u'INT_RIGHT_-1207521851'), ('tmp_2453', u'CBRANCH_-1207521191'), (u'INT_MULT_-1207521600', u'INT_ADD_-1207521021'), (u'MULTIEQUAL_-1207518960', u'MULTIEQUAL_-1207519525'), (u'INDIRECT_-1207519691', u'MULTIEQUAL_-1207518964'), (u'CAST_-1207519650', u'LOAD_-1207522545'), (u'LOAD_-1207522681', u'INT_SUB_-1207522605'), ('const-4', u'INT_LEFT_-1207521752'), (u'CALL_-1207521013', u'INDIRECT_-1207519053'), (u'CAST_-1207519010', u'LOAD_-1207521178'), (u'CALL_-1207520805', u'INDIRECT_-1207519176'), ('const-2', u'PTRADD_-1207519428'), (u'MULTIEQUAL_-1207520162', u'INT_EQUAL_-1207520974'), (u'CAST_-1207519015', u'LOAD_-1207521186'), (u'MULTIEQUAL_-1207518962', u'MULTIEQUAL_-1207519222'), ('const--1', u'INT_SLESS_-1207522391'), (u'INT_RIGHT_-1207521851', u'INT_EQUAL_-1207519313'), (u'INDIRECT_-1207519253', u'MULTIEQUAL_-1207520058'), (u'CALL_-1207520991', u'INDIRECT_-1207519163'), (u'SUBPIECE_-1207519160', u'INT_ZEXT_-1207520451'), (u'INT_LESS_-1207522561', u'CBRANCH_-1207522550'), (u'MULTIEQUAL_-1207518955', u'MULTIEQUAL_-1207519110'), (u'CALL_-1207522471', u'INDIRECT_-1207519876'), ('const-433', u'LOAD_-1207521722'), (u'CALL_-1207521650', u'INDIRECT_-1207519611'), (u'CALL_-1207520782', u'INDIRECT_-1207519269'), (u'INT_RIGHT_-1207521688', u'INT_OR_-1207521687'), ('const-4', u'INT_NOTEQUAL_-1207522728'), (u'PTRSUB_-1207519811', u'MULTIEQUAL_-1207520106'), ('const-433', u'STORE_-1207521500'), (u'PTRSUB_-1207519550', u'MULTIEQUAL_-1207519126'), (u'INT_ADD_-1207521906', u'CAST_-1207519209'), ('tmp_8790', u'MULTIEQUAL_-1207519994'), (u'INDIRECT_-1207520036', u'MULTIEQUAL_-1207519334'), (u'CAST_-1207518985', u'LOAD_-1207521127'), (u'INDIRECT_-1207519498', u'MULTIEQUAL_-1207518970')]
null
null
0019a9e0
x64
O2
(translation_unit "void FUN_0019a9e0(long param_1,undefined8 param_2)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */\n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}\n\n" (function_definition "void FUN_0019a9e0(long param_1,undefined8 param_2)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */\n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" primitive_type (function_declarator "FUN_0019a9e0(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */\n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "char extraout_DL;" primitive_type identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "int local_c0;" primitive_type identifier ;) (declaration "uint local_bc;" type_identifier identifier ;) (declaration "undefined4 *local_b8;" type_identifier (pointer_declarator "*local_b8" * identifier) ;) (declaration "long local_b0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_a8;" type_identifier identifier ;) (declaration "uint local_a4;" type_identifier identifier ;) (declaration "uint local_a0;" type_identifier identifier ;) (declaration "char local_9c;" primitive_type identifier ;) (declaration "undefined1 local_9b;" type_identifier identifier ;) (declaration "undefined2 local_9a;" type_identifier identifier ;) (declaration "long local_98;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "long local_80;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_78;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_68 [8];" type_identifier (array_declarator "local_68 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_60 [2];" type_identifier (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined4 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "local_b8 = &local_a8;" (assignment_expression "local_b8 = &local_a8" identifier = (pointer_expression "&local_a8" & identifier)) ;) (if_statement "if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" if (parenthesized_expression "(1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4)" ( (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4" (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1" number_literal < (binary_expression "*(byte *)(param_1 + 0xa8) - 1" (pointer_expression "*(byte *)(param_1 + 0xa8)" * (cast_expression "(byte *)(param_1 + 0xa8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) - number_literal)) && (binary_expression "*(byte *)(param_1 + 0xa8) != 4" (pointer_expression "*(byte *)(param_1 + 0xa8)" * (cast_expression "(byte *)(param_1 + 0xa8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) != number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" { comment (expression_statement "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count")" identifier (argument_list "("../../gold/incremental.h",0x388,"get_global_symbol_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_global_symbol_count"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));" (assignment_expression "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" identifier = (pointer_expression "*(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" * (cast_expression "(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" ( (binary_expression "**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "**(long **)(param_1 + 0xa0) + 4" (pointer_expression "**(long **)(param_1 + 0xa0)" * (pointer_expression "*(long **)(param_1 + 0xa0)" * (cast_expression "(long **)(param_1 + 0xa0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0xb0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) ))))) ;) (expression_statement "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;" (assignment_expression "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" identifier = (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar10 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar8 = (ulong)uVar10;" (assignment_expression "uVar8 = (ulong)uVar10" identifier = (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" identifier = (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8)" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" if (parenthesized_expression "(uVar5 < uVar8)" ( (binary_expression "uVar5 < uVar8" identifier < identifier) )) (compound_statement "{\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }" { (expression_statement "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5)" identifier (argument_list "(param_1 + 0xb8,uVar8 - uVar5)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) , (binary_expression "uVar8 - uVar5" identifier - identifier) ))) ;) }) (else_clause "else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" else (if_statement "if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" if (parenthesized_expression "((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2))" ( (binary_expression "(uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" (parenthesized_expression "(uVar8 < uVar5)" ( (binary_expression "uVar8 < uVar5" identifier < identifier) )) && (parenthesized_expression "(lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" ( (comma_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2" (assignment_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8" identifier = (binary_expression "*(long *)(param_1 + 0xb8) + uVar8 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar8 * 8" identifier * number_literal))) , (binary_expression "*(long *)(param_1 + 0xc0) != lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0xc0) = lVar2;\n }" { (expression_statement "*(long *)(param_1 + 0xc0) = lVar2;" (assignment_expression "*(long *)(param_1 + 0xc0) = lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" identifier = number_literal) ;) (expression_statement "local_90 = 0;" (assignment_expression "local_90 = 0" identifier = number_literal) ;) (expression_statement "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);" (call_expression "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x90)" * (cast_expression "(undefined8 *)(param_1 + 0x90)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) , (pointer_expression "&local_b0" & identifier) , (pointer_expression "&local_c0" & identifier) , (pointer_expression "&local_98" & identifier) ))) ;) (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);" (assignment_expression "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x128)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x128)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x128)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0x128" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "lVar6 = lVar2 + 3;" (assignment_expression "lVar6 = lVar2 + 3" identifier = (binary_expression "lVar2 + 3" identifier + number_literal)) ;) (if_statement "if (-1 < lVar2) {\n lVar6 = lVar2;\n }" if (parenthesized_expression "(-1 < lVar2)" ( (binary_expression "-1 < lVar2" number_literal < identifier) )) (compound_statement "{\n lVar6 = lVar2;\n }" { (expression_statement "lVar6 = lVar2;" (assignment_expression "lVar6 = lVar2" identifier = identifier) ;) })) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" identifier = identifier) ;) (expression_statement "local_48 = local_50;" (assignment_expression "local_48 = local_50" identifier = identifier) ;) (if_statement "if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" { (labeled_statement "LAB_0019ad48:\n FUN_001954d0(local_68,local_58);" statement_identifier : (expression_statement "FUN_001954d0(local_68,local_58);" (call_expression "FUN_001954d0(local_68,local_58)" identifier (argument_list "(local_68,local_58)" ( identifier , identifier ))) ;)) (return_statement "return;" return ;) })) (if_statement "if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\x04'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');" do (compound_statement "{\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n }" { (expression_statement "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));" (assignment_expression "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" identifier = (pointer_expression "*(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" * (cast_expression "(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" ( (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8" (call_expression "(ulong)(uint)((int)uVar5 * 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((int)uVar5 * 4)" ( (binary_expression "(int)uVar5 * 4" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) ))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0xb0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) + (pointer_expression "**(long **)(param_1 + 0xa0)" * (pointer_expression "*(long **)(param_1 + 0xa0)" * (cast_expression "(long **)(param_1 + 0xa0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ))))) ;) (expression_statement "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;" (assignment_expression "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" identifier = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 << 0x18" identifier << number_literal) & number_literal))) ;) (expression_statement "uVar3 = (uVar1 << 0x18) >> 0x1e;" (assignment_expression "uVar3 = (uVar1 << 0x18) >> 0x1e" identifier = (binary_expression "(uVar1 << 0x18) >> 0x1e" (parenthesized_expression "(uVar1 << 0x18)" ( (binary_expression "uVar1 << 0x18" identifier << number_literal) )) >> number_literal)) ;) (expression_statement "pcVar9 = "";" (assignment_expression "pcVar9 = """ identifier = (string_literal """" " ")) ;) (expression_statement "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);" (assignment_expression "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0)" identifier = (cast_expression "(uint *)((ulong)(uVar12 << 4) + local_b0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(uVar12 << 4) + local_b0)" ( (binary_expression "(ulong)(uVar12 << 4) + local_b0" (call_expression "(ulong)(uVar12 << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar12 << 4)" ( (binary_expression "uVar12 << 4" identifier << number_literal) ))) + identifier) )))) ;) (expression_statement "uVar1 = *puVar11;" (assignment_expression "uVar1 = *puVar11" identifier = (pointer_expression "*puVar11" * identifier)) ;) (expression_statement "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);" (assignment_expression "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" identifier = (call_expression "(ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" ( (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal)) )))) ;) (if_statement "if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }" if (parenthesized_expression "(uVar8 < local_90)" ( (binary_expression "uVar8 < local_90" identifier < identifier) )) (compound_statement "{\n pcVar9 = (char *)(local_98 + uVar8);\n }" { (expression_statement "pcVar9 = (char *)(local_98 + uVar8);" (assignment_expression "pcVar9 = (char *)(local_98 + uVar8)" identifier = (cast_expression "(char *)(local_98 + uVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_98 + uVar8)" ( (binary_expression "local_98 + uVar8" identifier + identifier) )))) ;) })) (expression_statement "uVar1 = puVar11[3];" (assignment_expression "uVar1 = puVar11[3]" identifier = (subscript_expression "puVar11[3]" identifier [ number_literal ])) ;) (expression_statement "iVar4 = (int)(uint)(byte)uVar1 >> 4;" (assignment_expression "iVar4 = (int)(uint)(byte)uVar1 >> 4" identifier = (binary_expression "(int)(uint)(byte)uVar1 >> 4" (cast_expression "(int)(uint)(byte)uVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(uint)(byte)uVar1" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier))) >> number_literal)) ;) (expression_statement "local_9c = (char)(iVar4 << 4);" (assignment_expression "local_9c = (char)(iVar4 << 4)" identifier = (cast_expression "(char)(iVar4 << 4)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(iVar4 << 4)" ( (binary_expression "iVar4 << 4" identifier << number_literal) )))) ;) (if_statement "if (iVar4 == 0) {\n local_9c = '\x10';\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n local_9c = '\x10';\n }" { (expression_statement "local_9c = '\x10';" (assignment_expression "local_9c = '\x10'" identifier = (char_literal "'\x10'" ' escape_sequence ')) ;) })) (if_statement "if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" if (parenthesized_expression "(uVar3 == 2 || uVar3 == 3)" ( (binary_expression "uVar3 == 2 || uVar3 == 3" (binary_expression "uVar3 == 2" identifier == number_literal) || (binary_expression "uVar3 == 3" identifier == number_literal)) )) (compound_statement "{\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }" { (expression_statement "local_a4 = puVar11[1];" (assignment_expression "local_a4 = puVar11[1]" identifier = (subscript_expression "puVar11[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;" (assignment_expression "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;" (assignment_expression "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" identifier = (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8" (binary_expression "local_a4 >> 0x18" identifier >> number_literal) | (binary_expression "(local_a4 & 0xff0000) >> 8" (parenthesized_expression "(local_a4 & 0xff0000)" ( (binary_expression "local_a4 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(local_a4 & 0xff00) << 8" (parenthesized_expression "(local_a4 & 0xff00)" ( (binary_expression "local_a4 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "local_a4 << 0x18" identifier << number_literal))) ;) (expression_statement "local_9a = 0x100;" (assignment_expression "local_9a = 0x100" identifier = number_literal) ;) }) (else_clause "else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" else (compound_statement "{\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" { (expression_statement "local_bc = 0;" (assignment_expression "local_bc = 0" identifier = number_literal) ;) (expression_statement "local_a4 = 0;" (assignment_expression "local_a4 = 0" identifier = number_literal) ;) (expression_statement "local_9a = 0;" (assignment_expression "local_9a = 0" identifier = number_literal) ;) }))) (expression_statement "local_a0 = puVar11[2];" (assignment_expression "local_a0 = puVar11[2]" identifier = (subscript_expression "puVar11[2]" identifier [ number_literal ])) ;) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" identifier = number_literal) ;) (expression_statement "local_9c = ((byte)uVar1 & 0xf) + local_9c;" (assignment_expression "local_9c = ((byte)uVar1 & 0xf) + local_9c" identifier = (binary_expression "((byte)uVar1 & 0xf) + local_9c" (parenthesized_expression "((byte)uVar1 & 0xf)" ( (binary_expression "(byte)uVar1 & 0xf" (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + identifier)) ;) (expression_statement "local_9b = *(undefined1 *)((long)puVar11 + 0xd);" (assignment_expression "local_9b = *(undefined1 *)((long)puVar11 + 0xd)" identifier = (pointer_expression "*(undefined1 *)((long)puVar11 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar11 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xd)" ( (binary_expression "(long)puVar11 + 0xd" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) comment (expression_statement "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);" (assignment_expression "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" identifier = (call_expression "FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" identifier (argument_list "(param_2,param_1,pcVar9,0,&local_b8)" ( identifier , identifier , identifier , number_literal , (pointer_expression "&local_b8" & identifier) )))) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar5 * 8" identifier * number_literal)) )))) = identifier) ;) (expression_statement "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;" (assignment_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7" (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0xa8)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0xa8" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (call_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((int)(lVar6 >> 2) - local_c0) + uVar12)" ( (binary_expression "((int)(lVar6 >> 2) - local_c0) + uVar12" (parenthesized_expression "((int)(lVar6 >> 2) - local_c0)" ( (binary_expression "(int)(lVar6 >> 2) - local_c0" (cast_expression "(int)(lVar6 >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(lVar6 >> 2)" ( (binary_expression "lVar6 >> 2" identifier >> number_literal) ))) - identifier) )) + identifier) ))) * number_literal)) )))) = identifier) ;) (if_statement "if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" if (parenthesized_expression "((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0'))" ( (binary_expression "(uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" (parenthesized_expression "(uVar3 == 3)" ( (binary_expression "uVar3 == 3" identifier == number_literal) )) && (parenthesized_expression "(FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" ( (comma_expression "FUN_00195510(local_68,&local_bc), extraout_DL != '\0'" (call_expression "FUN_00195510(local_68,&local_bc)" identifier (argument_list "(local_68,&local_bc)" ( identifier , (pointer_expression "&local_bc" & identifier) ))) , (binary_expression "extraout_DL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" { (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" * (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x90)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0x90" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (call_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" ( (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8" (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" * (cast_expression "(ushort *)((long)puVar11 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xe)" ( (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal) | (binary_expression "*(ushort *)((long)puVar11 + 0xe) >> 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" * (cast_expression "(ushort *)((long)puVar11 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xe)" ( (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) >> number_literal)) ))) * number_literal)) ))))) ;) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" * (cast_expression "(byte *)(lVar2 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;) })) (expression_statement "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);" (assignment_expression "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8)" identifier = (binary_expression "(ulong)local_bc - *(long *)(lVar2 + 8)" (cast_expression "(ulong)local_bc" ( (type_descriptor "ulong" type_identifier) ) identifier) - (pointer_expression "*(long *)(lVar2 + 8)" * (cast_expression "(long *)(lVar2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))))) ;) (expression_statement "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);" (assignment_expression "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" identifier = (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar5 * 8" identifier * number_literal)) ))))) ;) (expression_statement "local_80 = lVar2;" (assignment_expression "local_80 = lVar2" identifier = identifier) ;) (expression_statement "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);" (call_expression "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" identifier (argument_list "(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0xc0" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) , (pointer_expression "&local_88" & identifier) ))) ;) })) (if_statement "if (uVar5 == uVar10 - 1) goto LAB_0019ad48;" if (parenthesized_expression "(uVar5 == uVar10 - 1)" ( (binary_expression "uVar5 == uVar10 - 1" identifier == (binary_expression "uVar10 - 1" identifier - number_literal)) )) (goto_statement "goto LAB_0019ad48;" goto statement_identifier ;)) (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\x04'" ' escape_sequence ')) )) ;) })) comment comment (expression_statement "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index")" identifier (argument_list "("../../gold/incremental.h",0x435,"get_output_symbol_index")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_output_symbol_index"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_add_symbols(Sized_incr_dynobj<32,_true> * this, Symbol_table *\n symtab, Read_symbols_data * param_2, Layout * param_3) */\n\nvoid __thiscall\ngold::Sized_incr_dynobj<32,_true>::do_add_symbols\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n pointer ppSVar3;\n pointer ppSVar4;\n long lVar5;\n Output_section *pOVar6;\n uint uVar7;\n int iVar8;\n ulong uVar9;\n long lVar10;\n Sized_symbol<32> *pSVar11;\n ulong uVar12;\n char cVar13;\n char *name;\n uint uVar14;\n uint *puVar15;\n uint uVar16;\n pair<std::_Rb_tree_iterator<unsigned_int>,_bool> pVar17;\n uint symtab_count;\n Address v;\n Sym<32,_true> sym;\n View symtab_view;\n uchar symbuf [16];\n Elf_strtab strtab;\n Copy_reloc local_88;\n Copied_symbols copied_symbols;\n \n sym.p_ = (Sym_data<32> *)symbuf;\n bVar1 = (byte)(this->input_reader_).flags_;\n if (1 < bVar1 - 1 && bVar1 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n uVar14 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4);\n ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;\n uVar14 = uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8 | uVar14 << 0x18;\n uVar12 = (ulong)uVar14;\n uVar9 = (long)ppSVar4 - (long)ppSVar3 >> 3;\n if (uVar9 < uVar12) {\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,uVar12 - uVar9);\n }\n else if ((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;\n }\n symtab_view.p_ = (uchar *)0x0;\n strtab.base_ = (char *)0x0;\n strtab.usable_size_ = 0;\n Sized_incremental_binary<32,_true>::get_symtab_view\n (this->ibase_,&symtab_view,&symtab_count,&strtab);\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;\n lVar5 = (this->ibase_->symtab_reader_).len_;\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;\n lVar10 = lVar5 + 3;\n if (-1 < lVar5) {\n lVar10 = lVar5;\n }\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header;\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n if (uVar14 == 0) {\nLAB_0019ad48:\n std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n return;\n }\n if ((char)(this->input_reader_).flags_ == '\x04') {\n uVar9 = 0;\n do {\n uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );\n uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;\n uVar7 = (uVar2 << 0x18) >> 0x1e;\n name = "";\n puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));\n uVar2 = *puVar15;\n uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);\n if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }\n uVar2 = puVar15[3];\n iVar8 = (int)(uint)(byte)uVar2 >> 4;\n cVar13 = (char)(iVar8 << 4);\n if (iVar8 == 0) {\n cVar13 = '\x10';\n }\n if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }\n symbuf._8_4_ = puVar15[2];\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;\n symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;\n (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;\n if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }\n if (uVar9 == uVar14 - 1) goto LAB_0019ad48;\n uVar9 = uVar9 + 1;\n } while ((char)(this->input_reader_).flags_ == '\x04');\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */\n do_gold_unreachable("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_incr_dynobj<32,_true>::do_add_symbols\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *param_3)\n\n{\n byte bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::do_add_symbols\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *param_3)\n\n{\n byte" identifier > : : (function_declarator "do_add_symbols\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *param_3)" identifier (parameter_list "(Sized_incr_dynobj<32,_true> *this,Symbol_table *symtab,Read_symbols_data *param_2,\n Layout *param_3)" ( (parameter_declaration "Sized_incr_dynobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Read_symbols_data *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Layout *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) { identifier) identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "pointer ppSVar3;" type_identifier identifier ;) (declaration "pointer ppSVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "Output_section *pOVar6;" type_identifier (pointer_declarator "*pOVar6" * identifier) ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "ulong uVar9;" type_identifier identifier ;) (declaration "long lVar10;" (sized_type_specifier "long" long) identifier ;) (expression_statement "Sized_symbol<32> *pSVar11;" (update_expression "Sized_symbol<32> *pSVar11" (binary_expression "Sized_symbol<32> *pSVar11" (binary_expression "Sized_symbol<32" identifier < number_literal) > (pointer_expression "*pSVar11" * identifier)) --) ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "char cVar13;" primitive_type identifier ;) (declaration "char *name;" primitive_type (pointer_declarator "*name" * identifier) ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint *puVar15;" type_identifier (pointer_declarator "*puVar15" * identifier) ;) (declaration "uint uVar16;" type_identifier identifier ;) (ERROR "pair<std::_Rb_tree_iterator<unsigned_int>,_bool> pVar17" (binary_expression "pair<std" identifier < identifier) : : (binary_expression "_Rb_tree_iterator<unsigned_int>,_bool> pVar17" (binary_expression "_Rb_tree_iterator<unsigned_int>,_bool" (binary_expression "_Rb_tree_iterator<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) > identifier)) (expression_statement ";" ;) (declaration "uint symtab_count;" type_identifier identifier ;) (declaration "Address v;" type_identifier identifier ;) (expression_statement "Sym<32,_true> sym;" (update_expression "Sym<32,_true> sym" (binary_expression "Sym<32,_true> sym" (binary_expression "Sym<32" identifier < number_literal) (ERROR ",_true" , identifier) > identifier) --) ;) (declaration "View symtab_view;" type_identifier identifier ;) (declaration "uchar symbuf [16];" type_identifier (array_declarator "symbuf [16]" identifier [ number_literal ]) ;) (declaration "Elf_strtab strtab;" type_identifier identifier ;) (declaration "Copy_reloc local_88;" type_identifier identifier ;) (declaration "Copied_symbols copied_symbols;" type_identifier identifier ;) (expression_statement "sym.p_ = (Sym_data<32> *)symbuf;" (assignment_expression "sym.p_ = (Sym_data<32> *)symbuf" (field_expression "sym.p_" identifier . field_identifier) = (parenthesized_expression "(Sym_data<32> *)symbuf" ( (binary_expression "Sym_data<32> *)symbuf" (binary_expression "Sym_data<32" identifier < number_literal) > (pointer_expression "*)symbuf" * (ERROR ")" )) identifier)) ))) ;) (expression_statement "bVar1 = (byte)(this->input_reader_).flags_;" (assignment_expression "bVar1 = (byte)(this->input_reader_).flags_" identifier = (field_expression "(byte)(this->input_reader_).flags_" (call_expression "(byte)(this->input_reader_)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) ;) (if_statement "if (1 < bVar1 - 1 && bVar1 != 4) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" if (parenthesized_expression "(1 < bVar1 - 1 && bVar1 != 4)" ( (binary_expression "1 < bVar1 - 1 && bVar1 != 4" (binary_expression "1 < bVar1 - 1" number_literal < (binary_expression "bVar1 - 1" identifier - number_literal)) && (binary_expression "bVar1 != 4" identifier != number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count");" (call_expression "do_gold_unreachable("../../gold/incremental.h",0x388,"get_global_symbol_count")" identifier (argument_list "("../../gold/incremental.h",0x388,"get_global_symbol_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_global_symbol_count"" " string_content ") ))) ;) })) (expression_statement "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;" (field_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar3 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "uVar14 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4);" (assignment_expression "uVar14 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4)" identifier = (pointer_expression "*(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4)" * (cast_expression "(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4)" ( (binary_expression "((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_ + 4" (binary_expression "((this->input_reader_).inputs_)->p_ +\n (ulong)(this->input_reader_).info_offset_" (field_expression "((this->input_reader_).inputs_)->p_" (parenthesized_expression "((this->input_reader_).inputs_)" ( (field_expression "(this->input_reader_).inputs_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) + (field_expression "(ulong)(this->input_reader_).info_offset_" (call_expression "(ulong)(this->input_reader_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) + number_literal) ))))) ;) (expression_statement "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;" (field_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish" (field_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar4 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "uVar14 = uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8 | uVar14 << 0x18;" (assignment_expression "uVar14 = uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8 | uVar14 << 0x18" identifier = (binary_expression "uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8 | uVar14 << 0x18" (binary_expression "uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8 | (uVar14 & 0xff00) << 8" (binary_expression "uVar14 >> 0x18 | (uVar14 & 0xff0000) >> 8" (binary_expression "uVar14 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar14 & 0xff0000) >> 8" (parenthesized_expression "(uVar14 & 0xff0000)" ( (binary_expression "uVar14 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar14 & 0xff00) << 8" (parenthesized_expression "(uVar14 & 0xff00)" ( (binary_expression "uVar14 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar14 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar12 = (ulong)uVar14;" (assignment_expression "uVar12 = (ulong)uVar14" identifier = (cast_expression "(ulong)uVar14" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar9 = (long)ppSVar4 - (long)ppSVar3 >> 3;" (assignment_expression "uVar9 = (long)ppSVar4 - (long)ppSVar3 >> 3" identifier = (binary_expression "(long)ppSVar4 - (long)ppSVar3 >> 3" (binary_expression "(long)ppSVar4 - (long)ppSVar3" (cast_expression "(long)ppSVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)ppSVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar9 < uVar12) {\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,uVar12 - uVar9);\n }\n else if ((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;\n }" if (parenthesized_expression "(uVar9 < uVar12)" ( (binary_expression "uVar9 < uVar12" identifier < identifier) )) (compound_statement "{\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,uVar12 - uVar9);\n }" { (ERROR "std::vector<gold::Symbol*,_std::allocator<gold::" (comma_expression "std::vector<gold::Symbol*,_std" identifier (ERROR "::vector<gold::Symbol*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Symbol*>_>::_M_default_append\n (&this->symbols_,uVar12 - uVar9);" (binary_expression "Symbol*>_>::_M_default_append\n (&this->symbols_,uVar12 - uVar9)" (binary_expression "Symbol*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) (call_expression "_M_default_append\n (&this->symbols_,uVar12 - uVar9)" identifier (argument_list "(&this->symbols_,uVar12 - uVar9)" ( (pointer_expression "&this->symbols_" & (field_expression "this->symbols_" identifier -> field_identifier)) , (binary_expression "uVar12 - uVar9" identifier - identifier) )))) ;) }) (else_clause "else if ((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;\n }" else (if_statement "if ((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;\n }" if (parenthesized_expression "((uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3))" ( (binary_expression "(uVar12 < uVar9) && (ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)" (parenthesized_expression "(uVar12 < uVar9)" ( (binary_expression "uVar12 < uVar9" identifier < identifier) )) && (parenthesized_expression "(ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3)" ( (comma_expression "ppSVar3 = ppSVar3 + uVar12, ppSVar4 != ppSVar3" (assignment_expression "ppSVar3 = ppSVar3 + uVar12" identifier = (binary_expression "ppSVar3 + uVar12" identifier + identifier)) , (binary_expression "ppSVar4 != ppSVar3" identifier != identifier)) ))) )) (compound_statement "{\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;\n }" { (expression_statement "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3;" (assignment_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar3" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std" (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) })))) (expression_statement "symtab_view.p_ = (uchar *)0x0;" (assignment_expression "symtab_view.p_ = (uchar *)0x0" (field_expression "symtab_view.p_" identifier . field_identifier) = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "strtab.base_ = (char *)0x0;" (assignment_expression "strtab.base_ = (char *)0x0" (field_expression "strtab.base_" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "strtab.usable_size_ = 0;" (assignment_expression "strtab.usable_size_ = 0" (field_expression "strtab.usable_size_" identifier . field_identifier) = number_literal) ;) (expression_statement "Sized_incremental_binary<32,_true>::get_symtab_view\n (this->ibase_,&symtab_view,&symtab_count,&strtab);" (update_expression "Sized_incremental_binary<32,_true>::get_symtab_view\n (this->ibase_,&symtab_view,&symtab_count,&strtab)" (binary_expression "Sized_incremental_binary<32,_true>::get_symtab_view\n (this->ibase_,&symtab_view,&symtab_count,&strtab)" (binary_expression "Sized_incremental_binary<32" identifier < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "get_symtab_view\n (this->ibase_,&symtab_view,&symtab_count,&strtab)" identifier (argument_list "(this->ibase_,&symtab_view,&symtab_count,&strtab)" ( (field_expression "this->ibase_" identifier -> field_identifier) , (pointer_expression "&symtab_view" & identifier) , (pointer_expression "&symtab_count" & identifier) , (pointer_expression "&strtab" & identifier) )))) --) ;) (expression_statement "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red;" (assignment_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0;" (assignment_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (_Base_ptr)0x0" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) ;) (expression_statement "lVar5 = (this->ibase_->symtab_reader_).len_;" (assignment_expression "lVar5 = (this->ibase_->symtab_reader_).len_" identifier = (field_expression "(this->ibase_->symtab_reader_).len_" (parenthesized_expression "(this->ibase_->symtab_reader_)" ( (field_expression "this->ibase_->symtab_reader_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (expression_statement "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count = 0;" (assignment_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count = 0" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "lVar10 = lVar5 + 3;" (assignment_expression "lVar10 = lVar5 + 3" identifier = (binary_expression "lVar5 + 3" identifier + number_literal)) ;) (if_statement "if (-1 < lVar5) {\n lVar10 = lVar5;\n }" if (parenthesized_expression "(-1 < lVar5)" ( (binary_expression "-1 < lVar5" number_literal < identifier) )) (compound_statement "{\n lVar10 = lVar5;\n }" { (expression_statement "lVar10 = lVar5;" (assignment_expression "lVar10 = lVar5" identifier = identifier) ;) })) (expression_statement "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header;" (assignment_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left =\n &copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (pointer_expression "&copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" & (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left;" (assignment_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right =\n copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (uVar14 == 0) {\nLAB_0019ad48:\n std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n return;\n }" if (parenthesized_expression "(uVar14 == 0)" ( (binary_expression "uVar14 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0019ad48:\n std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);\n return;\n }" { (labeled_statement "LAB_0019ad48:\n std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);" statement_identifier : (ERROR "std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::" (comma_expression "std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std" identifier (ERROR "::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>" : : (comma_expression "_Rb_tree<unsigned_int,_unsigned_int,_std" (binary_expression "_Rb_tree<unsigned_int" identifier < identifier) , (comma_expression "_unsigned_int,_std" identifier , identifier)) : : (binary_expression "_Identity<unsigned_int" identifier < identifier) >) , identifier) : : (binary_expression "less<unsigned_int>,_std" (binary_expression "less<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : :) (expression_statement "allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent);" (binary_expression "allocator<unsigned_int>_>\n ::_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_erase(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" identifier (argument_list "(&copied_symbols._M_t,\n (_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent)" ( (pointer_expression "&copied_symbols._M_t" & (field_expression "copied_symbols._M_t" identifier . field_identifier)) , (cast_expression "(_Link_type)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" ( (type_descriptor "_Link_type" type_identifier) ) (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "copied_symbols._M_t._M_impl.super__Rb_tree_header" (field_expression "copied_symbols._M_t._M_impl" (field_expression "copied_symbols._M_t" identifier . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) )))) ;)) (return_statement "return;" return ;) })) (if_statement "if ((char)(this->input_reader_).flags_ == '\x04') {\n uVar9 = 0;\n do {\n uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );\n uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;\n uVar7 = (uVar2 << 0x18) >> 0x1e;\n name = "";\n puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));\n uVar2 = *puVar15;\n uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);\n if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }\n uVar2 = puVar15[3];\n iVar8 = (int)(uint)(byte)uVar2 >> 4;\n cVar13 = (char)(iVar8 << 4);\n if (iVar8 == 0) {\n cVar13 = '\x10';\n }\n if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }\n symbuf._8_4_ = puVar15[2];\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;\n symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;\n (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;\n if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }\n if (uVar9 == uVar14 - 1) goto LAB_0019ad48;\n uVar9 = uVar9 + 1;\n } while ((char)(this->input_reader_).flags_ == '\x04');\n }" if (parenthesized_expression "((char)(this->input_reader_).flags_ == '\x04')" ( (binary_expression "(char)(this->input_reader_).flags_ == '\x04'" (cast_expression "(char)(this->input_reader_).flags_" ( (type_descriptor "char" primitive_type) ) (field_expression "(this->input_reader_).flags_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) == (char_literal "'\x04'" ' escape_sequence ')) )) (compound_statement "{\n uVar9 = 0;\n do {\n uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );\n uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;\n uVar7 = (uVar2 << 0x18) >> 0x1e;\n name = "";\n puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));\n uVar2 = *puVar15;\n uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);\n if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }\n uVar2 = puVar15[3];\n iVar8 = (int)(uint)(byte)uVar2 >> 4;\n cVar13 = (char)(iVar8 << 4);\n if (iVar8 == 0) {\n cVar13 = '\x10';\n }\n if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }\n symbuf._8_4_ = puVar15[2];\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;\n symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;\n (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;\n if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }\n if (uVar9 == uVar14 - 1) goto LAB_0019ad48;\n uVar9 = uVar9 + 1;\n } while ((char)(this->input_reader_).flags_ == '\x04');\n }" { (expression_statement "uVar9 = 0;" (assignment_expression "uVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );\n uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;\n uVar7 = (uVar2 << 0x18) >> 0x1e;\n name = "";\n puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));\n uVar2 = *puVar15;\n uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);\n if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }\n uVar2 = puVar15[3];\n iVar8 = (int)(uint)(byte)uVar2 >> 4;\n cVar13 = (char)(iVar8 << 4);\n if (iVar8 == 0) {\n cVar13 = '\x10';\n }\n if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }\n symbuf._8_4_ = puVar15[2];\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;\n symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;\n (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;\n if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }\n if (uVar9 == uVar14 - 1) goto LAB_0019ad48;\n uVar9 = uVar9 + 1;\n } while ((char)(this->input_reader_).flags_ == '\x04');" do (compound_statement "{\n uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );\n uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;\n uVar7 = (uVar2 << 0x18) >> 0x1e;\n name = "";\n puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));\n uVar2 = *puVar15;\n uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);\n if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }\n uVar2 = puVar15[3];\n iVar8 = (int)(uint)(byte)uVar2 >> 4;\n cVar13 = (char)(iVar8 << 4);\n if (iVar8 == 0) {\n cVar13 = '\x10';\n }\n if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }\n symbuf._8_4_ = puVar15[2];\n symbuf[0] = '\0';\n symbuf[1] = '\0';\n symbuf[2] = '\0';\n symbuf[3] = '\0';\n symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;\n symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);\n /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */\n pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;\n (this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;\n if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }\n if (uVar9 == uVar14 - 1) goto LAB_0019ad48;\n uVar9 = uVar9 + 1;\n }" { (expression_statement "uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n );" (assignment_expression "uVar2 = *(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n )" identifier = (pointer_expression "*(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n )" * (cast_expression "(uint *)(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n )" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_\n )" ( (binary_expression "((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8 + (ulong)(this->input_reader_).info_offset_" (binary_expression "((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4) + 8" (binary_expression "((this->input_reader_).inputs_)->p_ +\n (ulong)(uint)((int)uVar9 * 4)" (field_expression "((this->input_reader_).inputs_)->p_" (parenthesized_expression "((this->input_reader_).inputs_)" ( (field_expression "(this->input_reader_).inputs_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier) + (call_expression "(ulong)(uint)((int)uVar9 * 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((int)uVar9 * 4)" ( (binary_expression "(int)uVar9 * 4" (cast_expression "(int)uVar9" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) )))) + number_literal) + (field_expression "(ulong)(this->input_reader_).info_offset_" (call_expression "(ulong)(this->input_reader_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) ))) . field_identifier)) ))))) ;) (expression_statement "uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff;" (assignment_expression "uVar16 = uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff" identifier = (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18 & 0x3fffffff" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18 & 0x3fffffff" (binary_expression "uVar2 << 0x18" identifier << number_literal) & number_literal))) ;) (expression_statement "uVar7 = (uVar2 << 0x18) >> 0x1e;" (assignment_expression "uVar7 = (uVar2 << 0x18) >> 0x1e" identifier = (binary_expression "(uVar2 << 0x18) >> 0x1e" (parenthesized_expression "(uVar2 << 0x18)" ( (binary_expression "uVar2 << 0x18" identifier << number_literal) )) >> number_literal)) ;) (expression_statement "name = "";" (assignment_expression "name = """ identifier = (string_literal """" " ")) ;) (expression_statement "puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4));" (assignment_expression "puVar15 = (uint *)(symtab_view.p_ + (uVar16 << 4))" identifier = (cast_expression "(uint *)(symtab_view.p_ + (uVar16 << 4))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(symtab_view.p_ + (uVar16 << 4))" ( (binary_expression "symtab_view.p_ + (uVar16 << 4)" (field_expression "symtab_view.p_" identifier . field_identifier) + (parenthesized_expression "(uVar16 << 4)" ( (binary_expression "uVar16 << 4" identifier << number_literal) ))) )))) ;) (expression_statement "uVar2 = *puVar15;" (assignment_expression "uVar2 = *puVar15" identifier = (pointer_expression "*puVar15" * identifier)) ;) (expression_statement "uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18);" (assignment_expression "uVar12 = (ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18)" identifier = (call_expression "(ulong)(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18)" ( (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8 |\n uVar2 << 0x18" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8 | (uVar2 & 0xff00) << 8" (binary_expression "uVar2 >> 0x18 | (uVar2 & 0xff0000) >> 8" (binary_expression "uVar2 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar2 & 0xff0000) >> 8" (parenthesized_expression "(uVar2 & 0xff0000)" ( (binary_expression "uVar2 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar2 & 0xff00) << 8" (parenthesized_expression "(uVar2 & 0xff00)" ( (binary_expression "uVar2 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar2 << 0x18" identifier << number_literal)) )))) ;) (if_statement "if (uVar12 < strtab.usable_size_) {\n name = strtab.base_ + uVar12;\n }" if (parenthesized_expression "(uVar12 < strtab.usable_size_)" ( (binary_expression "uVar12 < strtab.usable_size_" identifier < (field_expression "strtab.usable_size_" identifier . field_identifier)) )) (compound_statement "{\n name = strtab.base_ + uVar12;\n }" { (expression_statement "name = strtab.base_ + uVar12;" (assignment_expression "name = strtab.base_ + uVar12" identifier = (binary_expression "strtab.base_ + uVar12" (field_expression "strtab.base_" identifier . field_identifier) + identifier)) ;) })) (expression_statement "uVar2 = puVar15[3];" (assignment_expression "uVar2 = puVar15[3]" identifier = (subscript_expression "puVar15[3]" identifier [ number_literal ])) ;) (expression_statement "iVar8 = (int)(uint)(byte)uVar2 >> 4;" (assignment_expression "iVar8 = (int)(uint)(byte)uVar2 >> 4" identifier = (binary_expression "(int)(uint)(byte)uVar2 >> 4" (cast_expression "(int)(uint)(byte)uVar2" ( (type_descriptor "int" primitive_type) ) (cast_expression "(uint)(byte)uVar2" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)uVar2" ( (type_descriptor "byte" type_identifier) ) identifier))) >> number_literal)) ;) (expression_statement "cVar13 = (char)(iVar8 << 4);" (assignment_expression "cVar13 = (char)(iVar8 << 4)" identifier = (cast_expression "(char)(iVar8 << 4)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(iVar8 << 4)" ( (binary_expression "iVar8 << 4" identifier << number_literal) )))) ;) (if_statement "if (iVar8 == 0) {\n cVar13 = '\x10';\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n cVar13 = '\x10';\n }" { (expression_statement "cVar13 = '\x10';" (assignment_expression "cVar13 = '\x10'" identifier = (char_literal "'\x10'" ' escape_sequence ')) ;) })) (if_statement "if (uVar7 == 2 || uVar7 == 3) {\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }\n else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }" if (parenthesized_expression "(uVar7 == 2 || uVar7 == 3)" ( (binary_expression "uVar7 == 2 || uVar7 == 3" (binary_expression "uVar7 == 2" identifier == number_literal) || (binary_expression "uVar7 == 3" identifier == number_literal)) )) (compound_statement "{\n symbuf._4_4_ = puVar15[1];\n this->defined_count_ = this->defined_count_ + 1;\n v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\x01';\n }" { (expression_statement "symbuf._4_4_ = puVar15[1];" (assignment_expression "symbuf._4_4_ = puVar15[1]" (field_expression "symbuf._4_4_" identifier . field_identifier) = (subscript_expression "puVar15[1]" identifier [ number_literal ])) ;) (expression_statement "this->defined_count_ = this->defined_count_ + 1;" (assignment_expression "this->defined_count_ = this->defined_count_ + 1" (field_expression "this->defined_count_" identifier -> field_identifier) = (binary_expression "this->defined_count_ + 1" (field_expression "this->defined_count_" identifier -> field_identifier) + number_literal)) ;) (expression_statement "v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18;" (assignment_expression "v = (uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18" identifier = (binary_expression "(uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18" (binary_expression "(uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 |\n (symbuf._4_4_ & 0xff00) << 8" (binary_expression "(uint)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8" (binary_expression "(uint)symbuf._4_4_ >> 0x18" (cast_expression "(uint)symbuf._4_4_" ( (type_descriptor "uint" type_identifier) ) (field_expression "symbuf._4_4_" identifier . field_identifier)) >> number_literal) | (binary_expression "(symbuf._4_4_ & 0xff0000) >> 8" (parenthesized_expression "(symbuf._4_4_ & 0xff0000)" ( (binary_expression "symbuf._4_4_ & 0xff0000" (field_expression "symbuf._4_4_" identifier . field_identifier) & number_literal) )) >> number_literal)) | (binary_expression "(symbuf._4_4_ & 0xff00) << 8" (parenthesized_expression "(symbuf._4_4_ & 0xff00)" ( (binary_expression "symbuf._4_4_ & 0xff00" (field_expression "symbuf._4_4_" identifier . field_identifier) & number_literal) )) << number_literal)) | (binary_expression "symbuf._4_4_ << 0x18" (field_expression "symbuf._4_4_" identifier . field_identifier) << number_literal))) ;) (expression_statement "symbuf[0xe] = '\0';" (assignment_expression "symbuf[0xe] = '\0'" (subscript_expression "symbuf[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xf] = '\x01';" (assignment_expression "symbuf[0xf] = '\x01'" (subscript_expression "symbuf[0xf]" identifier [ number_literal ]) = (char_literal "'\x01'" ' escape_sequence ')) ;) }) (else_clause "else {\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }" else (compound_statement "{\n v = 0;\n symbuf._4_4_ = 0;\n symbuf[0xe] = '\0';\n symbuf[0xf] = '\0';\n }" { (expression_statement "v = 0;" (assignment_expression "v = 0" identifier = number_literal) ;) (expression_statement "symbuf._4_4_ = 0;" (assignment_expression "symbuf._4_4_ = 0" (field_expression "symbuf._4_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "symbuf[0xe] = '\0';" (assignment_expression "symbuf[0xe] = '\0'" (subscript_expression "symbuf[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xf] = '\0';" (assignment_expression "symbuf[0xf] = '\0'" (subscript_expression "symbuf[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (expression_statement "symbuf._8_4_ = puVar15[2];" (assignment_expression "symbuf._8_4_ = puVar15[2]" (field_expression "symbuf._8_4_" identifier . field_identifier) = (subscript_expression "puVar15[2]" identifier [ number_literal ])) ;) (expression_statement "symbuf[0] = '\0';" (assignment_expression "symbuf[0] = '\0'" (subscript_expression "symbuf[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[1] = '\0';" (assignment_expression "symbuf[1] = '\0'" (subscript_expression "symbuf[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[2] = '\0';" (assignment_expression "symbuf[2] = '\0'" (subscript_expression "symbuf[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[3] = '\0';" (assignment_expression "symbuf[3] = '\0'" (subscript_expression "symbuf[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13;" (assignment_expression "symbuf[0xc] = ((byte)uVar2 & 0xf) + cVar13" (subscript_expression "symbuf[0xc]" identifier [ number_literal ]) = (binary_expression "((byte)uVar2 & 0xf) + cVar13" (parenthesized_expression "((byte)uVar2 & 0xf)" ( (binary_expression "(byte)uVar2 & 0xf" (cast_expression "(byte)uVar2" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + identifier)) ;) (expression_statement "symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd);" (assignment_expression "symbuf[0xd] = *(uchar *)((long)puVar15 + 0xd)" (subscript_expression "symbuf[0xd]" identifier [ number_literal ]) = (pointer_expression "*(uchar *)((long)puVar15 + 0xd)" * (cast_expression "(uchar *)((long)puVar15 + 0xd)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar15 + 0xd)" ( (binary_expression "(long)puVar15 + 0xd" (cast_expression "(long)puVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) comment (expression_statement "pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym);" (comma_expression "pSVar11 = Symbol_table::add_from_incrobj<32,_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym)" (binary_expression "pSVar11 = Symbol_table::add_from_incrobj<32" (assignment_expression "pSVar11 = Symbol_table" identifier = identifier) (ERROR "::add_from_incrobj" : : identifier) < number_literal) , (binary_expression "_true>\n (symtab,(Object *)this,name,(char *)0x0,&sym)" identifier > (parenthesized_expression "(symtab,(Object *)this,name,(char *)0x0,&sym)" ( (comma_expression "symtab,(Object *)this,name,(char *)0x0,&sym" identifier , (comma_expression "(Object *)this,name,(char *)0x0,&sym" (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (comma_expression "name,(char *)0x0,&sym" identifier , (comma_expression "(char *)0x0,&sym" (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) , (pointer_expression "&sym" & identifier))))) )))) ;) (expression_statement "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol;" (assignment_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9] = &pSVar11->super_Symbol" (subscript_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[uVar9]" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std" (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) = (pointer_expression "&pSVar11->super_Symbol" & (field_expression "pSVar11->super_Symbol" identifier -> field_identifier))) ;) (expression_statement "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol;" (assignment_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16] = &pSVar11->super_Symbol" (subscript_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[((int)(lVar10 >> 2) - symtab_count) + uVar16]" (field_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(this->ibase_->symbol_map_).super__Vector_base<gold::Symbol*,_std" (binary_expression "(this->ibase_->symbol_map_).super__Vector_base<gold" (field_expression "(this->ibase_->symbol_map_).super__Vector_base" (parenthesized_expression "(this->ibase_->symbol_map_)" ( (field_expression "this->ibase_->symbol_map_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (binary_expression "((int)(lVar10 >> 2) - symtab_count) + uVar16" (parenthesized_expression "((int)(lVar10 >> 2) - symtab_count)" ( (binary_expression "(int)(lVar10 >> 2) - symtab_count" (cast_expression "(int)(lVar10 >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(lVar10 >> 2)" ( (binary_expression "lVar10 >> 2" identifier >> number_literal) ))) - identifier) )) + identifier) ]) = (pointer_expression "&pSVar11->super_Symbol" & (field_expression "pSVar11->super_Symbol" identifier -> field_identifier))) ;) (if_statement "if ((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)) {\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }" if (parenthesized_expression "((uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false))" ( (binary_expression "(uVar7 == 3) &&\n (pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)" (parenthesized_expression "(uVar7 == 3)" ( (binary_expression "uVar7 == 3" identifier == number_literal) )) && (parenthesized_expression "(pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false)" ( (ERROR "pVar17 = std::\n _Rb_tree<unsigned_int,_unsigned_int,_std::_Identity<unsigned_int>,_std::less<unsigned_int>,_std::" (assignment_expression "pVar17 = std" identifier = identifier) : : (comma_expression "_Rb_tree<unsigned_int,_unsigned_int,_std" (binary_expression "_Rb_tree<unsigned_int" identifier < identifier) , (comma_expression "_unsigned_int,_std" identifier , identifier)) : : (binary_expression "_Identity<unsigned_int>,_std" (binary_expression "_Identity<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "less<unsigned_int>,_std" (binary_expression "less<unsigned_int" identifier < identifier) > (ERROR "," ,) identifier) : :) (comma_expression "allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v),\n pVar17.second != false" (binary_expression "allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const&>(&copied_symbols._M_t,&v)" (binary_expression "allocator<unsigned_int>_>\n ::_M_insert_unique<unsigned_int_const" (binary_expression "allocator<unsigned_int>_>\n ::_M_insert_unique" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > (ERROR "::" : :) identifier) < identifier) (ERROR "&" &) > (parenthesized_expression "(&copied_symbols._M_t,&v)" ( (comma_expression "&copied_symbols._M_t,&v" (pointer_expression "&copied_symbols._M_t" & (field_expression "copied_symbols._M_t" identifier . field_identifier)) , (pointer_expression "&v" & identifier)) ))) , (binary_expression "pVar17.second != false" (field_expression "pVar17.second" identifier . field_identifier) != false)) ))) )) (compound_statement "{\n pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];\n if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }\n local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;\n local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];\n local_88.output_section = pOVar6;\n std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);\n }" { (expression_statement "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)];" (subscript_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start\n [(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)]" (field_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "pOVar6 = (this->ibase_->section_map_).\n super__Vector_base<gold" identifier = (binary_expression "(this->ibase_->section_map_).\n super__Vector_base<gold" (field_expression "(this->ibase_->section_map_).\n super__Vector_base" (parenthesized_expression "(this->ibase_->section_map_)" ( (field_expression "this->ibase_->section_map_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ (call_expression "(ushort)(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)" (parenthesized_expression "(ushort)" ( identifier )) (argument_list "(*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8)" ( (binary_expression "*(ushort *)((long)puVar15 + 0xe) << 8 |\n *(ushort *)((long)puVar15 + 0xe) >> 8" (binary_expression "*(ushort *)((long)puVar15 + 0xe) << 8" (pointer_expression "*(ushort *)((long)puVar15 + 0xe)" * (cast_expression "(ushort *)((long)puVar15 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar15 + 0xe)" ( (binary_expression "(long)puVar15 + 0xe" (cast_expression "(long)puVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal) | (binary_expression "*(ushort *)((long)puVar15 + 0xe) >> 8" (pointer_expression "*(ushort *)((long)puVar15 + 0xe)" * (cast_expression "(ushort *)((long)puVar15 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar15 + 0xe)" ( (binary_expression "(long)puVar15 + 0xe" (cast_expression "(long)puVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) >> number_literal)) ))) ]) ;) (if_statement "if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "(((pOVar6->super_Output_data).field_0x20 & 1) == 0)" ( (binary_expression "((pOVar6->super_Output_data).field_0x20 & 1) == 0" (parenthesized_expression "((pOVar6->super_Output_data).field_0x20 & 1)" ( (binary_expression "(pOVar6->super_Output_data).field_0x20 & 1" (field_expression "(pOVar6->super_Output_data).field_0x20" (parenthesized_expression "(pOVar6->super_Output_data)" ( (field_expression "pOVar6->super_Output_data" identifier -> field_identifier) )) . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xc5,"address");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xc5,"address");" (call_expression "do_gold_unreachable("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;) })) (expression_statement "local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_;" (assignment_expression "local_88.offset = (ulong)v - (pOVar6->super_Output_data).address_" (field_expression "local_88.offset" identifier . field_identifier) = (binary_expression "(ulong)v - (pOVar6->super_Output_data).address_" (cast_expression "(ulong)v" ( (type_descriptor "ulong" type_identifier) ) identifier) - (field_expression "(pOVar6->super_Output_data).address_" (parenthesized_expression "(pOVar6->super_Output_data)" ( (field_expression "pOVar6->super_Output_data" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9];" (subscript_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start[uVar9]" (field_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "local_88.symbol =\n (this->symbols_).super__Vector_base<gold" (field_expression "local_88.symbol" identifier . field_identifier) = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) ;) (expression_statement "local_88.output_section = pOVar6;" (assignment_expression "local_88.output_section = pOVar6" (field_expression "local_88.output_section" identifier . field_identifier) = identifier) ;) (labeled_statement "std::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold::Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);" statement_identifier (ERROR "::\n vector<gold::Sized_incremental_binary<32,_true>::Copy_reloc,_std::allocator<gold::Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Sized_incremental_binary<32,_true>::Copy_reloc,_std" (binary_expression "Sized_incremental_binary<32" identifier < number_literal) , (comma_expression "_true>::Copy_reloc,_std" (binary_expression "_true>::Copy_reloc" identifier > (ERROR "::" : :) identifier) , identifier)) : : (binary_expression "allocator<gold" identifier < identifier) : : (comma_expression "Sized_incremental_binary<32,_true>::Copy_reloc>_>\n ::emplace_back<gold" (binary_expression "Sized_incremental_binary<32" identifier < number_literal) , (binary_expression "_true>::Copy_reloc>_>\n ::emplace_back<gold" (binary_expression "_true>::Copy_reloc>_>\n ::emplace_back" (binary_expression "_true>::Copy_reloc>_" (binary_expression "_true>::Copy_reloc" identifier > (ERROR "::" : :) identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)) :) : (expression_statement "Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88);" (comma_expression "Sized_incremental_binary<32,_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88)" (binary_expression "Sized_incremental_binary<32" identifier < number_literal) , (binary_expression "_true>::Copy_reloc>\n (&this->ibase_->copy_relocs_,&local_88)" (binary_expression "_true>::Copy_reloc" identifier > (ERROR "::" : :) identifier) > (parenthesized_expression "(&this->ibase_->copy_relocs_,&local_88)" ( (comma_expression "&this->ibase_->copy_relocs_,&local_88" (pointer_expression "&this->ibase_->copy_relocs_" & (field_expression "this->ibase_->copy_relocs_" (field_expression "this->ibase_" identifier -> field_identifier) -> field_identifier)) , (pointer_expression "&local_88" & identifier)) )))) ;)) })) (if_statement "if (uVar9 == uVar14 - 1) goto LAB_0019ad48;" if (parenthesized_expression "(uVar9 == uVar14 - 1)" ( (binary_expression "uVar9 == uVar14 - 1" identifier == (binary_expression "uVar14 - 1" identifier - number_literal)) )) (goto_statement "goto LAB_0019ad48;" goto statement_identifier ;)) (expression_statement "uVar9 = uVar9 + 1;" (assignment_expression "uVar9 = uVar9 + 1" identifier = (binary_expression "uVar9 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((char)(this->input_reader_).flags_ == '\x04')" ( (binary_expression "(char)(this->input_reader_).flags_ == '\x04'" (cast_expression "(char)(this->input_reader_).flags_" ( (type_descriptor "char" primitive_type) ) (field_expression "(this->input_reader_).flags_" (parenthesized_expression "(this->input_reader_)" ( (field_expression "this->input_reader_" identifier -> field_identifier) )) . field_identifier)) == (char_literal "'\x04'" ' escape_sequence ')) )) ;) })) comment comment (expression_statement "do_gold_unreachable("../../gold/incremental.h",0x435,"get_output_symbol_index");" (call_expression "do_gold_unreachable("../../gold/incremental.h",0x435,"get_output_symbol_index")" identifier (argument_list "("../../gold/incremental.h",0x435,"get_output_symbol_index")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_output_symbol_index"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "void FUN_0019a9e0(long param_1,undefined8 param_2)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n \n \n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}\n\n" (function_definition "void FUN_0019a9e0(long param_1,undefined8 param_2)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n \n \n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" primitive_type (function_declarator "FUN_0019a9e0(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n \n \n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "ulong uVar8;" type_identifier identifier ;) (declaration "char extraout_DL;" primitive_type identifier ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "uint *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "uint uVar12;" type_identifier identifier ;) (declaration "int local_c0;" primitive_type identifier ;) (declaration "uint local_bc;" type_identifier identifier ;) (declaration "undefined4 *local_b8;" type_identifier (pointer_declarator "*local_b8" * identifier) ;) (declaration "long local_b0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_a8;" type_identifier identifier ;) (declaration "uint local_a4;" type_identifier identifier ;) (declaration "uint local_a0;" type_identifier identifier ;) (declaration "char local_9c;" primitive_type identifier ;) (declaration "undefined1 local_9b;" type_identifier identifier ;) (declaration "undefined2 local_9a;" type_identifier identifier ;) (declaration "long local_98;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "long local_80;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_78;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_68 [8];" type_identifier (array_declarator "local_68 [8]" identifier [ number_literal ]) ;) (declaration "undefined4 local_60 [2];" type_identifier (array_declarator "local_60 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined4 *local_50;" type_identifier (pointer_declarator "*local_50" * identifier) ;) (declaration "undefined4 *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (declaration "undefined8 local_40;" type_identifier identifier ;) (expression_statement "local_b8 = &local_a8;" (assignment_expression "local_b8 = &local_a8" identifier = (pointer_expression "&local_a8" & identifier)) ;) (if_statement "if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" if (parenthesized_expression "(1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4)" ( (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4" (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1" number_literal < (binary_expression "*(byte *)(param_1 + 0xa8) - 1" (pointer_expression "*(byte *)(param_1 + 0xa8)" * (cast_expression "(byte *)(param_1 + 0xa8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) - number_literal)) && (binary_expression "*(byte *)(param_1 + 0xa8) != 4" (pointer_expression "*(byte *)(param_1 + 0xa8)" * (cast_expression "(byte *)(param_1 + 0xa8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) != number_literal)) )) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" { (expression_statement "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count")" identifier (argument_list "("../../gold/incremental.h",0x388,"get_global_symbol_count")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_global_symbol_count"" " string_content ") ))) ;) })) (expression_statement "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));" (assignment_expression "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" identifier = (pointer_expression "*(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" * (cast_expression "(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" ( (binary_expression "**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "**(long **)(param_1 + 0xa0) + 4" (pointer_expression "**(long **)(param_1 + 0xa0)" * (pointer_expression "*(long **)(param_1 + 0xa0)" * (cast_expression "(long **)(param_1 + 0xa0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) ))))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0xb0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) ))))) ;) (expression_statement "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;" (assignment_expression "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" identifier = (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar10 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" ( (binary_expression "uVar10 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" ( (binary_expression "uVar10 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar10 << 0x18" identifier << number_literal))) ;) (expression_statement "uVar8 = (ulong)uVar10;" (assignment_expression "uVar8 = (ulong)uVar10" identifier = (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" identifier = (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8)" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" if (parenthesized_expression "(uVar5 < uVar8)" ( (binary_expression "uVar5 < uVar8" identifier < identifier) )) (compound_statement "{\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }" { (expression_statement "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5)" identifier (argument_list "(param_1 + 0xb8,uVar8 - uVar5)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) , (binary_expression "uVar8 - uVar5" identifier - identifier) ))) ;) }) (else_clause "else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" else (if_statement "if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" if (parenthesized_expression "((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2))" ( (binary_expression "(uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" (parenthesized_expression "(uVar8 < uVar5)" ( (binary_expression "uVar8 < uVar5" identifier < identifier) )) && (parenthesized_expression "(lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" ( (comma_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2" (assignment_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8" identifier = (binary_expression "*(long *)(param_1 + 0xb8) + uVar8 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar8 * 8" identifier * number_literal))) , (binary_expression "*(long *)(param_1 + 0xc0) != lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0xc0) = lVar2;\n }" { (expression_statement "*(long *)(param_1 + 0xc0) = lVar2;" (assignment_expression "*(long *)(param_1 + 0xc0) = lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" * (cast_expression "(long *)(param_1 + 0xc0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" identifier = number_literal) ;) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" identifier = number_literal) ;) (expression_statement "local_90 = 0;" (assignment_expression "local_90 = 0" identifier = number_literal) ;) (expression_statement "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);" (call_expression "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" identifier (argument_list "(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" ( (pointer_expression "*(undefined8 *)(param_1 + 0x90)" * (cast_expression "(undefined8 *)(param_1 + 0x90)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) , (pointer_expression "&local_b0" & identifier) , (pointer_expression "&local_c0" & identifier) , (pointer_expression "&local_98" & identifier) ))) ;) (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" identifier = number_literal) ;) (expression_statement "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);" (assignment_expression "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128)" identifier = (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x128)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x128)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x128)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0x128" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) ))))) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "lVar6 = lVar2 + 3;" (assignment_expression "lVar6 = lVar2 + 3" identifier = (binary_expression "lVar2 + 3" identifier + number_literal)) ;) (if_statement "if (-1 < lVar2) {\n lVar6 = lVar2;\n }" if (parenthesized_expression "(-1 < lVar2)" ( (binary_expression "-1 < lVar2" number_literal < identifier) )) (compound_statement "{\n lVar6 = lVar2;\n }" { (expression_statement "lVar6 = lVar2;" (assignment_expression "lVar6 = lVar2" identifier = identifier) ;) })) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" identifier = identifier) ;) (expression_statement "local_48 = local_50;" (assignment_expression "local_48 = local_50" identifier = identifier) ;) (if_statement "if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" if (parenthesized_expression "(uVar10 == 0)" ( (binary_expression "uVar10 == 0" identifier == number_literal) )) (compound_statement "{\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" { (labeled_statement "LAB_0019ad48:\n FUN_001954d0(local_68,local_58);" statement_identifier : (expression_statement "FUN_001954d0(local_68,local_58);" (call_expression "FUN_001954d0(local_68,local_58)" identifier (argument_list "(local_68,local_58)" ( identifier , identifier ))) ;)) (return_statement "return;" return ;) })) (if_statement "if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\x04'" ' escape_sequence ')) )) (compound_statement "{\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');" do (compound_statement "{\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n }" { (expression_statement "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));" (assignment_expression "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" identifier = (pointer_expression "*(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" * (cast_expression "(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" ( (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8" (call_expression "(ulong)(uint)((int)uVar5 * 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uint)" ( identifier ))) (argument_list "((int)uVar5 * 4)" ( (binary_expression "(int)uVar5 * 4" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) ))) + number_literal) + (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0xb0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) ))))) + (pointer_expression "**(long **)(param_1 + 0xa0)" * (pointer_expression "*(long **)(param_1 + 0xa0)" * (cast_expression "(long **)(param_1 + 0xa0)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0xa0)" ( (binary_expression "param_1 + 0xa0" identifier + number_literal) )))))) ))))) ;) (expression_statement "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;" (assignment_expression "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" identifier = (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 << 0x18" identifier << number_literal) & number_literal))) ;) (expression_statement "uVar3 = (uVar1 << 0x18) >> 0x1e;" (assignment_expression "uVar3 = (uVar1 << 0x18) >> 0x1e" identifier = (binary_expression "(uVar1 << 0x18) >> 0x1e" (parenthesized_expression "(uVar1 << 0x18)" ( (binary_expression "uVar1 << 0x18" identifier << number_literal) )) >> number_literal)) ;) (expression_statement "pcVar9 = "";" (assignment_expression "pcVar9 = """ identifier = (string_literal """" " ")) ;) (expression_statement "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);" (assignment_expression "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0)" identifier = (cast_expression "(uint *)((ulong)(uVar12 << 4) + local_b0)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)(uVar12 << 4) + local_b0)" ( (binary_expression "(ulong)(uVar12 << 4) + local_b0" (call_expression "(ulong)(uVar12 << 4)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar12 << 4)" ( (binary_expression "uVar12 << 4" identifier << number_literal) ))) + identifier) )))) ;) (expression_statement "uVar1 = *puVar11;" (assignment_expression "uVar1 = *puVar11" identifier = (pointer_expression "*puVar11" * identifier)) ;) (expression_statement "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);" (assignment_expression "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" identifier = (call_expression "(ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" ( (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" identifier >> number_literal) | (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" ( (binary_expression "uVar1 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" ( (binary_expression "uVar1 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "uVar1 << 0x18" identifier << number_literal)) )))) ;) (if_statement "if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }" if (parenthesized_expression "(uVar8 < local_90)" ( (binary_expression "uVar8 < local_90" identifier < identifier) )) (compound_statement "{\n pcVar9 = (char *)(local_98 + uVar8);\n }" { (expression_statement "pcVar9 = (char *)(local_98 + uVar8);" (assignment_expression "pcVar9 = (char *)(local_98 + uVar8)" identifier = (cast_expression "(char *)(local_98 + uVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_98 + uVar8)" ( (binary_expression "local_98 + uVar8" identifier + identifier) )))) ;) })) (expression_statement "uVar1 = puVar11[3];" (assignment_expression "uVar1 = puVar11[3]" identifier = (subscript_expression "puVar11[3]" identifier [ number_literal ])) ;) (expression_statement "iVar4 = (int)(uint)(byte)uVar1 >> 4;" (assignment_expression "iVar4 = (int)(uint)(byte)uVar1 >> 4" identifier = (binary_expression "(int)(uint)(byte)uVar1 >> 4" (cast_expression "(int)(uint)(byte)uVar1" ( (type_descriptor "int" primitive_type) ) (cast_expression "(uint)(byte)uVar1" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier))) >> number_literal)) ;) (expression_statement "local_9c = (char)(iVar4 << 4);" (assignment_expression "local_9c = (char)(iVar4 << 4)" identifier = (cast_expression "(char)(iVar4 << 4)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(iVar4 << 4)" ( (binary_expression "iVar4 << 4" identifier << number_literal) )))) ;) (if_statement "if (iVar4 == 0) {\n local_9c = '\x10';\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n local_9c = '\x10';\n }" { (expression_statement "local_9c = '\x10';" (assignment_expression "local_9c = '\x10'" identifier = (char_literal "'\x10'" ' escape_sequence ')) ;) })) (if_statement "if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" if (parenthesized_expression "(uVar3 == 2 || uVar3 == 3)" ( (binary_expression "uVar3 == 2 || uVar3 == 3" (binary_expression "uVar3 == 2" identifier == number_literal) || (binary_expression "uVar3 == 3" identifier == number_literal)) )) (compound_statement "{\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }" { (expression_statement "local_a4 = puVar11[1];" (assignment_expression "local_a4 = puVar11[1]" identifier = (subscript_expression "puVar11[1]" identifier [ number_literal ])) ;) (expression_statement "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;" (assignment_expression "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" * (cast_expression "(long *)(param_1 + 0xd0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xd0)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;" (assignment_expression "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" identifier = (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8" (binary_expression "local_a4 >> 0x18" identifier >> number_literal) | (binary_expression "(local_a4 & 0xff0000) >> 8" (parenthesized_expression "(local_a4 & 0xff0000)" ( (binary_expression "local_a4 & 0xff0000" identifier & number_literal) )) >> number_literal)) | (binary_expression "(local_a4 & 0xff00) << 8" (parenthesized_expression "(local_a4 & 0xff00)" ( (binary_expression "local_a4 & 0xff00" identifier & number_literal) )) << number_literal)) | (binary_expression "local_a4 << 0x18" identifier << number_literal))) ;) (expression_statement "local_9a = 0x100;" (assignment_expression "local_9a = 0x100" identifier = number_literal) ;) }) (else_clause "else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" else (compound_statement "{\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" { (expression_statement "local_bc = 0;" (assignment_expression "local_bc = 0" identifier = number_literal) ;) (expression_statement "local_a4 = 0;" (assignment_expression "local_a4 = 0" identifier = number_literal) ;) (expression_statement "local_9a = 0;" (assignment_expression "local_9a = 0" identifier = number_literal) ;) }))) (expression_statement "local_a0 = puVar11[2];" (assignment_expression "local_a0 = puVar11[2]" identifier = (subscript_expression "puVar11[2]" identifier [ number_literal ])) ;) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" identifier = number_literal) ;) (expression_statement "local_9c = ((byte)uVar1 & 0xf) + local_9c;" (assignment_expression "local_9c = ((byte)uVar1 & 0xf) + local_9c" identifier = (binary_expression "((byte)uVar1 & 0xf) + local_9c" (parenthesized_expression "((byte)uVar1 & 0xf)" ( (binary_expression "(byte)uVar1 & 0xf" (cast_expression "(byte)uVar1" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + identifier)) ;) (expression_statement "local_9b = *(undefined1 *)((long)puVar11 + 0xd);" (assignment_expression "local_9b = *(undefined1 *)((long)puVar11 + 0xd)" identifier = (pointer_expression "*(undefined1 *)((long)puVar11 + 0xd)" * (cast_expression "(undefined1 *)((long)puVar11 + 0xd)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xd)" ( (binary_expression "(long)puVar11 + 0xd" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);" (assignment_expression "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" identifier = (call_expression "FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" identifier (argument_list "(param_2,param_1,pcVar9,0,&local_b8)" ( identifier , identifier , identifier , number_literal , (pointer_expression "&local_b8" & identifier) )))) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar5 * 8" identifier * number_literal)) )))) = identifier) ;) (expression_statement "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;" (assignment_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7" (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" * (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0xa8)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0xa8" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (call_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(((int)(lVar6 >> 2) - local_c0) + uVar12)" ( (binary_expression "((int)(lVar6 >> 2) - local_c0) + uVar12" (parenthesized_expression "((int)(lVar6 >> 2) - local_c0)" ( (binary_expression "(int)(lVar6 >> 2) - local_c0" (cast_expression "(int)(lVar6 >> 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(lVar6 >> 2)" ( (binary_expression "lVar6 >> 2" identifier >> number_literal) ))) - identifier) )) + identifier) ))) * number_literal)) )))) = identifier) ;) (if_statement "if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" if (parenthesized_expression "((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0'))" ( (binary_expression "(uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" (parenthesized_expression "(uVar3 == 3)" ( (binary_expression "uVar3 == 3" identifier == number_literal) )) && (parenthesized_expression "(FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" ( (comma_expression "FUN_00195510(local_68,&local_bc), extraout_DL != '\0'" (call_expression "FUN_00195510(local_68,&local_bc)" identifier (argument_list "(local_68,&local_bc)" ( identifier , (pointer_expression "&local_bc" & identifier) ))) , (binary_expression "extraout_DL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence '))) ))) )) (compound_statement "{\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" { (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" identifier = (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" * (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" ( (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90)" * (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x90)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0x90" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) )))) + (binary_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (call_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" ( (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8" (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" * (cast_expression "(ushort *)((long)puVar11 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xe)" ( (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) << number_literal) | (binary_expression "*(ushort *)((long)puVar11 + 0xe) >> 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" * (cast_expression "(ushort *)((long)puVar11 + 0xe)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar11 + 0xe)" ( (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) >> number_literal)) ))) * number_literal)) ))))) ;) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" if (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) == 0)" ( (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" ( (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" * (cast_expression "(byte *)(lVar2 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x20)" ( (binary_expression "lVar2 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" { (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" identifier (argument_list "("../../gold/output.h",0xc5,"address")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""address"" " string_content ") ))) ;) })) (expression_statement "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);" (assignment_expression "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8)" identifier = (binary_expression "(ulong)local_bc - *(long *)(lVar2 + 8)" (cast_expression "(ulong)local_bc" ( (type_descriptor "ulong" type_identifier) ) identifier) - (pointer_expression "*(long *)(lVar2 + 8)" * (cast_expression "(long *)(lVar2 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 8)" ( (binary_expression "lVar2 + 8" identifier + number_literal) )))))) ;) (expression_statement "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);" (assignment_expression "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" identifier = (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" ( (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" * (cast_expression "(long *)(param_1 + 0xb8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb8)" ( (binary_expression "param_1 + 0xb8" identifier + number_literal) )))) + (binary_expression "uVar5 * 8" identifier * number_literal)) ))))) ;) (expression_statement "local_80 = lVar2;" (assignment_expression "local_80 = lVar2" identifier = identifier) ;) (expression_statement "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);" (call_expression "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" identifier (argument_list "(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" ( (binary_expression "*(long *)(param_1 + 0x90) + 0xc0" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + number_literal) , (pointer_expression "&local_88" & identifier) ))) ;) })) (if_statement "if (uVar5 == uVar10 - 1) goto LAB_0019ad48;" if (parenthesized_expression "(uVar5 == uVar10 - 1)" ( (binary_expression "uVar5 == uVar10 - 1" identifier == (binary_expression "uVar10 - 1" identifier - number_literal)) )) (goto_statement "goto LAB_0019ad48;" goto statement_identifier ;)) (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" ( (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" * (cast_expression "(char *)(param_1 + 0xa8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) == (char_literal "'\x04'" ' escape_sequence ')) )) ;) })) (expression_statement "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index")" identifier (argument_list "("../../gold/incremental.h",0x435,"get_output_symbol_index")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""get_output_symbol_index"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression LIT < (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - LIT)) && (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) + (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT - IDENT) ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression & IDENT) , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;)) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) ))) + LIT) + (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (binary_expression IDENT << LIT) & LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT << LIT) )) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (string_literal " ")) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT << LIT) ))) + IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT << LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) || (binary_expression IDENT == LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression IDENT >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT >> LIT) ))) - IDENT) )) + IDENT) ))) * LIT)) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) && (parenthesized_expression ( (comma_expression (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) , (binary_expression IDENT != (char_literal ' escape_sequence '))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) + (binary_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) << LIT) | (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) >> LIT)) ))) * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) , (pointer_expression & IDENT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT - LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_0019a9e0(long param_1,undefined8 param_2)\n\n{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n \n \n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" (primitive_type "void") (function_declarator "FUN_0019a9e0(long param_1,undefined8 param_2)" (identifier "FUN_0019a9e0") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n long lVar2;\n uint uVar3;\n int iVar4;\n ulong uVar5;\n long lVar6;\n undefined8 uVar7;\n ulong uVar8;\n char extraout_DL;\n char *pcVar9;\n uint uVar10;\n uint *puVar11;\n uint uVar12;\n int local_c0;\n uint local_bc;\n undefined4 *local_b8;\n long local_b0;\n undefined4 local_a8;\n uint local_a4;\n uint local_a0;\n char local_9c;\n undefined1 local_9b;\n undefined2 local_9a;\n long local_98;\n ulong local_90;\n undefined8 local_88;\n long local_80;\n long local_78;\n undefined1 local_68 [8];\n undefined4 local_60 [2];\n undefined8 local_58;\n undefined4 *local_50;\n undefined4 *local_48;\n undefined8 local_40;\n \n local_b8 = &local_a8;\n if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }\n uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));\n uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;\n uVar8 = (ulong)uVar10;\n uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;\n if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }\n local_b0 = 0;\n local_98 = 0;\n local_90 = 0;\n FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);\n local_60[0] = 0;\n local_58 = 0;\n lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);\n local_40 = 0;\n lVar6 = lVar2 + 3;\n if (-1 < lVar2) {\n lVar6 = lVar2;\n }\n local_50 = local_60;\n local_48 = local_50;\n if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }\n if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }\n \n \n FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "ulong uVar8;" (type_identifier "ulong") (identifier "uVar8") (; ";")) (declaration "char extraout_DL;" (primitive_type "char") (identifier "extraout_DL") (; ";")) (declaration "char *pcVar9;" (primitive_type "char") (pointer_declarator "*pcVar9" (* "*") (identifier "pcVar9")) (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "uint *puVar11;" (type_identifier "uint") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "uint uVar12;" (type_identifier "uint") (identifier "uVar12") (; ";")) (declaration "int local_c0;" (primitive_type "int") (identifier "local_c0") (; ";")) (declaration "uint local_bc;" (type_identifier "uint") (identifier "local_bc") (; ";")) (declaration "undefined4 *local_b8;" (type_identifier "undefined4") (pointer_declarator "*local_b8" (* "*") (identifier "local_b8")) (; ";")) (declaration "long local_b0;" (sized_type_specifier "long" (long "long")) (identifier "local_b0") (; ";")) (declaration "undefined4 local_a8;" (type_identifier "undefined4") (identifier "local_a8") (; ";")) (declaration "uint local_a4;" (type_identifier "uint") (identifier "local_a4") (; ";")) (declaration "uint local_a0;" (type_identifier "uint") (identifier "local_a0") (; ";")) (declaration "char local_9c;" (primitive_type "char") (identifier "local_9c") (; ";")) (declaration "undefined1 local_9b;" (type_identifier "undefined1") (identifier "local_9b") (; ";")) (declaration "undefined2 local_9a;" (type_identifier "undefined2") (identifier "local_9a") (; ";")) (declaration "long local_98;" (sized_type_specifier "long" (long "long")) (identifier "local_98") (; ";")) (declaration "ulong local_90;" (type_identifier "ulong") (identifier "local_90") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "long local_80;" (sized_type_specifier "long" (long "long")) (identifier "local_80") (; ";")) (declaration "long local_78;" (sized_type_specifier "long" (long "long")) (identifier "local_78") (; ";")) (declaration "undefined1 local_68 [8];" (type_identifier "undefined1") (array_declarator "local_68 [8]" (identifier "local_68") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined4 local_60 [2];" (type_identifier "undefined4") (array_declarator "local_60 [2]" (identifier "local_60") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined4 *local_50;" (type_identifier "undefined4") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "undefined4 *local_48;" (type_identifier "undefined4") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "undefined8 local_40;" (type_identifier "undefined8") (identifier "local_40") (; ";")) (expression_statement "local_b8 = &local_a8;" (assignment_expression "local_b8 = &local_a8" (identifier "local_b8") (= "=") (pointer_expression "&local_a8" (& "&") (identifier "local_a8"))) (; ";")) (if_statement "if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) {\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" (if "if") (parenthesized_expression "(1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4)" (( "(") (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4" (binary_expression "1 < *(byte *)(param_1 + 0xa8) - 1" (number_literal "1") (< "<") (binary_expression "*(byte *)(param_1 + 0xa8) - 1" (pointer_expression "*(byte *)(param_1 + 0xa8)" (* "*") (cast_expression "(byte *)(param_1 + 0xa8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (- "-") (number_literal "1"))) (&& "&&") (binary_expression "*(byte *)(param_1 + 0xa8) != 4" (pointer_expression "*(byte *)(param_1 + 0xa8)" (* "*") (cast_expression "(byte *)(param_1 + 0xa8)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (!= "!=") (number_literal "4"))) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.h",0x388,"get_global_symbol_count")" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x388") (, ",") (string_literal ""get_global_symbol_count"" (" """) (string_content "get_global_symbol_count") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0));" (assignment_expression "uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" (identifier "uVar10") (= "=") (pointer_expression "*(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" (* "*") (cast_expression "(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0))" (( "(") (binary_expression "**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "**(long **)(param_1 + 0xa0) + 4" (pointer_expression "**(long **)(param_1 + 0xa0)" (* "*") (pointer_expression "*(long **)(param_1 + 0xa0)" (* "*") (cast_expression "(long **)(param_1 + 0xa0)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")"))))) (+ "+") (number_literal "4")) (+ "+") (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0xb0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")"))))) () ")"))))) (; ";")) (expression_statement "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18;" (assignment_expression "uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (identifier "uVar10") (= "=") (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8" (binary_expression "uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8" (binary_expression "uVar10 >> 0x18" (identifier "uVar10") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar10 & 0xff0000) >> 8" (parenthesized_expression "(uVar10 & 0xff0000)" (( "(") (binary_expression "uVar10 & 0xff0000" (identifier "uVar10") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar10 & 0xff00) << 8" (parenthesized_expression "(uVar10 & 0xff00)" (( "(") (binary_expression "uVar10 & 0xff00" (identifier "uVar10") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar10 << 0x18" (identifier "uVar10") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "uVar8 = (ulong)uVar10;" (assignment_expression "uVar8 = (ulong)uVar10" (identifier "uVar8") (= "=") (cast_expression "(ulong)uVar10" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar10"))) (; ";")) (expression_statement "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3;" (assignment_expression "uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" (identifier "uVar5") (= "=") (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3" (binary_expression "*(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8)" (pointer_expression "*(long *)(param_1 + 0xc0)" (* "*") (cast_expression "(long *)(param_1 + 0xc0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0xb8)" (* "*") (cast_expression "(long *)(param_1 + 0xb8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")"))))) (>> ">>") (number_literal "3"))) (; ";")) (if_statement "if (uVar5 < uVar8) {\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }\n else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" (if "if") (parenthesized_expression "(uVar5 < uVar8)" (( "(") (binary_expression "uVar5 < uVar8" (identifier "uVar5") (< "<") (identifier "uVar8")) () ")")) (compound_statement "{\n FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);\n }" ({ "{") (expression_statement "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5);" (call_expression "FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5)" (identifier "FUN_00192f00") (argument_list "(param_1 + 0xb8,uVar8 - uVar5)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) (, ",") (binary_expression "uVar8 - uVar5" (identifier "uVar8") (- "-") (identifier "uVar5")) () ")"))) (; ";")) (} "}")) (else_clause "else if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" (else "else") (if_statement "if ((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) {\n *(long *)(param_1 + 0xc0) = lVar2;\n }" (if "if") (parenthesized_expression "((uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2))" (( "(") (binary_expression "(uVar8 < uVar5) &&\n (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" (parenthesized_expression "(uVar8 < uVar5)" (( "(") (binary_expression "uVar8 < uVar5" (identifier "uVar8") (< "<") (identifier "uVar5")) () ")")) (&& "&&") (parenthesized_expression "(lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)" (( "(") (comma_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2" (assignment_expression "lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8" (identifier "lVar2") (= "=") (binary_expression "*(long *)(param_1 + 0xb8) + uVar8 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" (* "*") (cast_expression "(long *)(param_1 + 0xb8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")")))) (+ "+") (binary_expression "uVar8 * 8" (identifier "uVar8") (* "*") (number_literal "8")))) (, ",") (binary_expression "*(long *)(param_1 + 0xc0) != lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" (* "*") (cast_expression "(long *)(param_1 + 0xc0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (!= "!=") (identifier "lVar2"))) () ")"))) () ")")) (compound_statement "{\n *(long *)(param_1 + 0xc0) = lVar2;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0xc0) = lVar2;" (assignment_expression "*(long *)(param_1 + 0xc0) = lVar2" (pointer_expression "*(long *)(param_1 + 0xc0)" (* "*") (cast_expression "(long *)(param_1 + 0xc0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (= "=") (identifier "lVar2")) (; ";")) (} "}"))))) (expression_statement "local_b0 = 0;" (assignment_expression "local_b0 = 0" (identifier "local_b0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" (identifier "local_98") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_90 = 0;" (assignment_expression "local_90 = 0" (identifier "local_90") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98);" (call_expression "FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" (identifier "FUN_0018d570") (argument_list "(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98)" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 0x90)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x90)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (, ",") (pointer_expression "&local_b0" (& "&") (identifier "local_b0")) (, ",") (pointer_expression "&local_c0" (& "&") (identifier "local_c0")) (, ",") (pointer_expression "&local_98" (& "&") (identifier "local_98")) () ")"))) (; ";")) (expression_statement "local_60[0] = 0;" (assignment_expression "local_60[0] = 0" (subscript_expression "local_60[0]" (identifier "local_60") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = 0;" (assignment_expression "local_58 = 0" (identifier "local_58") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128);" (assignment_expression "lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x128)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x128)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x128)" (( "(") (binary_expression "*(long *)(param_1 + 0x90) + 0x128" (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (number_literal "0x128")) () ")"))))) (; ";")) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar6 = lVar2 + 3;" (assignment_expression "lVar6 = lVar2 + 3" (identifier "lVar6") (= "=") (binary_expression "lVar2 + 3" (identifier "lVar2") (+ "+") (number_literal "3"))) (; ";")) (if_statement "if (-1 < lVar2) {\n lVar6 = lVar2;\n }" (if "if") (parenthesized_expression "(-1 < lVar2)" (( "(") (binary_expression "-1 < lVar2" (number_literal "-1") (< "<") (identifier "lVar2")) () ")")) (compound_statement "{\n lVar6 = lVar2;\n }" ({ "{") (expression_statement "lVar6 = lVar2;" (assignment_expression "lVar6 = lVar2" (identifier "lVar6") (= "=") (identifier "lVar2")) (; ";")) (} "}"))) (expression_statement "local_50 = local_60;" (assignment_expression "local_50 = local_60" (identifier "local_50") (= "=") (identifier "local_60")) (; ";")) (expression_statement "local_48 = local_50;" (assignment_expression "local_48 = local_50" (identifier "local_48") (= "=") (identifier "local_50")) (; ";")) (if_statement "if (uVar10 == 0) {\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" (if "if") (parenthesized_expression "(uVar10 == 0)" (( "(") (binary_expression "uVar10 == 0" (identifier "uVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0019ad48:\n FUN_001954d0(local_68,local_58);\n return;\n }" ({ "{") (labeled_statement "LAB_0019ad48:\n FUN_001954d0(local_68,local_58);" (statement_identifier "LAB_0019ad48") (: ":") (expression_statement "FUN_001954d0(local_68,local_58);" (call_expression "FUN_001954d0(local_68,local_58)" (identifier "FUN_001954d0") (argument_list "(local_68,local_58)" (( "(") (identifier "local_68") (, ",") (identifier "local_58") () ")"))) (; ";"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(char *)(param_1 + 0xa8) == '\x04') {\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" (( "(") (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" (* "*") (cast_expression "(char *)(param_1 + 0xa8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (== "==") (char_literal "'\x04'" (' "'") (escape_sequence "\x04") (' "'"))) () ")")) (compound_statement "{\n uVar5 = 0;\n do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');\n }" ({ "{") (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n } while (*(char *)(param_1 + 0xa8) == '\x04');" (do "do") (compound_statement "{\n uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));\n uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;\n uVar3 = (uVar1 << 0x18) >> 0x1e;\n pcVar9 = "";\n puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);\n uVar1 = *puVar11;\n uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);\n if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }\n uVar1 = puVar11[3];\n iVar4 = (int)(uint)(byte)uVar1 >> 4;\n local_9c = (char)(iVar4 << 4);\n if (iVar4 == 0) {\n local_9c = '\x10';\n }\n if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }\n local_a0 = puVar11[2];\n local_a8 = 0;\n local_9c = ((byte)uVar1 & 0xf) + local_9c;\n local_9b = *(undefined1 *)((long)puVar11 + 0xd);\n \n uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);\n *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;\n *(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;\n if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }\n if (uVar5 == uVar10 - 1) goto LAB_0019ad48;\n uVar5 = uVar5 + 1;\n }" ({ "{") (expression_statement "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0));" (assignment_expression "uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" (* "*") (cast_expression "(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0))" (( "(") (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8 +\n (ulong)*(uint *)(param_1 + 0xb0)" (binary_expression "(ulong)(uint)((int)uVar5 * 4) + 8" (call_expression "(ulong)(uint)((int)uVar5 * 4)" (call_expression "(ulong)(uint)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uint)" (( "(") (identifier "uint") () ")"))) (argument_list "((int)uVar5 * 4)" (( "(") (binary_expression "(int)uVar5 * 4" (cast_expression "(int)uVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar5")) (* "*") (number_literal "4")) () ")"))) (+ "+") (number_literal "8")) (+ "+") (binary_expression "(ulong)*(uint *)(param_1 + 0xb0)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0xb0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")"))))) (+ "+") (pointer_expression "**(long **)(param_1 + 0xa0)" (* "*") (pointer_expression "*(long **)(param_1 + 0xa0)" (* "*") (cast_expression "(long **)(param_1 + 0xa0)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0xa0)" (( "(") (binary_expression "param_1 + 0xa0" (identifier "param_1") (+ "+") (number_literal "0xa0")) () ")")))))) () ")"))))) (; ";")) (expression_statement "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff;" (assignment_expression "uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" (identifier "uVar12") (= "=") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18 & 0x3fffffff" (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")) (& "&") (number_literal "0x3fffffff")))) (; ";")) (expression_statement "uVar3 = (uVar1 << 0x18) >> 0x1e;" (assignment_expression "uVar3 = (uVar1 << 0x18) >> 0x1e" (identifier "uVar3") (= "=") (binary_expression "(uVar1 << 0x18) >> 0x1e" (parenthesized_expression "(uVar1 << 0x18)" (( "(") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18")) () ")")) (>> ">>") (number_literal "0x1e"))) (; ";")) (expression_statement "pcVar9 = "";" (assignment_expression "pcVar9 = """ (identifier "pcVar9") (= "=") (string_literal """" (" """) (" """))) (; ";")) (expression_statement "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0);" (assignment_expression "puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0)" (identifier "puVar11") (= "=") (cast_expression "(uint *)((ulong)(uVar12 << 4) + local_b0)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)(uVar12 << 4) + local_b0)" (( "(") (binary_expression "(ulong)(uVar12 << 4) + local_b0" (call_expression "(ulong)(uVar12 << 4)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar12 << 4)" (( "(") (binary_expression "uVar12 << 4" (identifier "uVar12") (<< "<<") (number_literal "4")) () ")"))) (+ "+") (identifier "local_b0")) () ")")))) (; ";")) (expression_statement "uVar1 = *puVar11;" (assignment_expression "uVar1 = *puVar11" (identifier "uVar1") (= "=") (pointer_expression "*puVar11" (* "*") (identifier "puVar11"))) (; ";")) (expression_statement "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18);" (assignment_expression "uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" (identifier "uVar8") (= "=") (call_expression "(ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18)" (( "(") (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 |\n uVar1 << 0x18" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8" (binary_expression "uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8" (binary_expression "uVar1 >> 0x18" (identifier "uVar1") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(uVar1 & 0xff0000) >> 8" (parenthesized_expression "(uVar1 & 0xff0000)" (( "(") (binary_expression "uVar1 & 0xff0000" (identifier "uVar1") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(uVar1 & 0xff00) << 8" (parenthesized_expression "(uVar1 & 0xff00)" (( "(") (binary_expression "uVar1 & 0xff00" (identifier "uVar1") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "uVar1 << 0x18" (identifier "uVar1") (<< "<<") (number_literal "0x18"))) () ")")))) (; ";")) (if_statement "if (uVar8 < local_90) {\n pcVar9 = (char *)(local_98 + uVar8);\n }" (if "if") (parenthesized_expression "(uVar8 < local_90)" (( "(") (binary_expression "uVar8 < local_90" (identifier "uVar8") (< "<") (identifier "local_90")) () ")")) (compound_statement "{\n pcVar9 = (char *)(local_98 + uVar8);\n }" ({ "{") (expression_statement "pcVar9 = (char *)(local_98 + uVar8);" (assignment_expression "pcVar9 = (char *)(local_98 + uVar8)" (identifier "pcVar9") (= "=") (cast_expression "(char *)(local_98 + uVar8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_98 + uVar8)" (( "(") (binary_expression "local_98 + uVar8" (identifier "local_98") (+ "+") (identifier "uVar8")) () ")")))) (; ";")) (} "}"))) (expression_statement "uVar1 = puVar11[3];" (assignment_expression "uVar1 = puVar11[3]" (identifier "uVar1") (= "=") (subscript_expression "puVar11[3]" (identifier "puVar11") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "iVar4 = (int)(uint)(byte)uVar1 >> 4;" (assignment_expression "iVar4 = (int)(uint)(byte)uVar1 >> 4" (identifier "iVar4") (= "=") (binary_expression "(int)(uint)(byte)uVar1 >> 4" (cast_expression "(int)(uint)(byte)uVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(uint)(byte)uVar1" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (cast_expression "(byte)uVar1" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar1")))) (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "local_9c = (char)(iVar4 << 4);" (assignment_expression "local_9c = (char)(iVar4 << 4)" (identifier "local_9c") (= "=") (cast_expression "(char)(iVar4 << 4)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "(iVar4 << 4)" (( "(") (binary_expression "iVar4 << 4" (identifier "iVar4") (<< "<<") (number_literal "4")) () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n local_9c = '\x10';\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n local_9c = '\x10';\n }" ({ "{") (expression_statement "local_9c = '\x10';" (assignment_expression "local_9c = '\x10'" (identifier "local_9c") (= "=") (char_literal "'\x10'" (' "'") (escape_sequence "\x10") (' "'"))) (; ";")) (} "}"))) (if_statement "if (uVar3 == 2 || uVar3 == 3) {\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }\n else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" (if "if") (parenthesized_expression "(uVar3 == 2 || uVar3 == 3)" (( "(") (binary_expression "uVar3 == 2 || uVar3 == 3" (binary_expression "uVar3 == 2" (identifier "uVar3") (== "==") (number_literal "2")) (|| "||") (binary_expression "uVar3 == 3" (identifier "uVar3") (== "==") (number_literal "3"))) () ")")) (compound_statement "{\n local_a4 = puVar11[1];\n *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;\n local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;\n local_9a = 0x100;\n }" ({ "{") (expression_statement "local_a4 = puVar11[1];" (assignment_expression "local_a4 = puVar11[1]" (identifier "local_a4") (= "=") (subscript_expression "puVar11[1]" (identifier "puVar11") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1;" (assignment_expression "*(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" (* "*") (cast_expression "(long *)(param_1 + 0xd0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0xd0) + 1" (pointer_expression "*(long *)(param_1 + 0xd0)" (* "*") (cast_expression "(long *)(param_1 + 0xd0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xd0)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18;" (assignment_expression "local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" (identifier "local_bc") (= "=") (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 |\n local_a4 << 0x18" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8" (binary_expression "local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8" (binary_expression "local_a4 >> 0x18" (identifier "local_a4") (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(local_a4 & 0xff0000) >> 8" (parenthesized_expression "(local_a4 & 0xff0000)" (( "(") (binary_expression "local_a4 & 0xff0000" (identifier "local_a4") (& "&") (number_literal "0xff0000")) () ")")) (>> ">>") (number_literal "8"))) (| "|") (binary_expression "(local_a4 & 0xff00) << 8" (parenthesized_expression "(local_a4 & 0xff00)" (( "(") (binary_expression "local_a4 & 0xff00" (identifier "local_a4") (& "&") (number_literal "0xff00")) () ")")) (<< "<<") (number_literal "8"))) (| "|") (binary_expression "local_a4 << 0x18" (identifier "local_a4") (<< "<<") (number_literal "0x18")))) (; ";")) (expression_statement "local_9a = 0x100;" (assignment_expression "local_9a = 0x100" (identifier "local_9a") (= "=") (number_literal "0x100")) (; ";")) (} "}")) (else_clause "else {\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" (else "else") (compound_statement "{\n local_bc = 0;\n local_a4 = 0;\n local_9a = 0;\n }" ({ "{") (expression_statement "local_bc = 0;" (assignment_expression "local_bc = 0" (identifier "local_bc") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_a4 = 0;" (assignment_expression "local_a4 = 0" (identifier "local_a4") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_9a = 0;" (assignment_expression "local_9a = 0" (identifier "local_9a") (= "=") (number_literal "0")) (; ";")) (} "}")))) (expression_statement "local_a0 = puVar11[2];" (assignment_expression "local_a0 = puVar11[2]" (identifier "local_a0") (= "=") (subscript_expression "puVar11[2]" (identifier "puVar11") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" (identifier "local_a8") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_9c = ((byte)uVar1 & 0xf) + local_9c;" (assignment_expression "local_9c = ((byte)uVar1 & 0xf) + local_9c" (identifier "local_9c") (= "=") (binary_expression "((byte)uVar1 & 0xf) + local_9c" (parenthesized_expression "((byte)uVar1 & 0xf)" (( "(") (binary_expression "(byte)uVar1 & 0xf" (cast_expression "(byte)uVar1" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar1")) (& "&") (number_literal "0xf")) () ")")) (+ "+") (identifier "local_9c"))) (; ";")) (expression_statement "local_9b = *(undefined1 *)((long)puVar11 + 0xd);" (assignment_expression "local_9b = *(undefined1 *)((long)puVar11 + 0xd)" (identifier "local_9b") (= "=") (pointer_expression "*(undefined1 *)((long)puVar11 + 0xd)" (* "*") (cast_expression "(undefined1 *)((long)puVar11 + 0xd)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar11 + 0xd)" (( "(") (binary_expression "(long)puVar11 + 0xd" (cast_expression "(long)puVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar11")) (+ "+") (number_literal "0xd")) () ")"))))) (; ";")) (expression_statement "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8);" (assignment_expression "uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" (identifier "uVar7") (= "=") (call_expression "FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8)" (identifier "FUN_0027ddc0") (argument_list "(param_2,param_1,pcVar9,0,&local_b8)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (identifier "pcVar9") (, ",") (number_literal "0") (, ",") (pointer_expression "&local_b8" (& "&") (identifier "local_b8")) () ")")))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" (* "*") (cast_expression "(long *)(param_1 + 0xb8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")")))) (+ "+") (binary_expression "uVar5 * 8" (identifier "uVar5") (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7;" (assignment_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7" (pointer_expression "*(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" (* "*") (cast_expression "(undefined8 *)\n (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8)" (( "(") (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8) +\n (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0xa8)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0xa8)" (( "(") (binary_expression "*(long *)(param_1 + 0x90) + 0xa8" (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (number_literal "0xa8")) () ")")))) (+ "+") (binary_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8" (call_expression "(ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(((int)(lVar6 >> 2) - local_c0) + uVar12)" (( "(") (binary_expression "((int)(lVar6 >> 2) - local_c0) + uVar12" (parenthesized_expression "((int)(lVar6 >> 2) - local_c0)" (( "(") (binary_expression "(int)(lVar6 >> 2) - local_c0" (cast_expression "(int)(lVar6 >> 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(lVar6 >> 2)" (( "(") (binary_expression "lVar6 >> 2" (identifier "lVar6") (>> ">>") (number_literal "2")) () ")"))) (- "-") (identifier "local_c0")) () ")")) (+ "+") (identifier "uVar12")) () ")"))) (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "uVar7")) (; ";")) (if_statement "if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) {\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" (if "if") (parenthesized_expression "((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0'))" (( "(") (binary_expression "(uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" (parenthesized_expression "(uVar3 == 3)" (( "(") (binary_expression "uVar3 == 3" (identifier "uVar3") (== "==") (number_literal "3")) () ")")) (&& "&&") (parenthesized_expression "(FUN_00195510(local_68,&local_bc), extraout_DL != '\0')" (( "(") (comma_expression "FUN_00195510(local_68,&local_bc), extraout_DL != '\0'" (call_expression "FUN_00195510(local_68,&local_bc)" (identifier "FUN_00195510") (argument_list "(local_68,&local_bc)" (( "(") (identifier "local_68") (, ",") (pointer_expression "&local_bc" (& "&") (identifier "local_bc")) () ")"))) (, ",") (binary_expression "extraout_DL != '\0'" (identifier "extraout_DL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")))) () ")"))) () ")")) (compound_statement "{\n lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);\n if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }\n local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);\n local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);\n local_80 = lVar2;\n FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);\n }" ({ "{") (expression_statement "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8);" (assignment_expression "lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" (* "*") (cast_expression "(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8)" (( "(") (binary_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90) +\n (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (pointer_expression "*(long *)(*(long *)(param_1 + 0x90) + 0x90)" (* "*") (cast_expression "(long *)(*(long *)(param_1 + 0x90) + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x90) + 0x90)" (( "(") (binary_expression "*(long *)(param_1 + 0x90) + 0x90" (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (binary_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8) * 8" (call_expression "(ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" (call_expression "(ulong)(ushort)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(ushort)" (( "(") (identifier "ushort") () ")"))) (argument_list "(*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8)" (( "(") (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8 |\n *(ushort *)((long)puVar11 + 0xe) >> 8" (binary_expression "*(ushort *)((long)puVar11 + 0xe) << 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" (* "*") (cast_expression "(ushort *)((long)puVar11 + 0xe)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar11 + 0xe)" (( "(") (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar11")) (+ "+") (number_literal "0xe")) () ")")))) (<< "<<") (number_literal "8")) (| "|") (binary_expression "*(ushort *)((long)puVar11 + 0xe) >> 8" (pointer_expression "*(ushort *)((long)puVar11 + 0xe)" (* "*") (cast_expression "(ushort *)((long)puVar11 + 0xe)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar11 + 0xe)" (( "(") (binary_expression "(long)puVar11 + 0xe" (cast_expression "(long)puVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar11")) (+ "+") (number_literal "0xe")) () ")")))) (>> ">>") (number_literal "8"))) () ")"))) (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if ((*(byte *)(lVar2 + 0x20) & 1) == 0) {\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" (if "if") (parenthesized_expression "((*(byte *)(lVar2 + 0x20) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(lVar2 + 0x20) & 1) == 0" (parenthesized_expression "(*(byte *)(lVar2 + 0x20) & 1)" (( "(") (binary_expression "*(byte *)(lVar2 + 0x20) & 1" (pointer_expression "*(byte *)(lVar2 + 0x20)" (* "*") (cast_expression "(byte *)(lVar2 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x20)" (( "(") (binary_expression "lVar2 + 0x20" (identifier "lVar2") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0xc5,"address");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.h",0xc5,"address");" (call_expression "FUN_0017c650("../../gold/output.h",0xc5,"address")" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0xc5,"address")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xc5") (, ",") (string_literal ""address"" (" """) (string_content "address") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8);" (assignment_expression "local_78 = (ulong)local_bc - *(long *)(lVar2 + 8)" (identifier "local_78") (= "=") (binary_expression "(ulong)local_bc - *(long *)(lVar2 + 8)" (cast_expression "(ulong)local_bc" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "local_bc")) (- "-") (pointer_expression "*(long *)(lVar2 + 8)" (* "*") (cast_expression "(long *)(lVar2 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 8)" (( "(") (binary_expression "lVar2 + 8" (identifier "lVar2") (+ "+") (number_literal "8")) () ")")))))) (; ";")) (expression_statement "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8);" (assignment_expression "local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (identifier "local_88") (= "=") (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0xb8) + uVar5 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0xb8) + uVar5 * 8" (pointer_expression "*(long *)(param_1 + 0xb8)" (* "*") (cast_expression "(long *)(param_1 + 0xb8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb8)" (( "(") (binary_expression "param_1 + 0xb8" (identifier "param_1") (+ "+") (number_literal "0xb8")) () ")")))) (+ "+") (binary_expression "uVar5 * 8" (identifier "uVar5") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (expression_statement "local_80 = lVar2;" (assignment_expression "local_80 = lVar2" (identifier "local_80") (= "=") (identifier "lVar2")) (; ";")) (expression_statement "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88);" (call_expression "FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" (identifier "FUN_0019a970") (argument_list "(*(long *)(param_1 + 0x90) + 0xc0,&local_88)" (( "(") (binary_expression "*(long *)(param_1 + 0x90) + 0xc0" (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (number_literal "0xc0")) (, ",") (pointer_expression "&local_88" (& "&") (identifier "local_88")) () ")"))) (; ";")) (} "}"))) (if_statement "if (uVar5 == uVar10 - 1) goto LAB_0019ad48;" (if "if") (parenthesized_expression "(uVar5 == uVar10 - 1)" (( "(") (binary_expression "uVar5 == uVar10 - 1" (identifier "uVar5") (== "==") (binary_expression "uVar10 - 1" (identifier "uVar10") (- "-") (number_literal "1"))) () ")")) (goto_statement "goto LAB_0019ad48;" (goto "goto") (statement_identifier "LAB_0019ad48") (; ";"))) (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" (identifier "uVar5") (= "=") (binary_expression "uVar5 + 1" (identifier "uVar5") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(char *)(param_1 + 0xa8) == '\x04')" (( "(") (binary_expression "*(char *)(param_1 + 0xa8) == '\x04'" (pointer_expression "*(char *)(param_1 + 0xa8)" (* "*") (cast_expression "(char *)(param_1 + 0xa8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (== "==") (char_literal "'\x04'" (' "'") (escape_sequence "\x04") (' "'"))) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index");" (call_expression "FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.h",0x435,"get_output_symbol_index")" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x435") (, ",") (string_literal ""get_output_symbol_index"" (" """) (string_content "get_output_symbol_index") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_add_symbols(Sized_incr_dynobj<32,_true> * this, Symbol_table * symtab, Read_symbols_data * param_2, Layout * param_3) */ void __thiscall var_7::Sized_incr_dynobj<32,var_28>::do_add_symbols (Sized_incr_dynobj<32,var_28> *this,Symbol_table *symtab,Read_symbols_data *param_2, Layout *param_3) { type_13 var_5; type_1 var_23; type_2 var_15; type_2 var_16; long var_19; type_3 *pOVar6; type_1 var_26; int var_25; type_4 var_11; long var_29; var_1<32> *pSVar11; type_4 var_12; char var_27; char *name; type_1 var_10; type_1 *puVar15; type_1 var_24; pair<std::_Rb_tree_iterator<var_21>,_bool> pVar17; type_1 var_30; type_5 v; var_2<32,var_28> var_3; type_6 symtab_view; type_7 symbuf [16]; type_8 strtab; type_9 local_88; type_10 copied_symbols; var_3.p_ = (var_4<32> *)symbuf; var_5 = (type_13)(this->input_reader_).flags_; if (1 < var_5 - 1 && var_5 != 4) { /* WARNING: Subroutine does not return */ var_6("../../gold/incremental.h",0x388,"get_global_symbol_count"); } var_15 = (this->symbols_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>. _M_impl._M_start; var_10 = *(type_1 *)(((this->input_reader_).inputs_)->p_ + (type_4)(this->input_reader_).info_offset_ + 4); var_16 = (this->symbols_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>. _M_impl._M_finish; var_10 = var_10 >> 0x18 | (var_10 & 0xff0000) >> 8 | (var_10 & 0xff00) << 8 | var_10 << 0x18; var_12 = (type_4)var_10; var_11 = (long)var_16 - (long)var_15 >> 3; if (var_11 < var_12) { std::vector<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>::var_14 (&this->symbols_,var_12 - var_11); } else if ((var_12 < var_11) && (var_15 = var_15 + var_12, var_16 != var_15)) { (this->symbols_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>._M_impl. _M_finish = var_15; } symtab_view.p_ = (type_7 *)0x0; strtab.base_ = (char *)0x0; strtab.usable_size_ = 0; var_17<32,var_28>::var_18 (this->ibase_,&symtab_view,&var_30,&strtab); copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_color = _S_red; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent = (type_11)0x0; var_19 = (this->ibase_->symtab_reader_).len_; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_node_count = 0; var_29 = var_19 + 3; if (-1 < var_19) { var_29 = var_19; } copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left = &copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header; copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_right = copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_left; if (var_10 == 0) { LAB_0019ad48: std:: _Rb_tree<var_21,_unsigned_int,var_8::_Identity<var_21>,var_8::less<var_21>,var_8::var_20<var_21>var_9> ::var_22(&copied_symbols._M_t, (type_12)copied_symbols._M_t._M_impl.super__Rb_tree_header._M_header._M_parent); return; } if ((char)(this->input_reader_).flags_ == '\x04') { var_11 = 0; do { var_23 = *(type_1 *)(((this->input_reader_).inputs_)->p_ + (type_4)(type_1)((int)var_11 * 4) + 8 + (type_4)(this->input_reader_).info_offset_ ); var_24 = var_23 >> 0x18 | (var_23 & 0xff0000) >> 8 | (var_23 & 0xff00) << 8 | var_23 << 0x18 & 0x3fffffff; var_26 = (var_23 << 0x18) >> 0x1e; name = ""; puVar15 = (type_1 *)(symtab_view.p_ + (var_24 << 4)); var_23 = *puVar15; var_12 = (type_4)(var_23 >> 0x18 | (var_23 & 0xff0000) >> 8 | (var_23 & 0xff00) << 8 | var_23 << 0x18); if (var_12 < strtab.usable_size_) { name = strtab.base_ + var_12; } var_23 = puVar15[3]; var_25 = (int)(type_1)(type_13)var_23 >> 4; var_27 = (char)(var_25 << 4); if (var_25 == 0) { var_27 = '\x10'; } if (var_26 == 2 || var_26 == 3) { symbuf._4_4_ = puVar15[1]; this->defined_count_ = this->defined_count_ + 1; v = (type_1)symbuf._4_4_ >> 0x18 | (symbuf._4_4_ & 0xff0000) >> 8 | (symbuf._4_4_ & 0xff00) << 8 | symbuf._4_4_ << 0x18; symbuf[0xe] = '\0'; symbuf[0xf] = '\x01'; } else { v = 0; symbuf._4_4_ = 0; symbuf[0xe] = '\0'; symbuf[0xf] = '\0'; } symbuf._8_4_ = puVar15[2]; symbuf[0] = '\0'; symbuf[1] = '\0'; symbuf[2] = '\0'; symbuf[3] = '\0'; symbuf[0xc] = ((type_13)var_23 & 0xf) + var_27; symbuf[0xd] = *(type_7 *)((long)puVar15 + 0xd); /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */ pSVar11 = Symbol_table::add_from_incrobj<32,var_28> (symtab,(type_14 *)this,name,(char *)0x0,&var_3); (this->symbols_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>._M_impl. _M_start[var_11] = &pSVar11->super_Symbol; (this->ibase_->symbol_map_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>. _M_impl._M_start[((int)(var_29 >> 2) - var_30) + var_24] = &pSVar11->super_Symbol; if ((var_26 == 3) && (pVar17 = std:: _Rb_tree<var_21,_unsigned_int,var_8::_Identity<var_21>,var_8::less<var_21>,var_8::var_20<var_21>var_9> ::var_31<var_32&>(&copied_symbols._M_t,&v), pVar17.second != false)) { pOVar6 = (this->ibase_->section_map_). super__Vector_base<var_7::type_3*,var_8::var_20<var_7::type_3*>var_9>. _M_impl._M_start [(type_15)(*(type_15 *)((long)puVar15 + 0xe) << 8 | *(type_15 *)((long)puVar15 + 0xe) >> 8)]; if (((pOVar6->super_Output_data).field_0x20 & 1) == 0) { /* WARNING: Subroutine does not return */ var_6("../../gold/output.h",0xc5,"address"); } local_88.offset = (type_4)v - (pOVar6->super_Output_data).address_; local_88.symbol = (this->symbols_).super__Vector_base<var_7::var_13*,var_8::var_20<var_7::var_13*>var_9>. _M_impl._M_start[var_11]; local_88.output_section = pOVar6; std:: vector<var_7::var_17<32,var_28>::type_9,var_8::var_20<var_7::var_17<32,var_28>::type_9>var_9> ::emplace_back<var_7::var_17<32,var_28>::type_9> (&this->ibase_->copy_relocs_,&local_88); } if (var_11 == var_10 - 1) goto LAB_0019ad48; var_11 = var_11 + 1; } while ((char)(this->input_reader_).flags_ == '\x04'); } /* WARNING: Subroutine does not return */ /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */ var_6("../../gold/incremental.h",0x435,"get_output_symbol_index"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (number_literal) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (identifier)))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier))) right: (identifier)))) right: (number_literal)))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))) right: (binary_expression left: (identifier) right: (char_literal (escape_sequence))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (binary_expression left: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))))) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(long param_1,undefined8 param_2) { uint uVar1; long lVar2; uint uVar3; int iVar4; ulong uVar5; long lVar6; undefined8 uVar7; ulong uVar8; char extraout_DL; char *pcVar9; uint uVar10; uint *puVar11; uint uVar12; int local_c0; uint local_bc; undefined4 *local_b8; long local_b0; undefined4 local_a8; uint local_a4; uint local_a0; char local_9c; undefined1 local_9b; undefined2 local_9a; long local_98; ulong local_90; undefined8 local_88; long local_80; long local_78; undefined1 local_68 [8]; undefined4 local_60 [2]; undefined8 local_58; undefined4 *local_50; undefined4 *local_48; undefined8 local_40; local_b8 = &local_a8; if (1 < *(byte *)(param_1 + 0xa8) - 1 && *(byte *)(param_1 + 0xa8) != 4) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/incremental.h",0x388,"get_global_symbol_count"); } uVar10 = *(uint *)(**(long **)(param_1 + 0xa0) + 4 + (ulong)*(uint *)(param_1 + 0xb0)); uVar10 = uVar10 >> 0x18 | (uVar10 & 0xff0000) >> 8 | (uVar10 & 0xff00) << 8 | uVar10 << 0x18; uVar8 = (ulong)uVar10; uVar5 = *(long *)(param_1 + 0xc0) - *(long *)(param_1 + 0xb8) >> 3; if (uVar5 < uVar8) { FUN_00192f00(param_1 + 0xb8,uVar8 - uVar5); } else if ((uVar8 < uVar5) && (lVar2 = *(long *)(param_1 + 0xb8) + uVar8 * 8, *(long *)(param_1 + 0xc0) != lVar2)) { *(long *)(param_1 + 0xc0) = lVar2; } local_b0 = 0; local_98 = 0; local_90 = 0; FUN_0018d570(*(undefined8 *)(param_1 + 0x90),&local_b0,&local_c0,&local_98); local_60[0] = 0; local_58 = 0; lVar2 = *(long *)(*(long *)(param_1 + 0x90) + 0x128); local_40 = 0; lVar6 = lVar2 + 3; if (-1 < lVar2) { lVar6 = lVar2; } local_50 = local_60; local_48 = local_50; if (uVar10 == 0) { LAB_0019ad48: FUN_001954d0(local_68,local_58); return; } if (*(char *)(param_1 + 0xa8) == '\x04') { uVar5 = 0; do { uVar1 = *(uint *)((ulong)(uint)((int)uVar5 * 4) + 8 + (ulong)*(uint *)(param_1 + 0xb0) + **(long **)(param_1 + 0xa0)); uVar12 = uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18 & 0x3fffffff; uVar3 = (uVar1 << 0x18) >> 0x1e; pcVar9 = ""; puVar11 = (uint *)((ulong)(uVar12 << 4) + local_b0); uVar1 = *puVar11; uVar8 = (ulong)(uVar1 >> 0x18 | (uVar1 & 0xff0000) >> 8 | (uVar1 & 0xff00) << 8 | uVar1 << 0x18); if (uVar8 < local_90) { pcVar9 = (char *)(local_98 + uVar8); } uVar1 = puVar11[3]; iVar4 = (int)(uint)(byte)uVar1 >> 4; local_9c = (char)(iVar4 << 4); if (iVar4 == 0) { local_9c = '\x10'; } if (uVar3 == 2 || uVar3 == 3) { local_a4 = puVar11[1]; *(long *)(param_1 + 0xd0) = *(long *)(param_1 + 0xd0) + 1; local_bc = local_a4 >> 0x18 | (local_a4 & 0xff0000) >> 8 | (local_a4 & 0xff00) << 8 | local_a4 << 0x18; local_9a = 0x100; } else { local_bc = 0; local_a4 = 0; local_9a = 0; } local_a0 = puVar11[2]; local_a8 = 0; local_9c = ((byte)uVar1 & 0xf) + local_9c; local_9b = *(undefined1 *)((long)puVar11 + 0xd); /* try { // try from 0019ab9a to 0019ad2b has its CatchHandler @ 0019ade8 */ uVar7 = FUN_0027ddc0(param_2,param_1,pcVar9,0,&local_b8); *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8) = uVar7; *(undefined8 *) (*(long *)(*(long *)(param_1 + 0x90) + 0xa8) + (ulong)(((int)(lVar6 >> 2) - local_c0) + uVar12) * 8) = uVar7; if ((uVar3 == 3) && (FUN_00195510(local_68,&local_bc), extraout_DL != '\0')) { lVar2 = *(long *)(*(long *)(*(long *)(param_1 + 0x90) + 0x90) + (ulong)(ushort)(*(ushort *)((long)puVar11 + 0xe) << 8 | *(ushort *)((long)puVar11 + 0xe) >> 8) * 8); if ((*(byte *)(lVar2 + 0x20) & 1) == 0) { /* WARNING: Subroutine does not return */ FUN_0017c650("../../gold/output.h",0xc5,"address"); } local_78 = (ulong)local_bc - *(long *)(lVar2 + 8); local_88 = *(undefined8 *)(*(long *)(param_1 + 0xb8) + uVar5 * 8); local_80 = lVar2; FUN_0019a970(*(long *)(param_1 + 0x90) + 0xc0,&local_88); } if (uVar5 == uVar10 - 1) goto LAB_0019ad48; uVar5 = uVar5 + 1; } while (*(char *)(param_1 + 0xa8) == '\x04'); } /* WARNING: Subroutine does not return */ /* try { // try from 0019adb3 to 0019adcf has its CatchHandler @ 0019ade8 */ FUN_0017c650("../../gold/incremental.h",0x435,"get_output_symbol_index"); }
499_vdir_and_vdir_strip.c
exit
exit
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207090350')]
[('const-1', u'RETURN_-1207090350')]
null
null
00124348
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void exit(int __status)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
528_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
__terminate
FUN_0014e5b2
/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */ void __cxxabiv1::__terminate(_func_void *param_1) { __cxa_begin_catch(); /* WARNING: Subroutine does not return */ abort(); }
void FUN_0014e5b2(void) { FUN_002da4e0(); /* WARNING: Subroutine does not return */ abort(); }
MOV RDI,RAX CALL 0x002da4e0 CALL 0x001471a0
null
null
null
null
[('const-1', u'RETURN_-1207179828')]
[('const-1', u'RETURN_-1207179828')]
null
null
0014e5b2
x64
O2
(translation_unit "void FUN_0014e5b2(void)\n\n{\n FUN_002da4e0();\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" (function_definition "void FUN_0014e5b2(void)\n\n{\n FUN_002da4e0();\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (function_declarator "FUN_0014e5b2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_002da4e0();\n /* WARNING: Subroutine does not return */\n abort();\n}" { (expression_statement "FUN_002da4e0();" (call_expression "FUN_002da4e0()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */\n\nvoid __cxxabiv1::__terminate(_func_void *param_1)\n\n{\n __cxa_begin_catch();\n /* WARNING: Subroutine does not return */\n abort();\n}\n\n" comment (function_definition "void __cxxabiv1::__terminate(_func_void *param_1)\n\n{\n __cxa_begin_catch();\n /* WARNING: Subroutine does not return */\n abort();\n}" primitive_type (ERROR "__cxxabiv1::" identifier : :) (function_declarator "__terminate(_func_void *param_1)" identifier (parameter_list "(_func_void *param_1)" ( (parameter_declaration "_func_void *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n __cxa_begin_catch();\n /* WARNING: Subroutine does not return */\n abort();\n}" { (expression_statement "__cxa_begin_catch();" (call_expression "__cxa_begin_catch()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void FUN_0014e5b2(void)\n\n{\n FUN_002da4e0();\n \n abort();\n}\n\n" (function_definition "void FUN_0014e5b2(void)\n\n{\n FUN_002da4e0();\n \n abort();\n}" primitive_type (function_declarator "FUN_0014e5b2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_002da4e0();\n \n abort();\n}" { (expression_statement "FUN_002da4e0();" (call_expression "FUN_002da4e0()" identifier (argument_list "()" ( ))) ;) (expression_statement "abort();" (call_expression "abort()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void FUN_0014e5b2(void)\n\n{\n FUN_002da4e0();\n \n abort();\n}" (primitive_type "void") (function_declarator "FUN_0014e5b2(void)" (identifier "FUN_0014e5b2") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_002da4e0();\n \n abort();\n}" ({ "{") (expression_statement "FUN_002da4e0();" (call_expression "FUN_002da4e0()" (identifier "FUN_002da4e0") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "abort();" (call_expression "abort()" (identifier "abort") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* __cxxabiv1::__terminate(void (*)()) [clone .cold.0] */ void __cxxabiv1::function_1(type_1 *param_1) { var_1(); /* WARNING: Subroutine does not return */ var_2(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
void MASKED(void) { FUN_002da4e0(); /* WARNING: Subroutine does not return */ abort(); }
1002_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
fgets
fgets
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * fgets(char *__s,int __n,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fgets@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * fgets(char *__s,int __n,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1204522286')]
[('const-1', u'RETURN_-1204522286')]
null
null
002b72c8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * fgets(char *__s,int __n,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * fgets(char *__s,int __n,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fgets@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fgets@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fgets@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" * (function_declarator "fgets(char *__s,int __n,FILE *__stream)" identifier (parameter_list "(char *__s,int __n,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __n" primitive_type identifier) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "char * fgets(char *__s,int __n,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* fgets(char *__s,int __n,FILE *__stream)" (* "*") (function_declarator "fgets(char *__s,int __n,FILE *__stream)" (identifier "fgets") (parameter_list "(char *__s,int __n,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "int __n" (primitive_type "int") (identifier "__n")) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __n,type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* fgets@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__s,int __n,FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
516_sh4-linux-gnu-ld_and_sh4-linux-gnu-ld_strip.c
print_nl
FUN_00124290
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void print_nl(void) { fputc(10,(FILE *)config.map_file); return; }
void FUN_00124290(void) { fputc(10,DAT_00182f38); return; }
MOV RSI,qword ptr [0x00182f38] MOV EDI,0xa JMP 0x001094e0
null
null
null
null
[(u'CAST_-1207090454', u'CALL_-1207090523'), ('const-0', u'RETURN_-1207090519'), ('tmp_41', u'CAST_-1207090454'), (u'CALL_-1207090523', u'INDIRECT_-1207090459'), ('const-10', u'CALL_-1207090523'), (u'INDIRECT_-1207090459', u'COPY_-1207090518')]
[('const-0', u'RETURN_-1207090519'), ('const-10', u'CALL_-1207090523'), ('tmp_42', u'CALL_-1207090523'), (u'CALL_-1207090523', u'INDIRECT_-1207090459'), (u'INDIRECT_-1207090459', u'COPY_-1207090518')]
null
null
00124290
x64
O2
(translation_unit "void FUN_00124290(void)\n\n{\n fputc(10,DAT_00182f38);\n return;\n}\n\n" (function_definition "void FUN_00124290(void)\n\n{\n fputc(10,DAT_00182f38);\n return;\n}" primitive_type (function_declarator "FUN_00124290(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n fputc(10,DAT_00182f38);\n return;\n}" { (expression_statement "fputc(10,DAT_00182f38);" (call_expression "fputc(10,DAT_00182f38)" identifier (argument_list "(10,DAT_00182f38)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid print_nl(void)\n\n{\n fputc(10,(FILE *)config.map_file);\n return;\n}\n\n" comment (function_definition "void print_nl(void)\n\n{\n fputc(10,(FILE *)config.map_file);\n return;\n}" primitive_type (function_declarator "print_nl(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n fputc(10,(FILE *)config.map_file);\n return;\n}" { (expression_statement "fputc(10,(FILE *)config.map_file);" (call_expression "fputc(10,(FILE *)config.map_file)" identifier (argument_list "(10,(FILE *)config.map_file)" ( number_literal , (cast_expression "(FILE *)config.map_file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "config.map_file" identifier . field_identifier)) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00124290(void)\n\n{\n fputc(10,DAT_00182f38);\n return;\n}\n\n" (function_definition "void FUN_00124290(void)\n\n{\n fputc(10,DAT_00182f38);\n return;\n}" primitive_type (function_declarator "FUN_00124290(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n fputc(10,DAT_00182f38);\n return;\n}" { (expression_statement "fputc(10,DAT_00182f38);" (call_expression "fputc(10,DAT_00182f38)" identifier (argument_list "(10,DAT_00182f38)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00124290(void)\n\n{\n fputc(10,DAT_00182f38);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00124290(void)" (identifier "FUN_00124290") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n fputc(10,DAT_00182f38);\n return;\n}" ({ "{") (expression_statement "fputc(10,DAT_00182f38);" (call_expression "fputc(10,DAT_00182f38)" (identifier "fputc") (argument_list "(10,DAT_00182f38)" (( "(") (number_literal "10") (, ",") (identifier "DAT_00182f38") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { var_1(10,(type_1 *)config.map_file); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement))))
null
void MASKED(void) { fputc(10,DAT_00182f38); return; }
95_head_and_head_strip.c
quotearg_n
FUN_00105cc0
char * quotearg_n(wchar_t n,char *arg) { char *pcVar1; pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options); return pcVar1; }
void FUN_00105cc0(undefined8 param_1,undefined8 param_2) { FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380); return; }
LEA RCX,[0x10c380] MOV RDX,-0x1 JMP 0x001057e0
null
null
null
null
[('const-0', u'RETURN_-1206952741'), ('tmp_13', u'CALL_-1206952745'), ('const--1', u'CALL_-1206952745'), ('const-0', u'PTRSUB_-1206952675'), (u'CALL_-1206952745', u'RETURN_-1206952741'), ('const-1098624', u'PTRSUB_-1206952675'), (u'PTRSUB_-1206952675', u'CALL_-1206952745'), ('tmp_14', u'CALL_-1206952745')]
[('const-0', u'RETURN_-1206952741'), ('const-0', u'PTRSUB_-1206952675'), ('tmp_41', u'CALL_-1206952745'), ('const--1', u'CALL_-1206952745'), (u'PTRSUB_-1206952675', u'CALL_-1206952745'), ('const-1098624', u'PTRSUB_-1206952675'), ('tmp_42', u'CALL_-1206952745')]
null
null
00105cc0
x64
O2
(translation_unit "void FUN_00105cc0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}\n\n" (function_definition "void FUN_00105cc0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" primitive_type (function_declarator "FUN_00105cc0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" { (expression_statement "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);" (call_expression "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" identifier (argument_list "(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" ( identifier , identifier , number_literal , (pointer_expression "&DAT_0010c380" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "char * quotearg_n(wchar_t n,char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options);\n return pcVar1;\n}\n\n" (function_definition "char * quotearg_n(wchar_t n,char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options);\n return pcVar1;\n}" primitive_type (pointer_declarator "* quotearg_n(wchar_t n,char *arg)" * (function_declarator "quotearg_n(wchar_t n,char *arg)" identifier (parameter_list "(wchar_t n,char *arg)" ( (parameter_declaration "wchar_t n" type_identifier identifier) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options);" (assignment_expression "pcVar1 = quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options)" identifier = (call_expression "quotearg_n_options(n,arg,0xffffffffffffffff,&default_quoting_options)" identifier (argument_list "(n,arg,0xffffffffffffffff,&default_quoting_options)" ( identifier , identifier , number_literal , (pointer_expression "&default_quoting_options" & identifier) )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "void FUN_00105cc0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}\n\n" (function_definition "void FUN_00105cc0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" primitive_type (function_declarator "FUN_00105cc0(undefined8 param_1,undefined8 param_2)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" { (expression_statement "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);" (call_expression "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" identifier (argument_list "(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" ( identifier , identifier , number_literal , (pointer_expression "&DAT_0010c380" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00105cc0(undefined8 param_1,undefined8 param_2)\n\n{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00105cc0(undefined8 param_1,undefined8 param_2)" (identifier "FUN_00105cc0") (parameter_list "(undefined8 param_1,undefined8 param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);\n return;\n}" ({ "{") (expression_statement "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380);" (call_expression "FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" (identifier "FUN_001057e0") (argument_list "(param_1,param_2,0xffffffffffffffff,&DAT_0010c380)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0xffffffffffffffff") (, ",") (pointer_expression "&DAT_0010c380" (& "&") (identifier "DAT_0010c380")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
char * function_1(type_1 n,char *arg) { char *pcVar1; pcVar1 = var_1(n,arg,0xffffffffffffffff,&default_quoting_options); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (pointer_expression argument: (identifier))))) (return_statement))))
null
void MASKED(undefined8 param_1,undefined8 param_2) { FUN_001057e0(param_1,param_2,0xffffffffffffffff,&DAT_0010c380); return; }
2891_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
RegisterBGRImage
RegisterBGRImage
/* WARNING: Unknown calling convention */ /* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ size_t RegisterBGRImage(void) { MagickInfo *pMVar1; pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; RegisterMagickInfo(pMVar1); pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; RegisterMagickInfo(pMVar1); pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; RegisterMagickInfo(pMVar1); return 0x810; }
undefined8 RegisterBGRImage(void) { long lVar1; lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples"); *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples"); *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples") ; *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); return 0x810; }
PUSH RBP LEA RSI,[0x3f3515] PUSH RBX MOV RDI,RSI LEA RDX,[0x42fbf0] SUB RSP,0x8 CALL 0x0014ac30 LEA RBP,[0x326d70] OR dword ptr [RAX + 0x54],0x30 LEA RBX,[0x3260e0] MOV qword ptr [RAX + 0x30],RBP MOV RDI,RAX MOV qword ptr [RAX + 0x38],RBX CALL 0x0014ce00 LEA RDX,[0x42fc18] LEA RSI,[0x3f3510] LEA RDI,[0x3f3515] CALL 0x0014ac30 OR dword ptr [RAX + 0x54],0x30 MOV qword ptr [RAX + 0x30],RBP MOV RDI,RAX MOV qword ptr [RAX + 0x38],RBX CALL 0x0014ce00 LEA RDX,[0x42fc40] LEA RSI,[0x3f3519] LEA RDI,[0x3f3515] CALL 0x0014ac30 OR dword ptr [RAX + 0x54],0x30 MOV qword ptr [RAX + 0x30],RBP MOV RDI,RAX MOV qword ptr [RAX + 0x38],RBX CALL 0x0014ce00 ADD RSP,0x8 MOV EAX,0x810 POP RBX POP RBP RET
null
null
null
null
[(u'CALL_-1204972897', u'PTRSUB_-1204972600'), ('const-433', u'STORE_-1204972890'), (u'PTRSUB_-1204972551', u'STORE_-1204972786'), (u'PTRSUB_-1204972572', u'STORE_-1204972786'), ('const-433', u'LOAD_-1204972893'), (u'COPY_-1204972751', u'CALL_-1204972990'), ('const-56', u'PTRSUB_-1204972551'), ('const-0', u'PTRSUB_-1204972670'), (u'COPY_-1204972688', u'CALL_-1204972897'), (u'PTRSUB_-1204972623', u'STORE_-1204972874'), ('const-433', u'STORE_-1204972797'), (u'INT_OR_-1204972866', u'STORE_-1204972890'), ('const-0', u'RETURN_-1204972735'), (u'COPY_-1204972754', u'CALL_-1204972990'), (u'LOAD_-1204972893', u'INT_OR_-1204972866'), (u'COPY_-1204972749', u'CALL_-1204972990'), (u'CALL_-1204972820', u'PTRSUB_-1204972559'), (u'PTRSUB_-1204972669', u'STORE_-1204972975'), ('const-0', u'PTRSUB_-1204972576'), ('const-433', u'STORE_-1204972975'), ('const-84', u'PTRSUB_-1204972564'), (u'CALL_-1204972820', u'PTRSUB_-1204972564'), (u'PTRSUB_-1204972669', u'LOAD_-1204972978'), ('const-48', u'INT_OR_-1204972951'), ('const-0', u'PTRSUB_-1204972572'), ('const-4389912', u'COPY_-1204972688'), (u'COPY_-1204972641', u'CALL_-1204972820'), ('const-433', u'STORE_-1204972813'), ('const-84', u'PTRSUB_-1204972669'), ('const-3304816', u'PTRSUB_-1204972670'), ('const-433', u'STORE_-1204972863'), (u'COPY_-1204972695', u'CALL_-1204972897'), (u'COPY_-1204972644', u'CALL_-1204972820'), (u'PTRSUB_-1204972608', u'STORE_-1204972874'), (u'PTRSUB_-1204972670', u'STORE_-1204972951'), ('const-84', u'PTRSUB_-1204972613'), ('const-3304816', u'PTRSUB_-1204972576'), (u'PTRSUB_-1204972576', u'STORE_-1204972797'), (u'CALL_-1204972990', u'PTRSUB_-1204972649'), ('const-3304816', u'PTRSUB_-1204972623'), (u'PTRSUB_-1204972657', u'STORE_-1204972951'), ('const-433', u'STORE_-1204972874'), (u'PTRSUB_-1204972559', u'STORE_-1204972797'), ('const-56', u'PTRSUB_-1204972649'), (u'LOAD_-1204972816', u'INT_OR_-1204972789'), ('const-48', u'INT_OR_-1204972789'), (u'LOAD_-1204972978', u'INT_OR_-1204972951'), ('const-433', u'LOAD_-1204972816'), (u'PTRSUB_-1204972613', u'LOAD_-1204972893'), (u'PTRSUB_-1204972619', u'STORE_-1204972863'), (u'PTRSUB_-1204972666', u'STORE_-1204972940'), (u'PTRSUB_-1204972600', u'STORE_-1204972863'), ('const-3301600', u'PTRSUB_-1204972619'), (u'PTRSUB_-1204972564', u'STORE_-1204972813'), ('const-2064', u'COPY_-1204972762'), (u'PTRSUB_-1204972649', u'STORE_-1204972940'), ('const-4389952', u'COPY_-1204972641'), ('const-433', u'LOAD_-1204972978'), (u'COPY_-1204972693', u'CALL_-1204972897'), (u'CALL_-1204972897', u'CALL_-1204972852'), (u'PTRSUB_-1204972564', u'LOAD_-1204972816'), ('const-433', u'STORE_-1204972951'), ('const-48', u'PTRSUB_-1204972559'), (u'CALL_-1204972820', u'CALL_-1204972775'), ('const-4142352', u'COPY_-1204972695'), ('const-4142357', u'COPY_-1204972646'), ('const-4142361', u'COPY_-1204972644'), ('const-3301600', u'PTRSUB_-1204972666'), ('const-4142357', u'COPY_-1204972754'), ('const-0', u'PTRSUB_-1204972619'), ('const-48', u'PTRSUB_-1204972657'), (u'CALL_-1204972990', u'PTRSUB_-1204972657'), (u'COPY_-1204972646', u'CALL_-1204972820'), ('const-0', u'PTRSUB_-1204972623'), ('const-56', u'PTRSUB_-1204972600'), ('const-48', u'PTRSUB_-1204972608'), ('const-3301600', u'PTRSUB_-1204972572'), ('const-0', u'PTRSUB_-1204972666'), (u'CALL_-1204972897', u'PTRSUB_-1204972608'), (u'CALL_-1204972820', u'PTRSUB_-1204972551'), ('const-48', u'INT_OR_-1204972866'), (u'PTRSUB_-1204972613', u'STORE_-1204972890'), (u'CALL_-1204972990', u'PTRSUB_-1204972669'), ('const-4142357', u'COPY_-1204972751'), (u'INT_OR_-1204972789', u'STORE_-1204972813'), (u'CALL_-1204972990', u'CALL_-1204972929'), (u'INT_OR_-1204972951', u'STORE_-1204972975'), ('const-433', u'STORE_-1204972786'), ('const-4142357', u'COPY_-1204972693'), ('const-4389872', u'COPY_-1204972749'), (u'COPY_-1204972762', u'RETURN_-1204972735'), ('const-433', u'STORE_-1204972940'), (u'CALL_-1204972897', u'PTRSUB_-1204972613')]
[(u'PTRSUB_-1204972633', u'CALL_-1204972897'), (u'CALL_-1204972990', u'INT_ADD_-1204972926'), (u'INT_OR_-1204972866', u'STORE_-1204972890'), ('const-0', u'RETURN_-1204972735'), (u'LOAD_-1204972893', u'INT_OR_-1204972866'), ('const-3301600', u'PTRSUB_-1204972622'), ('const-84', u'INT_ADD_-1204972964'), ('const-0', u'PTRSUB_-1204972673'), (u'CALL_-1204972897', u'INT_ADD_-1204972860'), ('const-48', u'INT_OR_-1204972951'), (u'CALL_-1204972820', u'INT_ADD_-1204972802'), ('const-433', u'STORE_-1204972874'), ('const-3304816', u'PTRSUB_-1204972673'), ('const-4389912', u'COPY_-1204972691'), (u'PTRSUB_-1204972630', u'CALL_-1204972897'), ('const-4142357', u'PTRSUB_-1204972583'), (u'PTRSUB_-1204972575', u'STORE_-1204972786'), (u'CAST_-1204972674', u'STORE_-1204972975'), (u'CAST_-1204972654', u'STORE_-1204972940'), ('const-0', u'PTRSUB_-1204972691'), (u'CAST_-1204972613', u'STORE_-1204972874'), (u'LOAD_-1204972816', u'INT_OR_-1204972789'), ('const-0', u'PTRSUB_-1204972622'), ('const-3301600', u'PTRSUB_-1204972575'), ('const-433', u'LOAD_-1204972893'), (u'INT_ADD_-1204972879', u'CAST_-1204972618'), (u'INT_ADD_-1204972937', u'CAST_-1204972662'), ('const-3304816', u'PTRSUB_-1204972579'), (u'CALL_-1204972820', u'CALL_-1204972775'), (u'CAST_-1204972674', u'LOAD_-1204972978'), (u'PTRSUB_-1204972582', u'CALL_-1204972820'), (u'CAST_-1204972556', u'STORE_-1204972786'), (u'PTRSUB_-1204972692', u'CALL_-1204972990'), ('const-433', u'STORE_-1204972786'), ('const-433', u'STORE_-1204972975'), (u'INT_ADD_-1204972926', u'CAST_-1204972654'), ('const-0', u'PTRSUB_-1204972575'), ('const-0', u'PTRSUB_-1204972630'), ('const-4142357', u'PTRSUB_-1204972691'), (u'CALL_-1204972820', u'INT_ADD_-1204972772'), ('const-0', u'PTRSUB_-1204972626'), (u'PTRSUB_-1204972691', u'CALL_-1204972990'), (u'PTRSUB_-1204972583', u'CALL_-1204972820'), ('const-4142352', u'PTRSUB_-1204972633'), (u'PTRSUB_-1204972673', u'STORE_-1204972951'), (u'CAST_-1204972564', u'STORE_-1204972797'), (u'PTRSUB_-1204972626', u'STORE_-1204972874'), ('const-48', u'INT_OR_-1204972866'), (u'PTRSUB_-1204972579', u'STORE_-1204972797'), (u'INT_ADD_-1204972802', u'CAST_-1204972569'), ('const-433', u'LOAD_-1204972816'), ('const-4142361', u'PTRSUB_-1204972582'), (u'INT_ADD_-1204972964', u'CAST_-1204972674'), (u'COPY_-1204972691', u'CALL_-1204972897'), (u'INT_OR_-1204972789', u'STORE_-1204972813'), ('const-433', u'STORE_-1204972890'), ('const-0', u'PTRSUB_-1204972669'), ('const-4389872', u'COPY_-1204972752'), (u'COPY_-1204972762', u'RETURN_-1204972735'), (u'CAST_-1204972569', u'STORE_-1204972813'), ('const-4389952', u'COPY_-1204972644'), (u'COPY_-1204972752', u'CALL_-1204972990'), ('const-433', u'STORE_-1204972813'), ('const-56', u'INT_ADD_-1204972772'), (u'CALL_-1204972897', u'INT_ADD_-1204972849'), ('const-3304816', u'PTRSUB_-1204972626'), ('const-48', u'INT_ADD_-1204972783'), ('const-433', u'STORE_-1204972863'), ('const-433', u'STORE_-1204972940'), (u'INT_ADD_-1204972783', u'CAST_-1204972564'), (u'CALL_-1204972897', u'INT_ADD_-1204972879'), (u'CALL_-1204972990', u'INT_ADD_-1204972964'), ('const-0', u'PTRSUB_-1204972692'), (u'CAST_-1204972605', u'STORE_-1204972863'), (u'CALL_-1204972990', u'INT_ADD_-1204972937'), ('const-433', u'STORE_-1204972951'), (u'INT_ADD_-1204972860', u'CAST_-1204972613'), (u'COPY_-1204972644', u'CALL_-1204972820'), (u'CAST_-1204972618', u'LOAD_-1204972893'), (u'CALL_-1204972820', u'INT_ADD_-1204972783'), ('const-433', u'LOAD_-1204972978'), ('const-84', u'INT_ADD_-1204972879'), ('const-48', u'INT_OR_-1204972789'), (u'LOAD_-1204972978', u'INT_OR_-1204972951'), ('const-4142357', u'PTRSUB_-1204972630'), ('const-2064', u'COPY_-1204972762'), ('const-0', u'PTRSUB_-1204972583'), (u'CALL_-1204972897', u'CALL_-1204972852'), ('const-48', u'INT_ADD_-1204972937'), ('const-56', u'INT_ADD_-1204972926'), ('const-0', u'PTRSUB_-1204972633'), (u'CAST_-1204972662', u'STORE_-1204972951'), (u'CAST_-1204972569', u'LOAD_-1204972816'), ('const-84', u'INT_ADD_-1204972802'), (u'PTRSUB_-1204972622', u'STORE_-1204972863'), (u'PTRSUB_-1204972669', u'STORE_-1204972940'), ('const-56', u'INT_ADD_-1204972849'), ('const-3301600', u'PTRSUB_-1204972669'), (u'INT_ADD_-1204972849', u'CAST_-1204972605'), ('const-4142357', u'PTRSUB_-1204972692'), ('const-0', u'PTRSUB_-1204972582'), ('const-0', u'PTRSUB_-1204972579'), (u'CALL_-1204972990', u'CALL_-1204972929'), (u'INT_OR_-1204972951', u'STORE_-1204972975'), ('const-48', u'INT_ADD_-1204972860'), (u'CAST_-1204972618', u'STORE_-1204972890'), (u'INT_ADD_-1204972772', u'CAST_-1204972556'), ('const-433', u'STORE_-1204972797')]
null
null
00329210
x64
O2
(translation_unit "undefined8 RegisterBGRImage(void)\n\n{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}\n\n" (function_definition "undefined8 RegisterBGRImage(void)\n\n{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" type_identifier (function_declarator "RegisterBGRImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3515" & identifier) , (string_literal ""Raw blue, green, and red samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3510" & identifier) , (string_literal ""Raw blue, green, red, and alpha samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3519" & identifier) , (string_literal ""Raw blue, green, red, and opacity samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return 0x810;" return number_literal ;) })))
(translation_unit "/* WARNING: Unknown calling convention */\n/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNING: Enum "ExceptionType": Some values do not have unique names */\n\nsize_t RegisterBGRImage(void)\n\n{\n MagickInfo *pMVar1;\n \n pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n return 0x810;\n}\n\n" comment comment comment comment comment comment (function_definition "size_t RegisterBGRImage(void)\n\n{\n MagickInfo *pMVar1;\n \n pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n return 0x810;\n}" primitive_type (function_declarator "RegisterBGRImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n MagickInfo *pMVar1;\n \n pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples");\n pMVar1->flags = pMVar1->flags | 0x30;\n pMVar1->decoder = ReadBGRImage;\n pMVar1->encoder = WriteBGRImage;\n RegisterMagickInfo(pMVar1);\n return 0x810;\n}" { (declaration "MagickInfo *pMVar1;" type_identifier (pointer_declarator "*pMVar1" * identifier) ;) (expression_statement "pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples");" (assignment_expression "pMVar1 = AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples")" identifier = (call_expression "AcquireMagickInfo("BGR","BGR","Raw blue, green, and red samples")" identifier (argument_list "("BGR","BGR","Raw blue, green, and red samples")" ( (string_literal ""BGR"" " string_content ") , (string_literal ""BGR"" " string_content ") , (string_literal ""Raw blue, green, and red samples"" " string_content ") )))) ;) (expression_statement "pMVar1->flags = pMVar1->flags | 0x30;" (assignment_expression "pMVar1->flags = pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) = (binary_expression "pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) | number_literal)) ;) (expression_statement "pMVar1->decoder = ReadBGRImage;" (assignment_expression "pMVar1->decoder = ReadBGRImage" (field_expression "pMVar1->decoder" identifier -> field_identifier) = identifier) ;) (expression_statement "pMVar1->encoder = WriteBGRImage;" (assignment_expression "pMVar1->encoder = WriteBGRImage" (field_expression "pMVar1->encoder" identifier -> field_identifier) = identifier) ;) (expression_statement "RegisterMagickInfo(pMVar1);" (call_expression "RegisterMagickInfo(pMVar1)" identifier (argument_list "(pMVar1)" ( identifier ))) ;) (expression_statement "pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples");" (assignment_expression "pMVar1 = AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples")" identifier = (call_expression "AcquireMagickInfo("BGR","BGRA","Raw blue, green, red, and alpha samples")" identifier (argument_list "("BGR","BGRA","Raw blue, green, red, and alpha samples")" ( (string_literal ""BGR"" " string_content ") , (string_literal ""BGRA"" " string_content ") , (string_literal ""Raw blue, green, red, and alpha samples"" " string_content ") )))) ;) (expression_statement "pMVar1->flags = pMVar1->flags | 0x30;" (assignment_expression "pMVar1->flags = pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) = (binary_expression "pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) | number_literal)) ;) (expression_statement "pMVar1->decoder = ReadBGRImage;" (assignment_expression "pMVar1->decoder = ReadBGRImage" (field_expression "pMVar1->decoder" identifier -> field_identifier) = identifier) ;) (expression_statement "pMVar1->encoder = WriteBGRImage;" (assignment_expression "pMVar1->encoder = WriteBGRImage" (field_expression "pMVar1->encoder" identifier -> field_identifier) = identifier) ;) (expression_statement "RegisterMagickInfo(pMVar1);" (call_expression "RegisterMagickInfo(pMVar1)" identifier (argument_list "(pMVar1)" ( identifier ))) ;) (expression_statement "pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples");" (assignment_expression "pMVar1 = AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples")" identifier = (call_expression "AcquireMagickInfo("BGR","BGRO","Raw blue, green, red, and opacity samples")" identifier (argument_list "("BGR","BGRO","Raw blue, green, red, and opacity samples")" ( (string_literal ""BGR"" " string_content ") , (string_literal ""BGRO"" " string_content ") , (string_literal ""Raw blue, green, red, and opacity samples"" " string_content ") )))) ;) (expression_statement "pMVar1->flags = pMVar1->flags | 0x30;" (assignment_expression "pMVar1->flags = pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) = (binary_expression "pMVar1->flags | 0x30" (field_expression "pMVar1->flags" identifier -> field_identifier) | number_literal)) ;) (expression_statement "pMVar1->decoder = ReadBGRImage;" (assignment_expression "pMVar1->decoder = ReadBGRImage" (field_expression "pMVar1->decoder" identifier -> field_identifier) = identifier) ;) (expression_statement "pMVar1->encoder = WriteBGRImage;" (assignment_expression "pMVar1->encoder = WriteBGRImage" (field_expression "pMVar1->encoder" identifier -> field_identifier) = identifier) ;) (expression_statement "RegisterMagickInfo(pMVar1);" (call_expression "RegisterMagickInfo(pMVar1)" identifier (argument_list "(pMVar1)" ( identifier ))) ;) (return_statement "return 0x810;" return number_literal ;) })))
(translation_unit "undefined8 RegisterBGRImage(void)\n\n{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}\n\n" (function_definition "undefined8 RegisterBGRImage(void)\n\n{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" type_identifier (function_declarator "RegisterBGRImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3515" & identifier) , (string_literal ""Raw blue, green, and red samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3510" & identifier) , (string_literal ""Raw blue, green, red, and alpha samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" identifier = (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" identifier (argument_list "(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" ( (pointer_expression "&DAT_003f3515" & identifier) , (pointer_expression "&DAT_003f3519" & identifier) , (string_literal ""Raw blue, green, red, and opacity samples"" " string_content ") )))) ;) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) = (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" * (cast_expression "(uint *)(lVar1 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar1 + 0x54)" ( (binary_expression "lVar1 + 0x54" identifier + number_literal) )))) | number_literal)) ;) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" * (cast_expression "(code **)(lVar1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x30)" ( (binary_expression "lVar1 + 0x30" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" * (cast_expression "(code **)(lVar1 + 0x38)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x38)" ( (binary_expression "lVar1 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" identifier (argument_list "(lVar1)" ( identifier ))) ;) (return_statement "return 0x810;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (string_literal " string_content ") )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })))
(function_definition "undefined8 RegisterBGRImage(void)\n\n{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" (type_identifier "undefined8") (function_declarator "RegisterBGRImage(void)" (identifier "RegisterBGRImage") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;\n *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;\n *(code **)(lVar1 + 0x30) = FUN_00326d70;\n *(code **)(lVar1 + 0x38) = FUN_003260e0;\n RegisterMagickInfo(lVar1);\n return 0x810;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" (identifier "lVar1") (= "=") (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" (identifier "AcquireMagickInfo") (argument_list "(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples")" (( "(") (pointer_expression "&DAT_003f3515" (& "&") (identifier "DAT_003f3515")) (, ",") (pointer_expression "&DAT_003f3515" (& "&") (identifier "DAT_003f3515")) (, ",") (string_literal ""Raw blue, green, and red samples"" (" """) (string_content "Raw blue, green, and red samples") (" """)) () ")")))) (; ";")) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (| "|") (number_literal "0x30"))) (; ";")) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" (* "*") (cast_expression "(code **)(lVar1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x30)" (( "(") (binary_expression "lVar1 + 0x30" (identifier "lVar1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "FUN_00326d70")) (; ";")) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" (* "*") (cast_expression "(code **)(lVar1 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x38)" (( "(") (binary_expression "lVar1 + 0x38" (identifier "lVar1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "FUN_003260e0")) (; ";")) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" (identifier "RegisterMagickInfo") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples");" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" (identifier "lVar1") (= "=") (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" (identifier "AcquireMagickInfo") (argument_list "(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples")" (( "(") (pointer_expression "&DAT_003f3515" (& "&") (identifier "DAT_003f3515")) (, ",") (pointer_expression "&DAT_003f3510" (& "&") (identifier "DAT_003f3510")) (, ",") (string_literal ""Raw blue, green, red, and alpha samples"" (" """) (string_content "Raw blue, green, red, and alpha samples") (" """)) () ")")))) (; ";")) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (| "|") (number_literal "0x30"))) (; ";")) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" (* "*") (cast_expression "(code **)(lVar1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x30)" (( "(") (binary_expression "lVar1 + 0x30" (identifier "lVar1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "FUN_00326d70")) (; ";")) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" (* "*") (cast_expression "(code **)(lVar1 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x38)" (( "(") (binary_expression "lVar1 + 0x38" (identifier "lVar1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "FUN_003260e0")) (; ";")) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" (identifier "RegisterMagickInfo") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (expression_statement "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")\n ;" (assignment_expression "lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" (identifier "lVar1") (= "=") (call_expression "AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" (identifier "AcquireMagickInfo") (argument_list "(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples")" (( "(") (pointer_expression "&DAT_003f3515" (& "&") (identifier "DAT_003f3515")) (, ",") (pointer_expression "&DAT_003f3519" (& "&") (identifier "DAT_003f3519")) (, ",") (string_literal ""Raw blue, green, red, and opacity samples"" (" """) (string_content "Raw blue, green, red, and opacity samples") (" """)) () ")")))) (; ";")) (expression_statement "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30;" (assignment_expression "*(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (= "=") (binary_expression "*(uint *)(lVar1 + 0x54) | 0x30" (pointer_expression "*(uint *)(lVar1 + 0x54)" (* "*") (cast_expression "(uint *)(lVar1 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar1 + 0x54)" (( "(") (binary_expression "lVar1 + 0x54" (identifier "lVar1") (+ "+") (number_literal "0x54")) () ")")))) (| "|") (number_literal "0x30"))) (; ";")) (expression_statement "*(code **)(lVar1 + 0x30) = FUN_00326d70;" (assignment_expression "*(code **)(lVar1 + 0x30) = FUN_00326d70" (pointer_expression "*(code **)(lVar1 + 0x30)" (* "*") (cast_expression "(code **)(lVar1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x30)" (( "(") (binary_expression "lVar1 + 0x30" (identifier "lVar1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "FUN_00326d70")) (; ";")) (expression_statement "*(code **)(lVar1 + 0x38) = FUN_003260e0;" (assignment_expression "*(code **)(lVar1 + 0x38) = FUN_003260e0" (pointer_expression "*(code **)(lVar1 + 0x38)" (* "*") (cast_expression "(code **)(lVar1 + 0x38)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x38)" (( "(") (binary_expression "lVar1 + 0x38" (identifier "lVar1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "FUN_003260e0")) (; ";")) (expression_statement "RegisterMagickInfo(lVar1);" (call_expression "RegisterMagickInfo(lVar1)" (identifier "RegisterMagickInfo") (argument_list "(lVar1)" (( "(") (identifier "lVar1") () ")"))) (; ";")) (return_statement "return 0x810;" (return "return") (number_literal "0x810") (; ";")) (} "}")))
/* WARNING: Unknown calling convention */ /* WARNING: Enum "GravityType": Some values do not have unique names */ /* WARNING: Enum "DisposeType": Some values do not have unique names */ /* WARNING: Enum "ChannelType": Some values do not have unique names */ /* WARNING: Enum "PixelChannel": Some values do not have unique names */ /* WARNING: Enum "ExceptionType": Some values do not have unique names */ size_t function_1(void) { type_1 *pMVar1; pMVar1 = var_1("BGR","BGR","Raw blue, green, and red samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; var_2(pMVar1); pMVar1 = var_1("BGR","BGRA","Raw blue, green, red, and alpha samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; var_2(pMVar1); pMVar1 = var_1("BGR","BGRO","Raw blue, green, red, and opacity samples"); pMVar1->flags = pMVar1->flags | 0x30; pMVar1->decoder = ReadBGRImage; pMVar1->encoder = WriteBGRImage; var_2(pMVar1); return 0x810; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (string_literal (string_content)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))))
null
undefined8 MASKED(void) { long lVar1; lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3515,"Raw blue, green, and red samples"); *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3510,"Raw blue, green, red, and alpha samples"); *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); lVar1 = AcquireMagickInfo(&DAT_003f3515,&DAT_003f3519,"Raw blue, green, red, and opacity samples") ; *(uint *)(lVar1 + 0x54) = *(uint *)(lVar1 + 0x54) | 0x30; *(code **)(lVar1 + 0x30) = FUN_00326d70; *(code **)(lVar1 + 0x38) = FUN_003260e0; RegisterMagickInfo(lVar1); return 0x810; }
2761_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
~Sized_incr_dynobj
FUN_001896b0
/* DWARF original prototype: void ~Sized_incr_dynobj(Sized_incr_dynobj<32,_true> * this, int __in_chrg) */ void __thiscall gold::Sized_incr_dynobj<32,_true>::~Sized_incr_dynobj (Sized_incr_dynobj<32,_true> *this,int __in_chrg) { int *piVar1; pointer ppSVar2; pointer pbVar3; pointer pcVar4; Input_file *pIVar5; pointer pbVar6; (this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&PTR__Sized_incr_dynobj_00427168; ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>. _M_impl._M_start; if (ppSVar2 != (pointer)0x0) { operator_delete(ppSVar2); } pbVar3 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_finish; pbVar6 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_start; (this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00433128; if (pbVar3 != pbVar6) { do { pcVar4 = (pbVar6->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar4 != &pbVar6->field_2) { operator_delete(pcVar4); } pbVar6 = pbVar6 + 1; } while (pbVar3 != pbVar6); pbVar6 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ._M_impl._M_start; } if (pbVar6 != (pointer)0x0) { operator_delete(pbVar6); } pcVar4 = (this->super_Dynobj).soname_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar4 != &(this->super_Dynobj).soname_.field_2) { operator_delete(pcVar4); } (this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00431850; pIVar5 = (this->super_Dynobj).super_Object.input_file_; if (pIVar5 != (Input_file *)0x0) { piVar1 = &(pIVar5->file_).object_count_; *piVar1 = *piVar1 + -1; } pcVar4 = (this->super_Dynobj).super_Object.name_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2) { operator_delete(pcVar4); } operator_delete(this,0xd8); return; }
void FUN_001896b0(undefined8 *param_1) { int *piVar1; long *plVar2; long *plVar3; *param_1 = &PTR_FUN_00427168; if (param_1[0x17] != 0) { FUN_002dac70(); } plVar2 = (long *)param_1[0xf]; plVar3 = (long *)param_1[0xe]; *param_1 = &DAT_00433128; if (plVar2 != plVar3) { do { if ((long *)*plVar3 != plVar3 + 2) { FUN_002dac70(); } plVar3 = plVar3 + 4; } while (plVar2 != plVar3); plVar3 = (long *)param_1[0xe]; } if (plVar3 != (long *)0x0) { FUN_002dac70(plVar3); } if ((undefined8 *)param_1[10] != param_1 + 0xc) { FUN_002dac70(); } *param_1 = &DAT_00431850; if (param_1[5] != 0) { piVar1 = (int *)(param_1[5] + 0x50); *piVar1 = *piVar1 + -1; } if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0xd8); return; }
LEA RAX,[0x427168] PUSH R12 PUSH RBP PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0xb8] TEST RDI,RDI JZ 0x001896d2 CALL 0x002dac70 MOV R12,qword ptr [RBX + 0x78] MOV RBP,qword ptr [RBX + 0x70] LEA RAX,[0x433128] MOV qword ptr [RBX],RAX CMP R12,RBP JZ 0x0018970f NOP dword ptr [RAX] MOV RDI,qword ptr [RBP] LEA RAX,[RBP + 0x10] CMP RDI,RAX JZ 0x00189702 CALL 0x002dac70 ADD RBP,0x20 CMP R12,RBP JNZ 0x001896f0 MOV RBP,qword ptr [RBX + 0x70] TEST RBP,RBP JZ 0x0018971c MOV RDI,RBP CALL 0x002dac70 MOV RDI,qword ptr [RBX + 0x50] LEA RAX,[RBX + 0x60] CMP RDI,RAX JZ 0x0018972e CALL 0x002dac70 LEA RAX,[0x431850] MOV qword ptr [RBX],RAX MOV RAX,qword ptr [RBX + 0x28] TEST RAX,RAX JZ 0x00189745 SUB dword ptr [RAX + 0x50],0x1 MOV RDI,qword ptr [RBX + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x00189757 CALL 0x002dac70 MOV RDI,RBX MOV ESI,0xd8 POP RBX POP RBP POP R12 JMP 0x002dac60
null
null
null
null
[('tmp_528', u'CALL_-1207461848'), ('const-8', u'PTRSUB_-1207461612'), ('const-0', u'PTRSUB_-1207461562'), ('const-0', u'INT_NOTEQUAL_-1207462022'), ('tmp_528', u'PTRSUB_-1207461534'), ('const-0', u'PTRSUB_-1207461648'), (u'PTRSUB_-1207461561', u'PTRSUB_-1207461543'), ('const-8', u'PTRSUB_-1207461503'), ('tmp_528', u'PTRSUB_-1207461678'), (u'PTRSUB_-1207461637', u'INT_NOTEQUAL_-1207462082'), ('tmp_528', u'PTRSUB_-1207461697'), ('tmp_461', u'CBRANCH_-1207461887'), ('const-433', u'LOAD_-1207461958'), ('const-0', u'INT_NOTEQUAL_-1207461938'), ('const-4354408', u'PTRSUB_-1207461704'), ('const-0', u'PTRSUB_-1207461534'), (u'INT_NOTEQUAL_-1207462117', u'CBRANCH_-1207462116'), ('const-0', u'PTRSUB_-1207461521'), (u'MULTIEQUAL_-1207461814', u'INT_NOTEQUAL_-1207462022'), ('tmp_528', u'PTRSUB_-1207461585'), (u'PTRSUB_-1207461672', u'PTRSUB_-1207461642'), (u'LOAD_-1207461915', u'CALL_-1207461880'), (u'PTRSUB_-1207461670', u'PTRSUB_-1207461643'), ('const-433', u'LOAD_-1207462008'), (u'PTRSUB_-1207461585', u'PTRSUB_-1207461561'), ('const-80', u'PTRSUB_-1207461566'), (u'INT_NOTEQUAL_-1207461938', u'CBRANCH_-1207461937'), (u'PTRSUB_-1207461503', u'PTRSUB_-1207461539'), (u'LOAD_-1207462008', u'CAST_-1207461528'), (u'LOAD_-1207462191', u'CALL_-1207462160'), ('tmp_528', u'PTRSUB_-1207461541'), (u'INT_NOTEQUAL_-1207462022', u'CBRANCH_-1207462021'), ('const-0', u'PTRSUB_-1207461671'), (u'PTRSUB_-1207461543', u'INT_NOTEQUAL_-1207461981'), ('const-0', u'PTRSUB_-1207461592'), ('const-0', u'PTRSUB_-1207461534'), ('tmp_528', u'PTRSUB_-1207461701'), ('const-433', u'LOAD_-1207462109'), (u'CAST_-1207461573', u'INT_NOTEQUAL_-1207462082'), ('const-433', u'LOAD_-1207461915'), ('const-0', u'PTRSUB_-1207461670'), (u'INT_ADD_-1207461914', u'STORE_-1207461929'), ('tmp_528', u'PTRSUB_-1207461562'), (u'LOAD_-1207461932', u'INT_ADD_-1207461914'), ('const-0', u'RETURN_-1207461844'), ('tmp_528', u'PTRSUB_-1207461672'), (u'PTRSUB_-1207461539', u'PTRSUB_-1207461518'), (u'PTRSUB_-1207461658', u'PTRSUB_-1207461630'), (u'PTRSUB_-1207461667', u'PTRSUB_-1207461644'), (u'PTRSUB_-1207461585', u'PTRSUB_-1207461610'), (u'INT_NOTEQUAL_-1207462045', u'CBRANCH_-1207462043'), ('tmp_528', u'PTRSUB_-1207461658'), (u'PTRSUB_-1207461608', u'STORE_-1207462135'), (u'PTRSUB_-1207461511', u'PTRSUB_-1207461498'), ('const-1', u'PTRADD_-1207461623'), (u'PTRSUB_-1207461642', u'PTRSUB_-1207461614'), (u'PTRSUB_-1207461566', u'PTRSUB_-1207461590'), ('const-0', u'PTRSUB_-1207461585'), (u'PTRSUB_-1207461630', u'PTRSUB_-1207461608'), (u'LOAD_-1207462151', u'MULTIEQUAL_-1207461844'), ('const-0', u'PTRSUB_-1207461610'), ('const-0', u'PTRSUB_-1207461658'), ('const-433', u'STORE_-1207462135'), ('const-0', u'PTRSUB_-1207461586'), ('const-433', u'LOAD_-1207462158'), (u'PTRSUB_-1207461648', u'STORE_-1207462195'), (u'PTRSUB_-1207461523', u'STORE_-1207461929'), (u'PTRSUB_-1207461643', u'PTRSUB_-1207461620'), (u'PTRSUB_-1207461671', u'PTRSUB_-1207461648'), ('const-433', u'LOAD_-1207462191'), (u'LOAD_-1207462109', u'CAST_-1207461573'), ('const-0', u'PTRSUB_-1207461626'), (u'MULTIEQUAL_-1207461844', u'PTRSUB_-1207461642'), ('const-40', u'PTRSUB_-1207461523'), (u'LOAD_-1207461915', u'CAST_-1207461485'), ('const-216', u'CALL_-1207461848'), (u'PTRSUB_-1207461518', u'LOAD_-1207461915'), ('const-16', u'PTRSUB_-1207461543'), (u'PTRSUB_-1207461649', u'PTRSUB_-1207461626'), (u'CAST_-1207461485', u'INT_NOTEQUAL_-1207461888'), (u'PTRSUB_-1207461644', u'LOAD_-1207462191'), ('const-0', u'PTRSUB_-1207461643'), (u'MULTIEQUAL_-1207461844', u'PTRSUB_-1207461637'), ('const-40', u'PTRSUB_-1207461517'), (u'PTRSUB_-1207461697', u'PTRSUB_-1207461696'), ('const-433', u'LOAD_-1207462042'), ('const-8', u'PTRSUB_-1207461498'), ('const-0', u'PTRSUB_-1207461567'), (u'PTRSUB_-1207461612', u'LOAD_-1207462158'), ('const-433', u'STORE_-1207461929'), (u'PTRSUB_-1207461565', u'LOAD_-1207462042'), (u'CAST_-1207461633', u'STORE_-1207462195'), ('const-16', u'PTRSUB_-1207461494'), ('const-0', u'PTRSUB_-1207461696'), (u'PTRSUB_-1207461612', u'PTRSUB_-1207461585'), ('tmp_126', u'CBRANCH_-1207462116'), (u'PTRADD_-1207461623', u'MULTIEQUAL_-1207461844'), ('tmp_368', u'CBRANCH_-1207461937'), ('const-4397136', u'PTRSUB_-1207461584'), (u'PTRSUB_-1207461590', u'PTRSUB_-1207461567'), (u'PTRSUB_-1207461701', u'PTRSUB_-1207461671'), ('const-4403496', u'PTRSUB_-1207461667'), (u'PTRSUB_-1207461538', u'PTRSUB_-1207461521'), (u'LOAD_-1207462191', u'INT_NOTEQUAL_-1207462168'), (u'PTRSUB_-1207461586', u'PTRSUB_-1207461565'), ('const-0', u'PTRSUB_-1207461667'), (u'PTRSUB_-1207461517', u'LOAD_-1207461958'), ('tmp_166', u'CBRANCH_-1207462081'), (u'INT_NOTEQUAL_-1207462082', u'CBRANCH_-1207462081'), ('const-112', u'PTRSUB_-1207461649'), ('const-0', u'PTRSUB_-1207461701'), ('const-0', u'INT_NOTEQUAL_-1207462168'), ('const-0', u'PTRSUB_-1207461667'), (u'PTRSUB_-1207461494', u'INT_NOTEQUAL_-1207461888'), (u'PTRSUB_-1207461615', u'PTRSUB_-1207461612'), (u'CAST_-1207461510', u'STORE_-1207461962'), (u'LOAD_-1207462151', u'MULTIEQUAL_-1207461814'), ('const-0', u'PTRSUB_-1207461614'), (u'PTRSUB_-1207461521', u'STORE_-1207461962'), (u'LOAD_-1207462158', u'INT_NOTEQUAL_-1207462045'), ('const-184', u'PTRSUB_-1207461697'), (u'INT_NOTEQUAL_-1207462168', u'CBRANCH_-1207462167'), (u'PTRSUB_-1207461626', u'PTRSUB_-1207461615'), ('const-433', u'LOAD_-1207462151'), ('const-433', u'STORE_-1207461962'), (u'PTRSUB_-1207461517', u'PTRSUB_-1207461503'), ('const-0', u'PTRSUB_-1207461678'), ('const-0', u'PTRSUB_-1207461615'), (u'PTRSUB_-1207461678', u'PTRSUB_-1207461649'), ('const-0', u'PTRSUB_-1207461630'), (u'LOAD_-1207462151', u'INT_NOTEQUAL_-1207462117'), (u'PTRSUB_-1207461592', u'PTRSUB_-1207461566'), (u'INT_NOTEQUAL_-1207461981', u'CBRANCH_-1207461980'), (u'PTRSUB_-1207461584', u'CAST_-1207461510'), (u'INT_NOTEQUAL_-1207461888', u'CBRANCH_-1207461887'), (u'PTRSUB_-1207461696', u'PTRSUB_-1207461667'), (u'PTRSUB_-1207461541', u'PTRSUB_-1207461517'), (u'PTRSUB_-1207461562', u'PTRSUB_-1207461538'), (u'PTRSUB_-1207461620', u'LOAD_-1207462151'), (u'PTRSUB_-1207461667', u'CAST_-1207461597'), (u'LOAD_-1207462042', u'MULTIEQUAL_-1207461814'), (u'CAST_-1207461528', u'INT_NOTEQUAL_-1207461981'), ('const-0', u'PTRSUB_-1207461672'), ('const-0', u'PTRSUB_-1207461644'), (u'MULTIEQUAL_-1207461844', u'PTRADD_-1207461623'), ('const-0', u'PTRSUB_-1207461539'), (u'PTRSUB_-1207461498', u'PTRSUB_-1207461494'), (u'LOAD_-1207462109', u'CALL_-1207462074'), ('const-0', u'PTRSUB_-1207461584'), ('tmp_319', u'CBRANCH_-1207461980'), ('const-0', u'PTRSUB_-1207461704'), ('const-0', u'PTRSUB_-1207461558'), ('const-0', u'PTRSUB_-1207461608'), ('const-0', u'PTRSUB_-1207461538'), ('tmp_528', u'PTRSUB_-1207461558'), (u'PTRSUB_-1207461523', u'LOAD_-1207461932'), (u'MULTIEQUAL_-1207461814', u'CALL_-1207462010'), ('const-0', u'PTRSUB_-1207461518'), ('const-80', u'PTRSUB_-1207461561'), ('const-16', u'PTRSUB_-1207461637'), ('const-112', u'PTRSUB_-1207461585'), (u'PTRSUB_-1207461534', u'PTRSUB_-1207461517'), (u'PTRSUB_-1207461610', u'PTRSUB_-1207461586'), ('const-0', u'PTRSUB_-1207461612'), (u'PTRSUB_-1207461547', u'PTRSUB_-1207461523'), ('const-0', u'PTRSUB_-1207461642'), ('const-0', u'PTRSUB_-1207461590'), (u'PTRSUB_-1207461534', u'PTRSUB_-1207461511'), ('const-433', u'LOAD_-1207461932'), ('const-4294967295', u'INT_ADD_-1207461914'), ('tmp_528', u'PTRSUB_-1207461592'), ('tmp_65', u'CBRANCH_-1207462167'), ('const-112', u'PTRSUB_-1207461642'), ('tmp_266', u'CBRANCH_-1207462021'), (u'PTRADD_-1207461623', u'INT_NOTEQUAL_-1207462045'), (u'LOAD_-1207461958', u'INT_NOTEQUAL_-1207461938'), ('const-433', u'STORE_-1207462195'), (u'LOAD_-1207462158', u'INT_NOTEQUAL_-1207462117'), (u'LOAD_-1207462008', u'CALL_-1207461973'), ('const-0', u'PTRSUB_-1207461541'), (u'LOAD_-1207461958', u'PTRSUB_-1207461547'), (u'PTRSUB_-1207461704', u'CAST_-1207461633'), ('const-40', u'PTRSUB_-1207461547'), (u'PTRSUB_-1207461642', u'PTRSUB_-1207461670'), ('const-0', u'PTRSUB_-1207461620'), (u'PTRSUB_-1207461567', u'LOAD_-1207462008'), (u'PTRSUB_-1207461614', u'LOAD_-1207462109'), ('const-0', u'PTRSUB_-1207461517'), ('tmp_528', u'PTRSUB_-1207461612'), ('const-0', u'PTRSUB_-1207461511'), ('const-32', u'PTRADD_-1207461623'), ('tmp_232', u'CBRANCH_-1207462043'), (u'CAST_-1207461597', u'STORE_-1207462135'), ('const-0', u'PTRSUB_-1207461565'), (u'PTRSUB_-1207461558', u'PTRSUB_-1207461534')]
[('const-433', u'LOAD_-1207462151'), ('const-8', u'PTRADD_-1207461631'), (u'CAST_-1207461668', u'MULTIEQUAL_-1207461844'), ('const-0', u'INT_NOTEQUAL_-1207462022'), ('tmp_166', u'CBRANCH_-1207462081'), ('tmp_1037', u'CALL_-1207461848'), ('const-433', u'LOAD_-1207462109'), (u'PTRSUB_-1207461585', u'STORE_-1207461962'), (u'INT_NOTEQUAL_-1207462082', u'CBRANCH_-1207462081'), ('const-4354408', u'PTRSUB_-1207461705'), ('tmp_1037', u'PTRADD_-1207461554'), ('const-0', u'INT_NOTEQUAL_-1207462168'), ('const-2', u'PTRADD_-1207461646'), ('tmp_461', u'CBRANCH_-1207461887'), (u'PTRADD_-1207461559', u'LOAD_-1207461915'), ('const-8', u'PTRADD_-1207461603'), ('const-5', u'PTRADD_-1207461573'), ('const-0', u'INT_NOTEQUAL_-1207461938'), ('tmp_1037', u'PTRADD_-1207461573'), (u'PTRSUB_-1207461668', u'STORE_-1207462135'), ('const-15', u'PTRADD_-1207461682'), (u'LOAD_-1207462109', u'CAST_-1207461641'), (u'PTRADD_-1207461554', u'INT_NOTEQUAL_-1207461888'), (u'INT_NOTEQUAL_-1207462117', u'CBRANCH_-1207462116'), ('const-4294967295', u'INT_ADD_-1207461914'), (u'CAST_-1207461557', u'STORE_-1207461929'), (u'PTRADD_-1207461677', u'LOAD_-1207462151'), ('const-4403496', u'PTRSUB_-1207461668'), (u'MULTIEQUAL_-1207461814', u'INT_NOTEQUAL_-1207462022'), (u'MULTIEQUAL_-1207461844', u'PTRADD_-1207461631'), (u'INT_NOTEQUAL_-1207462168', u'CBRANCH_-1207462167'), ('const-8', u'PTRADD_-1207461677'), (u'PTRADD_-1207461631', u'INT_NOTEQUAL_-1207462045'), ('const-8', u'PTRADD_-1207461554'), (u'PTRADD_-1207461646', u'INT_NOTEQUAL_-1207462082'), ('const-8', u'PTRADD_-1207461682'), ('tmp_1037', u'PTRADD_-1207461598'), (u'CAST_-1207461673', u'INT_NOTEQUAL_-1207462045'), ('const-80', u'INT_ADD_-1207461920'), (u'INT_NOTEQUAL_-1207461981', u'CBRANCH_-1207461980'), ('const-1', u'PTRADD_-1207461559'), (u'INT_NOTEQUAL_-1207461938', u'CBRANCH_-1207461937'), ('const-3', u'PTRADD_-1207461554'), (u'CAST_-1207461557', u'LOAD_-1207461932'), (u'INT_NOTEQUAL_-1207461888', u'CBRANCH_-1207461887'), (u'INT_NOTEQUAL_-1207462022', u'CBRANCH_-1207462021'), ('const-433', u'LOAD_-1207461915'), ('const-8', u'PTRADD_-1207461646'), ('const-12', u'PTRADD_-1207461598'), (u'PTRADD_-1207461603', u'LOAD_-1207462008'), (u'CAST_-1207461641', u'INT_NOTEQUAL_-1207462082'), (u'CAST_-1207461595', u'INT_NOTEQUAL_-1207461981'), ('const-433', u'STORE_-1207462135'), (u'INT_ADD_-1207461920', u'CAST_-1207461557'), ('const-0', u'PTRSUB_-1207461668'), ('tmp_1037', u'PTRADD_-1207461559'), (u'CAST_-1207461668', u'INT_NOTEQUAL_-1207462117'), ('const-433', u'LOAD_-1207462158'), (u'LOAD_-1207462042', u'CAST_-1207461613'), ('const-8', u'PTRADD_-1207461700'), (u'INT_ADD_-1207461914', u'STORE_-1207461929'), (u'PTRADD_-1207461631', u'MULTIEQUAL_-1207461844'), (u'LOAD_-1207462158', u'CAST_-1207461673'), (u'LOAD_-1207461932', u'INT_ADD_-1207461914'), ('const-0', u'RETURN_-1207461844'), ('const-433', u'STORE_-1207462195'), ('tmp_319', u'CBRANCH_-1207461980'), ('tmp_1037', u'PTRADD_-1207461621'), (u'LOAD_-1207462151', u'CAST_-1207461668'), ('const-8', u'PTRADD_-1207461598'), (u'INT_NOTEQUAL_-1207462045', u'CBRANCH_-1207462043'), ('tmp_1037', u'PTRADD_-1207461682'), (u'MULTIEQUAL_-1207461814', u'CALL_-1207462010'), ('const-14', u'PTRADD_-1207461677'), ('const-8', u'PTRADD_-1207461573'), ('const-4397136', u'PTRSUB_-1207461585'), ('const-4', u'PTRADD_-1207461631'), (u'MULTIEQUAL_-1207461844', u'LOAD_-1207462109'), ('const-0', u'PTRSUB_-1207461585'), ('const-8', u'PTRADD_-1207461621'), (u'CAST_-1207461673', u'INT_NOTEQUAL_-1207462117'), ('tmp_1037', u'STORE_-1207462135'), ('const-433', u'STORE_-1207461962'), ('const-433', u'STORE_-1207461929'), (u'PTRADD_-1207461682', u'LOAD_-1207462158'), ('tmp_1037', u'STORE_-1207462195'), (u'PTRADD_-1207461700', u'LOAD_-1207462191'), (u'PTRADD_-1207461573', u'LOAD_-1207461958'), ('const-433', u'LOAD_-1207461958'), ('tmp_65', u'CBRANCH_-1207462167'), ('tmp_266', u'CBRANCH_-1207462021'), (u'CAST_-1207461668', u'MULTIEQUAL_-1207461814'), (u'CAST_-1207461552', u'INT_NOTEQUAL_-1207461888'), (u'LOAD_-1207461958', u'INT_NOTEQUAL_-1207461938'), ('tmp_1037', u'STORE_-1207461962'), (u'LOAD_-1207461915', u'CAST_-1207461552'), (u'CAST_-1207461613', u'MULTIEQUAL_-1207461814'), ('tmp_1037', u'PTRADD_-1207461603'), (u'PTRSUB_-1207461705', u'STORE_-1207462195'), (u'MULTIEQUAL_-1207461844', u'PTRADD_-1207461646'), ('tmp_1037', u'PTRADD_-1207461677'), ('const-23', u'PTRADD_-1207461700'), ('const-433', u'LOAD_-1207462191'), ('const-433', u'LOAD_-1207462042'), ('const-216', u'CALL_-1207461848'), ('const-433', u'LOAD_-1207461932'), ('const-8', u'PTRADD_-1207461559'), (u'LOAD_-1207461958', u'INT_ADD_-1207461920'), ('const-14', u'PTRADD_-1207461621'), ('const-10', u'PTRADD_-1207461603'), (u'PTRADD_-1207461598', u'INT_NOTEQUAL_-1207461981'), ('tmp_126', u'CBRANCH_-1207462116'), (u'LOAD_-1207462008', u'CAST_-1207461595'), ('tmp_368', u'CBRANCH_-1207461937'), ('tmp_232', u'CBRANCH_-1207462043'), ('tmp_1037', u'PTRADD_-1207461700'), ('const-0', u'PTRSUB_-1207461705'), ('const-433', u'LOAD_-1207462008'), (u'PTRADD_-1207461621', u'LOAD_-1207462042'), (u'LOAD_-1207462191', u'INT_NOTEQUAL_-1207462168')]
null
null
001896b0
x64
O2
(translation_unit "void FUN_001896b0(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}\n\n" (function_definition "void FUN_001896b0(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" primitive_type (function_declarator "FUN_001896b0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "*param_1 = &PTR_FUN_00427168;" (assignment_expression "*param_1 = &PTR_FUN_00427168" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00427168" & identifier)) ;) (if_statement "if (param_1[0x17] != 0) {\n FUN_002dac70();\n }" if (parenthesized_expression "(param_1[0x17] != 0)" ( (binary_expression "param_1[0x17] != 0" (subscript_expression "param_1[0x17]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar2 = (long *)param_1[0xf];" (assignment_expression "plVar2 = (long *)param_1[0xf]" identifier = (cast_expression "(long *)param_1[0xf]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xf]" identifier [ number_literal ]))) ;) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" identifier = (cast_expression "(long *)param_1[0xe]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xe]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &DAT_00433128;" (assignment_expression "*param_1 = &DAT_00433128" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00433128" & identifier)) ;) (if_statement "if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" if (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" { (do_statement "do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);" do (compound_statement "{\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n }" { (if_statement "if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }" if (parenthesized_expression "((long *)*plVar3 != plVar3 + 2)" ( (binary_expression "(long *)*plVar3 != plVar3 + 2" (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) != (binary_expression "plVar3 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar3 = plVar3 + 4;" (assignment_expression "plVar3 = plVar3 + 4" identifier = (binary_expression "plVar3 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) ;) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" identifier = (cast_expression "(long *)param_1[0xe]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xe]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }" if (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac70(plVar3);\n }" { (expression_statement "FUN_002dac70(plVar3);" (call_expression "FUN_002dac70(plVar3)" identifier (argument_list "(plVar3)" ( identifier ))) ;) })) (if_statement "if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[10] != param_1 + 0xc)" ( (binary_expression "(undefined8 *)param_1[10] != param_1 + 0xc" (cast_expression "(undefined8 *)param_1[10]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ])) != (binary_expression "param_1 + 0xc" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_00431850;" (assignment_expression "*param_1 = &DAT_00431850" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00431850" & identifier)) ;) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(param_1[5] != 0)" ( (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" identifier = (cast_expression "(int *)(param_1[5] + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[5] + 0x50)" ( (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0xd8);" (call_expression "thunk_FUN_002dac70(param_1,0xd8)" identifier (argument_list "(param_1,0xd8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Sized_incr_dynobj(Sized_incr_dynobj<32,_true> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Sized_incr_dynobj<32,_true>::~Sized_incr_dynobj\n (Sized_incr_dynobj<32,_true> *this,int __in_chrg)\n\n{\n int *piVar1;\n pointer ppSVar2;\n pointer pbVar3;\n pointer pcVar4;\n Input_file *pIVar5;\n pointer pbVar6;\n \n (this->super_Dynobj).super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_incr_dynobj_00427168;\n ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }\n pbVar3 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;\n pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n (this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00433128;\n if (pbVar3 != pbVar6) {\n do {\n pcVar4 = (pbVar6->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }\n pbVar6 = pbVar6 + 1;\n } while (pbVar3 != pbVar6);\n pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }\n if (pbVar6 != (pointer)0x0) {\n operator_delete(pbVar6);\n }\n pcVar4 = (this->super_Dynobj).soname_._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).soname_.field_2) {\n operator_delete(pcVar4);\n }\n (this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00431850;\n pIVar5 = (this->super_Dynobj).super_Object.input_file_;\n if (pIVar5 != (Input_file *)0x0) {\n piVar1 = &(pIVar5->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }\n pcVar4 = (this->super_Dynobj).super_Object.name_._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2) {\n operator_delete(pcVar4);\n }\n operator_delete(this,0xd8);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_incr_dynobj<32,_true>::~Sized_incr_dynobj\n (Sized_incr_dynobj<32,_true> *this,int __in_chrg)\n\n{\n int *piVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::~Sized_incr_dynobj\n (Sized_incr_dynobj<32,_true> *this,int __in_chrg)\n\n{\n int" identifier > : : ~ (function_declarator "Sized_incr_dynobj\n (Sized_incr_dynobj<32,_true> *this,int __in_chrg)" identifier (parameter_list "(Sized_incr_dynobj<32,_true> *this,int __in_chrg)" ( (parameter_declaration "Sized_incr_dynobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { primitive_type) (pointer_declarator "*piVar1" * identifier) ;) (declaration "pointer ppSVar2;" type_identifier identifier ;) (declaration "pointer pbVar3;" type_identifier identifier ;) (declaration "pointer pcVar4;" type_identifier identifier ;) (declaration "Input_file *pIVar5;" type_identifier (pointer_declarator "*pIVar5" * identifier) ;) (declaration "pointer pbVar6;" type_identifier identifier ;) (expression_statement "(this->super_Dynobj).super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_incr_dynobj_00427168;" (assignment_expression "(this->super_Dynobj).super_Object._vptr_Object =\n (_func_int_varargs **)&PTR__Sized_incr_dynobj_00427168" (field_expression "(this->super_Dynobj).super_Object._vptr_Object" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Sized_incr_dynobj_00427168" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Sized_incr_dynobj_00427168" & identifier))) ;) (expression_statement "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;" (field_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (ppSVar2 != (pointer)0x0) {\n operator_delete(ppSVar2);\n }" if (parenthesized_expression "(ppSVar2 != (pointer)0x0)" ( (binary_expression "ppSVar2 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppSVar2);\n }" { (expression_statement "operator_delete(ppSVar2);" (call_expression "operator_delete(ppSVar2)" identifier (argument_list "(ppSVar2)" ( identifier ))) ;) })) (ERROR "pbVar3 = (this->super_Dynobj).needed_.\n super__Vector_base<std::" (assignment_expression "pbVar3 = (this->super_Dynobj).needed_.\n super__Vector_base<std" identifier = (binary_expression "(this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) : :) (labeled_statement "__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_finish;" statement_identifier (ERROR "::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std:" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) :) : (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_finish;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_finish" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (ERROR "pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::" (assignment_expression "pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std" identifier = (binary_expression "(this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) : :) (labeled_statement "__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;" statement_identifier (ERROR "::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std:" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) :) : (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (expression_statement "(this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00433128;" (assignment_expression "(this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00433128" (field_expression "(this->super_Dynobj).super_Object._vptr_Object" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_00433128" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00433128" & identifier))) ;) (if_statement "if (pbVar3 != pbVar6) {\n do {\n pcVar4 = (pbVar6->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }\n pbVar6 = pbVar6 + 1;\n } while (pbVar3 != pbVar6);\n pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }" if (parenthesized_expression "(pbVar3 != pbVar6)" ( (binary_expression "pbVar3 != pbVar6" identifier != identifier) )) (compound_statement "{\n do {\n pcVar4 = (pbVar6->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }\n pbVar6 = pbVar6 + 1;\n } while (pbVar3 != pbVar6);\n pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n ._M_impl._M_start;\n }" { (do_statement "do {\n pcVar4 = (pbVar6->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }\n pbVar6 = pbVar6 + 1;\n } while (pbVar3 != pbVar6);" do (compound_statement "{\n pcVar4 = (pbVar6->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }\n pbVar6 = pbVar6 + 1;\n }" { (expression_statement "pcVar4 = (pbVar6->_M_dataplus)._M_p;" (assignment_expression "pcVar4 = (pbVar6->_M_dataplus)._M_p" identifier = (field_expression "(pbVar6->_M_dataplus)._M_p" (parenthesized_expression "(pbVar6->_M_dataplus)" ( (field_expression "pbVar6->_M_dataplus" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2) {\n operator_delete(pcVar4);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar4 != &pbVar6->field_2" (binary_expression "allocator<char>_>_9\n *)pcVar4" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar4" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&pbVar6->field_2" & (field_expression "pbVar6->field_2" identifier -> field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar4);\n }" { (expression_statement "operator_delete(pcVar4);" (call_expression "operator_delete(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) })) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pbVar3 != pbVar6)" ( (binary_expression "pbVar3 != pbVar6" identifier != identifier) )) ;) (ERROR "pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (assignment_expression "pbVar6 = (this->super_Dynobj).needed_.\n super__Vector_base<std" identifier = (binary_expression "(this->super_Dynobj).needed_.\n super__Vector_base<std" (field_expression "(this->super_Dynobj).needed_.\n super__Vector_base" (field_expression "(this->super_Dynobj).needed_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) < identifier)) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : :) (expression_statement "allocator<char>_>_>_>\n ._M_impl._M_start;" (field_expression "allocator<char>_>_>_>\n ._M_impl._M_start" (field_expression "allocator<char>_>_>_>\n ._M_impl" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) })) (if_statement "if (pbVar6 != (pointer)0x0) {\n operator_delete(pbVar6);\n }" if (parenthesized_expression "(pbVar6 != (pointer)0x0)" ( (binary_expression "pbVar6 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(pbVar6);\n }" { (expression_statement "operator_delete(pbVar6);" (call_expression "operator_delete(pbVar6)" identifier (argument_list "(pbVar6)" ( identifier ))) ;) })) (expression_statement "pcVar4 = (this->super_Dynobj).soname_._M_dataplus._M_p;" (assignment_expression "pcVar4 = (this->super_Dynobj).soname_._M_dataplus._M_p" identifier = (field_expression "(this->super_Dynobj).soname_._M_dataplus._M_p" (field_expression "(this->super_Dynobj).soname_._M_dataplus" (field_expression "(this->super_Dynobj).soname_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).soname_.field_2) {\n operator_delete(pcVar4);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).soname_.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).soname_.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).soname_.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar4" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar4" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->super_Dynobj).soname_.field_2" & (field_expression "(this->super_Dynobj).soname_.field_2" (field_expression "(this->super_Dynobj).soname_" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar4);\n }" { (expression_statement "operator_delete(pcVar4);" (call_expression "operator_delete(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) })) (expression_statement "(this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00431850;" (assignment_expression "(this->super_Dynobj).super_Object._vptr_Object = (_func_int_varargs **)&DAT_00431850" (field_expression "(this->super_Dynobj).super_Object._vptr_Object" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_00431850" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_00431850" & identifier))) ;) (expression_statement "pIVar5 = (this->super_Dynobj).super_Object.input_file_;" (assignment_expression "pIVar5 = (this->super_Dynobj).super_Object.input_file_" identifier = (field_expression "(this->super_Dynobj).super_Object.input_file_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (pIVar5 != (Input_file *)0x0) {\n piVar1 = &(pIVar5->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(pIVar5 != (Input_file *)0x0)" ( (binary_expression "pIVar5 != (Input_file *)0x0" identifier != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar1 = &(pIVar5->file_).object_count_;\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = &(pIVar5->file_).object_count_;" (assignment_expression "piVar1 = &(pIVar5->file_).object_count_" identifier = (pointer_expression "&(pIVar5->file_).object_count_" & (field_expression "(pIVar5->file_).object_count_" (parenthesized_expression "(pIVar5->file_)" ( (field_expression "pIVar5->file_" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (expression_statement "pcVar4 = (this->super_Dynobj).super_Object.name_._M_dataplus._M_p;" (assignment_expression "pcVar4 = (this->super_Dynobj).super_Object.name_._M_dataplus._M_p" identifier = (field_expression "(this->super_Dynobj).super_Object.name_._M_dataplus._M_p" (field_expression "(this->super_Dynobj).super_Object.name_._M_dataplus" (field_expression "(this->super_Dynobj).super_Object.name_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2) {\n operator_delete(pcVar4);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar4 != &(this->super_Dynobj).super_Object.name_.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar4" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar4" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->super_Dynobj).super_Object.name_.field_2" & (field_expression "(this->super_Dynobj).super_Object.name_.field_2" (field_expression "(this->super_Dynobj).super_Object.name_" (field_expression "(this->super_Dynobj).super_Object" (parenthesized_expression "(this->super_Dynobj)" ( (field_expression "this->super_Dynobj" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar4);\n }" { (expression_statement "operator_delete(pcVar4);" (call_expression "operator_delete(pcVar4)" identifier (argument_list "(pcVar4)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0xd8);" (call_expression "operator_delete(this,0xd8)" identifier (argument_list "(this,0xd8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001896b0(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}\n\n" (function_definition "void FUN_001896b0(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" primitive_type (function_declarator "FUN_001896b0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (expression_statement "*param_1 = &PTR_FUN_00427168;" (assignment_expression "*param_1 = &PTR_FUN_00427168" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00427168" & identifier)) ;) (if_statement "if (param_1[0x17] != 0) {\n FUN_002dac70();\n }" if (parenthesized_expression "(param_1[0x17] != 0)" ( (binary_expression "param_1[0x17] != 0" (subscript_expression "param_1[0x17]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar2 = (long *)param_1[0xf];" (assignment_expression "plVar2 = (long *)param_1[0xf]" identifier = (cast_expression "(long *)param_1[0xf]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xf]" identifier [ number_literal ]))) ;) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" identifier = (cast_expression "(long *)param_1[0xe]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xe]" identifier [ number_literal ]))) ;) (expression_statement "*param_1 = &DAT_00433128;" (assignment_expression "*param_1 = &DAT_00433128" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00433128" & identifier)) ;) (if_statement "if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" if (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" { (do_statement "do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);" do (compound_statement "{\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n }" { (if_statement "if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }" if (parenthesized_expression "((long *)*plVar3 != plVar3 + 2)" ( (binary_expression "(long *)*plVar3 != plVar3 + 2" (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier)) != (binary_expression "plVar3 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar3 = plVar3 + 4;" (assignment_expression "plVar3 = plVar3 + 4" identifier = (binary_expression "plVar3 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar2 != plVar3)" ( (binary_expression "plVar2 != plVar3" identifier != identifier) )) ;) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" identifier = (cast_expression "(long *)param_1[0xe]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[0xe]" identifier [ number_literal ]))) ;) })) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }" if (parenthesized_expression "(plVar3 != (long *)0x0)" ( (binary_expression "plVar3 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n FUN_002dac70(plVar3);\n }" { (expression_statement "FUN_002dac70(plVar3);" (call_expression "FUN_002dac70(plVar3)" identifier (argument_list "(plVar3)" ( identifier ))) ;) })) (if_statement "if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[10] != param_1 + 0xc)" ( (binary_expression "(undefined8 *)param_1[10] != param_1 + 0xc" (cast_expression "(undefined8 *)param_1[10]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[10]" identifier [ number_literal ])) != (binary_expression "param_1 + 0xc" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "*param_1 = &DAT_00431850;" (assignment_expression "*param_1 = &DAT_00431850" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_00431850" & identifier)) ;) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" if (parenthesized_expression "(param_1[5] != 0)" ( (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" { (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" identifier = (cast_expression "(int *)(param_1[5] + 0x50)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[5] + 0x50)" ( (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) })) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0xd8);" (call_expression "thunk_FUN_002dac70(param_1,0xd8)" identifier (argument_list "(param_1,0xd8)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001896b0(undefined8 *param_1)\n\n{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001896b0(undefined8 *param_1)" (identifier "FUN_001896b0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n long *plVar2;\n long *plVar3;\n \n *param_1 = &PTR_FUN_00427168;\n if (param_1[0x17] != 0) {\n FUN_002dac70();\n }\n plVar2 = (long *)param_1[0xf];\n plVar3 = (long *)param_1[0xe];\n *param_1 = &DAT_00433128;\n if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }\n if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }\n if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }\n *param_1 = &DAT_00431850;\n if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0xd8);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_00427168;" (assignment_expression "*param_1 = &PTR_FUN_00427168" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00427168" (& "&") (identifier "PTR_FUN_00427168"))) (; ";")) (if_statement "if (param_1[0x17] != 0) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(param_1[0x17] != 0)" (( "(") (binary_expression "param_1[0x17] != 0" (subscript_expression "param_1[0x17]" (identifier "param_1") ([ "[") (number_literal "0x17") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar2 = (long *)param_1[0xf];" (assignment_expression "plVar2 = (long *)param_1[0xf]" (identifier "plVar2") (= "=") (cast_expression "(long *)param_1[0xf]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xf]" (identifier "param_1") ([ "[") (number_literal "0xf") (] "]")))) (; ";")) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" (identifier "plVar3") (= "=") (cast_expression "(long *)param_1[0xe]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")))) (; ";")) (expression_statement "*param_1 = &DAT_00433128;" (assignment_expression "*param_1 = &DAT_00433128" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00433128" (& "&") (identifier "DAT_00433128"))) (; ";")) (if_statement "if (plVar2 != plVar3) {\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" (if "if") (parenthesized_expression "(plVar2 != plVar3)" (( "(") (binary_expression "plVar2 != plVar3" (identifier "plVar2") (!= "!=") (identifier "plVar3")) () ")")) (compound_statement "{\n do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);\n plVar3 = (long *)param_1[0xe];\n }" ({ "{") (do_statement "do {\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n } while (plVar2 != plVar3);" (do "do") (compound_statement "{\n if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }\n plVar3 = plVar3 + 4;\n }" ({ "{") (if_statement "if ((long *)*plVar3 != plVar3 + 2) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((long *)*plVar3 != plVar3 + 2)" (( "(") (binary_expression "(long *)*plVar3 != plVar3 + 2" (cast_expression "(long *)*plVar3" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (!= "!=") (binary_expression "plVar3 + 2" (identifier "plVar3") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar3 = plVar3 + 4;" (assignment_expression "plVar3 = plVar3 + 4" (identifier "plVar3") (= "=") (binary_expression "plVar3 + 4" (identifier "plVar3") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar2 != plVar3)" (( "(") (binary_expression "plVar2 != plVar3" (identifier "plVar2") (!= "!=") (identifier "plVar3")) () ")")) (; ";")) (expression_statement "plVar3 = (long *)param_1[0xe];" (assignment_expression "plVar3 = (long *)param_1[0xe]" (identifier "plVar3") (= "=") (cast_expression "(long *)param_1[0xe]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[0xe]" (identifier "param_1") ([ "[") (number_literal "0xe") (] "]")))) (; ";")) (} "}"))) (if_statement "if (plVar3 != (long *)0x0) {\n FUN_002dac70(plVar3);\n }" (if "if") (parenthesized_expression "(plVar3 != (long *)0x0)" (( "(") (binary_expression "plVar3 != (long *)0x0" (identifier "plVar3") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n FUN_002dac70(plVar3);\n }" ({ "{") (expression_statement "FUN_002dac70(plVar3);" (call_expression "FUN_002dac70(plVar3)" (identifier "FUN_002dac70") (argument_list "(plVar3)" (( "(") (identifier "plVar3") () ")"))) (; ";")) (} "}"))) (if_statement "if ((undefined8 *)param_1[10] != param_1 + 0xc) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[10] != param_1 + 0xc)" (( "(") (binary_expression "(undefined8 *)param_1[10] != param_1 + 0xc" (cast_expression "(undefined8 *)param_1[10]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]"))) (!= "!=") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_00431850;" (assignment_expression "*param_1 = &DAT_00431850" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_00431850" (& "&") (identifier "DAT_00431850"))) (; ";")) (if_statement "if (param_1[5] != 0) {\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" (if "if") (parenthesized_expression "(param_1[5] != 0)" (( "(") (binary_expression "param_1[5] != 0" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n piVar1 = (int *)(param_1[5] + 0x50);\n *piVar1 = *piVar1 + -1;\n }" ({ "{") (expression_statement "piVar1 = (int *)(param_1[5] + 0x50);" (assignment_expression "piVar1 = (int *)(param_1[5] + 0x50)" (identifier "piVar1") (= "=") (cast_expression "(int *)(param_1[5] + 0x50)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[5] + 0x50)" (( "(") (binary_expression "param_1[5] + 0x50" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (+ "+") (number_literal "0x50")) () ")")))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac70(param_1,0xd8);" (call_expression "thunk_FUN_002dac70(param_1,0xd8)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0xd8)" (( "(") (identifier "param_1") (, ",") (number_literal "0xd8") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Sized_incr_dynobj(Sized_incr_dynobj<32,_true> * this, int __in_chrg) */ void __thiscall var_1::Sized_incr_dynobj<32,_true>::~Sized_incr_dynobj (Sized_incr_dynobj<32,_true> *this,int __in_chrg) { int *piVar1; type_1 var_4; type_1 var_8; type_1 var_11; type_2 *var_12; type_1 var_9; (this->super_Dynobj).super_Object._vptr_Object = (type_3 **)&PTR__Sized_incr_dynobj_00427168; var_4 = (this->symbols_).super__Vector_base<var_1::Symbol*,var_2::var_6<var_1::Symbol*>var_3>. _M_impl._M_start; if (var_4 != (type_1)0x0) { var_5(var_4); } var_8 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>,var_2::var_6<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_3>var_3> ._M_impl._M_finish; var_9 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>,var_2::var_6<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_3>var_3> ._M_impl._M_start; (this->super_Dynobj).super_Object._vptr_Object = (type_3 **)&DAT_00433128; if (var_8 != var_9) { do { var_11 = (var_9->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_10 *)var_11 != &var_9->field_2) { var_5(var_11); } var_9 = var_9 + 1; } while (var_8 != var_9); var_9 = (this->super_Dynobj).needed_. super__Vector_base<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>,var_2::var_6<std::__cxx11::basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_3>var_3> ._M_impl._M_start; } if (var_9 != (type_1)0x0) { var_5(var_9); } var_11 = (this->super_Dynobj).soname_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_10 *)var_11 != &(this->super_Dynobj).soname_.field_2) { var_5(var_11); } (this->super_Dynobj).super_Object._vptr_Object = (type_3 **)&DAT_00431850; var_12 = (this->super_Dynobj).super_Object.input_file_; if (var_12 != (type_2 *)0x0) { piVar1 = &(var_12->file_).object_count_; *piVar1 = *piVar1 + -1; } var_11 = (this->super_Dynobj).super_Object.name_._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_7,var_2::char_traits<var_7>,var_2::var_6<var_7>var_3>var_10 *)var_11 != &(this->super_Dynobj).super_Object.name_.field_2) { var_5(var_11); } var_5(this,0xd8); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { int *piVar1; long *plVar2; long *plVar3; *param_1 = &PTR_FUN_00427168; if (param_1[0x17] != 0) { FUN_002dac70(); } plVar2 = (long *)param_1[0xf]; plVar3 = (long *)param_1[0xe]; *param_1 = &DAT_00433128; if (plVar2 != plVar3) { do { if ((long *)*plVar3 != plVar3 + 2) { FUN_002dac70(); } plVar3 = plVar3 + 4; } while (plVar2 != plVar3); plVar3 = (long *)param_1[0xe]; } if (plVar3 != (long *)0x0) { FUN_002dac70(plVar3); } if ((undefined8 *)param_1[10] != param_1 + 0xc) { FUN_002dac70(); } *param_1 = &DAT_00431850; if (param_1[5] != 0) { piVar1 = (int *)(param_1[5] + 0x50); *piVar1 = *piVar1 + -1; } if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0xd8); return; }
7834_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
script_exp_function_addr
FUN_003174f0
Expression * gold::script_exp_function_addr(char *section_name,size_t section_name_len) { Expression *pEVar1; pEVar1 = (Expression *)operator_new(0x28); pEVar1->_vptr_Expression = (_func_int_varargs **)&DAT_004b40b0; pEVar1[1]._vptr_Expression = (_func_int_varargs **)(pEVar1 + 3); /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */ std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:: _M_construct<char_const*> ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1), section_name,section_name + section_name_len); pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Addr_expression_004a5620; return pEVar1; }
undefined8 * FUN_003174f0(long param_1,long param_2) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_00337280(0x28); *puVar1 = &DAT_004b40b0; puVar1[1] = puVar1 + 3; /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */ FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2); *puVar1 = &PTR_FUN_004a5620; return puVar1; }
PUSH R12 MOV R12,RDI MOV EDI,0x28 PUSH RBP MOV RBP,RSI PUSH RBX CALL 0x00337280 LEA RDX,[R12 + RBP*0x1] MOV RSI,R12 MOV RBX,RAX LEA RAX,[0x4b40b0] MOV qword ptr [RBX],RAX LEA RDI,[RBX + 0x8] LEA RAX,[RBX + 0x18] MOV qword ptr [RBX + 0x8],RAX CALL 0x001bc4c0 LEA RAX,[0x4a5620] MOV qword ptr [RBX],RAX MOV RAX,RBX POP RBX POP RBP POP R12 RET
null
null
null
null
[(u'CALL_-1204914924', u'CAST_-1204914790'), ('const-4871712', u'PTRSUB_-1204914747'), ('const-40', u'CALL_-1204914924'), ('const-8', u'PTRADD_-1204914769'), ('const-433', u'STORE_-1204914880'), ('const-3', u'PTRADD_-1204914764'), (u'CAST_-1204914790', u'PTRSUB_-1204914772'), (u'CAST_-1204914754', u'STORE_-1204914880'), ('tmp_139', u'PTRADD_-1204914859'), (u'CAST_-1204914737', u'STORE_-1204914858'), (u'PTRSUB_-1204914747', u'CAST_-1204914737'), (u'COPY_-1204914856', u'RETURN_-1204914825'), ('const-8', u'PTRADD_-1204914759'), (u'CAST_-1204914763', u'CALL_-1204914869'), ('const-0', u'PTRSUB_-1204914740'), ('const-4931760', u'PTRSUB_-1204914773'), ('const-0', u'PTRSUB_-1204914757'), ('const-1', u'PTRADD_-1204914769'), ('const-0', u'RETURN_-1204914825'), ('const-0', u'PTRSUB_-1204914773'), ('const-8', u'PTRADD_-1204914764'), ('const-1', u'PTRADD_-1204914859'), ('const-1', u'PTRADD_-1204914759'), (u'PTRADD_-1204914764', u'CAST_-1204914754'), (u'CAST_-1204914790', u'COPY_-1204914856'), (u'PTRSUB_-1204914772', u'STORE_-1204914898'), (u'PTRADD_-1204914859', u'CALL_-1204914869'), (u'CAST_-1204914790', u'PTRADD_-1204914764'), ('const-0', u'PTRSUB_-1204914772'), ('const-433', u'STORE_-1204914858'), ('tmp_139', u'CALL_-1204914869'), (u'CAST_-1204914790', u'PTRADD_-1204914769'), (u'PTRADD_-1204914759', u'PTRSUB_-1204914757'), (u'PTRSUB_-1204914757', u'STORE_-1204914880'), ('const-0', u'PTRSUB_-1204914747'), (u'PTRADD_-1204914769', u'CAST_-1204914763'), ('tmp_140', u'PTRADD_-1204914859'), (u'CAST_-1204914790', u'PTRSUB_-1204914740'), (u'PTRSUB_-1204914773', u'CAST_-1204914767'), ('const-433', u'STORE_-1204914898'), (u'CAST_-1204914790', u'PTRADD_-1204914759'), (u'CAST_-1204914767', u'STORE_-1204914898'), (u'PTRSUB_-1204914740', u'STORE_-1204914858')]
[(u'PTRADD_-1204914759', u'STORE_-1204914880'), (u'CAST_-1204914792', u'PTRADD_-1204914759'), (u'PTRADD_-1204914764', u'STORE_-1204914880'), (u'COPY_-1204914856', u'RETURN_-1204914825'), ('const-4871712', u'PTRSUB_-1204914746'), (u'CAST_-1204914792', u'STORE_-1204914898'), ('const-8', u'PTRADD_-1204914759'), ('const-0', u'PTRSUB_-1204914746'), ('const-0', u'RETURN_-1204914825'), ('const-8', u'PTRADD_-1204914769'), (u'PTRSUB_-1204914772', u'STORE_-1204914898'), ('tmp_194', u'INT_ADD_-1204914905'), ('const-1', u'PTRADD_-1204914769'), (u'CALL_-1204914924', u'CAST_-1204914792'), ('tmp_194', u'CALL_-1204914869'), ('const-433', u'STORE_-1204914858'), (u'CAST_-1204914792', u'COPY_-1204914856'), ('const-0', u'PTRSUB_-1204914772'), ('const-433', u'STORE_-1204914898'), (u'INT_ADD_-1204914905', u'CALL_-1204914869'), ('const-3', u'PTRADD_-1204914764'), ('const-40', u'CALL_-1204914924'), ('const-8', u'PTRADD_-1204914764'), ('tmp_196', u'INT_ADD_-1204914905'), (u'PTRSUB_-1204914746', u'STORE_-1204914858'), ('const-433', u'STORE_-1204914880'), (u'CAST_-1204914792', u'PTRADD_-1204914769'), (u'CAST_-1204914792', u'PTRADD_-1204914764'), (u'PTRADD_-1204914769', u'CALL_-1204914869'), ('const-1', u'PTRADD_-1204914759'), ('const-4931760', u'PTRSUB_-1204914772'), (u'CAST_-1204914792', u'STORE_-1204914858')]
null
null
003174f0
x64
O2
(translation_unit "undefined8 * FUN_003174f0(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */\n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_003174f0(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */\n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" type_identifier (pointer_declarator "* FUN_003174f0(long param_1,long param_2)" * (function_declarator "FUN_003174f0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */\n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_00337280(0x28);" (assignment_expression "puVar1 = (undefined8 *)FUN_00337280(0x28)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x28)" identifier (argument_list "(0x28)" ( number_literal ))))) ;) (expression_statement "*puVar1 = &DAT_004b40b0;" (assignment_expression "*puVar1 = &DAT_004b40b0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&DAT_004b40b0" & identifier)) ;) (expression_statement "puVar1[1] = puVar1 + 3;" (assignment_expression "puVar1[1] = puVar1 + 3" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = (binary_expression "puVar1 + 3" identifier + number_literal)) ;) comment (expression_statement "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);" (call_expression "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2)" identifier (argument_list "(puVar1 + 1,param_1,param_1 + param_2)" ( (binary_expression "puVar1 + 1" identifier + number_literal) , identifier , (binary_expression "param_1 + param_2" identifier + identifier) ))) ;) (expression_statement "*puVar1 = &PTR_FUN_004a5620;" (assignment_expression "*puVar1 = &PTR_FUN_004a5620" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_004a5620" & identifier)) ;) (return_statement "return puVar1;" return identifier ;) })))
(translation_unit "Expression * gold::script_exp_function_addr(char *section_name,size_t section_name_len)\n\n{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x28);\n pEVar1->_vptr_Expression = (_func_int_varargs **)&DAT_004b40b0;\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)(pEVar1 + 3);\n /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len);\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Addr_expression_004a5620;\n return pEVar1;\n}\n\n" (ERROR "Expression * gold::script_exp_function_addr(char *section_name,size_t section_name_len)" (binary_expression "Expression * gold" identifier * identifier) : : (call_expression "script_exp_function_addr(char *section_name,size_t section_name_len)" identifier (argument_list "(char *section_name,size_t section_name_len)" ( (binary_expression "char *section_name" identifier * identifier) , (ERROR "size_t" identifier) identifier )))) (compound_statement "{\n Expression *pEVar1;\n \n pEVar1 = (Expression *)operator_new(0x28);\n pEVar1->_vptr_Expression = (_func_int_varargs **)&DAT_004b40b0;\n pEVar1[1]._vptr_Expression = (_func_int_varargs **)(pEVar1 + 3);\n /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len);\n pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Addr_expression_004a5620;\n return pEVar1;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "pEVar1 = (Expression *)operator_new(0x28);" (assignment_expression "pEVar1 = (Expression *)operator_new(0x28)" identifier = (cast_expression "(Expression *)operator_new(0x28)" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x28)" identifier (argument_list "(0x28)" ( number_literal ))))) ;) (expression_statement "pEVar1->_vptr_Expression = (_func_int_varargs **)&DAT_004b40b0;" (assignment_expression "pEVar1->_vptr_Expression = (_func_int_varargs **)&DAT_004b40b0" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_004b40b0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_004b40b0" & identifier))) ;) (expression_statement "pEVar1[1]._vptr_Expression = (_func_int_varargs **)(pEVar1 + 3);" (assignment_expression "pEVar1[1]._vptr_Expression = (_func_int_varargs **)(pEVar1 + 3)" (field_expression "pEVar1[1]._vptr_Expression" (subscript_expression "pEVar1[1]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_func_int_varargs **)(pEVar1 + 3)" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(pEVar1 + 3)" ( (binary_expression "pEVar1 + 3" identifier + number_literal) )))) ;) comment (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len);" (binary_expression "_M_construct<char_const*>\n ((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len)" (binary_expression "_M_construct<char_const" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "((basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len)" ( (comma_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1),\n section_name,section_name + section_name_len" (call_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)(pEVar1 + 1)" (parenthesized_expression "(basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *)" ( (ERROR "basic_string<char,_std::char_traits<char>,_std::" (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_> *" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (pointer_expression "*" * identifier)) )) (argument_list "(pEVar1 + 1)" ( (binary_expression "pEVar1 + 1" identifier + number_literal) ))) , (comma_expression "section_name,section_name + section_name_len" identifier , (binary_expression "section_name + section_name_len" identifier + identifier))) ))) ;)) (expression_statement "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Addr_expression_004a5620;" (assignment_expression "pEVar1->_vptr_Expression = (_func_int_varargs **)&PTR__Addr_expression_004a5620" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Addr_expression_004a5620" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Addr_expression_004a5620" & identifier))) ;) (return_statement "return pEVar1;" return identifier ;) }))
(translation_unit "undefined8 * FUN_003174f0(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n \n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}\n\n" (function_definition "undefined8 * FUN_003174f0(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n \n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" type_identifier (pointer_declarator "* FUN_003174f0(long param_1,long param_2)" * (function_declarator "FUN_003174f0(long param_1,long param_2)" identifier (parameter_list "(long param_1,long param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) )))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n \n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" { (declaration "undefined8 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = (undefined8 *)FUN_00337280(0x28);" (assignment_expression "puVar1 = (undefined8 *)FUN_00337280(0x28)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0x28)" identifier (argument_list "(0x28)" ( number_literal ))))) ;) (expression_statement "*puVar1 = &DAT_004b40b0;" (assignment_expression "*puVar1 = &DAT_004b40b0" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&DAT_004b40b0" & identifier)) ;) (expression_statement "puVar1[1] = puVar1 + 3;" (assignment_expression "puVar1[1] = puVar1 + 3" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = (binary_expression "puVar1 + 3" identifier + number_literal)) ;) (expression_statement "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);" (call_expression "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2)" identifier (argument_list "(puVar1 + 1,param_1,param_1 + param_2)" ( (binary_expression "puVar1 + 1" identifier + number_literal) , identifier , (binary_expression "param_1 + param_2" identifier + identifier) ))) ;) (expression_statement "*puVar1 = &PTR_FUN_004a5620;" (assignment_expression "*puVar1 = &PTR_FUN_004a5620" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_004a5620" & identifier)) ;) (return_statement "return puVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT + IDENT) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return IDENT ;) })))
(function_definition "undefined8 * FUN_003174f0(long param_1,long param_2)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n \n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_003174f0(long param_1,long param_2)" (* "*") (function_declarator "FUN_003174f0(long param_1,long param_2)" (identifier "FUN_003174f0") (parameter_list "(long param_1,long param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")")))) (compound_statement "{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)FUN_00337280(0x28);\n *puVar1 = &DAT_004b40b0;\n puVar1[1] = puVar1 + 3;\n \n FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);\n *puVar1 = &PTR_FUN_004a5620;\n return puVar1;\n}" ({ "{") (declaration "undefined8 *puVar1;" (type_identifier "undefined8") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = (undefined8 *)FUN_00337280(0x28);" (assignment_expression "puVar1 = (undefined8 *)FUN_00337280(0x28)" (identifier "puVar1") (= "=") (cast_expression "(undefined8 *)FUN_00337280(0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00337280(0x28)" (identifier "FUN_00337280") (argument_list "(0x28)" (( "(") (number_literal "0x28") () ")"))))) (; ";")) (expression_statement "*puVar1 = &DAT_004b40b0;" (assignment_expression "*puVar1 = &DAT_004b40b0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&DAT_004b40b0" (& "&") (identifier "DAT_004b40b0"))) (; ";")) (expression_statement "puVar1[1] = puVar1 + 3;" (assignment_expression "puVar1[1] = puVar1 + 3" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "puVar1 + 3" (identifier "puVar1") (+ "+") (number_literal "3"))) (; ";")) (expression_statement "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2);" (call_expression "FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2)" (identifier "FUN_001bc4c0") (argument_list "(puVar1 + 1,param_1,param_1 + param_2)" (( "(") (binary_expression "puVar1 + 1" (identifier "puVar1") (+ "+") (number_literal "1")) (, ",") (identifier "param_1") (, ",") (binary_expression "param_1 + param_2" (identifier "param_1") (+ "+") (identifier "param_2")) () ")"))) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_004a5620;" (assignment_expression "*puVar1 = &PTR_FUN_004a5620" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_004a5620" (& "&") (identifier "PTR_FUN_004a5620"))) (; ";")) (return_statement "return puVar1;" (return "return") (identifier "puVar1") (; ";")) (} "}")))
type_1 * gold::script_exp_function_addr(var_6 *var_8,size_t var_9) { type_1 *var_2; var_2 = (type_1 *)var_1(0x28); var_2->_vptr_Expression = (type_2 **)&DAT_004b40b0; var_2[1]._vptr_Expression = (type_2 **)(var_2 + 3); /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */ std::__cxx11::basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7>:: var_3<var_4*> ((basic_string<var_6,_std::char_traits<var_6>,_std::var_5<var_6>var_7> *)(var_2 + 1), var_8,var_8 + var_9); var_2->_vptr_Expression = (type_2 **)&PTR__Addr_expression_004a5620; return var_2; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement (identifier)))))
null
undefined8 * MASKED(long param_1,long param_2) { undefined8 *puVar1; puVar1 = (undefined8 *)FUN_00337280(0x28); *puVar1 = &DAT_004b40b0; puVar1[1] = puVar1 + 3; /* try { // try from 00317524 to 00317528 has its CatchHandler @ 0031753b */ FUN_001bc4c0(puVar1 + 1,param_1,param_1 + param_2); *puVar1 = &PTR_FUN_004a5620; return puVar1; }
80_aarch64-linux-gnu-size_and_aarch64-linux-gnu-size_strip.c
frame_dummy
_INIT_0
/* WARNING: Removing unreachable block (ram,0x00102894) */ /* WARNING: Removing unreachable block (ram,0x001028a0) */ void frame_dummy(void) { return; }
/* WARNING: Removing unreachable block (ram,0x00102894) */ /* WARNING: Removing unreachable block (ram,0x001028a0) */ void _INIT_0(void) { return; }
JMP 0x00102870
null
null
null
null
[('const-0', u'RETURN_-1206965975')]
[('const-0', u'RETURN_-1206965975')]
null
null
001028f0
x64
O2
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00102894) */\n/* WARNING: Removing unreachable block (ram,0x001028a0) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Removing unreachable block (ram,0x00102894) */\n/* WARNING: Removing unreachable block (ram,0x001028a0) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void frame_dummy(void)\n\n{\n return;\n}" primitive_type (function_declarator "frame_dummy(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit "void _INIT_0(void)\n\n{\n return;\n}\n\n" (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) })))
(function_definition "void _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Removing unreachable block (ram,0x00102894) */ /* WARNING: Removing unreachable block (ram,0x001028a0) */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement))))
null
/* WARNING: Removing unreachable block (ram,0x00102894) */ /* WARNING: Removing unreachable block (ram,0x001028a0) */ void MASKED(void) { return; }
287_riscv64-linux-gnu-as_and_riscv64-linux-gnu-as_strip.c
input_file_begin
FUN_00116190
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void input_file_begin(void) { f_in = (FILE *)0x0; return; }
void FUN_00116190(void) { DAT_00163090 = 0; return; }
MOV qword ptr [0x00163090],0x0 RET
null
null
null
null
[('const-0', u'COPY_-1207017071'), (u'COPY_-1207017071', u'COPY_-1207017055'), ('const-0', u'RETURN_-1207017048')]
[('const-0', u'COPY_-1207017071'), (u'COPY_-1207017071', u'COPY_-1207017055'), ('const-0', u'RETURN_-1207017048')]
null
null
00116190
x64
O2
(translation_unit "void FUN_00116190(void)\n\n{\n DAT_00163090 = 0;\n return;\n}\n\n" (function_definition "void FUN_00116190(void)\n\n{\n DAT_00163090 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00116190(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n DAT_00163090 = 0;\n return;\n}" { (expression_statement "DAT_00163090 = 0;" (assignment_expression "DAT_00163090 = 0" identifier = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid input_file_begin(void)\n\n{\n f_in = (FILE *)0x0;\n return;\n}\n\n" comment (function_definition "void input_file_begin(void)\n\n{\n f_in = (FILE *)0x0;\n return;\n}" primitive_type (function_declarator "input_file_begin(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n f_in = (FILE *)0x0;\n return;\n}" { (expression_statement "f_in = (FILE *)0x0;" (assignment_expression "f_in = (FILE *)0x0" identifier = (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00116190(void)\n\n{\n DAT_00163090 = 0;\n return;\n}\n\n" (function_definition "void FUN_00116190(void)\n\n{\n DAT_00163090 = 0;\n return;\n}" primitive_type (function_declarator "FUN_00116190(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n DAT_00163090 = 0;\n return;\n}" { (expression_statement "DAT_00163090 = 0;" (assignment_expression "DAT_00163090 = 0" identifier = number_literal) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return ;) })))
(function_definition "void FUN_00116190(void)\n\n{\n DAT_00163090 = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00116190(void)" (identifier "FUN_00116190") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n DAT_00163090 = 0;\n return;\n}" ({ "{") (expression_statement "DAT_00163090 = 0;" (assignment_expression "DAT_00163090 = 0" (identifier "DAT_00163090") (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { f_in = (type_1 *)0x0; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_statement))))
null
void MASKED(void) { DAT_00163090 = 0; return; }
857_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
read_executable
FUN_00153a40
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void read_executable(Dwo_file * this, File_list * files) */ void __thiscall gold::Dwo_file::read_executable(Dwo_file *this,File_list *files) { ulong *puVar1; byte bVar2; byte bVar3; uint uVar4; uint uVar5; _Bit_type *p_Var6; _Bit_type *p_Var7; pointer pSVar8; _Hash_node_base *p_Var9; undefined1 auVar10 [16]; _Hash_node_base *p_Var11; int iVar12; Relobj *pRVar13; long lVar14; ulong uVar15; ulong uVar16; ulong uVar17; pointer pSVar18; byte *pbVar19; byte *pbVar20; _Alloc_hider _Var21; byte *pbVar22; undefined8 *puVar23; undefined1 uVar24; bool bVar25; undefined1 uVar26; bool bVar27; byte bVar28; iterator __position; int local_9c4; undefined4 uStack_98c; string sect_name; undefined1 local_918 [2120]; undefined1 local_d0 [16]; undefined1 local_c0 [16]; Dwarf_info_reader *local_b0; uint local_a8; uchar *local_a0; uchar *local_98; bool local_90; Elf_reloc_mapper *local_88; uint local_80; uint64_t local_78; Elf_reloc_mapper *local_70; char *local_68; char *local_60; bool local_58; uint64_t local_50; File_list *local_48; bVar28 = 0; pRVar13 = make_object(this,(Dwp_output_file *)0x0); p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p; p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p; uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset; uVar5 = (pRVar13->super_Object).shnum_; uVar17 = (ulong)uVar5; this->obj_ = pRVar13; uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset; uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15; if (uVar17 < uVar16) { lVar14 = uVar15 + uVar17; (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6); (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f; } else { __position.super__Bit_iterator_base._12_4_ = uStack_98c; __position.super__Bit_iterator_base._M_offset = uVar4; __position.super__Bit_iterator_base._M_p = p_Var6; std::vector<bool,_std::allocator<bool>_>::_M_fill_insert (&this->is_compressed_,__position,uVar17 - uVar16,false); } pSVar8 = (this->sect_offsets_). super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl. _M_finish; pSVar18 = (this->sect_offsets_). super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl. _M_start; uVar15 = (long)pSVar8 - (long)pSVar18 >> 4; if (uVar15 < uVar17) { std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append (&this->sect_offsets_,uVar17 - uVar15); } else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) { (this->sect_offsets_). super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl. _M_finish = pSVar18; } if (1 < uVar5) { uVar15 = 1; local_9c4 = 0; do { iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])(); uVar24 = iVar12 == 0; uVar26 = iVar12 == 1; if ((bool)uVar26) { (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff); lVar14 = 7; pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7); pbVar20 = (byte *)".debug_"; _Var21 = sect_name._M_dataplus; do { if (lVar14 == 0) break; lVar14 = lVar14 + -1; uVar24 = *pbVar20 < (byte)*_Var21._M_p; uVar26 = *pbVar20 == *_Var21._M_p; pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1; _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1); } while ((bool)uVar26); bVar25 = false; bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24; if (bVar27) { LAB_00153be2: bVar25 = false; lVar14 = 5; pbVar20 = pbVar19; pbVar22 = (byte *)0x37a372; do { if (lVar14 == 0) break; lVar14 = lVar14 + -1; bVar25 = *pbVar20 < *pbVar22; bVar27 = *pbVar20 == *pbVar22; pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1; pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1; } while (bVar27); iVar12 = (int)uVar15; if ((!bVar25 && !bVar27) != bVar25) { lVar14 = 7; pbVar20 = (byte *)0x371f72; do { iVar12 = local_9c4; if (lVar14 == 0) break; lVar14 = lVar14 + -1; bVar3 = *pbVar20; bVar2 = *pbVar19; pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1; pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1; } while (bVar2 == bVar3); } } else { lVar14 = 8; pbVar19 = (byte *)".zdebug_"; _Var21 = sect_name._M_dataplus; do { if (lVar14 == 0) break; lVar14 = lVar14 + -1; bVar25 = *pbVar19 < (byte)*_Var21._M_p; bVar27 = *pbVar19 == *_Var21._M_p; pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1; _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1); } while (bVar27); iVar12 = local_9c4; if ((!bVar25 && !bVar27) == bVar25) { pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8); puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6) ; *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f); bVar27 = *puVar1 == 0; goto LAB_00153be2; } } local_9c4 = iVar12; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)sect_name._M_dataplus._M_p != &sect_name.field_2) { operator_delete(sect_name._M_dataplus._M_p); } } uVar15 = uVar15 + 1; } while ((uint)uVar15 < uVar5); if (local_9c4 != 0) { sect_name.field_2._M_allocated_capacity = (size_type)this->obj_; sect_name._M_string_length._0_1_ = 0; local_918._2096_8_ = local_c0 + 8; sect_name.field_2._8_8_ = 0; local_918._0_4_ = 0; local_918._8_8_ = 0; local_918._16_8_ = (uchar *)0x0; local_918._24_8_ = (uchar *)0x0; local_918[0x20] = false; local_918._40_8_ = (uchar *)0x0; local_c0 = (undefined1 [16])0x0; local_918._2104_8_ = 1; local_918._2112_8_ = (_Hash_node_base *)0x0; local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40; local_d0._12_4_ = 0; puVar23 = (undefined8 *)(local_918 + 0x30); for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) { *puVar23 = 0; puVar23 = puVar23 + (ulong)bVar28 * -2 + 1; } local_a8 = 0; local_a0 = (uchar *)0x0; local_98 = (uchar *)0x0; local_90 = false; local_88 = (Elf_reloc_mapper *)0x0; local_80 = 0; local_78 = 0; local_70 = (Elf_reloc_mapper *)0x0; local_68 = (char *)0x0; local_60 = (char *)0x0; local_58 = false; local_50 = 0; sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58; local_b0 = (Dwarf_info_reader *)&sect_name; local_48 = files; /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */ Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name); sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38; if (local_70 != (Elf_reloc_mapper *)0x0) { (*local_70->_vptr_Elf_reloc_mapper[1])(); } if ((local_58 != false) && (local_68 != (char *)0x0)) { operator_delete__(local_68); } if ((local_90 != false) && (local_a0 != (uchar *)0x0)) { operator_delete__(local_a0); } if (local_88 != (Elf_reloc_mapper *)0x0) { (*local_88->_vptr_Elf_reloc_mapper[1])(); } if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) { operator_delete__((void *)local_918._16_8_); } Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918); p_Var11 = (_Hash_node_base *)local_918._2112_8_; while (p_Var11 != (_Hash_node_base *)0x0) { p_Var9 = p_Var11->_M_nxt; operator_delete(p_Var11); p_Var11 = p_Var9; } memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8); auVar10._8_8_ = 0; auVar10._0_8_ = local_d0._8_8_; local_d0 = auVar10 << 0x40; local_918._2112_8_ = (_Hash_node_base *)0x0; if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) { operator_delete((void *)local_918._2096_8_); } } } return; }
void FUN_00153a40(long param_1,undefined8 param_2) { ulong *puVar1; uint uVar2; undefined1 auVar3 [16]; int iVar4; long lVar5; ulong uVar6; ulong uVar7; undefined **ppuVar8; byte *pbVar9; undefined **ppuVar10; undefined8 *puVar11; int iVar12; undefined1 uVar13; bool bVar14; bool bVar15; undefined1 uVar16; bool bVar17; byte bVar18; int local_9c4; undefined4 uStack_98c; undefined **local_988; undefined1 local_980; undefined *local_978; undefined8 local_970; undefined8 local_968; int local_960; undefined8 local_95c; int local_954; undefined4 local_950; undefined8 local_948; undefined8 local_940; undefined8 local_938; undefined8 local_930; undefined8 local_928; undefined4 local_920; undefined4 local_918 [2]; undefined8 local_910; long local_908; undefined8 local_900; char local_8f8; undefined8 local_8f0; undefined8 local_8e8 [256]; undefined1 *local_e8; long local_e0; undefined8 *local_d8; undefined1 local_d0 [16]; undefined1 local_c0 [16]; undefined ***local_b0; undefined4 local_a8; long local_a0; undefined8 local_98; char local_90; long *local_88; undefined4 local_80; undefined8 local_78; long *local_70; long local_68; undefined8 local_60; char local_58; undefined8 local_50; undefined8 local_48; bVar18 = 0; lVar5 = FUN_00153780(param_1,0); uVar2 = *(uint *)(lVar5 + 0x38); uVar7 = (ulong)uVar2; *(long *)(param_1 + 8) = lVar5; uVar6 = ((ulong)*(uint *)(param_1 + 0x30) + (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) - (ulong)*(uint *)(param_1 + 0x20); if (uVar7 < uVar6) { lVar5 = *(uint *)(param_1 + 0x20) + uVar7; *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8; *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f; } else { FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28), CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0); } uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4; if (uVar6 < uVar7) { FUN_00160af0(param_1 + 0x40,uVar7 - uVar6); } else if ((uVar7 < uVar6) && (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) { *(long *)(param_1 + 0x48) = lVar5; } if (1 < uVar2) { uVar6 = 1; local_9c4 = 0; iVar12 = 0; do { iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))(); uVar13 = iVar4 == 0; uVar16 = iVar4 == 1; if ((bool)uVar16) { (**(code **)(**(long **)(param_1 + 8) + 0x80)) (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff); lVar5 = 7; ppuVar8 = (undefined **)((long)local_988 + 7); pbVar9 = (byte *)".debug_"; ppuVar10 = local_988; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; uVar13 = *pbVar9 < *(byte *)ppuVar10; uVar16 = *pbVar9 == *(byte *)ppuVar10; pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1); } while ((bool)uVar16); bVar14 = false; bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13; if (bVar17) { LAB_00153be2: bVar14 = false; lVar5 = 5; ppuVar10 = ppuVar8; pbVar9 = (byte *)0x37a372; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar14 = *(byte *)ppuVar10 < *pbVar9; bVar17 = *(byte *)ppuVar10 == *pbVar9; ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1); pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; } while (bVar17); bVar15 = false; bVar14 = (!bVar14 && !bVar17) == bVar14; iVar4 = (int)uVar6; if (!bVar14) { lVar5 = 7; pbVar9 = (byte *)0x371f72; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar15 = *(byte *)ppuVar8 < *pbVar9; bVar14 = *(byte *)ppuVar8 == *pbVar9; ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1); pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; } while (bVar14); iVar4 = local_9c4; if ((!bVar15 && !bVar14) == bVar15) { iVar12 = (int)uVar6; } } } else { lVar5 = 8; pbVar9 = (byte *)".zdebug_"; ppuVar8 = local_988; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar14 = *pbVar9 < *(byte *)ppuVar8; bVar17 = *pbVar9 == *(byte *)ppuVar8; pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1); } while (bVar17); iVar4 = local_9c4; if ((!bVar14 && !bVar17) == bVar14) { ppuVar8 = local_988 + 1; puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8); *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f); bVar17 = *puVar1 == 0; goto LAB_00153be2; } } local_9c4 = iVar4; if (local_988 != &local_978) { FUN_002dac60(local_988); } } uVar6 = uVar6 + 1; } while ((uint)uVar6 < uVar2); if (local_9c4 != 0) { local_978 = *(undefined **)(param_1 + 8); local_980 = 0; local_960 = local_9c4; local_e8 = local_c0 + 8; local_970 = 0; local_968 = 0; local_95c = 0; local_950 = 0; local_948 = 0; local_940 = 0; local_938 = 0; local_930 = 0; local_928 = 0; local_920 = 0; local_918[0] = 0; local_910 = 0; local_908 = 0; local_900 = 0; local_8f8 = '\0'; local_8f0 = 0; local_c0 = (undefined1 [16])0x0; local_e0 = 1; local_d8 = (undefined8 *)0x0; local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40; local_d0._12_4_ = 0; puVar11 = local_8e8; for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) { *puVar11 = 0; puVar11 = puVar11 + (ulong)bVar18 * -2 + 1; } local_a8 = 0; local_a0 = 0; local_98 = 0; local_90 = '\0'; local_88 = (long *)0x0; local_80 = 0; local_78 = 0; local_70 = (long *)0x0; local_68 = 0; local_60 = 0; local_58 = '\0'; local_50 = 0; local_988 = &PTR_FUN_00431b58; local_954 = iVar12; local_b0 = &local_988; local_48 = param_2; /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */ FUN_0016d840(&local_988); local_988 = &PTR_FUN_00426b38; if (local_70 != (long *)0x0) { (**(code **)(*local_70 + 8))(); } if ((local_58 != '\0') && (local_68 != 0)) { thunk_FUN_002dac60(); } if ((local_90 != '\0') && (local_a0 != 0)) { thunk_FUN_002dac60(); } if (local_88 != (long *)0x0) { (**(code **)(*local_88 + 8))(); } if ((local_8f8 != '\0') && (local_908 != 0)) { thunk_FUN_002dac60(); } FUN_0016bbe0(local_918); puVar11 = local_d8; while (puVar11 != (undefined8 *)0x0) { puVar11 = (undefined8 *)*puVar11; FUN_002dac60(); } memset(local_e8,0,local_e0 * 8); auVar3._8_8_ = 0; auVar3._0_8_ = local_d0._8_8_; local_d0 = auVar3 << 0x40; local_d8 = (undefined8 *)0x0; if (local_e8 != local_c0 + 8) { FUN_002dac60(); } } } return; }
PUSH R15 MOV R15,RDI PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x9a8 MOV qword ptr [RSP + 0x18],RSI XOR ESI,ESI CALL 0x00153780 MOV RSI,qword ptr [R15 + 0x28] MOV RCX,qword ptr [R15 + 0x18] MOV EDX,dword ptr [R15 + 0x30] MOV EBX,dword ptr [RAX + 0x38] MOV qword ptr [R15 + 0x8],RAX MOV R8,RSI MOV EAX,dword ptr [R15 + 0x20] SUB R8,RCX MOV RDI,RDX MOV RBP,RBX LEA RDX,[RDX + R8*0x8] SUB RDX,RAX CMP RBX,RDX JNC 0x00153f58 ADD RAX,RBX MOV RDX,RAX AND EAX,0x3f SAR RDX,0x6 MOV dword ptr [RSP + 0x38],EAX LEA RDX,[RCX + RDX*0x8] MOV dword ptr [RSP + 0x2c],EAX MOV qword ptr [RSP + 0x30],RDX MOV qword ptr [RSP + 0x24],RDX MOV qword ptr [R15 + 0x28],RDX MOV dword ptr [R15 + 0x30],EAX MOV RCX,qword ptr [R15 + 0x48] MOV RDX,qword ptr [R15 + 0x40] MOV RAX,RCX SUB RAX,RDX SAR RAX,0x4 CMP RBX,RAX JA 0x00153f40 JC 0x00153f18 CMP EBP,0x1 JBE 0x00153f00 LEA R12,[RSP + 0x50] XOR R14D,R14D MOV R13D,0x1 MOV dword ptr [RSP + 0x14],0x0 LEA RAX,[R12 + 0x10] MOV qword ptr [RSP + 0x8],RAX MOV RAX,R15 MOV R15D,R14D MOV R14,RAX JMP 0x00153b51 MOV ECX,0x7 LEA RDI,[0x371f72] MOV RSI,R9 CMPSB.REPE RDI,RSI SETA DL SBB DL,0x0 TEST DL,DL CMOVZ R15D,EBX CMP RAX,qword ptr [RSP + 0x8] JZ 0x00153b44 MOV RDI,RAX CALL 0x002dac60 ADD R13,0x1 CMP EBP,R13D JBE 0x00153c10 MOV RDI,qword ptr [R14 + 0x8] MOV EBX,R13D MOV ESI,R13D MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0xa0] CMP EAX,0x1 JNZ 0x00153b44 MOV RSI,qword ptr [R14 + 0x8] MOV EDX,R13D MOV RDI,R12 MOV RAX,qword ptr [RSI] CALL qword ptr [RAX + 0x80] MOV RAX,qword ptr [RSP + 0x50] MOV ECX,0x7 LEA RSI,[0x36b5f8] MOV RDI,RAX LEA R9,[RAX + 0x7] CMPSB.REPE RDI,RSI SETA DL SBB DL,0x0 TEST DL,DL JZ 0x00153be2 MOV ECX,0x8 LEA RSI,[0x36b600] MOV RDI,RAX CMPSB.REPE RDI,RSI SETA DL SBB DL,0x0 TEST DL,DL JNZ 0x00153b35 MOV RDI,R13 MOV RSI,qword ptr [R14 + 0x18] MOV EDX,0x1 MOV ECX,R13D SHR RDI,0x6 SHL RDX,CL LEA R9,[RAX + 0x8] OR qword ptr [RSI + RDI*0x8],RDX MOV RAX,qword ptr [RSP + 0x50] MOV ECX,0x5 MOV RSI,R9 LEA RDI,[0x37a372] CMPSB.REPE RDI,RSI SETA DL SBB DL,0x0 TEST DL,DL JNZ 0x00153b18 MOV dword ptr [RSP + 0x14],EBX JMP 0x00153b35 MOV RAX,R14 MOV R14D,R15D MOV R15,RAX MOV EAX,dword ptr [RSP + 0x14] TEST EAX,EAX JZ 0x00153f00 MOV RAX,qword ptr [R15 + 0x8] LEA RBP,[RSP + 0x50] PXOR XMM0,XMM0 MOV ECX,0x100 LEA RDX,[RBP + 0xa0] MOV byte ptr [RSP + 0x58],0x0 LEA RBX,[0x431b58] MOV qword ptr [RSP + 0x60],RAX MOV EAX,dword ptr [RSP + 0x14] MOV RDI,RDX MOVUPS xmmword ptr [RSP + 0x908],XMM0 MOV dword ptr [RSP + 0x78],EAX LEA RAX,[RBP + 0x8d0] MOV qword ptr [RSP + 0x8f0],RAX XOR EAX,EAX MOV qword ptr [RSP + 0x68],0x0 MOV qword ptr [RSP + 0x70],0x0 MOV qword ptr [RSP + 0x7c],0x0 MOV dword ptr [RSP + 0x88],0x0 MOV qword ptr [RSP + 0x90],0x0 MOV qword ptr [RSP + 0x98],0x0 MOV qword ptr [RSP + 0xa0],0x0 MOV qword ptr [RSP + 0xa8],0x0 MOV qword ptr [RSP + 0xb0],0x0 MOV dword ptr [RSP + 0xb8],0x0 MOV dword ptr [RSP + 0xc0],0x0 MOV qword ptr [RSP + 0xc8],0x0 MOV qword ptr [RSP + 0xd0],0x0 MOV qword ptr [RSP + 0xd8],0x0 MOV byte ptr [RSP + 0xe0],0x0 MOV qword ptr [RSP + 0xe8],0x0 MOVUPS xmmword ptr [RSP + 0x918],XMM0 MOV qword ptr [RSP + 0x8f8],0x1 MOV qword ptr [RSP + 0x900],0x0 MOV dword ptr [RSP + 0x910],0x3f800000 STOSQ.REP RDI MOV qword ptr [RSP + 0x928],RBP MOV RDI,RBP MOV dword ptr [RSP + 0x930],0x0 MOV qword ptr [RSP + 0x938],0x0 MOV qword ptr [RSP + 0x940],0x0 MOV byte ptr [RSP + 0x948],0x0 MOV RAX,qword ptr [RSP + 0x18] MOV qword ptr [RSP + 0x950],0x0 MOV dword ptr [RSP + 0x958],0x0 MOV qword ptr [RSP + 0x960],0x0 MOV qword ptr [RSP + 0x968],0x0 MOV qword ptr [RSP + 0x970],0x0 MOV qword ptr [RSP + 0x978],0x0 MOV byte ptr [RSP + 0x980],0x0 MOV qword ptr [RSP + 0x988],0x0 MOV qword ptr [RSP + 0x50],RBX MOV dword ptr [RSP + 0x84],R14D MOV qword ptr [RSP + 0x990],RAX CALL 0x0016d840 MOV RDI,qword ptr [RSP + 0x968] LEA RAX,[0x426b38] MOV qword ptr [RSP + 0x50],RAX TEST RDI,RDI JZ 0x00153e20 MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x8] CMP byte ptr [RSP + 0x980],0x0 JZ 0x00153e3c MOV RDI,qword ptr [RSP + 0x970] TEST RDI,RDI JZ 0x00153e3c CALL 0x002dac30 CMP byte ptr [RSP + 0x948],0x0 JZ 0x00153e58 MOV RDI,qword ptr [RSP + 0x938] TEST RDI,RDI JZ 0x00153e58 CALL 0x002dac30 MOV RDI,qword ptr [RSP + 0x950] TEST RDI,RDI JZ 0x00153e6b MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x8] CMP byte ptr [RSP + 0xe0],0x0 JZ 0x00153e87 MOV RDI,qword ptr [RSP + 0xd0] TEST RDI,RDI JZ 0x00153e87 CALL 0x002dac30 LEA RDI,[RBP + 0x70] CALL 0x0016bbe0 MOV RDI,qword ptr [RSP + 0x900] TEST RDI,RDI JZ 0x00153eb0 NOP dword ptr [RAX] MOV RBX,qword ptr [RDI] CALL 0x002dac60 MOV RDI,RBX TEST RBX,RBX JNZ 0x00153ea0 MOV RAX,qword ptr [RSP + 0x8f8] XOR ESI,ESI MOV RDI,qword ptr [RSP + 0x8f0] ADD RBP,0x8d0 LEA RDX,[RAX*0x8] CALL 0x00147100 MOV RDI,qword ptr [RSP + 0x8f0] MOV qword ptr [RSP + 0x908],0x0 MOV qword ptr [RSP + 0x900],0x0 CMP RDI,RBP JZ 0x00153f00 CALL 0x002dac60 ADD RSP,0x9a8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET SHL RBX,0x4 ADD RBX,RDX CMP RCX,RBX JZ 0x00153adf MOV qword ptr [R15 + 0x48],RBX CMP EBP,0x1 JA 0x00153ae8 JMP 0x00153f00 SUB RBX,RAX LEA RDI,[R15 + 0x40] MOV RSI,RBX CALL 0x00160af0 JMP 0x00153adf MOV RCX,RBX MOV dword ptr [RSP + 0x48],EDI XOR R8D,R8D LEA RDI,[R15 + 0x18] SUB RCX,RDX MOV RDX,qword ptr [RSP + 0x48] MOV qword ptr [RSP + 0x40],RSI CALL 0x00165a80 JMP 0x00153abe
null
null
null
null
[(u'COPY_-1207283987', u'MULTIEQUAL_-1207286459'), ('const-0', u'PTRSUB_-1207283894'), (u'CALL_-1207287318', u'INDIRECT_-1207284236'), (u'CAST_-1207283039', u'CALL_-1207287077'), (u'PTRSUB_-1207283156', u'PTRADD_-1207283156'), (u'MULTIEQUAL_-1207286197', u'MULTIEQUAL_-1207286194'), (u'MULTIEQUAL_-1207284263', u'MULTIEQUAL_-1207284236'), ('const-0', u'COPY_-1207287812'), (u'MULTIEQUAL_-1207283957', u'MULTIEQUAL_-1207283930'), (u'COPY_-1207287775', u'MULTIEQUAL_-1207284420'), (u'CALL_-1207287318', u'INDIRECT_-1207283920'), (u'INDIRECT_-1207284369', u'MULTIEQUAL_-1207284356'), (u'PTRSUB_-1207284322', u'LOAD_-1207289161'), ('tmp_682', u'CBRANCH_-1207288862'), ('const-0', u'PTRSUB_-1207284153'), (u'INDIRECT_-1207283821', u'MULTIEQUAL_-1207283802'), (u'INDIRECT_-1207285594', u'CAST_-1207283974'), ('const-1', u'INT_ADD_-1207283940'), (u'INDIRECT_-1207284792', u'MULTIEQUAL_-1207284773'), (u'CAST_-1207283146', u'INT_NOTEQUAL_-1207287260'), ('tmp_649', u'CBRANCH_-1207288883'), (u'MULTIEQUAL_-1207284232', u'MULTIEQUAL_-1207284205'), (u'CALL_-1207287207', u'INDIRECT_-1207284146'), (u'INT_MULT_-1207285890', u'INT_ADD_-1207283940'), (u'COPY_-1207282999', u'PIECE_-1207286564'), (u'INDIRECT_-1207284208', u'MULTIEQUAL_-1207283332'), (u'PTRADD_-1207283034', u'INT_NOTEQUAL_-1207286821'), ('const-0', u'PTRSUB_-1207287402'), (u'INDIRECT_-1207283979', u'MULTIEQUAL_-1207283926'), ('const-1', u'INT_ADD_-1207283583'), (u'MULTIEQUAL_-1207283961', u'MULTIEQUAL_-1207283934'), ('const-1', u'INT_ADD_-1207284010'), (u'PTRADD_-1207288536', u'COPY_-1207283982'), (u'CALL_-1207287488', u'INDIRECT_-1207283855'), (u'INDIRECT_-1207284276', u'MULTIEQUAL_-1207283335'), (u'CALL_-1207287077', u'INDIRECT_-1207283541'), (u'CALL_-1207287221', u'INDIRECT_-1207283654'), (u'COPY_-1207287976', u'MULTIEQUAL_-1207286755'), ('const--2', u'INT_MULT_-1207283571'), (u'MULTIEQUAL_-1207284862', u'MULTIEQUAL_-1207284835'), (u'CALL_-1207289203', u'INDIRECT_-1207286464'), (u'CAST_-1207283885', u'BOOL_NEGATE_-1207285994'), ('const-0', u'COPY_-1207286263'), (u'INDIRECT_-1207285594', u'PTRADD_-1207288554'), (u'CALL_-1207287207', u'INDIRECT_-1207283799'), ('const-0', u'PTRSUB_-1207284363'), ('tmp_1653', u'CBRANCH_-1207288407'), (u'MULTIEQUAL_-1207286173', u'MULTIEQUAL_-1207286170'), (u'MULTIEQUAL_-1207284170', u'MULTIEQUAL_-1207284143'), (u'MULTIEQUAL_-1207283885', u'MULTIEQUAL_-1207283858'), (u'LOAD_-1207288130', u'CAST_-1207283733'), ('const-433', u'LOAD_-1207287439'), (u'INDIRECT_-1207284010', u'MULTIEQUAL_-1207283957'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283867'), ('const-8', u'PTRADD_-1207283327'), (u'PTRADD_-1207287887', u'COPY_-1207284089'), ('const-8', u'PTRSUB_-1207284038'), (u'INDIRECT_-1207284134', u'MULTIEQUAL_-1207284081'), (u'INDIRECT_-1207284307', u'MULTIEQUAL_-1207284294'), (u'MULTIEQUAL_-1207284866', u'MULTIEQUAL_-1207284839'), (u'LOAD_-1207289179', u'INT_LESS_-1207288853'), (u'MULTIEQUAL_-1207285753', u'MULTIEQUAL_-1207284141'), (u'INT_ZEXT_-1207288274', u'INT_MULT_-1207285890'), ('const--1', u'INT_ADD_-1207288280'), (u'CALL_-1207287165', u'INDIRECT_-1207283805'), (u'INDIRECT_-1207284850', u'MULTIEQUAL_-1207284831'), (u'PTRSUB_-1207284231', u'STORE_-1207288980'), (u'INT_LESS_-1207288496', u'MULTIEQUAL_-1207286248'), (u'CALL_-1207287375', u'INDIRECT_-1207283732'), (u'CALL_-1207287165', u'INDIRECT_-1207284121'), (u'SUBPIECE_-1207286411', u'INT_LESS_-1207288356'), (u'INDIRECT_-1207283592', u'MULTIEQUAL_-1207283579'), (u'INDIRECT_-1207284391', u'MULTIEQUAL_-1207284374'), (u'CALL_-1207287221', u'INDIRECT_-1207284094'), ('const-16', u'PTRSUB_-1207284150'), (u'INDIRECT_-1207284057', u'MULTIEQUAL_-1207284044'), (u'PTRSUB_-1207283052', u'PTRSUB_-1207283050'), ('const-20', u'PTRADD_-1207283997'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283960'), ('tmp_3438', u'PTRSUB_-1207284371'), (u'INDIRECT_-1207284735', u'MULTIEQUAL_-1207283338'), (u'PTRSUB_-1207283786', u'PTRADD_-1207283786'), (u'CALL_-1207287012', u'INDIRECT_-1207283591'), (u'INDIRECT_-1207284766', u'MULTIEQUAL_-1207283339'), (u'CALL_-1207287165', u'INDIRECT_-1207284679'), (u'MULTIEQUAL_-1207286435', u'PTRADD_-1207288451'), (u'MULTIEQUAL_-1207284294', u'MULTIEQUAL_-1207284267'), (u'PIECE_-1207284649', u'PIECE_-1207286564'), (u'INT_ZEXT_-1207287047', u'INT_SUB_-1207289107'), (u'INDIRECT_-1207284329', u'MULTIEQUAL_-1207284321'), (u'INT_NOTEQUAL_-1207287229', u'CBRANCH_-1207287228'), (u'INT_LESS_-1207288356', u'CBRANCH_-1207288365'), ('const-0', u'INT_NOTEQUAL_-1207287326'), ('const-0', u'PTRSUB_-1207283191'), ('const-433', u'LOAD_-1207288654'), (u'INDIRECT_-1207283731', u'MULTIEQUAL_-1207283678'), ('const-8', u'PTRADD_-1207283972'), (u'MULTIEQUAL_-1207286634', u'INT_ADD_-1207288592'), (u'INT_EQUAL_-1207288290', u'CBRANCH_-1207288295'), (u'LOAD_-1207289194', u'CAST_-1207284179'), ('const-433', u'STORE_-1207288980'), (u'MULTIEQUAL_-1207284273', u'MULTIEQUAL_-1207284246'), (u'CALL_-1207287165', u'INDIRECT_-1207284214'), (u'INDIRECT_-1207283887', u'MULTIEQUAL_-1207283868'), (u'CALL_-1207287012', u'INDIRECT_-1207284000'), ('const-0', u'PTRSUB_-1207283892'), ('const--2440', u'PTRSUB_-1207283835'), (u'INT_ADD_-1207288592', u'MULTIEQUAL_-1207286634'), (u'CALL_-1207287488', u'INDIRECT_-1207284134'), (u'INDIRECT_-1207285594', u'CALL_-1207288396'), ('tmp_1170', u'CBRANCH_-1207288458'), (u'INDIRECT_-1207283836', u'MULTIEQUAL_-1207283320'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288591'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284912'), (u'INDIRECT_-1207283732', u'MULTIEQUAL_-1207283713'), (u'PTRADD_-1207283997', u'LOAD_-1207288704'), ('const-0', u'PTRSUB_-1207284370'), ('const-1', u'PTRADD_-1207283327'), (u'INDIRECT_-1207283991', u'MULTIEQUAL_-1207283325'), (u'LOAD_-1207288660', u'PTRADD_-1207283972'), (u'CALL_-1207287077', u'INDIRECT_-1207283634'), ('const-0', u'PTRSUB_-1207284214'), (u'INDIRECT_-1207283892', u'MULTIEQUAL_-1207283321'), (u'INT_NOTEQUAL_-1207287383', u'CBRANCH_-1207287382'), (u'CAST_-1207283127', u'INT_NOTEQUAL_-1207287229'), (u'MULTIEQUAL_-1207284071', u'MULTIEQUAL_-1207284044'), (u'INDIRECT_-1207286464', u'MULTIEQUAL_-1207286338'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284022'), (u'COPY_-1207288630', u'CAST_-1207283896'), ('const--2440', u'PTRSUB_-1207284152'), (u'COPY_-1207288636', u'MULTIEQUAL_-1207286634'), (u'CALL_-1207287318', u'INDIRECT_-1207284044'), (u'CALL_-1207287077', u'INDIRECT_-1207284663'), (u'INDIRECT_-1207286255', u'MULTIEQUAL_-1207286197'), ('tmp_1092', u'CBRANCH_-1207288497'), ('tmp_3438', u'PTRSUB_-1207283943'), (u'LOAD_-1207289201', u'COPY_-1207282999'), (u'PTRADD_-1207283972', u'LOAD_-1207288654'), (u'INT_MULT_-1207289104', u'INT_ADD_-1207289116'), (u'INDIRECT_-1207284741', u'MULTIEQUAL_-1207283339'), ('const-0', u'COPY_-1207283152'), (u'CALL_-1207287165', u'INDIRECT_-1207284307'), ('const-0', u'PTRSUB_-1207284163'), (u'INDIRECT_-1207285594', u'PTRADD_-1207288288'), (u'PTRSUB_-1207284248', u'PTRSUB_-1207284243'), (u'CAST_-1207283896', u'COPY_-1207283987'), (u'PTRSUB_-1207284233', u'PTRSUB_-1207284231'), (u'MULTIEQUAL_-1207286331', u'PTRADD_-1207288229'), (u'INT_LESS_-1207289101', u'CBRANCH_-1207289098'), ('const-1', u'INT_LESS_-1207288853'), (u'INT_EQUAL_-1207288545', u'MULTIEQUAL_-1207286126'), (u'INDIRECT_-1207283883', u'MULTIEQUAL_-1207283864'), (u'COPY_-1207288839', u'MULTIEQUAL_-1207286402'), (u'MULTIEQUAL_-1207286459', u'PTRADD_-1207288536'), ('const--2440', u'PTRSUB_-1207284175'), (u'CALL_-1207287077', u'INDIRECT_-1207284632'), ('const--2', u'INT_MULT_-1207286003'), ('tmp_871', u'CBRANCH_-1207288607'), (u'COPY_-1207283893', u'MULTIEQUAL_-1207286371'), (u'CALL_-1207287165', u'INDIRECT_-1207284741'), (u'CALL_-1207287375', u'INDIRECT_-1207284420'), (u'CALL_-1207287207', u'INDIRECT_-1207284766'), ('const-0', u'INT_EQUAL_-1207288517'), (u'CALL_-1207287488', u'INDIRECT_-1207284357'), (u'INT_ZEXT_-1207286920', u'INT_ADD_-1207289116'), ('tmp_3438', u'PTRSUB_-1207284257'), (u'INDIRECT_-1207283650', u'MULTIEQUAL_-1207283637'), (u'MULTIEQUAL_-1207286402', u'INT_ADD_-1207288376'), (u'MULTIEQUAL_-1207286402', u'INT_RIGHT_-1207288402'), (u'MULTIEQUAL_-1207284040', u'MULTIEQUAL_-1207284013'), (u'INDIRECT_-1207283827', u'MULTIEQUAL_-1207283810'), (u'INT_LESS_-1207288496', u'MULTIEQUAL_-1207286251'), (u'INDIRECT_-1207284616', u'MULTIEQUAL_-1207284141'), ('tmp_813', u'CBRANCH_-1207288676'), (u'INDIRECT_-1207283743', u'MULTIEQUAL_-1207283730'), (u'INDIRECT_-1207284416', u'MULTIEQUAL_-1207284397'), (u'INDIRECT_-1207284338', u'MULTIEQUAL_-1207284325'), (u'COPY_-1207283169', u'MULTIEQUAL_-1207283328'), (u'INT_ADD_-1207288507', u'MULTIEQUAL_-1207286611'), (u'CALL_-1207287488', u'INDIRECT_-1207284165'), (u'CALLIND_-1207288694', u'INDIRECT_-1207285619'), (u'INT_ADD_-1207284039', u'PTRADD_-1207288536'), (u'CALL_-1207287165', u'INDIRECT_-1207283743'), (u'INT_SUB_-1207289107', u'INT_LESS_-1207289101'), ('tmp_1722', u'CBRANCH_-1207288365'), (u'COPY_-1207284101', u'MULTIEQUAL_-1207286579'), (u'CALL_-1207287375', u'INDIRECT_-1207284358'), (u'CALL_-1207287375', u'INDIRECT_-1207283763'), (u'COPY_-1207288830', u'MULTIEQUAL_-1207285889'), ('const-433', u'LOAD_-1207287285'), (u'INT_EQUAL_-1207288581', u'CAST_-1207283888'), (u'MULTIEQUAL_-1207284184', u'MULTIEQUAL_-1207284157'), ('const-8', u'PTRADD_-1207283250'), (u'CALL_-1207287221', u'INDIRECT_-1207283933'), (u'INDIRECT_-1207283805', u'MULTIEQUAL_-1207283792'), ('tmp_8730', u'PTRSUB_-1207283217'), ('const-0', u'INT_EQUAL_-1207288683'), ('const-433', u'LOAD_-1207289187'), ('const--1', u'INT_ADD_-1207288507'), ('const-0', u'COPY_-1207287639'), (u'INDIRECT_-1207285159', u'MULTIEQUAL_-1207286338'), (u'MULTIEQUAL_-1207284808', u'MULTIEQUAL_-1207284790'), (u'INT_ADD_-1207284011', u'PTRADD_-1207288456'), ('const-433', u'LOAD_-1207287445'), ('const-0', u'PTRSUB_-1207284224'), (u'INT_LESS_-1207288853', u'CBRANCH_-1207288862'), (u'INT_ZEXT_-1207286877', u'INT_LESS_-1207288882'), (u'INDIRECT_-1207284121', u'MULTIEQUAL_-1207284108'), (u'CALL_-1207287207', u'INDIRECT_-1207284332'), (u'INDIRECT_-1207284397', u'MULTIEQUAL_-1207284389'), (u'CAST_-1207283897', u'MULTIEQUAL_-1207286273'), (u'INDIRECT_-1207284183', u'MULTIEQUAL_-1207283332'), (u'MULTIEQUAL_-1207286273', u'COPY_-1207283901'), ('const-64', u'PTRSUB_-1207284215'), (u'INDIRECT_-1207283918', u'MULTIEQUAL_-1207283899'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284276'), (u'INDIRECT_-1207284776', u'MULTIEQUAL_-1207284763'), ('tmp_8730', u'PTRSUB_-1207283156'), (u'INDIRECT_-1207283765', u'MULTIEQUAL_-1207283748'), (u'COPY_-1207283544', u'MULTIEQUAL_-1207285978'), ('const-0', u'COPY_-1207288830'), (u'INDIRECT_-1207283623', u'MULTIEQUAL_-1207283610'), (u'CALL_-1207287012', u'INDIRECT_-1207284031'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283929'), (u'INT_NOTEQUAL_-1207287260', u'CBRANCH_-1207287254'), (u'PTRSUB_-1207284378', u'PTRSUB_-1207284376'), (u'MULTIEQUAL_-1207286402', u'SUBPIECE_-1207285849'), (u'INDIRECT_-1207284264', u'MULTIEQUAL_-1207284211'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288274'), (u'STORE_-1207287722', u'INDIRECT_-1207284397'), ('const-433', u'LOAD_-1207288710'), (u'INDIRECT_-1207284292', u'MULTIEQUAL_-1207284273'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288279'), (u'COPY_-1207288559', u'MULTIEQUAL_-1207286251'), (u'INDIRECT_-1207284230', u'MULTIEQUAL_-1207284211'), (u'INDIRECT_-1207283852', u'MULTIEQUAL_-1207283833'), (u'INT_AND_-1207286647', u'CALLIND_-1207288644'), ('tmp_2062', u'BRANCH_-1207287720'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284084'), ('const-0', u'COPY_-1207287673'), ('const-16', u'PTRADD_-1207283972'), ('const-0', u'PTRSUB_-1207284233'), (u'INDIRECT_-1207283824', u'MULTIEQUAL_-1207283771'), (u'CALL_-1207287318', u'INDIRECT_-1207284825'), (u'CALL_-1207287012', u'INDIRECT_-1207283715'), ('const-8', u'PTRADD_-1207284173'), ('const-0', u'PTRSUB_-1207283887'), (u'BOOL_NEGATE_-1207285956', u'BOOL_AND_-1207288459'), (u'CALL_-1207287207', u'INDIRECT_-1207284301'), ('const-0', u'COPY_-1207287550'), (u'MULTIEQUAL_-1207283678', u'MULTIEQUAL_-1207283651'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284245'), (u'INT_ZEXT_-1207288501', u'INT_MULT_-1207285966'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288586'), (u'MULTIEQUAL_-1207284343', u'MULTIEQUAL_-1207284325'), (u'MULTIEQUAL_-1207286755', u'INT_ADD_-1207287938'), ('const-0', u'INT_NOTEQUAL_-1207287383'), (u'CAST_-1207283884', u'BOOL_NEGATE_-1207285993'), (u'CALL_-1207287221', u'INDIRECT_-1207284714'), (u'INT_OR_-1207288314', u'STORE_-1207288338'), ('tmp_3438', u'PTRSUB_-1207283052'), (u'CALL_-1207287318', u'INDIRECT_-1207283641'), ('const-64', u'PTRSUB_-1207284226'), (u'PTRSUB_-1207284239', u'PTRSUB_-1207284237'), (u'LOAD_-1207288596', u'INT_LESS_-1207288581'), (u'LOAD_-1207288596', u'INT_EQUAL_-1207288581'), (u'CALL_-1207287318', u'INDIRECT_-1207284143'), ('const--1', u'INT_ADD_-1207288592'), (u'INDIRECT_-1207283763', u'MULTIEQUAL_-1207283744'), (u'INDIRECT_-1207283681', u'MULTIEQUAL_-1207283668'), (u'MULTIEQUAL_-1207284112', u'MULTIEQUAL_-1207284085'), (u'INDIRECT_-1207283889', u'MULTIEQUAL_-1207283872'), ('const-0', u'PTRSUB_-1207284382'), (u'INT_ADD_-1207283583', u'PTRADD_-1207283536'), ('const-0', u'INT_NOTEQUAL_-1207287260'), (u'CALL_-1207287012', u'INDIRECT_-1207283969'), ('tmp_8730', u'PTRSUB_-1207283835'), (u'INDIRECT_-1207284214', u'MULTIEQUAL_-1207284201'), ('const-0', u'PTRSUB_-1207284241'), ('tmp_3438', u'PTRSUB_-1207284064'), (u'CALL_-1207287207', u'INDIRECT_-1207284270'), (u'CALL_-1207287318', u'INDIRECT_-1207284794'), (u'PTRSUB_-1207284264', u'LOAD_-1207289201'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283976'), (u'INT_MULT_-1207285967', u'INT_ADD_-1207284011'), ('const-16', u'PTRADD_-1207283034'), (u'LOAD_-1207289179', u'INT_ZEXT_-1207286877'), (u'CALL_-1207287165', u'INDIRECT_-1207283681'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284292'), (u'INDIRECT_-1207283799', u'MULTIEQUAL_-1207283318'), (u'INDIRECT_-1207284042', u'MULTIEQUAL_-1207284023'), ('tmp_8730', u'PTRSUB_-1207284152'), (u'CALL_-1207287488', u'INDIRECT_-1207284419'), (u'INDIRECT_-1207283774', u'MULTIEQUAL_-1207283318'), (u'COPY_-1207283949', u'MULTIEQUAL_-1207286395'), ('const-8', u'PTRADD_-1207283776'), (u'MULTIEQUAL_-1207283682', u'MULTIEQUAL_-1207283655'), ('const-0', u'COPY_-1207287801'), (u'INDIRECT_-1207284307', u'MULTIEQUAL_-1207283336'), (u'INDIRECT_-1207283557', u'MULTIEQUAL_-1207283311'), (u'MULTIEQUAL_-1207283965', u'MULTIEQUAL_-1207283947'), (u'COPY_-1207284077', u'MULTIEQUAL_-1207285921'), (u'INT_ADD_-1207288280', u'MULTIEQUAL_-1207286547'), (u'CALL_-1207287012', u'INDIRECT_-1207284124'), (u'CALL_-1207287012', u'INDIRECT_-1207283684'), (u'PTRSUB_-1207284064', u'LOAD_-1207288726'), (u'INDIRECT_-1207283948', u'MULTIEQUAL_-1207283895'), (u'CALL_-1207287318', u'INDIRECT_-1207283858'), ('const-0', u'PTRSUB_-1207284378'), (u'INDIRECT_-1207283855', u'MULTIEQUAL_-1207283802'), (u'INDIRECT_-1207283914', u'MULTIEQUAL_-1207283895'), (u'CALL_-1207287221', u'INDIRECT_-1207283840'), (u'PIECE_-1207286564', u'CALL_-1207286670'), (u'CALL_-1207287375', u'INDIRECT_-1207284792'), ('const-0', u'INT_NOTEQUAL_-1207287181'), (u'MULTIEQUAL_-1207284294', u'CAST_-1207283121'), (u'MULTIEQUAL_-1207283802', u'CALL_-1207287375'), (u'MULTIEQUAL_-1207286126', u'MULTIEQUAL_-1207286109'), (u'CALL_-1207287375', u'INDIRECT_-1207284172'), (u'INT_LESS_-1207288882', u'CBRANCH_-1207288890'), (u'MULTIEQUAL_-1207284821', u'MULTIEQUAL_-1207284794'), (u'CALL_-1207287375', u'INDIRECT_-1207284823'), ('const-24', u'PTRSUB_-1207284365'), (u'MULTIEQUAL_-1207283930', u'INT_NOTEQUAL_-1207287357'), (u'MULTIEQUAL_-1207284335', u'MULTIEQUAL_-1207284308'), (u'MULTIEQUAL_-1207283988', u'MULTIEQUAL_-1207283961'), (u'SUBPIECE_-1207283980', u'COPY_-1207283151'), ('const-1', u'PTRADD_-1207288541'), (u'PTRSUB_-1207284326', u'PTRSUB_-1207284324'), (u'MULTIEQUAL_-1207286275', u'MULTIEQUAL_-1207286272'), ('const-0', u'COPY_-1207288005'), (u'PIECE_-1207284387', u'MULTIEQUAL_-1207284352'), (u'CALL_-1207287375', u'INDIRECT_-1207284854'), (u'CALL_-1207287012', u'INDIRECT_-1207284155'), (u'INDIRECT_-1207283613', u'MULTIEQUAL_-1207283312'), (u'MULTIEQUAL_-1207284180', u'MULTIEQUAL_-1207284153'), (u'INDIRECT_-1207284245', u'MULTIEQUAL_-1207284232'), (u'MULTIEQUAL_-1207286208', u'MULTIEQUAL_-1207286194'), ('tmp_3438', u'PTRSUB_-1207284215'), ('const-1', u'COPY_-1207288839'), (u'INT_EQUAL_-1207288269', u'CBRANCH_-1207288270'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284850'), (u'MULTIEQUAL_-1207283930', u'MULTIEQUAL_-1207283903'), ('const-64', u'INT_LEFT_-1207284013'), ('tmp_268', u'CBRANCH_-1207289098'), (u'INDIRECT_-1207283871', u'MULTIEQUAL_-1207283858'), (u'CALL_-1207287375', u'INDIRECT_-1207284011'), (u'INDIRECT_-1207283840', u'MULTIEQUAL_-1207283827'), (u'MULTIEQUAL_-1207284428', u'MULTIEQUAL_-1207284401'), (u'CALL_-1207287077', u'INDIRECT_-1207283727'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283743'), (u'PTRSUB_-1207284241', u'PTRSUB_-1207284239'), (u'INDIRECT_-1207284481', u'MULTIEQUAL_-1207284428'), (u'MULTIEQUAL_-1207283872', u'MULTIEQUAL_-1207283854'), (u'CALL_-1207287165', u'INDIRECT_-1207283960'), (u'MULTIEQUAL_-1207286273', u'COPY_-1207284101'), (u'INDIRECT_-1207284884', u'MULTIEQUAL_-1207284831'), (u'INT_NOTEQUAL_-1207288135', u'CBRANCH_-1207288135'), (u'CAST_-1207283728', u'COPY_-1207283350'), (u'INDIRECT_-1207284794', u'MULTIEQUAL_-1207284777'), (u'PTRSUB_-1207284214', u'PTRSUB_-1207284163'), (u'INDIRECT_-1207283898', u'MULTIEQUAL_-1207283322'), (u'CALL_-1207287375', u'INDIRECT_-1207283949'), ('const-0', u'PTRSUB_-1207284359'), (u'LOAD_-1207288704', u'CALLIND_-1207288694'), (u'CALL_-1207287488', u'INDIRECT_-1207284450'), (u'MULTIEQUAL_-1207286395', u'CAST_-1207283856'), ('const-1', u'INT_ADD_-1207284155'), (u'CALL_-1207287318', u'INDIRECT_-1207283982'), ('const-1', u'PTRADD_-1207287887'), ('const-8', u'PTRADD_-1207288288'), ('const-433', u'LOAD_-1207288130'), (u'CALL_-1207287012', u'INDIRECT_-1207283808'), (u'MULTIEQUAL_-1207283916', u'MULTIEQUAL_-1207283889'), (u'CALL_-1207287207', u'INDIRECT_-1207283613'), (u'INDIRECT_-1207284218', u'MULTIEQUAL_-1207284205'), ('const-0', u'PTRSUB_-1207284348'), (u'MULTIEQUAL_-1207285978', u'PTRADD_-1207283536'), ('const-4397912', u'PTRSUB_-1207287459'), (u'CALL_-1207287221', u'INDIRECT_-1207283902'), (u'CALL_-1207287012', u'INDIRECT_-1207283901'), (u'MULTIEQUAL_-1207286184', u'INT_NOTEQUAL_-1207288232'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283945'), (u'MULTIEQUAL_-1207283709', u'MULTIEQUAL_-1207283682'), (u'INDIRECT_-1207283976', u'MULTIEQUAL_-1207283957'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284121'), (u'CALL_-1207287221', u'INDIRECT_-1207284342'), (u'MULTIEQUAL_-1207286402', u'INT_AND_-1207286647'), (u'INDIRECT_-1207284073', u'MULTIEQUAL_-1207284054'), (u'CALL_-1207287077', u'INDIRECT_-1207284012'), (u'CALL_-1207287077', u'INDIRECT_-1207283572'), ('tmp_2341', u'CBRANCH_-1207287382'), ('const-0', u'PTRSUB_-1207284254'), (u'CALLIND_-1207288644', u'INDIRECT_-1207285594'), (u'COPY_-1207288539', u'CAST_-1207283860'), ('tmp_2784', u'CBRANCH_-1207287019'), (u'MULTIEQUAL_-1207283978', u'MULTIEQUAL_-1207283951'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283991'), (u'MULTIEQUAL_-1207283328', u'CALL_-1207287165'), (u'INT_ADD_-1207284010', u'PTRADD_-1207288451'), (u'INDIRECT_-1207286333', u'MULTIEQUAL_-1207286275'), (u'MULTIEQUAL_-1207283806', u'MULTIEQUAL_-1207283779'), (u'MULTIEQUAL_-1207283748', u'MULTIEQUAL_-1207283730'), (u'CALL_-1207287207', u'INDIRECT_-1207283644'), (u'MULTIEQUAL_-1207286755', u'INT_EQUAL_-1207287948'), (u'INDIRECT_-1207284011', u'MULTIEQUAL_-1207283992'), (u'CALL_-1207287077', u'INDIRECT_-1207284198'), (u'CALL_-1207287221', u'INDIRECT_-1207283964'), (u'CAST_-1207283890', u'INT_LESS_-1207288581'), (u'INDIRECT_-1207283701', u'MULTIEQUAL_-1207283682'), (u'MULTIEQUAL_-1207286402', u'SUBPIECE_-1207286402'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288501'), ('tmp_2551', u'CBRANCH_-1207287228'), (u'INDIRECT_-1207283856', u'MULTIEQUAL_-1207283837'), (u'CALL_-1207287318', u'INDIRECT_-1207284267'), (u'CALL_-1207287375', u'INDIRECT_-1207284265'), (u'CAST_-1207284179', u'INT_SUB_-1207289134'), (u'INT_ZEXT_-1207287932', u'INT_MULT_-1207286130'), (u'MULTIEQUAL_-1207286338', u'MULTIEQUAL_-1207284142'), (u'INDIRECT_-1207284763', u'MULTIEQUAL_-1207284746'), (u'INDIRECT_-1207284143', u'MULTIEQUAL_-1207284126'), ('const-0', u'PTRSUB_-1207284252'), (u'INDIRECT_-1207284714', u'MULTIEQUAL_-1207284701'), (u'CALL_-1207287207', u'INDIRECT_-1207283737'), (u'COPY_-1207288545', u'MULTIEQUAL_-1207286611'), (u'PTRADD_-1207288224', u'COPY_-1207283893'), (u'MULTIEQUAL_-1207283328', u'INT_NOTEQUAL_-1207287181'), (u'CALL_-1207287207', u'INDIRECT_-1207284735'), (u'CALL_-1207287488', u'INDIRECT_-1207283886'), (u'PTRSUB_-1207284328', u'PTRSUB_-1207284326'), (u'INDIRECT_-1207283898', u'MULTIEQUAL_-1207283885'), (u'MULTIEQUAL_-1207283761', u'MULTIEQUAL_-1207283734'), ('const-0', u'CALL_-1207287077'), (u'CALL_-1207287221', u'INDIRECT_-1207284776'), (u'CALL_-1207287221', u'INDIRECT_-1207283747'), (u'CALL_-1207287077', u'INDIRECT_-1207284074'), ('tmp_3438', u'PTRSUB_-1207283018'), (u'CALL_-1207287318', u'INDIRECT_-1207284391'), ('const-0', u'COPY_-1207287580'), (u'CALL_-1207287012', u'INDIRECT_-1207283839'), ('const-0', u'CALL_-1207286670'), (u'INT_ADD_-1207288376', u'MULTIEQUAL_-1207286402'), (u'MULTIEQUAL_-1207286611', u'INT_ADD_-1207288507'), (u'INT_ZEXT_-1207286877', u'PTRADD_-1207283034'), (u'CAST_-1207283728', u'CALL_-1207287488'), (u'MULTIEQUAL_-1207286395', u'LOAD_-1207288513'), (u'MULTIEQUAL_-1207284366', u'MULTIEQUAL_-1207284339'), (u'MULTIEQUAL_-1207284126', u'MULTIEQUAL_-1207284108'), (u'PTRSUB_-1207284226', u'PTRSUB_-1207284224'), (u'CALL_-1207287221', u'INDIRECT_-1207284249'), (u'INDIRECT_-1207284388', u'MULTIEQUAL_-1207284335'), (u'CALL_-1207287375', u'INDIRECT_-1207283856'), (u'INDIRECT_-1207284115', u'MULTIEQUAL_-1207283329'), ('tmp_1014', u'CBRANCH_-1207288544'), ('const-8', u'PTRSUB_-1207284231'), (u'CALL_-1207287077', u'INDIRECT_-1207284136'), (u'MULTIEQUAL_-1207286579', u'LOAD_-1207287942'), (u'INT_ADD_-1207289116', u'INT_SUB_-1207289107'), ('const-0', u'PTRSUB_-1207283330'), (u'PTRADD_-1207288288', u'CAST_-1207283815'), (u'PTRSUB_-1207283984', u'LOAD_-1207288660'), (u'INDIRECT_-1207284121', u'MULTIEQUAL_-1207283330'), (u'MULTIEQUAL_-1207283775', u'MULTIEQUAL_-1207283748'), ('const-0', u'COPY_-1207287871'), (u'COPY_-1207283564', u'PIECE_-1207284387'), (u'INT_SRIGHT_-1207288915', u'INT_SUB_-1207286755'), ('const-24', u'PTRSUB_-1207282986'), ('tmp_2039', u'CBRANCH_-1207287728'), (u'MULTIEQUAL_-1207284242', u'MULTIEQUAL_-1207284215'), (u'PTRADD_-1207288554', u'CAST_-1207283897'), ('const-63', u'INT_AND_-1207288366'), (u'MULTIEQUAL_-1207284250', u'MULTIEQUAL_-1207284232'), (u'MULTIEQUAL_-1207284397', u'MULTIEQUAL_-1207284370'), (u'INDIRECT_-1207284016', u'MULTIEQUAL_-1207283325'), (u'INT_EQUAL_-1207288496', u'MULTIEQUAL_-1207286170'), (u'LOAD_-1207288726', u'PTRSUB_-1207284053'), (u'MULTIEQUAL_-1207284304', u'MULTIEQUAL_-1207284277'), (u'CALL_-1207287375', u'INDIRECT_-1207284389'), ('const--2', u'INT_MULT_-1207285966'), (u'INT_EQUAL_-1207288269', u'MULTIEQUAL_-1207286106'), (u'LOAD_-1207288654', u'CALLIND_-1207288644'), (u'LOAD_-1207288675', u'CALLIND_-1207288644'), (u'PTRSUB_-1207284353', u'LOAD_-1207289187'), (u'INDIRECT_-1207283836', u'MULTIEQUAL_-1207283823'), ('const-56', u'PTRSUB_-1207284346'), (u'INDIRECT_-1207283945', u'MULTIEQUAL_-1207283926'), (u'CALL_-1207287077', u'INDIRECT_-1207283758'), ('const-3585536', u'COPY_-1207288539'), (u'MULTIEQUAL_-1207283992', u'INT_NOTEQUAL_-1207287326'), (u'INDIRECT_-1207284311', u'MULTIEQUAL_-1207284298'), ('const-8', u'PTRADD_-1207283156'), (u'INDIRECT_-1207283681', u'MULTIEQUAL_-1207283315'), (u'INDIRECT_-1207283650', u'MULTIEQUAL_-1207283314'), (u'INDIRECT_-1207284072', u'MULTIEQUAL_-1207284019'), (u'PTRSUB_-1207284255', u'PTRSUB_-1207284176'), ('tmp_2517', u'CBRANCH_-1207287254'), (u'PTRSUB_-1207284382', u'PTRSUB_-1207284380'), (u'INT_ZEXT_-1207286877', u'INT_SUB_-1207286755'), (u'INDIRECT_-1207283641', u'MULTIEQUAL_-1207283624'), (u'CAST_-1207283939', u'CBRANCH_-1207288676'), ('const-3612530', u'COPY_-1207287970'), (u'INT_ZEXT_-1207286877', u'INT_ADD_-1207289075'), ('const-0', u'INT_NOTEQUAL_-1207288135'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283805'), (u'CALL_-1207287207', u'INDIRECT_-1207283861'), ('tmp_2963', u'CBRANCH_-1207287928'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284772'), (u'INDIRECT_-1207284459', u'MULTIEQUAL_-1207284451'), (u'PTRADD_-1207288541', u'CAST_-1207283889'), (u'INT_SUB_-1207289107', u'INT_SUB_-1207286685'), (u'CALLIND_-1207288694', u'INT_EQUAL_-1207288683'), ('const-8', u'PTRSUB_-1207284322'), (u'INDIRECT_-1207284710', u'MULTIEQUAL_-1207283338'), (u'BOOL_NEGATE_-1207285881', u'BOOL_AND_-1207288232'), (u'MULTIEQUAL_-1207285903', u'INT_NOTEQUAL_-1207288135'), (u'COPY_-1207284078', u'MULTIEQUAL_-1207285921'), (u'INDIRECT_-1207284301', u'MULTIEQUAL_-1207283335'), (u'MULTIEQUAL_-1207286459', u'LOAD_-1207288596'), (u'INDIRECT_-1207284069', u'MULTIEQUAL_-1207284050'), (u'CALL_-1207287165', u'INDIRECT_-1207283836'), ('const-24', u'PTRSUB_-1207283943'), (u'INDIRECT_-1207284823', u'MULTIEQUAL_-1207284804'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283728'), ('const-0', u'INT_NOTEQUAL_-1207287414'), (u'INDIRECT_-1207283654', u'MULTIEQUAL_-1207283641'), (u'CALL_-1207287077', u'INDIRECT_-1207284229'), ('const--2328', u'PTRSUB_-1207283786'), ('const-0', u'INT_NOTEQUAL_-1207287722'), (u'CALL_-1207287165', u'INDIRECT_-1207283991'), (u'INT_EQUAL_-1207288517', u'CBRANCH_-1207288522'), (u'INT_NOTEQUAL_-1207286821', u'CBRANCH_-1207286820'), ('const-8', u'PTRADD_-1207283997'), (u'CALL_-1207287077', u'INDIRECT_-1207283603'), (u'MULTIEQUAL_-1207285889', u'COPY_-1207284078'), (u'CAST_-1207283121', u'CALL_-1207287221'), (u'CALL_-1207287012', u'INDIRECT_-1207283777'), (u'CALL_-1207287207', u'INDIRECT_-1207283582'), (u'INDIRECT_-1207284797', u'MULTIEQUAL_-1207283340'), (u'CALL_-1207287221', u'INDIRECT_-1207284745'), (u'CALL_-1207287012', u'INDIRECT_-1207283622'), (u'MULTIEQUAL_-1207284790', u'MULTIEQUAL_-1207284763'), (u'PTRSUB_-1207284235', u'PTRSUB_-1207284233'), (u'LOAD_-1207288675', u'PTRSUB_-1207284027'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283898'), (u'INT_EQUAL_-1207288496', u'CBRANCH_-1207288497'), ('const-16', u'PTRSUB_-1207284376'), ('const-7', u'COPY_-1207287976'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283836'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283650'), ('const-0', u'SUBPIECE_-1207286402'), (u'PTRSUB_-1207283840', u'LOAD_-1207288130'), (u'LOAD_-1207287291', u'PTRADD_-1207283250'), (u'INDIRECT_-1207284385', u'MULTIEQUAL_-1207284366'), (u'INDIRECT_-1207283991', u'MULTIEQUAL_-1207283978'), (u'INDIRECT_-1207283929', u'MULTIEQUAL_-1207283916'), (u'INDIRECT_-1207283809', u'MULTIEQUAL_-1207283796'), ('const-0', u'PTRSUB_-1207284237'), (u'INDIRECT_-1207285881', u'MULTIEQUAL_-1207285753'), (u'CALL_-1207287318', u'INDIRECT_-1207283734'), (u'CALL_-1207287012', u'INDIRECT_-1207283746'), (u'PTRSUB_-1207283943', u'PTRSUB_-1207283942'), ('const-5', u'COPY_-1207288318'), (u'CALL_-1207287375', u'INDIRECT_-1207283918'), (u'MULTIEQUAL_-1207284108', u'MULTIEQUAL_-1207284081'), (u'CALL_-1207287207', u'INDIRECT_-1207284239'), (u'INDIRECT_-1207284090', u'MULTIEQUAL_-1207283329'), (u'MULTIEQUAL_-1207286194', u'CAST_-1207283884'), (u'PTRSUB_-1207284248', u'PTRSUB_-1207284255'), (u'INDIRECT_-1207283582', u'MULTIEQUAL_-1207283311'), ('const-8', u'INT_MULT_-1207289104'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284183'), (u'MULTIEQUAL_-1207285903', u'MULTIEQUAL_-1207285889'), ('const-0', u'RETURN_-1207286951'), ('const-0', u'COPY_-1207287842'), (u'INDIRECT_-1207284044', u'MULTIEQUAL_-1207284027'), ('const-0', u'COPY_-1207287760'), (u'INT_LEFT_-1207288362', u'INT_OR_-1207288314'), (u'CALL_-1207287221', u'INDIRECT_-1207284057'), (u'MULTIEQUAL_-1207286187', u'MULTIEQUAL_-1207286184'), (u'PTRSUB_-1207284361', u'PTRSUB_-1207284359'), ('const-8', u'COPY_-1207288545'), (u'CALL_-1207287318', u'INDIRECT_-1207283703'), (u'PTRSUB_-1207283191', u'LOAD_-1207287177'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284007'), ('const-24', u'PTRSUB_-1207284371'), ('const-64', u'INT_LEFT_-1207284421'), ('const-0', u'COPY_-1207287610'), (u'MULTIEQUAL_-1207285978', u'STORE_-1207287722'), ('const-0', u'PTRSUB_-1207284176'), (u'CALL_-1207287375', u'INDIRECT_-1207284042'), (u'COPY_-1207283152', u'PIECE_-1207283276'), (u'INDIRECT_-1207284807', u'MULTIEQUAL_-1207284794'), (u'INDIRECT_-1207284203', u'MULTIEQUAL_-1207284184'), (u'INDIRECT_-1207283768', u'MULTIEQUAL_-1207283317'), ('const-0', u'COPY_-1207287786'), (u'CALL_-1207287207', u'INDIRECT_-1207283923'), (u'LOAD_-1207287285', u'CALLIND_-1207287275'), (u'MULTIEQUAL_-1207284839', u'MULTIEQUAL_-1207284821'), (u'INDIRECT_-1207284059', u'MULTIEQUAL_-1207283327'), ('const-63', u'INT_AND_-1207289051'), (u'INT_ADD_-1207284155', u'PTRADD_-1207287887'), (u'MULTIEQUAL_-1207286435', u'LOAD_-1207288511'), (u'MULTIEQUAL_-1207283686', u'MULTIEQUAL_-1207283668'), (u'INT_ZEXT_-1207288279', u'INT_MULT_-1207285891'), (u'PTRSUB_-1207284175', u'CALLIND_-1207288644'), ('tmp_1025', u'CBRANCH_-1207288522'), (u'INDIRECT_-1207283728', u'MULTIEQUAL_-1207283709'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284152'), (u'MULTIEQUAL_-1207284325', u'MULTIEQUAL_-1207284298'), (u'INDIRECT_-1207284047', u'MULTIEQUAL_-1207283326'), ('const-433', u'LOAD_-1207288511'), (u'INDIRECT_-1207284834', u'MULTIEQUAL_-1207284821'), (u'CALL_-1207287318', u'INDIRECT_-1207284329'), ('const-0', u'COPY_-1207287049'), (u'INDIRECT_-1207283960', u'MULTIEQUAL_-1207283324'), ('const--2', u'INT_MULT_-1207285890'), (u'CALL_-1207287375', u'INDIRECT_-1207284296'), (u'MULTIEQUAL_-1207286106', u'BOOL_NEGATE_-1207285880'), (u'PTRADD_-1207283327', u'LOAD_-1207287439'), (u'COPY_-1207283532', u'MULTIEQUAL_-1207285978'), (u'INDIRECT_-1207284196', u'MULTIEQUAL_-1207284143'), ('tmp_3207', u'CBRANCH_-1207286820'), (u'INDIRECT_-1207284428', u'MULTIEQUAL_-1207284420'), (u'INDIRECT_-1207285619', u'MULTIEQUAL_-1207285623'), (u'INT_MULT_-1207285891', u'INT_ADD_-1207283941'), (u'PTRADD_-1207288229', u'COPY_-1207283885'), (u'INDIRECT_-1207283933', u'MULTIEQUAL_-1207283920'), (u'CALL_-1207287221', u'INDIRECT_-1207284026'), (u'CALL_-1207287077', u'INDIRECT_-1207283882'), (u'INDIRECT_-1207284234', u'MULTIEQUAL_-1207284215'), (u'INDIRECT_-1207283975', u'SUBPIECE_-1207283980'), (u'LOAD_-1207289187', u'INT_ZEXT_-1207286920'), ('const-16', u'PTRSUB_-1207284248'), (u'PTRSUB_-1207284053', u'PTRSUB_-1207284009'), (u'INT_LESS_-1207288581', u'MULTIEQUAL_-1207286272'), (u'MULTIEQUAL_-1207283330', u'CAST_-1207283039'), (u'LOAD_-1207289179', u'INT_LESS_-1207288356'), ('const-1065353216', u'INT_ZEXT_-1207283729'), (u'INDIRECT_-1207284106', u'MULTIEQUAL_-1207284089'), (u'CALL_-1207286746', u'INDIRECT_-1207285199'), (u'CALL_-1207287375', u'INDIRECT_-1207284073'), (u'COPY_-1207284093', u'MULTIEQUAL_-1207286539'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284261'), (u'MULTIEQUAL_-1207283837', u'MULTIEQUAL_-1207283810'), (u'SUBPIECE_-1207285849', u'INT_AND_-1207288366'), (u'CALL_-1207287221', u'INDIRECT_-1207283592'), (u'CAST_-1207282995', u'CALL_-1207287012'), (u'MULTIEQUAL_-1207284211', u'MULTIEQUAL_-1207284184'), (u'COPY_-1207283934', u'MULTIEQUAL_-1207285921'), (u'MULTIEQUAL_-1207284143', u'MULTIEQUAL_-1207284116'), (u'INT_NOTEQUAL_-1207287357', u'CBRANCH_-1207287351'), ('const-8', u'PTRADD_-1207283863'), (u'PTRSUB_-1207287402', u'CAST_-1207283238'), (u'PTRSUB_-1207284237', u'PTRSUB_-1207284235'), (u'INDIRECT_-1207284239', u'MULTIEQUAL_-1207283333'), (u'INDIRECT_-1207284295', u'MULTIEQUAL_-1207284242'), (u'MULTIEQUAL_-1207284153', u'MULTIEQUAL_-1207284126'), ('const-0', u'COPY_-1207287702'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286333'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284369'), (u'INDIRECT_-1207283830', u'MULTIEQUAL_-1207283319'), (u'CALL_-1207287318', u'INDIRECT_-1207283796'), (u'MULTIEQUAL_-1207284009', u'MULTIEQUAL_-1207283982'), (u'INDIRECT_-1207283619', u'MULTIEQUAL_-1207283313'), (u'INT_MULT_-1207285966', u'INT_ADD_-1207284010'), (u'BOOL_NEGATE_-1207285994', u'BOOL_AND_-1207288544'), (u'CALL_-1207287221', u'INDIRECT_-1207283778'), (u'INDIRECT_-1207283747', u'MULTIEQUAL_-1207283734'), ('tmp_3438', u'PTRSUB_-1207284243'), ('const-8', u'PTRSUB_-1207284064'), ('const-433', u'LOAD_-1207288675'), ('const-0', u'PTRSUB_-1207284330'), (u'INDIRECT_-1207284298', u'MULTIEQUAL_-1207284281'), (u'PTRSUB_-1207284334', u'PTRSUB_-1207284332'), (u'MULTIEQUAL_-1207283699', u'MULTIEQUAL_-1207283672'), ('const-1', u'PTRADD_-1207288229'), (u'COPY_-1207287786', u'MULTIEQUAL_-1207284321'), (u'CALL_-1207287488', u'INDIRECT_-1207284481'), (u'MULTIEQUAL_-1207284089', u'MULTIEQUAL_-1207284071'), (u'INDIRECT_-1207284772', u'MULTIEQUAL_-1207283340'), ('tmp_3438', u'PTRSUB_-1207284365'), (u'INDIRECT_-1207286177', u'MULTIEQUAL_-1207286208'), (u'CALL_-1207287375', u'INDIRECT_-1207284885'), (u'INT_NOTEQUAL_-1207288232', u'CBRANCH_-1207288231'), (u'INDIRECT_-1207283923', u'MULTIEQUAL_-1207283322'), (u'INT_LESS_-1207288269', u'MULTIEQUAL_-1207286184'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283712'), ('const-433', u'LOAD_-1207288596'), (u'LOAD_-1207288513', u'CAST_-1207283855'), (u'INDIRECT_-1207284270', u'MULTIEQUAL_-1207283334'), (u'INT_SUB_-1207286755', u'CALL_-1207286746'), (u'MULTIEQUAL_-1207286170', u'BOOL_NEGATE_-1207285956'), (u'MULTIEQUAL_-1207286193', u'INT_NOTEQUAL_-1207287722'), ('const-3585528', u'COPY_-1207288630'), ('tmp_3438', u'PTRSUB_-1207284385'), (u'CALL_-1207287077', u'INDIRECT_-1207284725'), (u'SUBPIECE_-1207286402', u'COPY_-1207283867'), (u'MULTIEQUAL_-1207284027', u'MULTIEQUAL_-1207284009'), (u'INDIRECT_-1207284360', u'MULTIEQUAL_-1207284343'), ('const-1', u'INT_ADD_-1207288376'), (u'COPY_-1207288318', u'MULTIEQUAL_-1207286547'), (u'CAST_-1207283891', u'PTRADD_-1207288541'), ('const-433', u'LOAD_-1207288286'), (u'MULTIEQUAL_-1207283713', u'MULTIEQUAL_-1207283686'), ('const-433', u'LOAD_-1207288284'), (u'MULTIEQUAL_-1207284201', u'MULTIEQUAL_-1207284174'), ('const-0', u'PTRSUB_-1207284240'), (u'INDIRECT_-1207284249', u'MULTIEQUAL_-1207284236'), ('const-0', u'PTRSUB_-1207284328'), (u'INDIRECT_-1207284357', u'MULTIEQUAL_-1207284304'), ('tmp_3438', u'PTRSUB_-1207284334'), (u'CALL_-1207287077', u'INDIRECT_-1207283665'), (u'CALL_-1207286746', u'INDIRECT_-1207284616'), (u'PTRADD_-1207288451', u'COPY_-1207283957'), (u'PTRSUB_-1207283892', u'PTRSUB_-1207283889'), (u'INT_EQUAL_-1207288581', u'MULTIEQUAL_-1207286194'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207287937'), (u'INDIRECT_-1207283886', u'MULTIEQUAL_-1207283833'), (u'INDIRECT_-1207283716', u'MULTIEQUAL_-1207283703'), ('const-1', u'PTRADD_-1207288288'), (u'MULTIEQUAL_-1207283926', u'MULTIEQUAL_-1207283899'), (u'INDIRECT_-1207283805', u'MULTIEQUAL_-1207283319'), (u'CAST_-1207283445', u'COPY_-1207283544'), (u'CALL_-1207287012', u'INDIRECT_-1207283467'), ('const-0', u'PTRSUB_-1207283050'), (u'INDIRECT_-1207286231', u'MULTIEQUAL_-1207286208'), (u'MULTIEQUAL_-1207284281', u'MULTIEQUAL_-1207284263'), (u'INT_ZEXT_-1207286877', u'INT_LESS_-1207288894'), ('const-433', u'LOAD_-1207289161'), (u'SUBPIECE_-1207286987', u'INT_AND_-1207289051'), (u'MULTIEQUAL_-1207284142', u'MULTIEQUAL_-1207286194'), (u'INT_EQUAL_-1207288679', u'CAST_-1207283939'), (u'INDIRECT_-1207283825', u'MULTIEQUAL_-1207283806'), (u'MULTIEQUAL_-1207283802', u'MULTIEQUAL_-1207283775'), (u'INT_NOTEQUAL_-1207287326', u'CBRANCH_-1207287325'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207287932'), (u'LOAD_-1207288710', u'PTRADD_-1207283997'), ('const-0', u'PTRSUB_-1207284383'), ('const-4', u'INT_SRIGHT_-1207288915'), ('const--1', u'INT_ADD_-1207287938'), (u'INDIRECT_-1207283980', u'MULTIEQUAL_-1207283961'), ('tmp_3386', u'BRANCH_-1207286667'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284214'), (u'CALL_-1207287207', u'INDIRECT_-1207284704'), (u'PTRADD_-1207283536', u'COPY_-1207283532'), ('const-24', u'PTRSUB_-1207284334'), ('const-1', u'PTRADD_-1207288536'), (u'CALL_-1207287318', u'INDIRECT_-1207283765'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284803'), (u'CALL_-1207287207', u'INDIRECT_-1207284084'), (u'CALL_-1207288396', u'INDIRECT_-1207286231'), (u'PTRSUB_-1207284250', u'PTRSUB_-1207284248'), ('const-1', u'INT_EQUAL_-1207288679'), ('const-1', u'INT_ADD_-1207284011'), (u'INDIRECT_-1207284162', u'MULTIEQUAL_-1207284143'), (u'CALL_-1207287207', u'INDIRECT_-1207283706'), (u'CALL_-1207287077', u'INDIRECT_-1207283696'), (u'CAST_-1207283854', u'COPY_-1207283949'), (u'MULTIEQUAL_-1207284759', u'MULTIEQUAL_-1207284732'), (u'INT_ADD_-1207287713', u'MULTIEQUAL_-1207286193'), (u'CALL_-1207287488', u'INDIRECT_-1207283793'), (u'INDIRECT_-1207283995', u'MULTIEQUAL_-1207283982'), (u'MULTIEQUAL_-1207283730', u'MULTIEQUAL_-1207283703'), (u'PTRSUB_-1207284355', u'PTRSUB_-1207284353'), (u'INDIRECT_-1207284267', u'MULTIEQUAL_-1207284250'), (u'INDIRECT_-1207283960', u'MULTIEQUAL_-1207283947'), (u'CALL_-1207287488', u'INDIRECT_-1207283979'), (u'INDIRECT_-1207283796', u'MULTIEQUAL_-1207283779'), (u'CALL_-1207287077', u'INDIRECT_-1207283789'), (u'MULTIEQUAL_-1207286251', u'MULTIEQUAL_-1207286248'), (u'INDIRECT_-1207283949', u'MULTIEQUAL_-1207283930'), ('tmp_2419', u'CBRANCH_-1207287325'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284199'), ('const-0', u'PTRSUB_-1207284355'), (u'INDIRECT_-1207284183', u'MULTIEQUAL_-1207284170'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284741'), ('const-0', u'PTRSUB_-1207283984'), (u'CALLIND_-1207288694', u'INT_EQUAL_-1207288679'), (u'CALL_-1207287318', u'INDIRECT_-1207284856'), (u'PTRSUB_-1207284359', u'PTRSUB_-1207284357'), (u'INDIRECT_-1207284420', u'MULTIEQUAL_-1207284401'), (u'INT_EQUAL_-1207288496', u'MULTIEQUAL_-1207286173'), (u'INT_SRIGHT_-1207288915', u'INT_LESS_-1207288894'), (u'COPY_-1207283901', u'MULTIEQUAL_-1207286371'), (u'INDIRECT_-1207284041', u'MULTIEQUAL_-1207283988'), (u'INDIRECT_-1207284327', u'MULTIEQUAL_-1207284308'), (u'INT_SRIGHT_-1207288915', u'INT_LESS_-1207288882'), (u'PTRSUB_-1207284240', u'PTRSUB_-1207284238'), (u'INT_ADD_-1207289075', u'INT_SRIGHT_-1207289034'), ('const-0', u'COPY_-1207288010'), (u'CALL_-1207287165', u'INDIRECT_-1207284090'), ('tmp_8730', u'PTRSUB_-1207283776'), (u'CALL_-1207287221', u'INDIRECT_-1207284807'), (u'CALL_-1207287012', u'INDIRECT_-1207284589'), (u'INT_MULT_-1207286131', u'INT_ADD_-1207284155'), (u'INDIRECT_-1207283954', u'MULTIEQUAL_-1207283323'), (u'CALL_-1207287165', u'INDIRECT_-1207284059'), (u'CALL_-1207287012', u'INDIRECT_-1207284682'), (u'CALL_-1207287318', u'INDIRECT_-1207283672'), (u'INDIRECT_-1207284053', u'MULTIEQUAL_-1207284040'), (u'CALL_-1207287207', u'INDIRECT_-1207283675'), ('const-4352824', u'PTRSUB_-1207287402'), (u'INDIRECT_-1207284915', u'MULTIEQUAL_-1207284862'), (u'MULTIEQUAL_-1207284728', u'MULTIEQUAL_-1207284701'), (u'CALL_-1207287165', u'INDIRECT_-1207284710'), (u'MULTIEQUAL_-1207283744', u'MULTIEQUAL_-1207283717'), (u'MULTIEQUAL_-1207283864', u'MULTIEQUAL_-1207283837'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286177'), (u'PTRSUB_-1207284259', u'PTRSUB_-1207284248'), ('const-1', u'PTRADD_-1207288456'), (u'PTRSUB_-1207283887', u'LOAD_-1207288449'), (u'COPY_-1207283953', u'MULTIEQUAL_-1207286395'), ('tmp_2896', u'CBRANCH_-1207287953'), (u'CALL_-1207287207', u'INDIRECT_-1207284177'), (u'LOAD_-1207288513', u'INT_EQUAL_-1207288496'), (u'CALL_-1207287077', u'INDIRECT_-1207284694'), (u'CALL_-1207287077', u'INDIRECT_-1207283820'), ('tmp_15454', u'COPY_-1207283011'), ('const-1', u'INT_ADD_-1207284154'), (u'PTRSUB_-1207284324', u'PTRSUB_-1207284322'), ('const-0', u'SUBPIECE_-1207286987'), (u'CALL_-1207287488', u'INDIRECT_-1207283824'), ('const-0', u'PTRSUB_-1207284250'), ('tmp_938', u'CBRANCH_-1207288582'), (u'CALL_-1207287375', u'INDIRECT_-1207283887'), (u'MULTIEQUAL_-1207284294', u'CAST_-1207283127'), (u'MULTIEQUAL_-1207284246', u'MULTIEQUAL_-1207284219'), (u'COPY_-1207283977', u'MULTIEQUAL_-1207286418'), (u'PTRSUB_-1207283330', u'LOAD_-1207287445'), (u'INDIRECT_-1207284100', u'MULTIEQUAL_-1207284081'), ('const-24', u'PTRSUB_-1207284243'), (u'COPY_-1207287760', u'MULTIEQUAL_-1207284389'), (u'MULTIEQUAL_-1207286272', u'CAST_-1207283877'), (u'CALL_-1207287077', u'INDIRECT_-1207283510'), ('const-0', u'PTRSUB_-1207284380'), (u'INDIRECT_-1207284803', u'MULTIEQUAL_-1207284790'), (u'CALL_-1207287165', u'INDIRECT_-1207283929'), (u'LOAD_-1207288968', u'CAST_-1207284098'), (u'INT_ZEXT_-1207288586', u'INT_MULT_-1207286003'), (u'CALL_-1207287221', u'INDIRECT_-1207283995'), ('const-8', u'SUBPIECE_-1207283980'), (u'INT_MULT_-1207286003', u'INT_ADD_-1207284039'), (u'CALL_-1207287318', u'INDIRECT_-1207283827'), ('tmp_1530', u'CBRANCH_-1207288270'), ('const-433', u'LOAD_-1207288968'), ('const-0', u'COPY_-1207287688'), (u'MULTIEQUAL_-1207286418', u'LOAD_-1207288598'), (u'LOAD_-1207288511', u'INT_LESS_-1207288496'), (u'LOAD_-1207288511', u'INT_EQUAL_-1207288496'), (u'CALL_-1207287375', u'INDIRECT_-1207283701'), (u'CALL_-1207287221', u'INDIRECT_-1207283685'), (u'MULTIEQUAL_-1207283947', u'MULTIEQUAL_-1207283920'), (u'INDIRECT_-1207283743', u'MULTIEQUAL_-1207283317'), (u'LOAD_-1207287445', u'PTRADD_-1207283327'), (u'INT_ZEXT_-1207286877', u'INT_SUB_-1207286685'), (u'INDIRECT_-1207285199', u'MULTIEQUAL_-1207284142'), (u'INT_NOTEQUAL_-1207287446', u'CBRANCH_-1207287445'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284131'), (u'INDIRECT_-1207283861', u'MULTIEQUAL_-1207283320'), (u'CAST_-1207283115', u'CALL_-1207287207'), ('const--2', u'INT_MULT_-1207286130'), (u'INDIRECT_-1207283759', u'MULTIEQUAL_-1207283740'), (u'MULTIEQUAL_-1207283868', u'MULTIEQUAL_-1207283841'), (u'CALL_-1207287165', u'INDIRECT_-1207283867'), (u'INT_SUB_-1207286685', u'CALL_-1207286670'), (u'PTRSUB_-1207284385', u'PTRSUB_-1207284382'), (u'MULTIEQUAL_-1207286248', u'INT_EQUAL_-1207288460'), (u'INDIRECT_-1207283793', u'MULTIEQUAL_-1207283740'), (u'MULTIEQUAL_-1207283895', u'MULTIEQUAL_-1207283868'), (u'MULTIEQUAL_-1207284081', u'MULTIEQUAL_-1207284054'), (u'INDIRECT_-1207283951', u'MULTIEQUAL_-1207283934'), ('tmp_3438', u'PTRSUB_-1207283840'), ('const-433', u'LOAD_-1207287177'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284323'), (u'INDIRECT_-1207284741', u'MULTIEQUAL_-1207284728'), (u'LOAD_-1207288975', u'INT_NOTEQUAL_-1207286821'), ('const-433', u'LOAD_-1207289179'), (u'INT_LESS_-1207288894', u'CBRANCH_-1207288883'), (u'MULTIEQUAL_-1207284277', u'MULTIEQUAL_-1207284250'), (u'INT_EQUAL_-1207288545', u'MULTIEQUAL_-1207286173'), (u'CALL_-1207287375', u'INDIRECT_-1207283825'), ('const-64', u'PTRSUB_-1207283018'), (u'PTRADD_-1207287882', u'COPY_-1207284097'), ('tmp_1766', u'CBRANCH_-1207288135'), (u'INT_AND_-1207288366', u'INT_LEFT_-1207288362'), ('const--192', u'PTRSUB_-1207283776'), (u'COPY_-1207288113', u'MULTIEQUAL_-1207286193'), ('const-1', u'INT_ADD_-1207283941'), (u'MULTIEQUAL_-1207283771', u'MULTIEQUAL_-1207283744'), (u'CALL_-1207287318', u'INDIRECT_-1207283889'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284307'), (u'PTRADD_-1207283863', u'STORE_-1207288338'), (u'CALL_-1207287221', u'INDIRECT_-1207284218'), (u'CALL_-1207287207', u'INDIRECT_-1207284208'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283883'), ('const-0', u'COPY_-1207288096'), (u'PTRSUB_-1207284348', u'PTRSUB_-1207284346'), (u'MULTIEQUAL_-1207284054', u'MULTIEQUAL_-1207284027'), ('tmp_2307', u'CBRANCH_-1207287408'), (u'INDIRECT_-1207284236', u'MULTIEQUAL_-1207284219'), (u'MULTIEQUAL_-1207285889', u'MULTIEQUAL_-1207285903'), (u'INT_ADD_-1207289075', u'SUBPIECE_-1207286987'), (u'INDIRECT_-1207284135', u'MULTIEQUAL_-1207284116'), (u'CALL_-1207287318', u'INDIRECT_-1207284075'), ('const-0', u'INT_NOTEQUAL_-1207287292'), (u'BOOL_NEGATE_-1207285880', u'BOOL_AND_-1207288232'), (u'INT_ZEXT_-1207286877', u'INT_LESS_-1207289101'), (u'INDIRECT_-1207284187', u'MULTIEQUAL_-1207284174'), ('const-48', u'PTRADD_-1207283786'), (u'PTRSUB_-1207284363', u'PTRSUB_-1207284361'), (u'PTRSUB_-1207284176', u'STORE_-1207288987'), ('tmp_8730', u'PTRSUB_-1207284175'), (u'INDIRECT_-1207284233', u'MULTIEQUAL_-1207284180'), (u'MULTIEQUAL_-1207283624', u'MULTIEQUAL_-1207283606'), ('tmp_2606', u'CBRANCH_-1207287180'), (u'INT_ADD_-1207283940', u'PTRADD_-1207288224'), (u'INDIRECT_-1207284704', u'MULTIEQUAL_-1207283337'), (u'PTRSUB_-1207284380', u'PTRSUB_-1207284378'), (u'CAST_-1207283855', u'INT_LESS_-1207288496'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284354'), (u'COPY_-1207283011', u'PIECE_-1207284649'), (u'COPY_-1207287970', u'COPY_-1207284093'), (u'CALL_-1207287375', u'INDIRECT_-1207283794'), ('const-1', u'INT_ADD_-1207284040'), ('tmp_3438', u'CALL_-1207289203'), (u'CALL_-1207287221', u'INDIRECT_-1207284311'), ('const-0', u'PTRSUB_-1207284332'), ('const-0', u'PTRSUB_-1207284255'), (u'INT_NOTEQUAL_-1207287414', u'CBRANCH_-1207287408'), (u'CAST_-1207283888', u'CBRANCH_-1207288582'), (u'PTRADD_-1207283034', u'STORE_-1207286813'), (u'INDIRECT_-1207284354', u'MULTIEQUAL_-1207284335'), (u'CALL_-1207287077', u'INDIRECT_-1207284105'), ('const-433', u'STORE_-1207286813'), ('tmp_3438', u'PTRSUB_-1207284342'), (u'MULTIEQUAL_-1207286611', u'INT_EQUAL_-1207288517'), (u'MULTIEQUAL_-1207286208', u'INT_ZEXT_-1207287712'), (u'CALL_-1207287165', u'INDIRECT_-1207283774'), (u'PTRADD_-1207288456', u'CAST_-1207283854'), (u'INDIRECT_-1207284447', u'MULTIEQUAL_-1207284428'), (u'MULTIEQUAL_-1207284401', u'MULTIEQUAL_-1207284374'), (u'MULTIEQUAL_-1207284219', u'MULTIEQUAL_-1207284201'), (u'CALL_-1207287488', u'INDIRECT_-1207284388'), (u'COPY_-1207284097', u'MULTIEQUAL_-1207286579'), (u'INDIRECT_-1207284152', u'MULTIEQUAL_-1207284139'), ('const-433', u'STORE_-1207289170'), (u'COPY_-1207283893', u'MULTIEQUAL_-1207286331'), (u'CALL_-1207287207', u'INDIRECT_-1207284797'), (u'INT_EQUAL_-1207288269', u'MULTIEQUAL_-1207286109'), (u'INT_EQUAL_-1207288326', u'MULTIEQUAL_-1207286126'), (u'INDIRECT_-1207283703', u'MULTIEQUAL_-1207283686'), ('tmp_3438', u'PTRSUB_-1207282986'), (u'BOOL_AND_-1207288459', u'INT_EQUAL_-1207288460'), (u'MULTIEQUAL_-1207286109', u'MULTIEQUAL_-1207286106'), ('const-433', u'LOAD_-1207288336'), (u'MULTIEQUAL_-1207283740', u'INT_NOTEQUAL_-1207287414'), (u'MULTIEQUAL_-1207283841', u'MULTIEQUAL_-1207283823'), (u'MULTIEQUAL_-1207283328', u'PTRSUB_-1207283191'), (u'LOAD_-1207288968', u'PTRADD_-1207283034'), (u'MULTIEQUAL_-1207286193', u'INT_ADD_-1207287713'), (u'PTRSUB_-1207284257', u'PTRSUB_-1207284254'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286255'), (u'CAST_-1207283094', u'COPY_-1207283189'), (u'PTRSUB_-1207284224', u'PTRSUB_-1207284222'), ('const-0', u'PTRSUB_-1207284222'), (u'COPY_-1207283972', u'MULTIEQUAL_-1207286418'), (u'INDIRECT_-1207284265', u'MULTIEQUAL_-1207284246'), (u'CALL_-1207287165', u'INDIRECT_-1207284772'), (u'MULTIEQUAL_-1207285889', u'COPY_-1207284077'), (u'INDIRECT_-1207283917', u'MULTIEQUAL_-1207283864'), ('const-0', u'PTRSUB_-1207283048'), (u'INT_EQUAL_-1207287927', u'CBRANCH_-1207287928'), (u'CALL_-1207288396', u'INDIRECT_-1207285648'), (u'INT_ADD_-1207284154', u'PTRADD_-1207287882'), (u'MULTIEQUAL_-1207283779', u'MULTIEQUAL_-1207283761'), (u'MULTIEQUAL_-1207285889', u'COPY_-1207283934'), ('const-433', u'STORE_-1207288338'), (u'MULTIEQUAL_-1207284773', u'MULTIEQUAL_-1207284746'), (u'INDIRECT_-1207283762', u'MULTIEQUAL_-1207283709'), (u'INT_ADD_-1207287938', u'MULTIEQUAL_-1207286755'), (u'INDIRECT_-1207284825', u'MULTIEQUAL_-1207284808'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283774'), (u'INDIRECT_-1207283886', u'PTRSUB_-1207283330'), (u'INDIRECT_-1207284131', u'MULTIEQUAL_-1207284112'), ('const-0', u'PTRSUB_-1207283942'), (u'INDIRECT_-1207284013', u'MULTIEQUAL_-1207283996'), ('tmp_746', u'BRANCH_-1207288790'), (u'CALL_-1207287488', u'INDIRECT_-1207284915'), (u'CALL_-1207287488', u'INDIRECT_-1207284326'), ('const-0', u'PTRSUB_-1207284259'), (u'INDIRECT_-1207283706', u'MULTIEQUAL_-1207283315'), ('const-64', u'PTRSUB_-1207283052'), (u'CALL_-1207287488', u'INDIRECT_-1207284946'), (u'MULTIEQUAL_-1207284800', u'MULTIEQUAL_-1207284773'), (u'CALL_-1207287488', u'INDIRECT_-1207283948'), (u'PTRSUB_-1207284376', u'PTRSUB_-1207284383'), ('const-0', u'PTRSUB_-1207284239'), (u'CALL_-1207287375', u'INDIRECT_-1207284203'), (u'CALL_-1207287318', u'INDIRECT_-1207284360'), (u'MULTIEQUAL_-1207283668', u'MULTIEQUAL_-1207283641'), ('const-0', u'PTRSUB_-1207284361'), (u'INDIRECT_-1207284165', u'MULTIEQUAL_-1207284112'), (u'PTRSUB_-1207284254', u'PTRSUB_-1207284252'), ('const-1', u'PTRADD_-1207287882'), (u'PTRSUB_-1207284038', u'LOAD_-1207288675'), (u'LOAD_-1207288341', u'INT_OR_-1207288314'), (u'MULTIEQUAL_-1207283934', u'MULTIEQUAL_-1207283916'), (u'INT_EQUAL_-1207288581', u'MULTIEQUAL_-1207286197'), ('const-0', u'PTRSUB_-1207283889'), ('const--192', u'PTRSUB_-1207283156'), ('const-0', u'COPY_-1207287565'), (u'INT_MULT_-1207287064', u'CALL_-1207287077'), ('const-433', u'LOAD_-1207289201'), (u'PTRSUB_-1207284152', u'PTRSUB_-1207284150'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284100'), (u'CALL_-1207287221', u'INDIRECT_-1207283809'), (u'INT_NOTEQUAL_-1207287181', u'CBRANCH_-1207287180'), (u'PTRSUB_-1207284027', u'PTRSUB_-1207283984'), (u'CALL_-1207287488', u'INDIRECT_-1207284072'), (u'MULTIEQUAL_-1207285623', u'MULTIEQUAL_-1207285609'), (u'MULTIEQUAL_-1207283872', u'INT_NOTEQUAL_-1207287292'), (u'INDIRECT_-1207284450', u'MULTIEQUAL_-1207284397'), (u'LOAD_-1207289194', u'PTRADD_-1207284173'), ('const-1', u'PTRADD_-1207288554'), (u'PTRADD_-1207283863', u'LOAD_-1207288341'), ('const-0', u'COPY_-1207287539'), (u'CALL_-1207287318', u'INDIRECT_-1207284205'), (u'MULTIEQUAL_-1207283802', u'INT_NOTEQUAL_-1207287383'), (u'CALL_-1207287165', u'INDIRECT_-1207283650'), (u'MULTIEQUAL_-1207283740', u'MULTIEQUAL_-1207283713'), (u'INT_LESS_-1207288269', u'MULTIEQUAL_-1207286187'), (u'CALL_-1207287012', u'INDIRECT_-1207284093'), (u'PTRSUB_-1207283048', u'PTRSUB_-1207283046'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284338'), (u'CAST_-1207283877', u'INT_EQUAL_-1207288545'), (u'COPY_-1207283961', u'MULTIEQUAL_-1207286435'), (u'LOAD_-1207288449', u'PTRADD_-1207283863'), (u'CAST_-1207284098', u'INT_SUB_-1207288938'), (u'PTRSUB_-1207284009', u'LOAD_-1207288710'), (u'INDIRECT_-1207284853', u'MULTIEQUAL_-1207284800'), (u'CALL_-1207287165', u'INDIRECT_-1207284245'), ('const-0', u'PTRSUB_-1207284243'), (u'CALL_-1207287488', u'INDIRECT_-1207283731'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283681'), (u'INDIRECT_-1207284125', u'MULTIEQUAL_-1207284112'), ('const-0', u'PTRSUB_-1207284027'), (u'INT_ADD_-1207283941', u'PTRADD_-1207288229'), ('const-24', u'PTRSUB_-1207284385'), (u'INDIRECT_-1207284819', u'MULTIEQUAL_-1207284800'), ('const-8', u'PTRSUB_-1207283046'), (u'CALL_-1207287165', u'INDIRECT_-1207283898'), ('const-0', u'INT_EQUAL_-1207288326'), (u'INDIRECT_-1207286177', u'INT_ZEXT_-1207288506'), ('const-1', u'COPY_-1207287775'), ('const-0', u'COPY_-1207287595'), (u'INDIRECT_-1207284261', u'MULTIEQUAL_-1207284242'), (u'INDIRECT_-1207284576', u'MULTIEQUAL_-1207285753'), (u'MULTIEQUAL_-1207286547', u'INT_ADD_-1207288280'), (u'MULTIEQUAL_-1207283899', u'MULTIEQUAL_-1207283872'), (u'INDIRECT_-1207284772', u'MULTIEQUAL_-1207284759'), (u'INDIRECT_-1207286202', u'MULTIEQUAL_-1207286208'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284819'), ('const-6', u'INT_SRIGHT_-1207289034'), (u'INT_NOTEQUAL_-1207287020', u'CBRANCH_-1207287019'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284069'), ('const-1', u'PTRADD_-1207283250'), (u'MULTIEQUAL_-1207284019', u'MULTIEQUAL_-1207283992'), (u'MULTIEQUAL_-1207283823', u'MULTIEQUAL_-1207283796'), (u'CALL_-1207287012', u'INDIRECT_-1207284217'), (u'PTRSUB_-1207284357', u'PTRSUB_-1207284355'), (u'INT_ADD_-1207288376', u'SUBPIECE_-1207286411'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284162'), ('const-433', u'LOAD_-1207287944'), (u'CALL_-1207287012', u'INDIRECT_-1207283560'), ('tmp_2251', u'CBRANCH_-1207287445'), (u'CALL_-1207287012', u'INDIRECT_-1207283653'), (u'PTRSUB_-1207284346', u'LOAD_-1207289179'), ('const--2328', u'PTRSUB_-1207283217'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283759'), (u'COPY_-1207283189', u'MULTIEQUAL_-1207283328'), (u'CALL_-1207287012', u'INDIRECT_-1207284186'), ('tmp_3294', u'BRANCH_-1207286743'), (u'BOOL_AND_-1207288232', u'INT_NOTEQUAL_-1207288232'), (u'INDIRECT_-1207283790', u'MULTIEQUAL_-1207283771'), (u'MULTIEQUAL_-1207284804', u'MULTIEQUAL_-1207284777'), (u'PTRSUB_-1207283835', u'CAST_-1207283728'), ('const-8', u'PTRSUB_-1207284342'), (u'COPY_-1207283885', u'MULTIEQUAL_-1207286331'), (u'PTRSUB_-1207284163', u'PTRSUB_-1207284153'), (u'PTRSUB_-1207283217', u'CAST_-1207283115'), (u'COPY_-1207283957', u'MULTIEQUAL_-1207286435'), (u'INDIRECT_-1207284745', u'MULTIEQUAL_-1207284732'), (u'INT_EQUAL_-1207288545', u'CBRANCH_-1207288544'), (u'CALL_-1207287488', u'INDIRECT_-1207283917'), (u'INDIRECT_-1207285594', u'MULTIEQUAL_-1207285623'), (u'INDIRECT_-1207283929', u'MULTIEQUAL_-1207283323'), (u'MULTIEQUAL_-1207284116', u'MULTIEQUAL_-1207284089'), ('const-0', u'PTRSUB_-1207284326'), ('const-0', u'PTRSUB_-1207284009'), ('const-0', u'PTRSUB_-1207283253'), (u'INDIRECT_-1207283588', u'MULTIEQUAL_-1207283312'), (u'MULTIEQUAL_-1207284893', u'MULTIEQUAL_-1207284866'), (u'INDIRECT_-1207284276', u'MULTIEQUAL_-1207284263'), (u'INDIRECT_-1207284358', u'MULTIEQUAL_-1207284339'), (u'LOAD_-1207289201', u'CAST_-1207284180'), (u'INT_MULT_-1207286130', u'INT_ADD_-1207284154'), (u'PTRADD_-1207283250', u'LOAD_-1207287285'), (u'INDIRECT_-1207284074', u'CAST_-1207283001'), (u'MULTIEQUAL_-1207286331', u'LOAD_-1207288286'), (u'MULTIEQUAL_-1207284746', u'MULTIEQUAL_-1207284728'), (u'INDIRECT_-1207284323', u'MULTIEQUAL_-1207284304'), (u'COPY_-1207284062', u'MULTIEQUAL_-1207285903'), (u'INT_NOTEQUAL_-1207287292', u'CBRANCH_-1207287291'), (u'CALL_-1207287221', u'INDIRECT_-1207284125'), (u'COPY_-1207283151', u'PIECE_-1207283276'), (u'CALL_-1207287221', u'INDIRECT_-1207283716'), (u'CALL_-1207287012', u'INDIRECT_-1207284620'), ('const-0', u'INT_EQUAL_-1207287948'), (u'PTRSUB_-1207284370', u'PTRSUB_-1207284259'), (u'CALL_-1207287165', u'INDIRECT_-1207284152'), (u'MULTIEQUAL_-1207283903', u'MULTIEQUAL_-1207283885'), (u'CALL_-1207287077', u'INDIRECT_-1207284043'), (u'CALL_-1207286670', u'INDIRECT_-1207285159'), (u'LOAD_-1207288286', u'INT_LESS_-1207288269'), (u'LOAD_-1207288286', u'INT_EQUAL_-1207288269'), (u'INT_SRIGHT_-1207289034', u'PTRADD_-1207284173'), (u'STORE_-1207287722', u'INDIRECT_-1207284459'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284416'), (u'MULTIEQUAL_-1207285921', u'COPY_-1207284062'), (u'MULTIEQUAL_-1207283992', u'MULTIEQUAL_-1207283965'), (u'INDIRECT_-1207283737', u'MULTIEQUAL_-1207283316'), (u'MULTIEQUAL_-1207284339', u'MULTIEQUAL_-1207284312'), ('const-433', u'LOAD_-1207288660'), (u'INT_EQUAL_-1207288602', u'CBRANCH_-1207288607'), (u'CALL_-1207287165', u'INDIRECT_-1207283557'), (u'STORE_-1207287722', u'INDIRECT_-1207284428'), (u'INDIRECT_-1207284205', u'MULTIEQUAL_-1207284188'), (u'CAST_-1207283238', u'MULTIEQUAL_-1207284893'), (u'MULTIEQUAL_-1207284831', u'MULTIEQUAL_-1207284804'), ('const--1', u'INT_ADD_-1207287713'), (u'MULTIEQUAL_-1207286248', u'BOOL_NEGATE_-1207285957'), (u'INDIRECT_-1207284329', u'MULTIEQUAL_-1207284312'), (u'MULTIEQUAL_-1207284777', u'MULTIEQUAL_-1207284759'), (u'STORE_-1207287722', u'INDIRECT_-1207284360'), (u'INDIRECT_-1207284199', u'MULTIEQUAL_-1207284180'), (u'INDIRECT_-1207284103', u'MULTIEQUAL_-1207284050'), (u'CALL_-1207287077', u'INDIRECT_-1207283851'), ('const-0', u'PTRSUB_-1207284264'), (u'CALL_-1207287375', u'INDIRECT_-1207284104'), (u'COPY_-1207283867', u'MULTIEQUAL_-1207285921'), (u'PIECE_-1207283276', u'INT_LEFT_-1207284013'), (u'MULTIEQUAL_-1207284374', u'MULTIEQUAL_-1207284356'), (u'INDIRECT_-1207284084', u'MULTIEQUAL_-1207283327'), (u'CAST_-1207283001', u'INT_NOTEQUAL_-1207287020'), (u'MULTIEQUAL_-1207283992', u'CALL_-1207287318'), (u'MULTIEQUAL_-1207286547', u'INT_EQUAL_-1207288290'), (u'CAST_-1207283889', u'COPY_-1207283972'), (u'COPY_-1207286263', u'MULTIEQUAL_-1207286187'), (u'INT_SUB_-1207288938', u'INT_SRIGHT_-1207288915'), (u'COPY_-1207288308', u'COPY_-1207283893'), (u'CALL_-1207287012', u'INDIRECT_-1207283498'), (u'MULTIEQUAL_-1207284050', u'MULTIEQUAL_-1207284023'), (u'INDIRECT_-1207283982', u'MULTIEQUAL_-1207283965'), (u'INDIRECT_-1207284419', u'MULTIEQUAL_-1207284366'), (u'INDIRECT_-1207284342', u'MULTIEQUAL_-1207284329'), (u'INDIRECT_-1207284074', u'CAST_-1207282995'), (u'COPY_-1207284089', u'MULTIEQUAL_-1207286539'), (u'INDIRECT_-1207283985', u'MULTIEQUAL_-1207283324'), (u'MULTIEQUAL_-1207284139', u'MULTIEQUAL_-1207284112'), (u'MULTIEQUAL_-1207284085', u'MULTIEQUAL_-1207284058'), ('const-0', u'STORE_-1207287722'), (u'CALL_-1207287165', u'INDIRECT_-1207283712'), (u'INDIRECT_-1207284360', u'MULTIEQUAL_-1207284352'), ('const-8', u'PTRSUB_-1207284220'), ('const-0', u'COPY_-1207283564'), (u'INT_EQUAL_-1207287948', u'CBRANCH_-1207287953'), ('const-0', u'COPY_-1207287658'), (u'CAST_-1207283860', u'COPY_-1207283961'), (u'PTRSUB_-1207284332', u'PTRSUB_-1207284330'), (u'CALL_-1207287488', u'INDIRECT_-1207284196'), (u'INDIRECT_-1207284245', u'MULTIEQUAL_-1207283334'), (u'CALL_-1207287318', u'INDIRECT_-1207284013'), ('const-0', u'SUBPIECE_-1207285849'), (u'PTRSUB_-1207287459', u'CAST_-1207283280'), (u'MULTIEQUAL_-1207283872', u'PTRSUB_-1207283253'), (u'MULTIEQUAL_-1207284356', u'MULTIEQUAL_-1207284329'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283697'), (u'INDIRECT_-1207284332', u'MULTIEQUAL_-1207283336'), (u'PTRSUB_-1207283018', u'CALL_-1207286746'), (u'INT_SUB_-1207289134', u'INT_MULT_-1207289104'), (u'LOAD_-1207289161', u'INT_ZEXT_-1207287047'), (u'PTRSUB_-1207283253', u'LOAD_-1207287291'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284230'), (u'PTRSUB_-1207284383', u'PTRSUB_-1207284264'), ('const--2', u'INT_MULT_-1207285891'), (u'CALL_-1207287077', u'INDIRECT_-1207283975'), (u'PTRSUB_-1207283942', u'PTRSUB_-1207283904'), (u'INDIRECT_-1207284022', u'MULTIEQUAL_-1207284009'), (u'CALL_-1207287077', u'INDIRECT_-1207283944'), ('const-433', u'STORE_-1207287722'), (u'PTRSUB_-1207284342', u'STORE_-1207289170'), ('tmp_3439', u'COPY_-1207283349'), (u'INDIRECT_-1207283778', u'MULTIEQUAL_-1207283765'), (u'LOAD_-1207288598', u'CAST_-1207283890'), ('const-1', u'PTRADD_-1207288224'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283852'), (u'CALL_-1207287318', u'INDIRECT_-1207284298'), (u'INDIRECT_-1207283774', u'MULTIEQUAL_-1207283761'), (u'INDIRECT_-1207283619', u'MULTIEQUAL_-1207283606'), (u'CALL_-1207287488', u'INDIRECT_-1207284233'), (u'CALL_-1207287375', u'INDIRECT_-1207283980'), (u'MULTIEQUAL_-1207284215', u'MULTIEQUAL_-1207284188'), (u'CALL_-1207289203', u'PTRSUB_-1207284348'), (u'INDIRECT_-1207284214', u'MULTIEQUAL_-1207283333'), ('const-256', u'COPY_-1207288113'), (u'MULTIEQUAL_-1207283717', u'MULTIEQUAL_-1207283699'), (u'INDIRECT_-1207283675', u'MULTIEQUAL_-1207283314'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283790'), (u'MULTIEQUAL_-1207284141', u'MULTIEQUAL_-1207285609'), ('const-433', u'LOAD_-1207288726'), (u'INT_ZEXT_-1207287937', u'INT_MULT_-1207286131'), (u'CAST_-1207283974', u'INT_NOTEQUAL_-1207288410'), (u'CALL_-1207287488', u'INDIRECT_-1207284103'), ('const-0', u'INT_NOTEQUAL_-1207287446'), ('const-8', u'INT_MULT_-1207287064'), ('const-433', u'LOAD_-1207288598'), (u'INDIRECT_-1207284038', u'MULTIEQUAL_-1207284019'), (u'INDIRECT_-1207283670', u'MULTIEQUAL_-1207283651'), ('const-0', u'CALL_-1207289203'), (u'LOAD_-1207287942', u'INT_EQUAL_-1207287927'), (u'INDIRECT_-1207283712', u'MULTIEQUAL_-1207283316'), (u'MULTIEQUAL_-1207284157', u'MULTIEQUAL_-1207284139'), (u'PTRSUB_-1207284365', u'PTRSUB_-1207284363'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284881'), ('const-433', u'LOAD_-1207289194'), (u'BOOL_NEGATE_-1207285957', u'BOOL_AND_-1207288459'), (u'PTRSUB_-1207283904', u'PTRSUB_-1207283894'), (u'INT_ZEXT_-1207287047', u'INT_ADD_-1207289075'), (u'MULTIEQUAL_-1207283810', u'MULTIEQUAL_-1207283792'), (u'INDIRECT_-1207283902', u'MULTIEQUAL_-1207283889'), (u'CALL_-1207287165', u'INDIRECT_-1207283619'), (u'CALL_-1207287012', u'INDIRECT_-1207284062'), (u'CALL_-1207286670', u'INDIRECT_-1207284576'), (u'CAST_-1207284180', u'INT_SUB_-1207289134'), ('const-0', u'PTRSUB_-1207284053'), (u'MULTIEQUAL_-1207283637', u'MULTIEQUAL_-1207283610'), (u'INDIRECT_-1207284885', u'MULTIEQUAL_-1207284866'), ('const-0', u'INT_EQUAL_-1207288290'), ('const-1', u'INT_ADD_-1207284039'), ('tmp_8730', u'PTRSUB_-1207283786'), ('const-0', u'PTRSUB_-1207284324'), (u'CALL_-1207287221', u'INDIRECT_-1207283623'), (u'CALL_-1207287012', u'INDIRECT_-1207284651'), (u'CALL_-1207287318', u'INDIRECT_-1207284763'), ('const-0', u'COPY_-1207287827'), (u'CALL_-1207287488', u'INDIRECT_-1207284884'), (u'CALL_-1207287207', u'INDIRECT_-1207283985'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283821'), (u'CALL_-1207287488', u'INDIRECT_-1207284010'), (u'INDIRECT_-1207284679', u'MULTIEQUAL_-1207283337'), (u'LOAD_-1207289187', u'COPY_-1207283010'), (u'INDIRECT_-1207284389', u'MULTIEQUAL_-1207284370'), (u'PTRSUB_-1207284153', u'LOAD_-1207288968'), (u'INT_LEFT_-1207284421', u'PIECE_-1207284387'), (u'LOAD_-1207288284', u'INT_LESS_-1207288269'), (u'LOAD_-1207288284', u'INT_EQUAL_-1207288269'), (u'INT_EQUAL_-1207288460', u'CBRANCH_-1207288458'), (u'INDIRECT_-1207284172', u'MULTIEQUAL_-1207284153'), (u'INDIRECT_-1207284084', u'CAST_-1207283094'), (u'INDIRECT_-1207284174', u'MULTIEQUAL_-1207284157'), (u'INDIRECT_-1207283672', u'MULTIEQUAL_-1207283655'), ('const-1', u'PTRADD_-1207283786'), (u'PTRSUB_-1207283894', u'PTRSUB_-1207283892'), (u'CALL_-1207287488', u'INDIRECT_-1207284853'), (u'CALL_-1207287165', u'INDIRECT_-1207284276'), (u'MULTIEQUAL_-1207283329', u'INT_MULT_-1207287064'), (u'PTRSUB_-1207283046', u'STORE_-1207286813'), (u'INDIRECT_-1207285648', u'MULTIEQUAL_-1207285623'), (u'INDIRECT_-1207284912', u'MULTIEQUAL_-1207284893'), (u'CALL_-1207287165', u'INDIRECT_-1207284183'), (u'CALL_-1207287221', u'INDIRECT_-1207283871'), (u'CAST_-1207283856', u'PTRADD_-1207288456'), (u'CALL_-1207287207', u'INDIRECT_-1207283954'), ('const-433', u'LOAD_-1207287942'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284038'), ('tmp_2385', u'CBRANCH_-1207287351'), (u'CAST_-1207283815', u'MULTIEQUAL_-1207286273'), (u'INDIRECT_-1207284881', u'MULTIEQUAL_-1207284862'), (u'INDIRECT_-1207284104', u'MULTIEQUAL_-1207284085'), ('const--2', u'INT_MULT_-1207286131'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284053'), (u'CALL_-1207287221', u'INDIRECT_-1207284280'), ('const-433', u'LOAD_-1207288513'), (u'INDIRECT_-1207283734', u'MULTIEQUAL_-1207283717'), (u'CALL_-1207287375', u'INDIRECT_-1207284135'), (u'CALL_-1207287221', u'INDIRECT_-1207284187'), (u'MULTIEQUAL_-1207286634', u'INT_EQUAL_-1207288602'), (u'INDIRECT_-1207285594', u'COPY_-1207283953'), (u'CALL_-1207287077', u'INDIRECT_-1207283913'), (u'INDIRECT_-1207283964', u'MULTIEQUAL_-1207283951'), ('const-4294967295', u'INT_AND_-1207286647'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283619'), ('const-1', u'PTRADD_-1207283156'), (u'CALL_-1207287207', u'INDIRECT_-1207284115'), ('const-1', u'PTRADD_-1207283776'), (u'INDIRECT_-1207284084', u'MULTIEQUAL_-1207284071'), (u'INDIRECT_-1207284296', u'MULTIEQUAL_-1207284277'), (u'MULTIEQUAL_-1207284308', u'MULTIEQUAL_-1207284281'), (u'COPY_-1207283010', u'PIECE_-1207284649'), (u'MULTIEQUAL_-1207286184', u'BOOL_NEGATE_-1207285881'), (u'MULTIEQUAL_-1207283996', u'MULTIEQUAL_-1207283978'), ('const-8', u'PTRSUB_-1207284353'), (u'MULTIEQUAL_-1207284370', u'MULTIEQUAL_-1207284343'), (u'MULTIEQUAL_-1207284058', u'MULTIEQUAL_-1207284040'), (u'PTRSUB_-1207284150', u'INT_NOTEQUAL_-1207288410'), (u'INDIRECT_-1207284177', u'MULTIEQUAL_-1207283331'), ('const-433', u'STORE_-1207288987'), (u'INDIRECT_-1207284856', u'MULTIEQUAL_-1207284839'), (u'MULTIEQUAL_-1207286371', u'PTRADD_-1207288224'), ('const-6', u'INT_RIGHT_-1207288402'), (u'MULTIEQUAL_-1207286272', u'CAST_-1207283885'), (u'PTRSUB_-1207283889', u'PTRSUB_-1207283887'), (u'BOOL_NEGATE_-1207285993', u'BOOL_AND_-1207288544'), (u'LOAD_-1207287944', u'INT_EQUAL_-1207287927'), ('const-8', u'PTRSUB_-1207283840'), (u'PTRSUB_-1207284243', u'PTRSUB_-1207284241'), (u'INDIRECT_-1207285594', u'COPY_-1207283977'), (u'CALL_-1207287077', u'INDIRECT_-1207284167'), ('const-1', u'PTRADD_-1207288451'), (u'PTRADD_-1207283786', u'CAST_-1207283445'), ('const-1', u'INT_LEFT_-1207288362'), (u'CALL_-1207287221', u'INDIRECT_-1207284156'), (u'PTRSUB_-1207282986', u'CALL_-1207286670'), ('const-433', u'LOAD_-1207288704'), (u'INT_NOTEQUAL_-1207287722', u'CBRANCH_-1207287728'), (u'PTRSUB_-1207284220', u'LOAD_-1207288975'), (u'MULTIEQUAL_-1207284023', u'MULTIEQUAL_-1207283996'), ('tmp_3438', u'PTRSUB_-1207284038'), ('const--2', u'INT_MULT_-1207285967'), (u'CALL_-1207287488', u'INDIRECT_-1207284295'), ('tmp_1463', u'CBRANCH_-1207288295'), (u'MULTIEQUAL_-1207283655', u'MULTIEQUAL_-1207283637'), (u'MULTIEQUAL_-1207286579', u'PTRADD_-1207287882'), (u'CALL_-1207289203', u'INDIRECT_-1207285881'), (u'MULTIEQUAL_-1207286539', u'LOAD_-1207287944'), (u'MULTIEQUAL_-1207284312', u'MULTIEQUAL_-1207284294'), ('const-433', u'LOAD_-1207288975'), (u'CALL_-1207287375', u'INDIRECT_-1207283670'), (u'PTRSUB_-1207284371', u'PTRSUB_-1207284370'), (u'INDIRECT_-1207283920', u'MULTIEQUAL_-1207283903'), (u'INT_MULT_-1207286004', u'INT_ADD_-1207284040'), ('tmp_2461', u'CBRANCH_-1207287291'), ('const-7', u'COPY_-1207288636'), (u'INT_ZEXT_-1207288591', u'INT_MULT_-1207286004'), (u'INT_NOTEQUAL_-1207288410', u'CBRANCH_-1207288407'), ('tmp_3438', u'PTRSUB_-1207284226'), ('const-16', u'PTRSUB_-1207284357'), (u'INDIRECT_-1207284007', u'MULTIEQUAL_-1207283988'), (u'PTRSUB_-1207284252', u'PTRSUB_-1207284250'), (u'CALL_-1207287375', u'INDIRECT_-1207284327'), (u'PTRSUB_-1207283050', u'PTRSUB_-1207283048'), (u'CALL_-1207287318', u'INDIRECT_-1207284174'), (u'MULTIEQUAL_-1207283854', u'MULTIEQUAL_-1207283827'), (u'INT_ZEXT_-1207288506', u'INT_MULT_-1207285967'), (u'INDIRECT_-1207283697', u'MULTIEQUAL_-1207283678'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283914'), (u'INT_RIGHT_-1207288402', u'PTRADD_-1207283863'), ('const-0', u'COPY_-1207288559'), ('const-16', u'PTRSUB_-1207284235'), (u'PTRSUB_-1207284243', u'PTRSUB_-1207284240'), (u'CALL_-1207287165', u'INDIRECT_-1207283588'), (u'CALL_-1207287375', u'INDIRECT_-1207284234'), (u'PTRADD_-1207284173', u'STORE_-1207288987'), ('const-24', u'PTRSUB_-1207284257'), (u'MULTIEQUAL_-1207286371', u'LOAD_-1207288284'), ('const-0', u'COPY_-1207287857'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284447'), (u'INDIRECT_-1207284026', u'MULTIEQUAL_-1207284013'), (u'CALL_-1207287207', u'INDIRECT_-1207283892'), (u'INDIRECT_-1207284152', u'MULTIEQUAL_-1207283331'), (u'MULTIEQUAL_-1207286539', u'PTRADD_-1207287887'), (u'COPY_-1207283982', u'MULTIEQUAL_-1207286459'), (u'INDIRECT_-1207283858', u'MULTIEQUAL_-1207283841'), (u'INDIRECT_-1207283685', u'MULTIEQUAL_-1207283672'), (u'CALLIND_-1207288694', u'INDIRECT_-1207286202'), (u'PTRSUB_-1207283776', u'PTRADD_-1207283776'), (u'CALL_-1207287165', u'INDIRECT_-1207284022'), (u'INDIRECT_-1207283867', u'MULTIEQUAL_-1207283321'), (u'LOAD_-1207288975', u'CAST_-1207284099'), (u'CALL_-1207287318', u'INDIRECT_-1207284106'), (u'MULTIEQUAL_-1207284232', u'CAST_-1207283146'), ('const-0', u'PTRSUB_-1207287459'), ('tmp_647', u'CBRANCH_-1207288890'), (u'MULTIEQUAL_-1207283651', u'MULTIEQUAL_-1207283624'), (u'INDIRECT_-1207283644', u'MULTIEQUAL_-1207283313'), (u'CALL_-1207287207', u'INDIRECT_-1207283768'), (u'CALL_-1207287488', u'INDIRECT_-1207284041'), (u'INDIRECT_-1207284854', u'MULTIEQUAL_-1207284835'), (u'PTRSUB_-1207284238', u'LOAD_-1207289194'), (u'MULTIEQUAL_-1207286418', u'CAST_-1207283891'), (u'CALL_-1207287077', u'INDIRECT_-1207284260'), (u'PTRADD_-1207283156', u'INT_NOTEQUAL_-1207287020'), ('const-0', u'SUBPIECE_-1207286411'), (u'MULTIEQUAL_-1207283833', u'MULTIEQUAL_-1207283806'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284385'), ('const--2', u'INT_MULT_-1207286004'), (u'LOAD_-1207287177', u'COPY_-1207283169'), (u'MULTIEQUAL_-1207284835', u'MULTIEQUAL_-1207284808'), (u'LOAD_-1207288336', u'INT_EQUAL_-1207288326'), (u'INDIRECT_-1207284094', u'MULTIEQUAL_-1207284081'), (u'PTRSUB_-1207284222', u'PTRSUB_-1207284220'), (u'INT_AND_-1207289051', u'STORE_-1207288980'), ('const-0', u'INT_EQUAL_-1207288602'), (u'LOAD_-1207288598', u'INT_EQUAL_-1207288581'), ('const-433', u'LOAD_-1207288449'), ('tmp_1608', u'CBRANCH_-1207288231'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284834'), (u'CALL_-1207287488', u'INDIRECT_-1207283762'), (u'CALL_-1207287012', u'INDIRECT_-1207283529'), ('const-0', u'INT_NOTEQUAL_-1207287357'), (u'CALL_-1207287207', u'INDIRECT_-1207284047'), (u'PTRADD_-1207283776', u'MULTIEQUAL_-1207284451'), ('const-7', u'PTRADD_-1207288554'), (u'CALL_-1207287207', u'INDIRECT_-1207284016'), (u'PTRSUB_-1207284330', u'PTRSUB_-1207284328'), (u'INDIRECT_-1207283794', u'MULTIEQUAL_-1207283775'), (u'LOAD_-1207287439', u'CALLIND_-1207287429'), (u'MULTIEQUAL_-1207283792', u'MULTIEQUAL_-1207283765'), (u'INDIRECT_-1207283712', u'MULTIEQUAL_-1207283699'), (u'CALL_-1207287488', u'INDIRECT_-1207284264'), ('const-433', u'LOAD_-1207287291'), (u'PTRSUB_-1207284215', u'PTRSUB_-1207284214'), (u'CALL_-1207289203', u'STORE_-1207289170'), (u'INDIRECT_-1207283867', u'MULTIEQUAL_-1207283854'), (u'CALL_-1207287207', u'INDIRECT_-1207283830'), ('const-3646322', u'COPY_-1207288308'), (u'INDIRECT_-1207283886', u'INT_NOTEQUAL_-1207287446'), (u'INT_ZEXT_-1207283729', u'INT_LEFT_-1207284421'), (u'INDIRECT_-1207284075', u'MULTIEQUAL_-1207284058'), (u'CAST_-1207284099', u'INT_SUB_-1207288938'), (u'INT_ADD_-1207284040', u'PTRADD_-1207288541'), (u'BOOL_AND_-1207288544', u'INT_EQUAL_-1207288545'), ('const-0', u'COPY_-1207287624'), (u'INDIRECT_-1207284280', u'MULTIEQUAL_-1207284267'), (u'INT_MULT_-1207283571', u'INT_ADD_-1207283583'), (u'INT_ZEXT_-1207287712', u'INT_MULT_-1207283571'), (u'INDIRECT_-1207284326', u'MULTIEQUAL_-1207284273'), (u'CALL_-1207287012', u'INDIRECT_-1207283932'), ('const-0', u'PTRSUB_-1207284248'), (u'STORE_-1207287722', u'INDIRECT_-1207284329'), ('const-0', u'INT_NOTEQUAL_-1207287229'), (u'CALL_-1207287012', u'INDIRECT_-1207283870'), (u'INT_LESS_-1207288581', u'MULTIEQUAL_-1207286275'), (u'MULTIEQUAL_-1207283606', u'MULTIEQUAL_-1207283579'), (u'PTRADD_-1207283863', u'LOAD_-1207288336'), (u'INDIRECT_-1207284146', u'MULTIEQUAL_-1207283330'), ('const-8', u'PTRADD_-1207283536'), (u'CALL_-1207287318', u'INDIRECT_-1207283951'), (u'INDIRECT_-1207284156', u'MULTIEQUAL_-1207284143'), ('const-0', u'PTRSUB_-1207284238'), ('const-0', u'PTRSUB_-1207283904'), ('const-433', u'LOAD_-1207288341'), (u'MULTIEQUAL_-1207284188', u'MULTIEQUAL_-1207284170'), (u'INDIRECT_-1207284022', u'MULTIEQUAL_-1207283326')]
[(u'INT_ADD_-1207288587', u'CAST_-1207283922'), ('tmp_682', u'CBRANCH_-1207288862'), (u'MULTIEQUAL_-1207284168', u'INT_NOTEQUAL_-1207287260'), (u'CALL_-1207287488', u'INDIRECT_-1207284882'), ('tmp_649', u'CBRANCH_-1207288883'), (u'INDIRECT_-1207284600', u'MULTIEQUAL_-1207284581'), (u'INDIRECT_-1207284011', u'MULTIEQUAL_-1207283994'), (u'MULTIEQUAL_-1207284368', u'MULTIEQUAL_-1207284341'), (u'INDIRECT_-1207284265', u'MULTIEQUAL_-1207284257'), (u'MULTIEQUAL_-1207286621', u'INT_EQUAL_-1207288517'), (u'INDIRECT_-1207284010', u'INT_NOTEQUAL_-1207287020'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284036'), (u'CALL_-1207287207', u'INDIRECT_-1207283673'), (u'MULTIEQUAL_-1207283591', u'MULTIEQUAL_-1207283573'), (u'INDIRECT_-1207283854', u'MULTIEQUAL_-1207283835'), (u'CALL_-1207287012', u'INDIRECT_-1207283936'), (u'INT_ADD_-1207286694', u'CALL_-1207286670'), (u'CALL_-1207287221', u'INDIRECT_-1207283838'), (u'CALL_-1207287318', u'INDIRECT_-1207284358'), (u'MULTIEQUAL_-1207286203', u'INT_NOTEQUAL_-1207287722'), (u'MULTIEQUAL_-1207286203', u'INT_ADD_-1207287713'), (u'INDIRECT_-1207283586', u'MULTIEQUAL_-1207283573'), (u'MULTIEQUAL_-1207283914', u'MULTIEQUAL_-1207283887'), ('const-0', u'COPY_-1207287915'), (u'CALL_-1207287375', u'INDIRECT_-1207284542'), (u'INDIRECT_-1207283730', u'MULTIEQUAL_-1207283711'), ('const-0', u'COPY_-1207287998'), (u'MULTIEQUAL_-1207283622', u'MULTIEQUAL_-1207283604'), (u'INDIRECT_-1207284637', u'MULTIEQUAL_-1207284620'), (u'INDIRECT_-1207283834', u'MULTIEQUAL_-1207283247'), ('const-433', u'LOAD_-1207287944'), (u'MULTIEQUAL_-1207286405', u'MULTIEQUAL_-1207286402'), (u'LOAD_-1207288968', u'INT_SUB_-1207288938'), (u'INDIRECT_-1207284321', u'MULTIEQUAL_-1207284302'), (u'INDIRECT_-1207284606', u'MULTIEQUAL_-1207284589'), (u'COPY_-1207287775', u'MULTIEQUAL_-1207284356'), (u'INDIRECT_-1207284542', u'MULTIEQUAL_-1207284523'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283741'), ('const-1', u'PTRADD_-1207288451'), (u'INDIRECT_-1207284547', u'MULTIEQUAL_-1207283270'), (u'CALL_-1207287207', u'INDIRECT_-1207283797'), (u'CALL_-1207287165', u'INDIRECT_-1207283555'), (u'MULTIEQUAL_-1207284244', u'MULTIEQUAL_-1207284217'), ('const-64', u'INT_ADD_-1207286746'), (u'LOAD_-1207289187', u'INT_ZEXT_-1207286930'), (u'INDIRECT_-1207284201', u'MULTIEQUAL_-1207284182'), (u'INDIRECT_-1207284336', u'MULTIEQUAL_-1207283264'), ('tmp_8851', u'INT_ADD_-1207289156'), (u'INDIRECT_-1207284057', u'MULTIEQUAL_-1207284044'), (u'INDIRECT_-1207283673', u'MULTIEQUAL_-1207283241'), (u'INDIRECT_-1207284588', u'MULTIEQUAL_-1207284575'), (u'CALL_-1207287207', u'INDIRECT_-1207284268'), (u'CALL_-1207287488', u'INDIRECT_-1207284758'), (u'CALL_-1207287077', u'INDIRECT_-1207284196'), (u'CALL_-1207287012', u'INDIRECT_-1207283713'), (u'INT_LESS_-1207288356', u'CBRANCH_-1207288365'), (u'INDIRECT_-1207284020', u'MULTIEQUAL_-1207284007'), ('const-433', u'LOAD_-1207288596'), (u'MULTIEQUAL_-1207283573', u'MULTIEQUAL_-1207283546'), ('tmp_1170', u'CBRANCH_-1207288458'), (u'INDIRECT_-1207283518', u'MULTIEQUAL_-1207283236'), ('const-1065353216', u'INT_ZEXT_-1207283665'), (u'INDIRECT_-1207283528', u'MULTIEQUAL_-1207283515'), (u'INDIRECT_-1207284697', u'MULTIEQUAL_-1207284678'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284398'), (u'INDIRECT_-1207284333', u'MULTIEQUAL_-1207284325'), (u'INDIRECT_-1207283865', u'MULTIEQUAL_-1207283852'), (u'INDIRECT_-1207284619', u'MULTIEQUAL_-1207284606'), (u'CAST_-1207283842', u'STORE_-1207288338'), (u'MULTIEQUAL_-1207284798', u'MULTIEQUAL_-1207284771'), ('const-433', u'LOAD_-1207288336'), (u'PIECE_-1207284323', u'MULTIEQUAL_-1207284288'), (u'MULTIEQUAL_-1207283542', u'MULTIEQUAL_-1207283515'), (u'CALL_-1207287077', u'INDIRECT_-1207284289'), (u'INDIRECT_-1207284512', u'MULTIEQUAL_-1207285689'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284383'), ('const-433', u'LOAD_-1207288511'), (u'INDIRECT_-1207284042', u'MULTIEQUAL_-1207284025'), ('tmp_8850', u'PTRSUB_-1207283229'), (u'MULTIEQUAL_-1207286428', u'CAST_-1207283921'), (u'MULTIEQUAL_-1207286549', u'LOAD_-1207287944'), (u'MULTIEQUAL_-1207286198', u'MULTIEQUAL_-1207286195'), (u'MULTIEQUAL_-1207285857', u'COPY_-1207284106'), (u'CALL_-1207287318', u'INDIRECT_-1207284699'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283896'), (u'CALLIND_-1207288644', u'INDIRECT_-1207285530'), (u'INDIRECT_-1207285170', u'MULTIEQUAL_-1207286349'), (u'INDIRECT_-1207283679', u'MULTIEQUAL_-1207283666'), (u'CALL_-1207287488', u'INDIRECT_-1207284727'), (u'CALL_-1207287165', u'INDIRECT_-1207284615'), (u'INDIRECT_-1207284278', u'MULTIEQUAL_-1207284265'), (u'INT_MULT_-1207289104', u'INT_ADD_-1207289116'), ('const--1', u'INT_ADD_-1207288280'), ('const-8', u'INT_ADD_-1207288659'), (u'INDIRECT_-1207284662', u'MULTIEQUAL_-1207284643'), ('const-0', u'COPY_-1207283196'), (u'INT_LESS_-1207289101', u'CBRANCH_-1207289098'), (u'CALL_-1207289203', u'INT_ADD_-1207289163'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284336'), (u'INDIRECT_-1207284708', u'MULTIEQUAL_-1207283276'), ('const-433', u'LOAD_-1207289201'), (u'INDIRECT_-1207283915', u'MULTIEQUAL_-1207283862'), (u'SUBPIECE_-1207286413', u'COPY_-1207283909'), (u'INDIRECT_-1207283772', u'MULTIEQUAL_-1207283245'), (u'CAST_-1207284015', u'COPY_-1207284144'), (u'CALL_-1207287165', u'INDIRECT_-1207284584'), (u'MULTIEQUAL_-1207286341', u'PTRADD_-1207288229'), (u'MULTIEQUAL_-1207284461', u'MULTIEQUAL_-1207284434'), ('const-0', u'COPY_-1207287857'), (u'CALL_-1207287375', u'INDIRECT_-1207284325'), (u'CALL_-1207287318', u'INDIRECT_-1207283670'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284600'), ('tmp_813', u'CBRANCH_-1207288676'), (u'CALL_-1207287375', u'INDIRECT_-1207284759'), ('tmp_1722', u'CBRANCH_-1207288365'), (u'INDIRECT_-1207286475', u'MULTIEQUAL_-1207286349'), (u'CALL_-1207287375', u'INDIRECT_-1207284728'), (u'MULTIEQUAL_-1207284643', u'MULTIEQUAL_-1207284616'), (u'CALL_-1207287077', u'INDIRECT_-1207283948'), (u'MULTIEQUAL_-1207284581', u'MULTIEQUAL_-1207284554'), (u'INDIRECT_-1207284008', u'MULTIEQUAL_-1207283955'), (u'LOAD_-1207288675', u'LOAD_-1207288660'), (u'CALL_-1207287165', u'INDIRECT_-1207284274'), (u'INDIRECT_-1207283803', u'MULTIEQUAL_-1207283790'), (u'CALL_-1207287318', u'INDIRECT_-1207284042'), (u'INT_ADD_-1207288659', u'CAST_-1207283971'), (u'INDIRECT_-1207284265', u'MULTIEQUAL_-1207284248'), ('const-433', u'LOAD_-1207288284'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284212'), ('const-0', u'COPY_-1207287827'), (u'INDIRECT_-1207284141', u'MULTIEQUAL_-1207284124'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284057'), ('const-3646322', u'COPY_-1207288308'), (u'INT_NOTEQUAL_-1207287260', u'CBRANCH_-1207287254'), (u'CALL_-1207287318', u'INDIRECT_-1207283577'), (u'COPY_-1207287760', u'MULTIEQUAL_-1207284325'), (u'INDIRECT_-1207284417', u'MULTIEQUAL_-1207284364'), (u'INDIRECT_-1207286266', u'MULTIEQUAL_-1207286208'), (u'INDIRECT_-1207284666', u'MULTIEQUAL_-1207284647'), (u'INT_ZEXT_-1207286887', u'INT_LESS_-1207288882'), (u'MULTIEQUAL_-1207284399', u'MULTIEQUAL_-1207284372'), (u'INDIRECT_-1207283633', u'MULTIEQUAL_-1207283614'), (u'CALL_-1207287165', u'INDIRECT_-1207283710'), (u'INT_EQUAL_-1207288581', u'MULTIEQUAL_-1207286208'), (u'CALL_-1207287207', u'INDIRECT_-1207284361'), (u'INDIRECT_-1207283918', u'MULTIEQUAL_-1207283901'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283726'), (u'INT_OR_-1207288314', u'STORE_-1207288338'), (u'INT_ADD_-1207284045', u'INT_ADD_-1207288587'), (u'CAST_-1207283817', u'INT_ADD_-1207288270'), (u'INDIRECT_-1207283794', u'MULTIEQUAL_-1207283777'), (u'LOAD_-1207288596', u'INT_EQUAL_-1207288581'), (u'LOAD_-1207288596', u'INT_LESS_-1207288581'), (u'CALL_-1207287221', u'INDIRECT_-1207284588'), (u'INT_MULT_-1207283579', u'INT_ADD_-1207283591'), (u'INT_ADD_-1207284155', u'INT_ADD_-1207287928'), (u'INDIRECT_-1207284098', u'MULTIEQUAL_-1207284079'), (u'CALL_-1207287165', u'INDIRECT_-1207284088'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284119'), (u'CALL_-1207287207', u'INDIRECT_-1207283580'), (u'MULTIEQUAL_-1207285825', u'COPY_-1207284113'), (u'INDIRECT_-1207284175', u'MULTIEQUAL_-1207283258'), (u'INDIRECT_-1207284274', u'MULTIEQUAL_-1207284261'), ('const-0', u'COPY_-1207287986'), (u'INDIRECT_-1207284268', u'MULTIEQUAL_-1207283261'), (u'MULTIEQUAL_-1207283821', u'MULTIEQUAL_-1207283794'), (u'INDIRECT_-1207284325', u'MULTIEQUAL_-1207284306'), (u'CALL_-1207287318', u'INDIRECT_-1207283701'), (u'CALL_-1207287012', u'INDIRECT_-1207283434'), ('const-0', u'COPY_-1207287610'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284848'), (u'CALL_-1207287488', u'INDIRECT_-1207284262'), (u'MULTIEQUAL_-1207284093', u'MULTIEQUAL_-1207284075'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286344'), (u'INT_ZEXT_-1207288501', u'INT_MULT_-1207285939'), ('const-0', u'COPY_-1207287930'), (u'CALL_-1207287488', u'INDIRECT_-1207284008'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284150'), ('const-1', u'INT_LESS_-1207288853'), (u'CAST_-1207283916', u'BOOL_NEGATE_-1207285964'), ('const-1', u'INT_EQUAL_-1207288679'), (u'CALL_-1207287488', u'INDIRECT_-1207284510'), (u'CALL_-1207287318', u'INDIRECT_-1207283980'), (u'MULTIEQUAL_-1207286219', u'INT_ZEXT_-1207287712'), (u'INDIRECT_-1207283559', u'MULTIEQUAL_-1207283546'), (u'INT_LESS_-1207288496', u'MULTIEQUAL_-1207286259'), (u'INDIRECT_-1207284061', u'MULTIEQUAL_-1207284048'), (u'MULTIEQUAL_-1207284616', u'MULTIEQUAL_-1207284589'), (u'INDIRECT_-1207285210', u'MULTIEQUAL_-1207284164'), ('const-0', u'COPY_-1207288005'), (u'INDIRECT_-1207284460', u'MULTIEQUAL_-1207284447'), (u'INDIRECT_-1207283993', u'MULTIEQUAL_-1207283980'), (u'CALL_-1207287488', u'INDIRECT_-1207283822'), (u'LOAD_-1207287445', u'INT_ADD_-1207287423'), ('const-1', u'COPY_-1207288839'), (u'INT_EQUAL_-1207288269', u'CBRANCH_-1207288270'), (u'CALL_-1207287221', u'INDIRECT_-1207283962'), ('tmp_8850', u'PTRSUB_-1207283843'), (u'INDIRECT_-1207284071', u'MULTIEQUAL_-1207284052'), (u'MULTIEQUAL_-1207284682', u'MULTIEQUAL_-1207284664'), (u'INDIRECT_-1207284123', u'MULTIEQUAL_-1207284110'), (u'CAST_-1207283929', u'MULTIEQUAL_-1207286284'), (u'INDIRECT_-1207284699', u'MULTIEQUAL_-1207284682'), (u'CALL_-1207287207', u'INDIRECT_-1207284206'), (u'CALL_-1207287488', u'INDIRECT_-1207284789'), ('const-1', u'INT_ADD_-1207283947'), (u'INDIRECT_-1207284294', u'MULTIEQUAL_-1207284275'), (u'INDIRECT_-1207284026', u'MULTIEQUAL_-1207283254'), (u'CALL_-1207287165', u'INDIRECT_-1207283586'), (u'CALL_-1207287488', u'INDIRECT_-1207283791'), (u'INDIRECT_-1207283931', u'MULTIEQUAL_-1207283918'), ('tmp_8851', u'INT_ADD_-1207289171'), (u'MULTIEQUAL_-1207283769', u'MULTIEQUAL_-1207283742'), (u'INDIRECT_-1207284355', u'MULTIEQUAL_-1207284302'), (u'LOAD_-1207288660', u'INT_ADD_-1207288638'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284739'), (u'CALL_-1207287221', u'INDIRECT_-1207283652'), (u'INDIRECT_-1207283947', u'MULTIEQUAL_-1207283928'), (u'MULTIEQUAL_-1207284496', u'MULTIEQUAL_-1207284478'), ('const-0', u'INT_NOTEQUAL_-1207287260'), ('const-1', u'INT_LEFT_-1207288362'), (u'INDIRECT_-1207285555', u'MULTIEQUAL_-1207285559'), (u'INDIRECT_-1207284216', u'MULTIEQUAL_-1207284203'), (u'MULTIEQUAL_-1207284292', u'MULTIEQUAL_-1207284265'), (u'CALL_-1207287488', u'INDIRECT_-1207283760'), (u'MULTIEQUAL_-1207284602', u'MULTIEQUAL_-1207284575'), (u'CALL_-1207287375', u'INDIRECT_-1207284573'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288586'), (u'COPY_-1207283996', u'MULTIEQUAL_-1207286405'), (u'CALL_-1207287318', u'INDIRECT_-1207284730'), (u'CALL_-1207287375', u'INDIRECT_-1207284418'), (u'CALL_-1207287207', u'INDIRECT_-1207283549'), (u'CALL_-1207287488', u'INDIRECT_-1207283977'), (u'BOOL_NEGATE_-1207286089', u'BOOL_AND_-1207287890'), (u'MULTIEQUAL_-1207284385', u'MULTIEQUAL_-1207284358'), (u'INDIRECT_-1207283958', u'MULTIEQUAL_-1207283251'), (u'CALL_-1207287221', u'INDIRECT_-1207284619'), (u'MULTIEQUAL_-1207284199', u'MULTIEQUAL_-1207284172'), (u'CALL_-1207287207', u'INDIRECT_-1207284237'), (u'INDIRECT_-1207284263', u'MULTIEQUAL_-1207284244'), (u'CALL_-1207287165', u'INDIRECT_-1207283927'), (u'MULTIEQUAL_-1207284163', u'MULTIEQUAL_-1207285545'), (u'CAST_-1207284223', u'LOAD_-1207289161'), ('tmp_2551', u'CBRANCH_-1207287228'), (u'INDIRECT_-1207283916', u'MULTIEQUAL_-1207283897'), (u'INT_MULT_-1207285975', u'INT_ADD_-1207284045'), (u'INT_MULT_-1207285865', u'INT_ADD_-1207283947'), (u'INDIRECT_-1207283679', u'MULTIEQUAL_-1207283242'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284817'), (u'INDIRECT_-1207283803', u'MULTIEQUAL_-1207283246'), (u'CALL_-1207287375', u'INDIRECT_-1207284387'), (u'MULTIEQUAL_-1207286413', u'INT_AND_-1207286657'), ('tmp_8851', u'INT_ADD_-1207288114'), (u'CALL_-1207287165', u'INDIRECT_-1207284367'), (u'INT_ADD_-1207288376', u'MULTIEQUAL_-1207286413'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284522'), (u'INDIRECT_-1207283637', u'MULTIEQUAL_-1207283618'), (u'MULTIEQUAL_-1207283963', u'MULTIEQUAL_-1207283945'), ('const-0', u'PTRSUB_-1207287402'), (u'CALL_-1207287077', u'INDIRECT_-1207284320'), ('tmp_1014', u'CBRANCH_-1207288544'), (u'BOOL_NEGATE_-1207285855', u'BOOL_AND_-1207288232'), ('const-0', u'COPY_-1207283608'), ('const-1', u'PTRADD_-1207288536'), ('const-0', u'CALL_-1207287077'), ('const-433', u'LOAD_-1207287285'), (u'INDIRECT_-1207283757', u'MULTIEQUAL_-1207283738'), (u'CALL_-1207287012', u'INDIRECT_-1207284091'), (u'MULTIEQUAL_-1207284395', u'MULTIEQUAL_-1207284368'), (u'INT_SRIGHT_-1207288915', u'INT_SUB_-1207286755'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284352'), (u'CALL_-1207287375', u'INDIRECT_-1207284511'), (u'MULTIEQUAL_-1207284075', u'MULTIEQUAL_-1207284048'), ('tmp_2039', u'CBRANCH_-1207287728'), (u'CAST_-1207284158', u'STORE_-1207288987'), (u'INDIRECT_-1207283949', u'MULTIEQUAL_-1207283932'), (u'MULTIEQUAL_-1207286413', u'SUBPIECE_-1207285825'), (u'CALL_-1207287488', u'INDIRECT_-1207283853'), (u'MULTIEQUAL_-1207284416', u'MULTIEQUAL_-1207284389'), (u'CALL_-1207287207', u'INDIRECT_-1207284640'), (u'CALL_-1207289203', u'INDIRECT_-1207285817'), (u'LOAD_-1207288654', u'CALLIND_-1207288644'), (u'LOAD_-1207288675', u'CALLIND_-1207288644'), (u'CAST_-1207283016', u'STORE_-1207286813'), (u'CALL_-1207287207', u'INDIRECT_-1207283952'), (u'CAST_-1207283888', u'INT_ADD_-1207288502'), (u'INDIRECT_-1207283735', u'MULTIEQUAL_-1207283243'), (u'CALL_-1207287165', u'INDIRECT_-1207283524'), (u'INDIRECT_-1207284383', u'MULTIEQUAL_-1207284364'), ('const-1', u'COPY_-1207287775'), (u'INDIRECT_-1207284247', u'MULTIEQUAL_-1207284234'), (u'INDIRECT_-1207284336', u'MULTIEQUAL_-1207284323'), (u'CALL_-1207287207', u'INDIRECT_-1207284423'), ('const-0', u'CALL_-1207289203'), (u'INT_ZEXT_-1207287050', u'INT_SUB_-1207289107'), (u'MULTIEQUAL_-1207283614', u'MULTIEQUAL_-1207283587'), (u'LOAD_-1207287177', u'CAST_-1207283121'), (u'INDIRECT_-1207283555', u'MULTIEQUAL_-1207283238'), (u'INDIRECT_-1207284367', u'MULTIEQUAL_-1207283265'), (u'INT_SUB_-1207289107', u'INT_SUB_-1207286685'), (u'INT_ADD_-1207286829', u'INT_NOTEQUAL_-1207286821'), ('const-1', u'PTRADD_-1207287887'), (u'COPY_-1207288636', u'MULTIEQUAL_-1207286644'), (u'INT_LESS_-1207288269', u'MULTIEQUAL_-1207286198'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284166'), (u'MULTIEQUAL_-1207284620', u'MULTIEQUAL_-1207284602'), (u'CALL_-1207287077', u'INDIRECT_-1207283601'), (u'MULTIEQUAL_-1207286349', u'MULTIEQUAL_-1207284164'), ('const-0', u'COPY_-1207287974'), (u'CAST_-1207283922', u'COPY_-1207284019'), ('const-0', u'INT_NOTEQUAL_-1207287722'), (u'MULTIEQUAL_-1207283901', u'MULTIEQUAL_-1207283883'), (u'MULTIEQUAL_-1207285825', u'COPY_-1207283978'), (u'COPY_-1207284116', u'MULTIEQUAL_-1207286063'), (u'MULTIEQUAL_-1207283870', u'MULTIEQUAL_-1207283852'), ('const-8', u'PTRADD_-1207283169'), (u'MULTIEQUAL_-1207284364', u'MULTIEQUAL_-1207284337'), (u'INT_MULT_-1207288315', u'INT_ADD_-1207288327'), (u'CALL_-1207287077', u'INDIRECT_-1207283694'), (u'MULTIEQUAL_-1207286428', u'CAST_-1207283923'), (u'INT_ZEXT_-1207287712', u'INT_MULT_-1207283579'), (u'INDIRECT_-1207284200', u'MULTIEQUAL_-1207284147'), (u'CALL_-1207287012', u'INDIRECT_-1207284432'), ('const--2', u'INT_MULT_-1207286100'), (u'CALL_-1207287077', u'INDIRECT_-1207283818'), ('const-0', u'COPY_-1207287539'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284755'), (u'MULTIEQUAL_-1207283587', u'MULTIEQUAL_-1207283560'), (u'PTRSUB_-1207283843', u'CALL_-1207287488'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284445'), ('const-7', u'COPY_-1207287976'), (u'INDIRECT_-1207283788', u'MULTIEQUAL_-1207283769'), (u'CALL_-1207287165', u'INDIRECT_-1207283617'), (u'INDIRECT_-1207284082', u'MULTIEQUAL_-1207283255'), (u'COPY_-1207284029', u'MULTIEQUAL_-1207286469'), (u'INDIRECT_-1207284212', u'MULTIEQUAL_-1207284199'), (u'CALL_-1207287207', u'INDIRECT_-1207284702'), (u'INDIRECT_-1207284039', u'MULTIEQUAL_-1207283986'), (u'INDIRECT_-1207284584', u'MULTIEQUAL_-1207284571'), ('const-5', u'COPY_-1207288318'), (u'MULTIEQUAL_-1207283653', u'MULTIEQUAL_-1207283635'), ('const--1', u'INT_ADD_-1207287938'), (u'INDIRECT_-1207283617', u'MULTIEQUAL_-1207283240'), (u'COPY_-1207283981', u'MULTIEQUAL_-1207286063'), (u'CALL_-1207287318', u'INDIRECT_-1207283608'), ('tmp_8851', u'INT_ADD_-1207288659'), (u'CALL_-1207287077', u'INDIRECT_-1207283787'), (u'INDIRECT_-1207283714', u'MULTIEQUAL_-1207283701'), (u'MULTIEQUAL_-1207286589', u'CAST_-1207284014'), ('const-0', u'RETURN_-1207286951'), (u'MULTIEQUAL_-1207284182', u'MULTIEQUAL_-1207284155'), (u'CALL_-1207287318', u'INDIRECT_-1207284234'), (u'INDIRECT_-1207284727', u'MULTIEQUAL_-1207284674'), (u'CAST_-1207284240', u'LOAD_-1207289187'), (u'MULTIEQUAL_-1207284079', u'MULTIEQUAL_-1207284052'), (u'CAST_-1207283887', u'COPY_-1207283996'), (u'INT_EQUAL_-1207288545', u'MULTIEQUAL_-1207286184'), (u'CALL_-1207288396', u'INDIRECT_-1207285584'), (u'MULTIEQUAL_-1207284457', u'MULTIEQUAL_-1207284430'), (u'INDIRECT_-1207284758', u'MULTIEQUAL_-1207284705'), (u'CAST_-1207284245', u'LOAD_-1207289194'), (u'CAST_-1207283921', u'LOAD_-1207288598'), ('tmp_8851', u'INT_ADD_-1207288710'), (u'INT_AND_-1207286657', u'CALLIND_-1207288644'), (u'INT_ZEXT_-1207286887', u'INT_MULT_-1207286857'), ('const-63', u'INT_AND_-1207289051'), ('const-0', u'COPY_-1207287639'), ('tmp_1025', u'CBRANCH_-1207288522'), (u'MULTIEQUAL_-1207284633', u'MULTIEQUAL_-1207284606'), ('const-433', u'LOAD_-1207289179'), (u'MULTIEQUAL_-1207284147', u'MULTIEQUAL_-1207284120'), (u'INDIRECT_-1207284364', u'MULTIEQUAL_-1207284356'), (u'CALL_-1207287012', u'INDIRECT_-1207284184'), (u'INDIRECT_-1207283825', u'MULTIEQUAL_-1207283808'), (u'COPY_-1207288539', u'CAST_-1207283892'), (u'CALL_-1207287207', u'INDIRECT_-1207284330'), (u'CALL_-1207287488', u'INDIRECT_-1207284851'), (u'MULTIEQUAL_-1207284137', u'MULTIEQUAL_-1207284110'), (u'COPY_-1207284004', u'MULTIEQUAL_-1207286445'), (u'INDIRECT_-1207284154', u'MULTIEQUAL_-1207284141'), ('tmp_8851', u'INT_ADD_-1207288966'), (u'INDIRECT_-1207283884', u'MULTIEQUAL_-1207283831'), ('tmp_3207', u'CBRANCH_-1207286820'), (u'MULTIEQUAL_-1207283959', u'MULTIEQUAL_-1207283932'), ('const--2328', u'PTRSUB_-1207283229'), (u'INDIRECT_-1207284851', u'MULTIEQUAL_-1207284798'), ('const-433', u'LOAD_-1207288341'), (u'MULTIEQUAL_-1207286262', u'MULTIEQUAL_-1207286259'), (u'CALL_-1207287207', u'INDIRECT_-1207283921'), (u'CALL_-1207287207', u'INDIRECT_-1207284144'), (u'MULTIEQUAL_-1207284261', u'MULTIEQUAL_-1207284234'), (u'MULTIEQUAL_-1207283804', u'MULTIEQUAL_-1207283777'), (u'CALL_-1207287012', u'INDIRECT_-1207284060'), (u'MULTIEQUAL_-1207284151', u'MULTIEQUAL_-1207284124'), (u'CALL_-1207287077', u'INDIRECT_-1207283508'), (u'MULTIEQUAL_-1207286405', u'CAST_-1207283888'), (u'INDIRECT_-1207283980', u'MULTIEQUAL_-1207283963'), (u'MULTIEQUAL_-1207283715', u'MULTIEQUAL_-1207283697'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284460'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283881'), ('const-63', u'INT_AND_-1207288366'), (u'CALL_-1207287012', u'INDIRECT_-1207284029'), (u'INDIRECT_-1207284020', u'COPY_-1207283232'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284181'), (u'CALL_-1207287488', u'INDIRECT_-1207284132'), (u'INDIRECT_-1207284110', u'MULTIEQUAL_-1207284093'), (u'CALL_-1207287318', u'INDIRECT_-1207283763'), (u'CALL_-1207287488', u'INDIRECT_-1207284603'), ('tmp_8850', u'PTRSUB_-1207283169'), (u'CAST_-1207283909', u'INT_EQUAL_-1207288545'), ('const-1', u'PTRADD_-1207283784'), (u'MULTIEQUAL_-1207286589', u'CAST_-1207284016'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284662'), (u'CALL_-1207287207', u'INDIRECT_-1207284299'), (u'CALL_-1207287375', u'INDIRECT_-1207283947'), (u'INT_ADD_-1207283947', u'INT_ADD_-1207288270'), (u'MULTIEQUAL_-1207283928', u'INT_NOTEQUAL_-1207287326'), (u'LOAD_-1207289201', u'CALL_-1207286670'), (u'CALL_-1207287375', u'INDIRECT_-1207284666'), (u'INDIRECT_-1207283667', u'MULTIEQUAL_-1207283614'), (u'INDIRECT_-1207283946', u'MULTIEQUAL_-1207283893'), (u'INDIRECT_-1207284040', u'MULTIEQUAL_-1207284021'), (u'CALL_-1207287077', u'INDIRECT_-1207283446'), (u'CALL_-1207287012', u'INDIRECT_-1207284401'), ('const-0', u'COPY_-1207287550'), (u'COPY_-1207283232', u'MULTIEQUAL_-1207283253'), (u'INDIRECT_-1207284309', u'MULTIEQUAL_-1207284296'), (u'INDIRECT_-1207284511', u'MULTIEQUAL_-1207284492'), (u'CALL_-1207287318', u'INDIRECT_-1207283794'), (u'CALL_-1207287318', u'INDIRECT_-1207284482'), (u'INT_EQUAL_-1207288496', u'MULTIEQUAL_-1207286184'), (u'INDIRECT_-1207284448', u'MULTIEQUAL_-1207284395'), (u'INT_ADD_-1207289156', u'CAST_-1207284231'), (u'INT_NOTEQUAL_-1207287326', u'CBRANCH_-1207287325'), (u'INDIRECT_-1207284553', u'MULTIEQUAL_-1207284540'), (u'INDIRECT_-1207283989', u'MULTIEQUAL_-1207283976'), (u'INDIRECT_-1207284755', u'MULTIEQUAL_-1207284736'), (u'CALL_-1207287012', u'INDIRECT_-1207283496'), ('const--2', u'INT_MULT_-1207286099'), (u'CALL_-1207287221', u'INDIRECT_-1207283993'), (u'MULTIEQUAL_-1207285689', u'MULTIEQUAL_-1207284163'), (u'MULTIEQUAL_-1207286137', u'MULTIEQUAL_-1207286120'), (u'INDIRECT_-1207284544', u'MULTIEQUAL_-1207284527'), (u'PTRADD_-1207283544', u'COPY_-1207283579'), (u'INDIRECT_-1207284324', u'MULTIEQUAL_-1207284271'), (u'INDIRECT_-1207284299', u'MULTIEQUAL_-1207283262'), (u'COPY_-1207284008', u'MULTIEQUAL_-1207286445'), (u'INDIRECT_-1207284088', u'MULTIEQUAL_-1207284075'), (u'MULTIEQUAL_-1207286045', u'COPY_-1207283394'), (u'INDIRECT_-1207284615', u'MULTIEQUAL_-1207284602'), (u'CALL_-1207287375', u'INDIRECT_-1207283730'), (u'COPY_-1207287970', u'COPY_-1207284140'), (u'INDIRECT_-1207286344', u'MULTIEQUAL_-1207286286'), (u'INDIRECT_-1207284327', u'MULTIEQUAL_-1207284310'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284005'), (u'CALLIND_-1207288694', u'INT_EQUAL_-1207288679'), (u'INDIRECT_-1207284480', u'MULTIEQUAL_-1207284461'), (u'INDIRECT_-1207284092', u'MULTIEQUAL_-1207284079'), ('tmp_8850', u'PTRSUB_-1207283784'), (u'INT_SRIGHT_-1207288915', u'INT_LESS_-1207288894'), (u'INDIRECT_-1207284389', u'MULTIEQUAL_-1207284372'), (u'COPY_-1207288630', u'CAST_-1207283928'), (u'CALL_-1207287207', u'INDIRECT_-1207283766'), (u'INT_SRIGHT_-1207288915', u'INT_LESS_-1207288882'), (u'INT_ADD_-1207289075', u'INT_SRIGHT_-1207289034'), (u'CALL_-1207287207', u'INDIRECT_-1207284485'), (u'MULTIEQUAL_-1207285839', u'INT_NOTEQUAL_-1207288135'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284135'), (u'INDIRECT_-1207284296', u'MULTIEQUAL_-1207284279'), (u'MULTIEQUAL_-1207284709', u'MULTIEQUAL_-1207284682'), (u'CALL_-1207287207', u'INDIRECT_-1207284547'), ('const-64', u'INT_ADD_-1207288952'), (u'PTRSUB_-1207284151', u'INT_NOTEQUAL_-1207288410'), (u'INDIRECT_-1207283760', u'MULTIEQUAL_-1207283707'), (u'INDIRECT_-1207283652', u'MULTIEQUAL_-1207283639'), (u'LOAD_-1207288513', u'INT_LESS_-1207288496'), (u'LOAD_-1207288513', u'INT_EQUAL_-1207288496'), ('const-0', u'COPY_-1207287624'), (u'MULTIEQUAL_-1207284323', u'MULTIEQUAL_-1207284296'), (u'MULTIEQUAL_-1207285839', u'COPY_-1207288049'), ('const-1', u'INT_ADD_-1207284156'), (u'MULTIEQUAL_-1207286286', u'MULTIEQUAL_-1207286283'), ('const-24', u'INT_ADD_-1207286694'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284770'), (u'INDIRECT_-1207284172', u'MULTIEQUAL_-1207284155'), (u'CAST_-1207283815', u'LOAD_-1207288284'), (u'INDIRECT_-1207284696', u'MULTIEQUAL_-1207284643'), (u'MULTIEQUAL_-1207284678', u'MULTIEQUAL_-1207284651'), (u'CALL_-1207287012', u'INDIRECT_-1207284525'), (u'INDIRECT_-1207284572', u'MULTIEQUAL_-1207284519'), ('tmp_1530', u'CBRANCH_-1207288270'), (u'INDIRECT_-1207284449', u'MULTIEQUAL_-1207284430'), (u'CALL_-1207287318', u'INDIRECT_-1207284637'), (u'LOAD_-1207288511', u'INT_EQUAL_-1207288496'), (u'LOAD_-1207288511', u'INT_LESS_-1207288496'), (u'INDIRECT_-1207283819', u'MULTIEQUAL_-1207283800'), (u'CALL_-1207287012', u'INDIRECT_-1207284618'), (u'LOAD_-1207289201', u'INT_SUB_-1207289134'), (u'INT_NOTEQUAL_-1207287446', u'CBRANCH_-1207287445'), (u'MULTIEQUAL_-1207286208', u'MULTIEQUAL_-1207286205'), (u'CALL_-1207287221', u'INDIRECT_-1207284433'), (u'INDIRECT_-1207284361', u'MULTIEQUAL_-1207283264'), (u'PTRSUB_-1207283843', u'COPY_-1207283393'), (u'CALL_-1207287221', u'INDIRECT_-1207283900'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283788'), (u'INT_SUB_-1207286685', u'CALL_-1207286670'), (u'INT_EQUAL_-1207288326', u'MULTIEQUAL_-1207286137'), (u'MULTIEQUAL_-1207284106', u'MULTIEQUAL_-1207284079'), (u'INDIRECT_-1207284020', u'MULTIEQUAL_-1207283252'), (u'COPY_-1207288830', u'MULTIEQUAL_-1207285825'), (u'LOAD_-1207288975', u'INT_NOTEQUAL_-1207286821'), (u'INT_LESS_-1207288894', u'CBRANCH_-1207288883'), (u'CAST_-1207283923', u'INT_ADD_-1207288587'), (u'LOAD_-1207289179', u'INT_ZEXT_-1207286887'), ('tmp_1766', u'CBRANCH_-1207288135'), (u'INT_AND_-1207288366', u'INT_LEFT_-1207288362'), ('const-8', u'INT_ADD_-1207289156'), (u'COPY_-1207284115', u'MULTIEQUAL_-1207286063'), ('const-3585528', u'COPY_-1207288630'), (u'MULTIEQUAL_-1207286445', u'PTRADD_-1207288451'), (u'MULTIEQUAL_-1207286469', u'PTRADD_-1207288536'), (u'INT_ADD_-1207284015', u'PTRADD_-1207288451'), ('const-0', u'COPY_-1207286274'), ('const-1', u'PTRADD_-1207283914'), (u'MULTIEQUAL_-1207284527', u'MULTIEQUAL_-1207284509'), (u'PTRSUB_-1207287402', u'MULTIEQUAL_-1207284829'), (u'MULTIEQUAL_-1207285988', u'PTRADD_-1207283544'), (u'CALL_-1207287318', u'INDIRECT_-1207284110'), ('const-0', u'INT_EQUAL_-1207288683'), (u'MULTIEQUAL_-1207286413', u'INT_ADD_-1207288376'), (u'INDIRECT_-1207283710', u'MULTIEQUAL_-1207283697'), (u'INDIRECT_-1207283927', u'MULTIEQUAL_-1207283914'), (u'MULTIEQUAL_-1207284829', u'MULTIEQUAL_-1207284802'), ('const-0', u'SUBPIECE_-1207286990'), (u'INDIRECT_-1207284433', u'MULTIEQUAL_-1207284420'), (u'MULTIEQUAL_-1207284168', u'MULTIEQUAL_-1207284141'), (u'INDIRECT_-1207283896', u'MULTIEQUAL_-1207283249'), ('const-0', u'INT_NOTEQUAL_-1207287292'), (u'INDIRECT_-1207284135', u'MULTIEQUAL_-1207284116'), ('const--1', u'INT_ADD_-1207288507'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207287937'), (u'INDIRECT_-1207284790', u'MULTIEQUAL_-1207284771'), (u'INT_ADD_-1207288327', u'CAST_-1207283842'), (u'MULTIEQUAL_-1207286381', u'CAST_-1207283817'), (u'CALL_-1207287012', u'INDIRECT_-1207283806'), (u'INT_EQUAL_-1207288269', u'MULTIEQUAL_-1207286120'), (u'INDIRECT_-1207284522', u'MULTIEQUAL_-1207284509'), (u'INDIRECT_-1207284243', u'MULTIEQUAL_-1207284230'), (u'MULTIEQUAL_-1207286117', u'BOOL_NEGATE_-1207285855'), (u'CALL_-1207287221', u'INDIRECT_-1207284092'), ('const-8', u'PTRADD_-1207283784'), (u'MULTIEQUAL_-1207284372', u'MULTIEQUAL_-1207284354'), (u'INT_NOTEQUAL_-1207287414', u'CBRANCH_-1207287408'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283710'), (u'INT_ZEXT_-1207283665', u'INT_LEFT_-1207284357'), (u'CAST_-1207283928', u'COPY_-1207284034'), (u'CALL_-1207287375', u'INDIRECT_-1207284449'), ('const-1', u'INT_ADD_-1207284015'), ('const-4352824', u'PTRSUB_-1207287402'), (u'CALL_-1207287318', u'INDIRECT_-1207284451'), (u'CALL_-1207287077', u'INDIRECT_-1207284444'), (u'INDIRECT_-1207283642', u'MULTIEQUAL_-1207283240'), (u'INT_ADD_-1207288710', u'CAST_-1207283998'), (u'BOOL_AND_-1207288459', u'INT_EQUAL_-1207288460'), (u'INDIRECT_-1207284387', u'MULTIEQUAL_-1207284368'), (u'COPY_-1207284140', u'MULTIEQUAL_-1207286549'), (u'INDIRECT_-1207284005', u'MULTIEQUAL_-1207283986'), (u'COPY_-1207283195', u'PIECE_-1207283212'), (u'INDIRECT_-1207284516', u'MULTIEQUAL_-1207283269'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284724'), (u'CALL_-1207287077', u'INDIRECT_-1207284475'), (u'INDIRECT_-1207284340', u'MULTIEQUAL_-1207284327'), (u'CALL_-1207287318', u'INDIRECT_-1207284079'), (u'COPY_-1207283608', u'PIECE_-1207284323'), (u'INDIRECT_-1207284733', u'MULTIEQUAL_-1207283276'), (u'INDIRECT_-1207283807', u'MULTIEQUAL_-1207283794'), (u'CALL_-1207287221', u'INDIRECT_-1207284154'), (u'MULTIEQUAL_-1207284240', u'MULTIEQUAL_-1207284213'), (u'INDIRECT_-1207284206', u'MULTIEQUAL_-1207283259'), (u'CALL_-1207287488', u'INDIRECT_-1207284634'), (u'CALL_-1207287165', u'INDIRECT_-1207283865'), (u'CALL_-1207287165', u'INDIRECT_-1207283772'), (u'CALL_-1207287012', u'INDIRECT_-1207283620'), ('const-433', u'LOAD_-1207288968'), (u'CAST_-1207283254', u'LOAD_-1207287439'), (u'MULTIEQUAL_-1207286036', u'COPY_-1207283981'), ('const-433', u'LOAD_-1207289161'), (u'INDIRECT_-1207284274', u'MULTIEQUAL_-1207283262'), (u'CALL_-1207287221', u'INDIRECT_-1207283714'), (u'LOAD_-1207288341', u'INT_OR_-1207288314'), (u'INDIRECT_-1207283639', u'MULTIEQUAL_-1207283622'), (u'MULTIEQUAL_-1207286283', u'CAST_-1207283909'), (u'INDIRECT_-1207284234', u'MULTIEQUAL_-1207284217'), (u'CALL_-1207287207', u'INDIRECT_-1207284082'), (u'CALL_-1207287488', u'INDIRECT_-1207284386'), (u'INT_ADD_-1207289163', u'CAST_-1207284235'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283695'), (u'INT_ZEXT_-1207288586', u'INT_MULT_-1207285974'), (u'CAST_-1207283759', u'LOAD_-1207288130'), ('const-433', u'LOAD_-1207288449'), (u'INDIRECT_-1207284557', u'MULTIEQUAL_-1207284544'), (u'INT_ADD_-1207288952', u'CAST_-1207284143'), (u'CALL_-1207287165', u'INDIRECT_-1207284429'), ('const-128', u'INT_ADD_-1207288638'), (u'INDIRECT_-1207284786', u'MULTIEQUAL_-1207284767'), (u'PTRADD_-1207288536', u'COPY_-1207284029'), (u'INDIRECT_-1207283670', u'MULTIEQUAL_-1207283653'), (u'MULTIEQUAL_-1207286445', u'LOAD_-1207288511'), (u'STORE_-1207287722', u'INDIRECT_-1207284364'), (u'INDIRECT_-1207283822', u'INT_NOTEQUAL_-1207287446'), (u'INT_ADD_-1207287713', u'MULTIEQUAL_-1207286203'), (u'MULTIEQUAL_-1207284213', u'MULTIEQUAL_-1207284186'), (u'CALL_-1207286746', u'INDIRECT_-1207284552'), (u'CALL_-1207287375', u'INDIRECT_-1207284480'), (u'CALL_-1207287318', u'INDIRECT_-1207284172'), (u'CALL_-1207287012', u'INDIRECT_-1207283868'), (u'MULTIEQUAL_-1207284705', u'MULTIEQUAL_-1207284678'), (u'CALL_-1207287165', u'INDIRECT_-1207283648'), (u'CALL_-1207287077', u'INDIRECT_-1207284413'), ('const-1', u'INT_ADD_-1207284045'), (u'CALL_-1207287077', u'INDIRECT_-1207283725'), (u'INDIRECT_-1207284792', u'MULTIEQUAL_-1207284775'), ('const-433', u'LOAD_-1207288704'), (u'CALL_-1207287318', u'INDIRECT_-1207284389'), (u'CALL_-1207287221', u'INDIRECT_-1207284743'), (u'INDIRECT_-1207283648', u'MULTIEQUAL_-1207283635'), ('tmp_8851', u'INT_ADD_-1207289178'), (u'CALL_-1207287221', u'INDIRECT_-1207284495'), ('const-433', u'LOAD_-1207289187'), ('tmp_2251', u'CBRANCH_-1207287445'), ('const-0', u'COPY_-1207287801'), (u'INT_ADD_-1207288966', u'CAST_-1207284153'), ('tmp_3294', u'BRANCH_-1207286743'), (u'COPY_-1207287976', u'MULTIEQUAL_-1207286765'), (u'INDIRECT_-1207283927', u'MULTIEQUAL_-1207283250'), (u'MULTIEQUAL_-1207283684', u'MULTIEQUAL_-1207283666'), (u'CALL_-1207287221', u'INDIRECT_-1207284340'), (u'MULTIEQUAL_-1207286063', u'MULTIEQUAL_-1207286045'), (u'MULTIEQUAL_-1207283645', u'MULTIEQUAL_-1207283618'), (u'CALL_-1207287488', u'INDIRECT_-1207284231'), (u'INT_EQUAL_-1207288545', u'CBRANCH_-1207288544'), (u'INDIRECT_-1207284631', u'MULTIEQUAL_-1207284612'), (u'MULTIEQUAL_-1207284007', u'MULTIEQUAL_-1207283980'), (u'INDIRECT_-1207283958', u'MULTIEQUAL_-1207283945'), (u'CALL_-1207287012', u'INDIRECT_-1207283558'), (u'LOAD_-1207288710', u'INT_ADD_-1207288688'), (u'CALL_-1207287221', u'INDIRECT_-1207284278'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283912'), (u'CALL_-1207287012', u'INDIRECT_-1207284370'), ('const-0', u'COPY_-1207287595'), (u'CALL_-1207287488', u'INDIRECT_-1207284820'), (u'INDIRECT_-1207284743', u'MULTIEQUAL_-1207284730'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284615'), ('const-4', u'INT_SRIGHT_-1207288915'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283555'), (u'INT_NOTEQUAL_-1207287292', u'CBRANCH_-1207287291'), (u'LOAD_-1207288286', u'INT_LESS_-1207288269'), (u'LOAD_-1207288286', u'INT_EQUAL_-1207288269'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284507'), (u'INDIRECT_-1207284305', u'MULTIEQUAL_-1207284292'), (u'INT_ADD_-1207289002', u'STORE_-1207288987'), (u'INDIRECT_-1207284730', u'MULTIEQUAL_-1207284713'), (u'CALL_-1207287165', u'INDIRECT_-1207284708'), (u'INT_EQUAL_-1207288602', u'CBRANCH_-1207288607'), (u'MULTIEQUAL_-1207284230', u'MULTIEQUAL_-1207284203'), (u'CALL_-1207287077', u'INDIRECT_-1207284010'), (u'CALL_-1207287207', u'INDIRECT_-1207283735'), (u'SUBPIECE_-1207286422', u'INT_LESS_-1207288356'), (u'INT_LESS_-1207287927', u'MULTIEQUAL_-1207286405'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283943'), (u'CALL_-1207287375', u'INDIRECT_-1207283823'), (u'INDIRECT_-1207286242', u'MULTIEQUAL_-1207286219'), ('tmp_8851', u'INT_ADD_-1207288433'), (u'CAST_-1207283920', u'CBRANCH_-1207288582'), ('const-0', u'CALL_-1207286670'), (u'INDIRECT_-1207283606', u'MULTIEQUAL_-1207283587'), ('const-1', u'INT_ADD_-1207284016'), (u'MULTIEQUAL_-1207283773', u'MULTIEQUAL_-1207283746'), (u'INT_ADD_-1207287269', u'CAST_-1207283178'), (u'MULTIEQUAL_-1207283777', u'MULTIEQUAL_-1207283759'), (u'CALL_-1207287207', u'INDIRECT_-1207284392'), (u'MULTIEQUAL_-1207284025', u'MULTIEQUAL_-1207284007'), (u'CALL_-1207287488', u'INDIRECT_-1207283946'), (u'COPY_-1207288113', u'MULTIEQUAL_-1207286203'), (u'MULTIEQUAL_-1207283897', u'MULTIEQUAL_-1207283870'), (u'CALL_-1207287488', u'INDIRECT_-1207284101'), (u'CALL_-1207287318', u'INDIRECT_-1207284668'), (u'INT_ADD_-1207289075', u'SUBPIECE_-1207286990'), (u'BOOL_NEGATE_-1207285929', u'BOOL_AND_-1207288459'), (u'CALL_-1207287375', u'INDIRECT_-1207283916'), (u'INT_EQUAL_-1207287948', u'CBRANCH_-1207287953'), (u'MULTIEQUAL_-1207286195', u'BOOL_NEGATE_-1207285856'), (u'CAST_-1207283866', u'LOAD_-1207288449'), (u'INDIRECT_-1207283761', u'MULTIEQUAL_-1207283742'), (u'MULTIEQUAL_-1207284248', u'MULTIEQUAL_-1207284230'), (u'MULTIEQUAL_-1207284403', u'MULTIEQUAL_-1207284385'), (u'INDIRECT_-1207284677', u'MULTIEQUAL_-1207284664'), (u'CAST_-1207284148', u'LOAD_-1207288975'), (u'MULTIEQUAL_-1207284802', u'MULTIEQUAL_-1207284775'), (u'CALL_-1207287375', u'INDIRECT_-1207284635'), (u'MULTIEQUAL_-1207284736', u'MULTIEQUAL_-1207284709'), (u'MULTIEQUAL_-1207284664', u'MULTIEQUAL_-1207284637'), (u'INDIRECT_-1207283995', u'MULTIEQUAL_-1207283252'), ('const-0', u'COPY_-1207286166'), (u'INDIRECT_-1207285530', u'MULTIEQUAL_-1207285559'), (u'INDIRECT_-1207283741', u'MULTIEQUAL_-1207283728'), ('const--192', u'PTRSUB_-1207283169'), (u'INDIRECT_-1207284677', u'MULTIEQUAL_-1207283275'), ('const-256', u'COPY_-1207288113'), ('const-0', u'INT_NOTEQUAL_-1207287446'), (u'CALL_-1207287221', u'INDIRECT_-1207283590'), ('const-8', u'INT_MULT_-1207287064'), (u'INDIRECT_-1207283763', u'MULTIEQUAL_-1207283746'), (u'INDIRECT_-1207284398', u'MULTIEQUAL_-1207284385'), (u'LOAD_-1207287942', u'INT_EQUAL_-1207287927'), (u'LOAD_-1207287942', u'INT_LESS_-1207287927'), (u'CALL_-1207287077', u'INDIRECT_-1207283880'), (u'INT_ADD_-1207287938', u'MULTIEQUAL_-1207286765'), (u'MULTIEQUAL_-1207286557', u'INT_EQUAL_-1207288290'), (u'MULTIEQUAL_-1207284726', u'MULTIEQUAL_-1207284699'), (u'INDIRECT_-1207283772', u'MULTIEQUAL_-1207283759'), (u'CALL_-1207287165', u'INDIRECT_-1207284646'), ('tmp_15914', u'PIECE_-1207284585'), (u'INDIRECT_-1207286188', u'MULTIEQUAL_-1207286219'), (u'BOOL_NEGATE_-1207286090', u'BOOL_AND_-1207287890'), (u'MULTIEQUAL_-1207284279', u'MULTIEQUAL_-1207284261'), (u'MULTIEQUAL_-1207284271', u'MULTIEQUAL_-1207284244'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284321'), ('const-3585536', u'COPY_-1207288539'), (u'CALL_-1207287077', u'INDIRECT_-1207284599'), (u'INDIRECT_-1207284119', u'MULTIEQUAL_-1207283257'), (u'MULTIEQUAL_-1207283862', u'MULTIEQUAL_-1207283835'), ('const--2', u'INT_MULT_-1207285940'), (u'INT_EQUAL_-1207288460', u'CBRANCH_-1207288458'), ('const-7', u'INT_ADD_-1207288600'), (u'CALL_-1207287221', u'INDIRECT_-1207284681'), (u'INDIRECT_-1207283896', u'MULTIEQUAL_-1207283883'), (u'CALL_-1207287488', u'INDIRECT_-1207284293'), (u'INDIRECT_-1207284231', u'MULTIEQUAL_-1207284178'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283865'), ('const-0', u'INT_NOTEQUAL_-1207287414'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283633'), (u'CALL_-1207287165', u'INDIRECT_-1207284553'), ('tmp_2385', u'CBRANCH_-1207287351'), (u'MULTIEQUAL_-1207284333', u'MULTIEQUAL_-1207284306'), (u'MULTIEQUAL_-1207284217', u'MULTIEQUAL_-1207284199'), (u'INDIRECT_-1207283664', u'MULTIEQUAL_-1207283645'), (u'MULTIEQUAL_-1207285559', u'MULTIEQUAL_-1207285545'), (u'CALL_-1207287221', u'INDIRECT_-1207283931'), (u'CALL_-1207287077', u'INDIRECT_-1207283756'), (u'COPY_-1207283948', u'MULTIEQUAL_-1207286381'), (u'MULTIEQUAL_-1207284089', u'MULTIEQUAL_-1207284062'), (u'CALL_-1207287221', u'INDIRECT_-1207284123'), (u'INDIRECT_-1207284305', u'MULTIEQUAL_-1207283263'), (u'CALL_-1207288396', u'INDIRECT_-1207286242'), (u'INDIRECT_-1207284569', u'MULTIEQUAL_-1207284550'), (u'MULTIEQUAL_-1207284021', u'MULTIEQUAL_-1207283994'), (u'CALL_-1207287165', u'INDIRECT_-1207284491'), (u'INDIRECT_-1207283577', u'MULTIEQUAL_-1207283560'), (u'INDIRECT_-1207284101', u'MULTIEQUAL_-1207284048'), (u'MULTIEQUAL_-1207286195', u'INT_EQUAL_-1207288233'), (u'INDIRECT_-1207284552', u'MULTIEQUAL_-1207284163'), (u'MULTIEQUAL_-1207285825', u'MULTIEQUAL_-1207285839'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288591'), (u'MULTIEQUAL_-1207286205', u'CAST_-1207283916'), ('const-8', u'SUBPIECE_-1207283916'), ('const-64', u'INT_LEFT_-1207284357'), ('tmp_1463', u'CBRANCH_-1207288295'), (u'CALL_-1207287375', u'INDIRECT_-1207283854'), (u'INDIRECT_-1207284681', u'MULTIEQUAL_-1207284668'), ('const-0', u'COPY_-1207287702'), ('const-8', u'INT_ADD_-1207287269'), ('const-7', u'COPY_-1207288636'), (u'LOAD_-1207288449', u'INT_ADD_-1207288327'), (u'INT_NOTEQUAL_-1207288410', u'CBRANCH_-1207288407'), (u'CALL_-1207287375', u'INDIRECT_-1207284201'), (u'CALL_-1207287318', u'INDIRECT_-1207283856'), (u'INDIRECT_-1207284290', u'MULTIEQUAL_-1207284271'), (u'CALL_-1207287165', u'INDIRECT_-1207284336'), ('const-8', u'PTRADD_-1207283544'), (u'COPY_-1207283579', u'MULTIEQUAL_-1207285988'), ('const-0', u'COPY_-1207287049'), (u'INDIRECT_-1207285817', u'MULTIEQUAL_-1207285689'), (u'CALL_-1207287488', u'INDIRECT_-1207283667'), (u'CALL_-1207287165', u'INDIRECT_-1207283493'), (u'CALL_-1207287318', u'INDIRECT_-1207284296'), ('const-0', u'COPY_-1207288247'), (u'MULTIEQUAL_-1207284447', u'MULTIEQUAL_-1207284420'), (u'MULTIEQUAL_-1207284302', u'MULTIEQUAL_-1207284275'), (u'MULTIEQUAL_-1207284771', u'MULTIEQUAL_-1207284744'), (u'CALL_-1207287318', u'INDIRECT_-1207283949'), (u'STORE_-1207287722', u'INDIRECT_-1207284333'), ('const--2280', u'PTRSUB_-1207283828'), (u'CAST_-1207284014', u'LOAD_-1207287942'), (u'MULTIEQUAL_-1207284571', u'MULTIEQUAL_-1207284544'), (u'CALL_-1207287012', u'INDIRECT_-1207284153'), (u'INT_EQUAL_-1207288269', u'MULTIEQUAL_-1207286117'), ('const--2', u'INT_MULT_-1207285939'), (u'CAST_-1207283178', u'LOAD_-1207287285'), (u'INDIRECT_-1207284057', u'MULTIEQUAL_-1207283255'), (u'LOAD_-1207288336', u'INT_EQUAL_-1207288326'), (u'MULTIEQUAL_-1207283676', u'INT_NOTEQUAL_-1207287414'), ('const-0', u'INT_EQUAL_-1207288602'), (u'MULTIEQUAL_-1207286283', u'CAST_-1207283917'), (u'CALL_-1207287165', u'INDIRECT_-1207284305'), (u'LOAD_-1207288598', u'INT_LESS_-1207288581'), (u'LOAD_-1207288598', u'INT_EQUAL_-1207288581'), ('tmp_1608', u'CBRANCH_-1207288231'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283834'), ('const-160', u'INT_ADD_-1207288688'), (u'MULTIEQUAL_-1207283676', u'MULTIEQUAL_-1207283649'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283974'), (u'INT_ADD_-1207289145', u'CAST_-1207284223'), (u'INDIRECT_-1207284646', u'MULTIEQUAL_-1207284633'), (u'LOAD_-1207287439', u'CALLIND_-1207287429'), (u'CALL_-1207289203', u'STORE_-1207289170'), (u'PTRSUB_-1207283229', u'CALL_-1207287207'), (u'MULTIEQUAL_-1207284164', u'MULTIEQUAL_-1207286205'), ('const-0', u'STORE_-1207287722'), (u'MULTIEQUAL_-1207284186', u'MULTIEQUAL_-1207284168'), ('const--2', u'INT_MULT_-1207285975'), (u'MULTIEQUAL_-1207284647', u'MULTIEQUAL_-1207284620'), (u'CALL_-1207287375', u'INDIRECT_-1207283792'), (u'COPY_-1207286274', u'MULTIEQUAL_-1207286198'), (u'CALL_-1207287012', u'INDIRECT_-1207283682'), (u'MULTIEQUAL_-1207283808', u'INT_NOTEQUAL_-1207287292'), (u'COPY_-1207283909', u'MULTIEQUAL_-1207285857'), (u'INDIRECT_-1207284646', u'MULTIEQUAL_-1207283274'), ('const-433', u'LOAD_-1207287177'), (u'MULTIEQUAL_-1207283604', u'MULTIEQUAL_-1207283577'), ('const--1', u'INT_ADD_-1207288592'), (u'MULTIEQUAL_-1207284430', u'MULTIEQUAL_-1207284403'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284088'), (u'CALL_-1207287077', u'INDIRECT_-1207283979'), (u'CALL_-1207287488', u'INDIRECT_-1207284070'), (u'MULTIEQUAL_-1207284124', u'MULTIEQUAL_-1207284106'), (u'CALLIND_-1207288694', u'INDIRECT_-1207286213'), (u'INDIRECT_-1207283856', u'MULTIEQUAL_-1207283839'), (u'CALL_-1207287077', u'INDIRECT_-1207284630'), (u'CALL_-1207287207', u'INDIRECT_-1207283828'), (u'MULTIEQUAL_-1207283707', u'MULTIEQUAL_-1207283680'), (u'PIECE_-1207283212', u'INT_LEFT_-1207283949'), ('const-0', u'INT_NOTEQUAL_-1207287357'), (u'INDIRECT_-1207285530', u'CAST_-1207283930'), (u'CALL_-1207287207', u'INDIRECT_-1207284733'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288279'), (u'MULTIEQUAL_-1207283866', u'MULTIEQUAL_-1207283839'), (u'MULTIEQUAL_-1207284310', u'MULTIEQUAL_-1207284292'), (u'MULTIEQUAL_-1207286036', u'COPY_-1207284116'), (u'INDIRECT_-1207283766', u'MULTIEQUAL_-1207283244'), ('tmp_1653', u'CBRANCH_-1207288407'), (u'CAST_-1207283886', u'LOAD_-1207288513'), (u'MULTIEQUAL_-1207286284', u'COPY_-1207284148'), (u'CALL_-1207287012', u'INDIRECT_-1207283403'), (u'COPY_-1207283932', u'MULTIEQUAL_-1207286341'), (u'INT_ADD_-1207288600', u'CAST_-1207283929'), ('const-6', u'INT_SRIGHT_-1207289034'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284414'), (u'CALL_-1207287207', u'INDIRECT_-1207283642'), (u'LOAD_-1207289179', u'INT_LESS_-1207288853'), (u'PTRADD_-1207283169', u'INT_NOTEQUAL_-1207287020'), (u'CALL_-1207287221', u'INDIRECT_-1207283776'), (u'CALL_-1207287207', u'INDIRECT_-1207284113'), (u'BOOL_NEGATE_-1207288200', u'CBRANCH_-1207288231'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283819'), (u'INDIRECT_-1207284761', u'MULTIEQUAL_-1207284744'), (u'MULTIEQUAL_-1207283986', u'MULTIEQUAL_-1207283959'), (u'CAST_-1207284250', u'LOAD_-1207289201'), (u'CALL_-1207287012', u'INDIRECT_-1207283744'), (u'INDIRECT_-1207284030', u'MULTIEQUAL_-1207284017'), (u'INDIRECT_-1207283869', u'MULTIEQUAL_-1207283856'), (u'CAST_-1207283121', u'MULTIEQUAL_-1207283253'), (u'MULTIEQUAL_-1207283746', u'MULTIEQUAL_-1207283728'), (u'INT_NOTEQUAL_-1207287229', u'CBRANCH_-1207287228'), ('tmp_8851', u'INT_ADD_-1207288959'), (u'CAST_-1207284143', u'LOAD_-1207288968'), ('const-0', u'INT_NOTEQUAL_-1207287326'), (u'MULTIEQUAL_-1207286045', u'MULTIEQUAL_-1207286036'), (u'CALL_-1207287221', u'INDIRECT_-1207283745'), (u'INT_EQUAL_-1207288290', u'CBRANCH_-1207288295'), (u'INDIRECT_-1207283493', u'MULTIEQUAL_-1207283236'), (u'INT_RIGHT_-1207288402', u'INT_MULT_-1207288315'), (u'INT_ZEXT_-1207286887', u'INT_SUB_-1207286755'), ('const-433', u'LOAD_-1207288660'), (u'MULTIEQUAL_-1207283790', u'MULTIEQUAL_-1207283763'), (u'CALL_-1207287165', u'INDIRECT_-1207284677'), ('const-433', u'STORE_-1207287722'), (u'INDIRECT_-1207284356', u'MULTIEQUAL_-1207284337'), (u'INT_MULT_-1207286100', u'INT_ADD_-1207284156'), (u'CAST_-1207283974', u'CBRANCH_-1207288676'), (u'INT_NOTEQUAL_-1207287383', u'CBRANCH_-1207287382'), ('const-64', u'INT_LEFT_-1207283949'), ('tmp_1092', u'CBRANCH_-1207288497'), (u'INT_ADD_-1207284044', u'PTRADD_-1207288536'), (u'CALL_-1207287221', u'INDIRECT_-1207283621'), (u'CALL_-1207287165', u'INDIRECT_-1207284522'), (u'INT_EQUAL_-1207288233', u'BOOL_NEGATE_-1207288200'), ('const-48', u'INT_ADD_-1207288966'), (u'MULTIEQUAL_-1207284488', u'MULTIEQUAL_-1207284461'), ('tmp_8851', u'CALL_-1207289203'), (u'INDIRECT_-1207284538', u'MULTIEQUAL_-1207284519'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283803'), (u'INDIRECT_-1207284070', u'MULTIEQUAL_-1207284017'), (u'CALL_-1207287488', u'INDIRECT_-1207284448'), (u'INT_ZEXT_-1207287050', u'INT_ADD_-1207289075'), (u'INDIRECT_-1207284454', u'MULTIEQUAL_-1207283267'), (u'CALL_-1207287375', u'INDIRECT_-1207283637'), ('const-40', u'INT_ADD_-1207289185'), (u'PTRADD_-1207288229', u'COPY_-1207283932'), (u'MULTIEQUAL_-1207286765', u'INT_ADD_-1207287938'), (u'INDIRECT_-1207283792', u'MULTIEQUAL_-1207283773'), (u'CALL_-1207287221', u'INDIRECT_-1207284216'), ('tmp_871', u'CBRANCH_-1207288607'), ('tmp_8851', u'INT_ADD_-1207289145'), (u'CALL_-1207287318', u'INDIRECT_-1207283825'), (u'INDIRECT_-1207285530', u'INT_NOTEQUAL_-1207288410'), (u'MULTIEQUAL_-1207284523', u'MULTIEQUAL_-1207284496'), (u'MULTIEQUAL_-1207284554', u'MULTIEQUAL_-1207284527'), ('const-72', u'INT_ADD_-1207286799'), ('const-0', u'INT_EQUAL_-1207288517'), (u'MULTIEQUAL_-1207286413', u'INT_RIGHT_-1207288402'), (u'PTRSUB_-1207283169', u'PTRADD_-1207283169'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284020'), (u'CALL_-1207287221', u'INDIRECT_-1207283869'), (u'INDIRECT_-1207284212', u'MULTIEQUAL_-1207283260'), ('const-433', u'STORE_-1207288980'), (u'MULTIEQUAL_-1207283680', u'MULTIEQUAL_-1207283653'), (u'INT_SUB_-1207289107', u'INT_LESS_-1207289101'), (u'INDIRECT_-1207284640', u'MULTIEQUAL_-1207283273'), (u'CAST_-1207283917', u'BOOL_NEGATE_-1207285965'), (u'INDIRECT_-1207284395', u'MULTIEQUAL_-1207284387'), (u'INDIRECT_-1207283698', u'MULTIEQUAL_-1207283645'), ('const-8', u'INT_ADD_-1207288710'), (u'MULTIEQUAL_-1207283883', u'MULTIEQUAL_-1207283856'), (u'INDIRECT_-1207284113', u'MULTIEQUAL_-1207283256'), (u'INDIRECT_-1207285530', u'COPY_-1207284000'), (u'INT_LESS_-1207288853', u'CBRANCH_-1207288862'), ('tmp_8851', u'INT_ADD_-1207288973'), (u'INDIRECT_-1207283549', u'MULTIEQUAL_-1207283237'), ('const-0', u'COPY_-1207288010'), (u'MULTIEQUAL_-1207284337', u'MULTIEQUAL_-1207284310'), (u'CALL_-1207287077', u'INDIRECT_-1207284134'), (u'INT_ADD_-1207283948', u'PTRADD_-1207288229'), (u'MULTIEQUAL_-1207284713', u'MULTIEQUAL_-1207284695'), (u'MULTIEQUAL_-1207285988', u'STORE_-1207287722'), ('tmp_2062', u'BRANCH_-1207287720'), (u'MULTIEQUAL_-1207283808', u'LOAD_-1207287291'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288274'), (u'SUBPIECE_-1207286413', u'COPY_-1207284115'), (u'CALL_-1207287221', u'INDIRECT_-1207284526'), ('const-0', u'INT_NOTEQUAL_-1207287383'), (u'MULTIEQUAL_-1207286181', u'BOOL_NEGATE_-1207285929'), (u'INT_ADD_-1207289178', u'CAST_-1207284245'), (u'CALL_-1207287207', u'INDIRECT_-1207283983'), ('const-433', u'LOAD_-1207288598'), (u'INDIRECT_-1207283974', u'MULTIEQUAL_-1207283955'), (u'PTRSUB_-1207283828', u'COPY_-1207283591'), (u'INDIRECT_-1207283648', u'MULTIEQUAL_-1207283241'), (u'INDIRECT_-1207284429', u'MULTIEQUAL_-1207283267'), (u'MULTIEQUAL_-1207283738', u'INT_NOTEQUAL_-1207287383'), ('const-0', u'COPY_-1207287842'), (u'CALL_-1207287077', u'INDIRECT_-1207283663'), ('const--2424', u'PTRSUB_-1207284151'), (u'INT_ADD_-1207286799', u'CAST_-1207283016'), (u'CALL_-1207287207', u'INDIRECT_-1207283704'), (u'INDIRECT_-1207284402', u'MULTIEQUAL_-1207284389'), (u'MULTIEQUAL_-1207286621', u'INT_ADD_-1207288507'), (u'INDIRECT_-1207284526', u'MULTIEQUAL_-1207284513'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286188'), (u'MULTIEQUAL_-1207284048', u'MULTIEQUAL_-1207284021'), (u'INDIRECT_-1207283962', u'MULTIEQUAL_-1207283949'), (u'INDIRECT_-1207284296', u'MULTIEQUAL_-1207284288'), (u'LOAD_-1207288975', u'INT_SUB_-1207288938'), ('const-72', u'INT_ADD_-1207288959'), (u'INDIRECT_-1207284170', u'MULTIEQUAL_-1207284151'), (u'INDIRECT_-1207283741', u'MULTIEQUAL_-1207283244'), (u'MULTIEQUAL_-1207283839', u'MULTIEQUAL_-1207283821'), (u'CALL_-1207287207', u'INDIRECT_-1207284051'), (u'MULTIEQUAL_-1207286219', u'MULTIEQUAL_-1207286205'), (u'INDIRECT_-1207283704', u'MULTIEQUAL_-1207283242'), (u'INT_SRIGHT_-1207289034', u'INT_MULT_-1207288990'), ('const-0', u'INT_NOTEQUAL_-1207287181'), (u'INDIRECT_-1207283853', u'MULTIEQUAL_-1207283800'), (u'INDIRECT_-1207284485', u'MULTIEQUAL_-1207283268'), (u'INT_LESS_-1207288882', u'CBRANCH_-1207288890'), (u'CALL_-1207287375', u'INDIRECT_-1207284009'), (u'MULTIEQUAL_-1207286259', u'INT_EQUAL_-1207288460'), (u'COPY_-1207283196', u'PIECE_-1207283212'), (u'MULTIEQUAL_-1207286402', u'BOOL_NEGATE_-1207286090'), (u'MULTIEQUAL_-1207286644', u'INT_EQUAL_-1207288602'), (u'INDIRECT_-1207284615', u'MULTIEQUAL_-1207283273'), ('const-0', u'COPY_-1207287960'), (u'INDIRECT_-1207284522', u'MULTIEQUAL_-1207283270'), ('tmp_268', u'CBRANCH_-1207289098'), (u'CALL_-1207287207', u'INDIRECT_-1207284175'), (u'CALL_-1207287165', u'INDIRECT_-1207283679'), ('tmp_3045', u'CBRANCH_-1207287887'), (u'CALL_-1207287012', u'INDIRECT_-1207283465'), (u'CALL_-1207287077', u'INDIRECT_-1207284537'), (u'INT_NOTEQUAL_-1207288135', u'CBRANCH_-1207288135'), (u'INDIRECT_-1207284119', u'MULTIEQUAL_-1207284106'), (u'INDIRECT_-1207284197', u'MULTIEQUAL_-1207284178'), ('tmp_8850', u'PTRSUB_-1207284151'), (u'MULTIEQUAL_-1207283742', u'MULTIEQUAL_-1207283715'), (u'INDIRECT_-1207284476', u'MULTIEQUAL_-1207284457'), (u'LOAD_-1207288704', u'CALLIND_-1207288694'), (u'INDIRECT_-1207284702', u'MULTIEQUAL_-1207283275'), (u'MULTIEQUAL_-1207284540', u'MULTIEQUAL_-1207284513'), (u'INDIRECT_-1207284584', u'MULTIEQUAL_-1207283272'), (u'CALL_-1207287077', u'INDIRECT_-1207284227'), (u'CALL_-1207287077', u'INDIRECT_-1207284258'), (u'INDIRECT_-1207284367', u'MULTIEQUAL_-1207284354'), ('const-32', u'INT_ADD_-1207289145'), (u'MULTIEQUAL_-1207284354', u'MULTIEQUAL_-1207284327'), (u'MULTIEQUAL_-1207283800', u'MULTIEQUAL_-1207283773'), (u'MULTIEQUAL_-1207286120', u'MULTIEQUAL_-1207286117'), (u'INDIRECT_-1207284132', u'MULTIEQUAL_-1207284079'), (u'INDIRECT_-1207284817', u'MULTIEQUAL_-1207284798'), (u'INDIRECT_-1207284185', u'MULTIEQUAL_-1207284172'), ('tmp_2341', u'CBRANCH_-1207287382'), ('tmp_2784', u'CBRANCH_-1207287019'), (u'PTRADD_-1207287887', u'COPY_-1207284136'), (u'MULTIEQUAL_-1207284651', u'MULTIEQUAL_-1207284633'), ('const--2', u'INT_MULT_-1207285974'), (u'CALL_-1207287165', u'INDIRECT_-1207283741'), (u'CALL_-1207287077', u'INDIRECT_-1207284506'), (u'MULTIEQUAL_-1207283711', u'MULTIEQUAL_-1207283684'), (u'MULTIEQUAL_-1207284612', u'MULTIEQUAL_-1207284585'), (u'CALL_-1207287318', u'INDIRECT_-1207284011'), (u'PIECE_-1207284585', u'CALL_-1207286670'), ('const-0', u'COPY_-1207288830'), (u'INDIRECT_-1207284067', u'MULTIEQUAL_-1207284048'), (u'CALL_-1207287012', u'INDIRECT_-1207283837'), (u'INDIRECT_-1207284181', u'MULTIEQUAL_-1207283259'), (u'INDIRECT_-1207284139', u'MULTIEQUAL_-1207284120'), (u'MULTIEQUAL_-1207284178', u'MULTIEQUAL_-1207284151'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284259'), (u'INT_ADD_-1207288280', u'MULTIEQUAL_-1207286557'), (u'INDIRECT_-1207284770', u'MULTIEQUAL_-1207284757'), (u'CAST_-1207283842', u'LOAD_-1207288336'), (u'CALL_-1207287221', u'INDIRECT_-1207284061'), (u'MULTIEQUAL_-1207284558', u'MULTIEQUAL_-1207284540'), (u'MULTIEQUAL_-1207283253', u'LOAD_-1207287177'), (u'CALL_-1207287012', u'INDIRECT_-1207284308'), ('const-48', u'INT_ADD_-1207289171'), (u'COPY_-1207284034', u'MULTIEQUAL_-1207286469'), (u'MULTIEQUAL_-1207283924', u'MULTIEQUAL_-1207283897'), (u'MULTIEQUAL_-1207284740', u'MULTIEQUAL_-1207284713'), (u'CALL_-1207287318', u'INDIRECT_-1207284327'), (u'INDIRECT_-1207283834', u'MULTIEQUAL_-1207283821'), (u'CALL_-1207287165', u'INDIRECT_-1207284150'), (u'INT_ADD_-1207289116', u'INT_SUB_-1207289107'), ('const-3612530', u'COPY_-1207287970'), (u'COPY_-1207283940', u'MULTIEQUAL_-1207286341'), (u'MULTIEQUAL_-1207284306', u'MULTIEQUAL_-1207284279'), (u'MULTIEQUAL_-1207284230', u'INT_NOTEQUAL_-1207287229'), (u'INDIRECT_-1207284712', u'MULTIEQUAL_-1207284699'), ('const-1', u'INT_ADD_-1207283948'), (u'INT_EQUAL_-1207288581', u'MULTIEQUAL_-1207286205'), (u'CALL_-1207287318', u'INDIRECT_-1207284761'), ('const-433', u'STORE_-1207289170'), (u'CALL_-1207287012', u'INDIRECT_-1207284587'), ('const-8', u'PTRADD_-1207283914'), (u'PTRADD_-1207283784', u'MULTIEQUAL_-1207284387'), (u'INDIRECT_-1207283729', u'MULTIEQUAL_-1207283676'), (u'CALL_-1207287318', u'INDIRECT_-1207284513'), (u'INDIRECT_-1207284414', u'MULTIEQUAL_-1207284395'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283958'), (u'MULTIEQUAL_-1207284757', u'MULTIEQUAL_-1207284730'), (u'MULTIEQUAL_-1207286259', u'BOOL_NEGATE_-1207285930'), (u'INDIRECT_-1207283885', u'MULTIEQUAL_-1207283866'), (u'INT_LESS_-1207287927', u'MULTIEQUAL_-1207286402'), ('const-0', u'COPY_-1207287885'), (u'CALL_-1207287012', u'INDIRECT_-1207283775'), (u'CALL_-1207287488', u'INDIRECT_-1207284324'), (u'CAST_-1207283892', u'COPY_-1207284008'), (u'INDIRECT_-1207284491', u'MULTIEQUAL_-1207283269'), ('const-0', u'PTRSUB_-1207287459'), (u'INDIRECT_-1207284759', u'MULTIEQUAL_-1207284740'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284367'), ('const-0', u'SUBPIECE_-1207285825'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283586'), (u'CALL_-1207287488', u'INDIRECT_-1207283729'), ('tmp_2517', u'CBRANCH_-1207287254'), (u'INDIRECT_-1207283978', u'MULTIEQUAL_-1207283959'), (u'CALL_-1207287165', u'INDIRECT_-1207284119'), (u'MULTIEQUAL_-1207286557', u'INT_ADD_-1207288280'), ('const-0', u'INT_NOTEQUAL_-1207288135'), (u'INDIRECT_-1207284352', u'MULTIEQUAL_-1207284333'), (u'CALL_-1207287375', u'INDIRECT_-1207284697'), (u'CALL_-1207287318', u'INDIRECT_-1207283887'), (u'COPY_-1207284106', u'MULTIEQUAL_-1207285839'), (u'INDIRECT_-1207283865', u'MULTIEQUAL_-1207283248'), ('tmp_2963', u'CBRANCH_-1207287928'), (u'CALLIND_-1207288694', u'INT_EQUAL_-1207288683'), (u'INDIRECT_-1207283983', u'MULTIEQUAL_-1207283251'), ('const-1', u'PTRADD_-1207283169'), (u'CALL_-1207287077', u'INDIRECT_-1207283632'), (u'MULTIEQUAL_-1207283945', u'MULTIEQUAL_-1207283918'), ('const-0', u'COPY_-1207287900'), (u'INDIRECT_-1207284108', u'MULTIEQUAL_-1207284089'), (u'INT_EQUAL_-1207288517', u'CBRANCH_-1207288522'), (u'INT_NOTEQUAL_-1207286821', u'CBRANCH_-1207286820'), (u'INT_ADD_-1207283591', u'PTRADD_-1207283544'), (u'CALL_-1207286670', u'INDIRECT_-1207285170'), (u'CALL_-1207287207', u'INDIRECT_-1207283890'), (u'INDIRECT_-1207283726', u'MULTIEQUAL_-1207283707'), (u'INT_ADD_-1207288376', u'SUBPIECE_-1207286422'), (u'INT_MULT_-1207286099', u'INT_ADD_-1207284155'), (u'MULTIEQUAL_-1207286284', u'COPY_-1207283948'), (u'INT_EQUAL_-1207288496', u'CBRANCH_-1207288497'), (u'INDIRECT_-1207283838', u'MULTIEQUAL_-1207283825'), (u'PTRADD_-1207283914', u'MULTIEQUAL_-1207286284'), (u'INDIRECT_-1207284237', u'MULTIEQUAL_-1207283260'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284584'), (u'CALL_-1207287488', u'INDIRECT_-1207284355'), (u'MULTIEQUAL_-1207286765', u'INT_EQUAL_-1207287948'), (u'INT_ZEXT_-1207288279', u'INT_MULT_-1207285866'), (u'CALL_-1207287165', u'INDIRECT_-1207284057'), (u'INDIRECT_-1207284708', u'MULTIEQUAL_-1207284695'), (u'CALL_-1207287318', u'INDIRECT_-1207284265'), (u'INDIRECT_-1207283611', u'MULTIEQUAL_-1207283239'), (u'INDIRECT_-1207283921', u'MULTIEQUAL_-1207283249'), (u'INDIRECT_-1207283524', u'MULTIEQUAL_-1207283237'), (u'CALL_-1207287375', u'INDIRECT_-1207283885'), (u'INDIRECT_-1207284603', u'MULTIEQUAL_-1207284550'), ('const-8', u'INT_MULT_-1207289104'), (u'MULTIEQUAL_-1207284519', u'MULTIEQUAL_-1207284492'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284569'), ('const-0', u'COPY_-1207287580'), ('const-433', u'LOAD_-1207287439'), (u'CALL_-1207287318', u'INDIRECT_-1207284420'), (u'CALL_-1207287488', u'INDIRECT_-1207284541'), (u'INT_LEFT_-1207288362', u'INT_OR_-1207288314'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284197'), (u'INT_ZEXT_-1207286930', u'INT_ADD_-1207289116'), ('const-8', u'INT_ADD_-1207288114'), (u'CALL_-1207287318', u'INDIRECT_-1207283639'), (u'CALL_-1207287221', u'INDIRECT_-1207284371'), (u'LOAD_-1207289187', u'PIECE_-1207284585'), (u'COPY_-1207286166', u'MULTIEQUAL_-1207286036'), ('const-8', u'COPY_-1207288545'), (u'CALL_-1207287077', u'INDIRECT_-1207284165'), (u'COPY_-1207284019', u'MULTIEQUAL_-1207286428'), ('const-0', u'COPY_-1207287945'), (u'MULTIEQUAL_-1207283932', u'MULTIEQUAL_-1207283914'), (u'SUBPIECE_-1207285825', u'INT_AND_-1207288366'), (u'LOAD_-1207287285', u'CALLIND_-1207287275'), (u'INDIRECT_-1207284418', u'MULTIEQUAL_-1207284399'), ('const-433', u'LOAD_-1207288710'), (u'INT_ZEXT_-1207286887', u'INT_LESS_-1207289101'), (u'CALL_-1207287375', u'INDIRECT_-1207284356'), ('const-433', u'LOAD_-1207288130'), (u'CAST_-1207284016', u'INT_ADD_-1207287928'), (u'MULTIEQUAL_-1207286036', u'MULTIEQUAL_-1207286045'), (u'CALL_-1207287165', u'INDIRECT_-1207283803'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288501'), (u'INDIRECT_-1207283732', u'MULTIEQUAL_-1207283715'), ('const-433', u'LOAD_-1207288513'), (u'INT_ADD_-1207286829', u'STORE_-1207286813'), ('const-8', u'INT_MULT_-1207288315'), (u'INT_ADD_-1207284016', u'INT_ADD_-1207288502'), (u'CAST_-1207283842', u'LOAD_-1207288341'), (u'INDIRECT_-1207284398', u'MULTIEQUAL_-1207283266'), (u'INT_ZEXT_-1207288506', u'INT_MULT_-1207285940'), (u'CALL_-1207287375', u'INDIRECT_-1207284170'), (u'LOAD_-1207289179', u'INT_LESS_-1207288356'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283772'), (u'CALL_-1207287221', u'INDIRECT_-1207283528'), (u'INDIRECT_-1207284464', u'MULTIEQUAL_-1207284451'), (u'INT_EQUAL_-1207287891', u'CBRANCH_-1207287887'), (u'BOOL_NEGATE_-1207285965', u'BOOL_AND_-1207288544'), (u'INDIRECT_-1207284088', u'MULTIEQUAL_-1207283256'), (u'INT_ZEXT_-1207288591', u'INT_MULT_-1207285975'), (u'INT_NOTEQUAL_-1207287357', u'CBRANCH_-1207287351'), ('const-40', u'INT_ADD_-1207288973'), (u'MULTIEQUAL_-1207284155', u'MULTIEQUAL_-1207284137'), (u'MULTIEQUAL_-1207283738', u'MULTIEQUAL_-1207283711'), (u'MULTIEQUAL_-1207284775', u'MULTIEQUAL_-1207284757'), (u'CALL_-1207287165', u'INDIRECT_-1207284460'), (u'INT_ADD_-1207286746', u'CALL_-1207286746'), ('const-1', u'INT_ADD_-1207284044'), ('tmp_8851', u'INT_ADD_-1207286799'), (u'LOAD_-1207288726', u'LOAD_-1207288710'), (u'INDIRECT_-1207283900', u'MULTIEQUAL_-1207283887'), (u'CALL_-1207287375', u'INDIRECT_-1207284821'), (u'MULTIEQUAL_-1207284275', u'MULTIEQUAL_-1207284248'), (u'MULTIEQUAL_-1207284434', u'MULTIEQUAL_-1207284416'), (u'INT_SUB_-1207286755', u'CALL_-1207286746'), (u'CALL_-1207287318', u'INDIRECT_-1207284606'), (u'INDIRECT_-1207283977', u'MULTIEQUAL_-1207283924'), ('const-0', u'COPY_-1207287565'), (u'CALL_-1207287077', u'INDIRECT_-1207284568'), (u'CALL_-1207287221', u'INDIRECT_-1207284402'), (u'MULTIEQUAL_-1207284044', u'MULTIEQUAL_-1207284017'), ('const-1', u'INT_ADD_-1207288376'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284098'), (u'INT_ADD_-1207288502', u'CAST_-1207283887'), (u'CALL_-1207287375', u'INDIRECT_-1207284071'), (u'CALL_-1207287375', u'INDIRECT_-1207283606'), ('const-433', u'LOAD_-1207288975'), (u'CALL_-1207287165', u'INDIRECT_-1207283834'), (u'MULTIEQUAL_-1207284341', u'MULTIEQUAL_-1207284323'), (u'MULTIEQUAL_-1207283759', u'MULTIEQUAL_-1207283732'), (u'MULTIEQUAL_-1207283697', u'MULTIEQUAL_-1207283670'), (u'INDIRECT_-1207285584', u'MULTIEQUAL_-1207285559'), (u'CALL_-1207287488', u'INDIRECT_-1207284665'), (u'MULTIEQUAL_-1207284052', u'MULTIEQUAL_-1207284025'), (u'CALL_-1207287207', u'INDIRECT_-1207284671'), (u'MULTIEQUAL_-1207286469', u'LOAD_-1207288596'), (u'CALL_-1207287012', u'INDIRECT_-1207283651'), (u'INDIRECT_-1207284386', u'MULTIEQUAL_-1207284333'), ('const-24', u'INT_ADD_-1207288433'), (u'CALL_-1207287221', u'INDIRECT_-1207283683'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283664'), (u'MULTIEQUAL_-1207283560', u'MULTIEQUAL_-1207283542'), (u'CALL_-1207287012', u'INDIRECT_-1207284556'), (u'LOAD_-1207289194', u'INT_SUB_-1207289134'), ('tmp_3386', u'BRANCH_-1207286667'), (u'CALL_-1207287375', u'INDIRECT_-1207283761'), (u'MULTIEQUAL_-1207283666', u'MULTIEQUAL_-1207283639'), (u'CAST_-1207284153', u'STORE_-1207288980'), (u'MULTIEQUAL_-1207283253', u'INT_NOTEQUAL_-1207287181'), (u'CALL_-1207287207', u'INDIRECT_-1207283518'), (u'INDIRECT_-1207284371', u'MULTIEQUAL_-1207284358'), ('const-433', u'STORE_-1207288338'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284228'), (u'INDIRECT_-1207284789', u'MULTIEQUAL_-1207284736'), (u'INDIRECT_-1207284036', u'MULTIEQUAL_-1207284017'), (u'INDIRECT_-1207283699', u'MULTIEQUAL_-1207283680'), (u'COPY_-1207284000', u'MULTIEQUAL_-1207286405'), (u'CALL_-1207287375', u'INDIRECT_-1207284790'), (u'MULTIEQUAL_-1207286644', u'INT_ADD_-1207288592'), (u'INT_ZEXT_-1207286887', u'INT_SUB_-1207286685'), (u'MULTIEQUAL_-1207283635', u'MULTIEQUAL_-1207283608'), ('tmp_2419', u'CBRANCH_-1207287325'), (u'INT_ADD_-1207288959', u'CAST_-1207284148'), ('const-0', u'COPY_-1207287812'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284631'), (u'CALL_-1207287012', u'INDIRECT_-1207284246'), (u'CAST_-1207283984', u'LOAD_-1207288704'), (u'INDIRECT_-1207284510', u'MULTIEQUAL_-1207284457'), (u'CALL_-1207287488', u'INDIRECT_-1207284169'), (u'INT_ADD_-1207288433', u'CAST_-1207283866'), (u'CALL_-1207287375', u'INDIRECT_-1207284294'), (u'CALL_-1207287207', u'INDIRECT_-1207284609'), (u'INDIRECT_-1207283943', u'MULTIEQUAL_-1207283924'), (u'INDIRECT_-1207284578', u'MULTIEQUAL_-1207283271'), ('const-0', u'SUBPIECE_-1207286422'), ('const-56', u'INT_ADD_-1207289163'), (u'INT_EQUAL_-1207288233', u'MULTIEQUAL_-1207286327'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284274'), (u'CALL_-1207287375', u'INDIRECT_-1207284232'), ('const-433', u'LOAD_-1207287445'), (u'INDIRECT_-1207283952', u'MULTIEQUAL_-1207283250'), (u'MULTIEQUAL_-1207284695', u'MULTIEQUAL_-1207284668'), (u'INT_EQUAL_-1207287927', u'MULTIEQUAL_-1207286327'), ('const-0', u'COPY_-1207287786'), ('const-1', u'INT_ADD_-1207283591'), ('tmp_2896', u'CBRANCH_-1207287953'), (u'CALL_-1207287375', u'INDIRECT_-1207284139'), (u'INDIRECT_-1207284460', u'MULTIEQUAL_-1207283268'), (u'INDIRECT_-1207284203', u'MULTIEQUAL_-1207284186'), ('tmp_938', u'CBRANCH_-1207288582'), (u'CAST_-1207284231', u'STORE_-1207289170'), ('const-433', u'LOAD_-1207287291'), (u'CALLIND_-1207288644', u'INDIRECT_-1207286266'), (u'MULTIEQUAL_-1207283254', u'INT_MULT_-1207287064'), (u'INDIRECT_-1207283668', u'MULTIEQUAL_-1207283649'), (u'CALL_-1207287012', u'INDIRECT_-1207283527'), (u'CALL_-1207287221', u'INDIRECT_-1207284557'), (u'COPY_-1207283940', u'MULTIEQUAL_-1207286381'), (u'INDIRECT_-1207284491', u'MULTIEQUAL_-1207284478'), (u'INDIRECT_-1207283683', u'MULTIEQUAL_-1207283670'), (u'INDIRECT_-1207284495', u'MULTIEQUAL_-1207284482'), (u'CALL_-1207287488', u'INDIRECT_-1207284696'), ('const-433', u'LOAD_-1207288675'), (u'INDIRECT_-1207284423', u'MULTIEQUAL_-1207283266'), (u'MULTIEQUAL_-1207284120', u'MULTIEQUAL_-1207284093'), (u'CALL_-1207287165', u'INDIRECT_-1207284181'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284786'), (u'CALL_-1207287318', u'INDIRECT_-1207283732'), (u'MULTIEQUAL_-1207286405', u'CAST_-1207283886'), (u'CALL_-1207286670', u'INDIRECT_-1207284512'), (u'CALL_-1207287077', u'INDIRECT_-1207284072'), (u'INDIRECT_-1207284739', u'MULTIEQUAL_-1207284726'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284476'), (u'INDIRECT_-1207284513', u'MULTIEQUAL_-1207284496'), (u'COPY_-1207288308', u'COPY_-1207283940'), (u'CALL_-1207287012', u'INDIRECT_-1207283967'), (u'INDIRECT_-1207283791', u'MULTIEQUAL_-1207283738'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284693'), (u'INT_EQUAL_-1207288581', u'CAST_-1207283920'), (u'PTRADD_-1207288451', u'COPY_-1207284004'), (u'MULTIEQUAL_-1207284426', u'MULTIEQUAL_-1207284399'), (u'CALL_-1207287077', u'INDIRECT_-1207284041'), ('tmp_2307', u'CBRANCH_-1207287408'), (u'CALL_-1207287221', u'INDIRECT_-1207284464'), (u'INDIRECT_-1207284573', u'MULTIEQUAL_-1207284554'), (u'CALL_-1207287375', u'INDIRECT_-1207283699'), (u'CALL_-1207287077', u'INDIRECT_-1207284103'), (u'INDIRECT_-1207284553', u'MULTIEQUAL_-1207283271'), ('const-1', u'INT_ADD_-1207284155'), ('tmp_2606', u'CBRANCH_-1207287180'), (u'MULTIEQUAL_-1207283955', u'MULTIEQUAL_-1207283928'), (u'INT_ZEXT_-1207286887', u'INT_LESS_-1207288894'), (u'INT_EQUAL_-1207288496', u'MULTIEQUAL_-1207286181'), (u'INDIRECT_-1207284604', u'MULTIEQUAL_-1207284585'), (u'CALL_-1207287165', u'INDIRECT_-1207284398'), (u'INT_ZEXT_-1207288274', u'INT_MULT_-1207285865'), (u'COPY_-1207284024', u'MULTIEQUAL_-1207286428'), (u'INDIRECT_-1207283710', u'MULTIEQUAL_-1207283243'), (u'COPY_-1207283978', u'MULTIEQUAL_-1207285857'), (u'MULTIEQUAL_-1207285825', u'COPY_-1207284112'), (u'INDIRECT_-1207283881', u'MULTIEQUAL_-1207283862'), (u'INDIRECT_-1207284635', u'MULTIEQUAL_-1207284616'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284538'), (u'INT_ADD_-1207288114', u'CAST_-1207283759'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283757'), ('const--1', u'INT_ADD_-1207287713'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283989'), (u'INT_MULT_-1207285940', u'INT_ADD_-1207284016'), (u'MULTIEQUAL_-1207283866', u'INT_NOTEQUAL_-1207287357'), (u'MULTIEQUAL_-1207283990', u'MULTIEQUAL_-1207283963'), (u'CALL_-1207287221', u'INDIRECT_-1207283807'), (u'INDIRECT_-1207284358', u'MULTIEQUAL_-1207284341'), (u'MULTIEQUAL_-1207286036', u'MULTIEQUAL_-1207286063'), (u'INT_EQUAL_-1207287927', u'CBRANCH_-1207287928'), (u'INDIRECT_-1207284650', u'MULTIEQUAL_-1207284637'), (u'INDIRECT_-1207284634', u'MULTIEQUAL_-1207284581'), (u'INT_MULT_-1207285974', u'INT_ADD_-1207284044'), (u'MULTIEQUAL_-1207284062', u'MULTIEQUAL_-1207284044'), (u'INT_ADD_-1207288270', u'CAST_-1207283816'), (u'BOOL_NEGATE_-1207285856', u'BOOL_AND_-1207288232'), ('tmp_746', u'BRANCH_-1207288790'), ('const-433', u'LOAD_-1207289194'), (u'CALL_-1207287077', u'INDIRECT_-1207283849'), (u'CALL_-1207287012', u'INDIRECT_-1207283589'), (u'INDIRECT_-1207284051', u'MULTIEQUAL_-1207283254'), (u'CAST_-1207283957', u'LOAD_-1207288654'), (u'INT_ADD_-1207289185', u'CAST_-1207284250'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283927'), (u'INDIRECT_-1207284848', u'MULTIEQUAL_-1207284829'), ('const-16', u'INT_MULT_-1207286857'), (u'INT_MULT_-1207287064', u'CALL_-1207287077'), (u'INDIRECT_-1207284507', u'MULTIEQUAL_-1207284488'), (u'INT_NOTEQUAL_-1207287181', u'CBRANCH_-1207287180'), (u'INDIRECT_-1207283776', u'MULTIEQUAL_-1207283763'), (u'CAST_-1207284235', u'LOAD_-1207289179'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284708'), (u'INDIRECT_-1207284169', u'MULTIEQUAL_-1207284116'), (u'INT_ADD_-1207288973', u'CAST_-1207284158'), (u'COPY_-1207284144', u'MULTIEQUAL_-1207286589'), ('tmp_8851', u'INT_ADD_-1207289185'), (u'CALL_-1207287165', u'INDIRECT_-1207284243'), (u'MULTIEQUAL_-1207285839', u'MULTIEQUAL_-1207285825'), (u'CALL_-1207287077', u'INDIRECT_-1207284351'), ('const-433', u'STORE_-1207288987'), (u'CALL_-1207287221', u'INDIRECT_-1207284309'), (u'COPY_-1207284113', u'MULTIEQUAL_-1207285857'), (u'INT_EQUAL_-1207287927', u'MULTIEQUAL_-1207286324'), (u'MULTIEQUAL_-1207286549', u'PTRADD_-1207287887'), (u'COPY_-1207284136', u'MULTIEQUAL_-1207286549'), (u'MULTIEQUAL_-1207283255', u'CALL_-1207287077'), (u'INDIRECT_-1207284575', u'MULTIEQUAL_-1207284558'), ('const-0', u'INT_EQUAL_-1207288326'), (u'CALL_-1207287488', u'INDIRECT_-1207284039'), (u'INT_ADD_-1207289171', u'CAST_-1207284240'), ('const-0', u'COPY_-1207287871'), ('tmp_8850', u'PTRSUB_-1207283828'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283679'), (u'STORE_-1207287722', u'INDIRECT_-1207284265'), (u'INDIRECT_-1207284079', u'MULTIEQUAL_-1207284062'), (u'INDIRECT_-1207284330', u'MULTIEQUAL_-1207283263'), (u'CALL_-1207287375', u'INDIRECT_-1207283668'), (u'INT_NOTEQUAL_-1207287020', u'CBRANCH_-1207287019'), (u'MULTIEQUAL_-1207283728', u'MULTIEQUAL_-1207283701'), (u'INDIRECT_-1207283911', u'SUBPIECE_-1207283916'), ('tmp_8851', u'INT_ADD_-1207286694'), (u'INDIRECT_-1207284820', u'MULTIEQUAL_-1207284767'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284290'), (u'CALL_-1207287012', u'INDIRECT_-1207284122'), (u'INDIRECT_-1207286213', u'MULTIEQUAL_-1207286219'), (u'INT_LESS_-1207288581', u'MULTIEQUAL_-1207286283'), (u'INDIRECT_-1207283695', u'MULTIEQUAL_-1207283676'), (u'INDIRECT_-1207284144', u'MULTIEQUAL_-1207283257'), (u'BOOL_NEGATE_-1207285930', u'BOOL_AND_-1207288459'), (u'INDIRECT_-1207283621', u'MULTIEQUAL_-1207283608'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284305'), (u'MULTIEQUAL_-1207286184', u'MULTIEQUAL_-1207286181'), (u'INT_ADD_-1207288507', u'MULTIEQUAL_-1207286621'), (u'CALL_-1207287221', u'INDIRECT_-1207284030'), ('const-433', u'LOAD_-1207288654'), (u'INT_EQUAL_-1207288545', u'MULTIEQUAL_-1207286137'), (u'CALL_-1207287165', u'INDIRECT_-1207283958'), (u'MULTIEQUAL_-1207284116', u'MULTIEQUAL_-1207284089'), (u'CALL_-1207287318', u'INDIRECT_-1207284544'), (u'INDIRECT_-1207284609', u'MULTIEQUAL_-1207283272'), (u'MULTIEQUAL_-1207286341', u'LOAD_-1207288286'), (u'INDIRECT_-1207284150', u'MULTIEQUAL_-1207283258'), (u'INT_ZEXT_-1207287937', u'INT_MULT_-1207286100'), (u'COPY_-1207288545', u'MULTIEQUAL_-1207286621'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207287932'), (u'CALL_-1207287207', u'INDIRECT_-1207284020'), (u'MULTIEQUAL_-1207286324', u'BOOL_NEGATE_-1207286089'), (u'MULTIEQUAL_-1207286327', u'MULTIEQUAL_-1207286324'), (u'CALL_-1207287012', u'INDIRECT_-1207283998'), (u'INDIRECT_-1207283617', u'MULTIEQUAL_-1207283604'), (u'INDIRECT_-1207284728', u'MULTIEQUAL_-1207284709'), (u'INT_LESS_-1207288269', u'MULTIEQUAL_-1207286195'), ('const-0', u'INT_EQUAL_-1207287948'), (u'CALL_-1207289203', u'INDIRECT_-1207286475'), (u'INDIRECT_-1207284228', u'MULTIEQUAL_-1207284209'), (u'INDIRECT_-1207284429', u'MULTIEQUAL_-1207284416'), (u'INDIRECT_-1207284693', u'MULTIEQUAL_-1207284674'), (u'CALL_-1207287375', u'INDIRECT_-1207284040'), (u'CAST_-1207283971', u'LOAD_-1207288675'), (u'CALL_-1207287077', u'INDIRECT_-1207284382'), (u'INDIRECT_-1207283586', u'MULTIEQUAL_-1207283239'), (u'MULTIEQUAL_-1207283976', u'MULTIEQUAL_-1207283949'), (u'INDIRECT_-1207283608', u'MULTIEQUAL_-1207283591'), (u'CALL_-1207287165', u'INDIRECT_-1207283896'), (u'LOAD_-1207289161', u'INT_ZEXT_-1207287050'), (u'MULTIEQUAL_-1207284585', u'MULTIEQUAL_-1207284558'), (u'BOOL_AND_-1207287890', u'INT_EQUAL_-1207287891'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284553'), (u'INDIRECT_-1207283822', u'MULTIEQUAL_-1207283769'), (u'INDIRECT_-1207284479', u'MULTIEQUAL_-1207284426'), (u'MULTIEQUAL_-1207283649', u'MULTIEQUAL_-1207283622'), (u'CALL_-1207287221', u'INDIRECT_-1207284712'), (u'INT_SUB_-1207288938', u'INT_SRIGHT_-1207288915'), (u'CALL_-1207287012', u'INDIRECT_-1207284494'), (u'CALL_-1207287318', u'INDIRECT_-1207284792'), (u'INDIRECT_-1207283701', u'MULTIEQUAL_-1207283684'), (u'INDIRECT_-1207283890', u'MULTIEQUAL_-1207283248'), (u'CALL_-1207287165', u'INDIRECT_-1207284026'), (u'INDIRECT_-1207283822', u'LOAD_-1207287445'), (u'INDIRECT_-1207283797', u'MULTIEQUAL_-1207283245'), (u'INT_ADD_-1207288688', u'CAST_-1207283984'), (u'INT_LESS_-1207288496', u'MULTIEQUAL_-1207286262'), ('const-0', u'COPY_-1207287688'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283617'), (u'INDIRECT_-1207283887', u'MULTIEQUAL_-1207283870'), (u'INT_MULT_-1207288990', u'INT_ADD_-1207289002'), (u'CALLIND_-1207287429', u'INDIRECT_-1207283850'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284429'), (u'MULTIEQUAL_-1207284209', u'MULTIEQUAL_-1207284182'), (u'INT_ZEXT_-1207287932', u'INT_MULT_-1207286099'), (u'CALL_-1207287077', u'INDIRECT_-1207283539'), ('tmp_8857', u'COPY_-1207283392'), (u'INDIRECT_-1207283823', u'MULTIEQUAL_-1207283804'), (u'INDIRECT_-1207283745', u'MULTIEQUAL_-1207283732'), (u'INT_SUB_-1207289134', u'INT_MULT_-1207289104'), (u'CALL_-1207287221', u'INDIRECT_-1207284650'), (u'PTRSUB_-1207284174', u'CALLIND_-1207288644'), (u'CALL_-1207287375', u'INDIRECT_-1207283978'), (u'SUBPIECE_-1207283916', u'COPY_-1207283195'), ('const-433', u'STORE_-1207286813'), (u'INDIRECT_-1207283555', u'MULTIEQUAL_-1207283542'), (u'COPY_-1207288318', u'MULTIEQUAL_-1207286557'), (u'STORE_-1207287722', u'INDIRECT_-1207284395'), (u'MULTIEQUAL_-1207284550', u'MULTIEQUAL_-1207284523'), (u'CALL_-1207287207', u'INDIRECT_-1207284516'), (u'CALL_-1207287077', u'INDIRECT_-1207283477'), ('const--2', u'INT_MULT_-1207285866'), (u'INDIRECT_-1207285530', u'COPY_-1207284024'), (u'CALL_-1207287488', u'INDIRECT_-1207284200'), ('const-4294967295', u'INT_AND_-1207286657'), (u'CALL_-1207287012', u'INDIRECT_-1207284463'), (u'MULTIEQUAL_-1207284674', u'MULTIEQUAL_-1207284647'), (u'CALL_-1207287318', u'INDIRECT_-1207284203'), (u'CALL_-1207287165', u'INDIRECT_-1207283995'), (u'INT_ADD_-1207288638', u'CAST_-1207283957'), (u'CAST_-1207283816', u'COPY_-1207283940'), ('const-6', u'INT_RIGHT_-1207288402'), (u'COPY_-1207288559', u'MULTIEQUAL_-1207286262'), ('const-8', u'INT_ADD_-1207287423'), (u'MULTIEQUAL_-1207283831', u'MULTIEQUAL_-1207283804'), (u'INT_ADD_-1207287423', u'CAST_-1207283254'), (u'INT_ADD_-1207287928', u'CAST_-1207284015'), (u'STORE_-1207287722', u'INDIRECT_-1207284296'), (u'INT_LEFT_-1207284357', u'PIECE_-1207284323'), ('tmp_8851', u'INT_ADD_-1207288952'), (u'COPY_-1207283591', u'MULTIEQUAL_-1207285988'), (u'MULTIEQUAL_-1207284744', u'MULTIEQUAL_-1207284726'), (u'CALL_-1207287221', u'INDIRECT_-1207284185'), ('const-24', u'INT_ADD_-1207289178'), (u'INT_MULT_-1207285866', u'INT_ADD_-1207283948'), (u'INDIRECT_-1207285530', u'PTRADD_-1207283914'), (u'CALL_-1207287488', u'INDIRECT_-1207283915'), (u'MULTIEQUAL_-1207283618', u'MULTIEQUAL_-1207283591'), (u'CALL_-1207287207', u'INDIRECT_-1207284454'), ('const-0', u'INT_EQUAL_-1207288290'), (u'INDIRECT_-1207284821', u'MULTIEQUAL_-1207284802'), (u'INDIRECT_-1207284232', u'MULTIEQUAL_-1207284213'), ('const--192', u'PTRSUB_-1207283784'), (u'MULTIEQUAL_-1207284492', u'MULTIEQUAL_-1207284465'), (u'CALL_-1207286746', u'INDIRECT_-1207285210'), (u'MULTIEQUAL_-1207286413', u'SUBPIECE_-1207286413'), (u'CALL_-1207287488', u'INDIRECT_-1207283698'), (u'LOAD_-1207288284', u'INT_EQUAL_-1207288269'), (u'LOAD_-1207288284', u'INT_LESS_-1207288269'), (u'INDIRECT_-1207284150', u'MULTIEQUAL_-1207284137'), (u'COPY_-1207287786', u'MULTIEQUAL_-1207284257'), (u'COPY_-1207284148', u'MULTIEQUAL_-1207286589'), ('const-8', u'INT_MULT_-1207288990'), (u'INT_ZEXT_-1207286887', u'INT_ADD_-1207289075'), (u'INDIRECT_-1207284445', u'MULTIEQUAL_-1207284426'), (u'MULTIEQUAL_-1207284589', u'MULTIEQUAL_-1207284571'), ('const--2', u'INT_MULT_-1207285865'), (u'CALLIND_-1207288694', u'INDIRECT_-1207285555'), (u'CALL_-1207287165', u'INDIRECT_-1207284212'), (u'CALLIND_-1207287275', u'INDIRECT_-1207283648'), (u'INT_MULT_-1207285939', u'INT_ADD_-1207284015'), (u'MULTIEQUAL_-1207284509', u'MULTIEQUAL_-1207284482'), (u'INDIRECT_-1207284671', u'MULTIEQUAL_-1207283274'), (u'INDIRECT_-1207284392', u'MULTIEQUAL_-1207283265'), ('const-0', u'SUBPIECE_-1207286413'), (u'CALL_-1207287221', u'INDIRECT_-1207284247'), ('const-0', u'COPY_-1207287673'), (u'CALL_-1207287488', u'INDIRECT_-1207284572'), ('const-433', u'LOAD_-1207288286'), (u'INDIRECT_-1207284482', u'MULTIEQUAL_-1207284465'), (u'CALL_-1207287488', u'INDIRECT_-1207283884'), ('tmp_8850', u'PTRSUB_-1207284174'), (u'INT_LESS_-1207288581', u'MULTIEQUAL_-1207286286'), ('const-433', u'LOAD_-1207288726'), (u'CALL_-1207287318', u'INDIRECT_-1207284141'), (u'MULTIEQUAL_-1207284017', u'MULTIEQUAL_-1207283990'), ('const-4397912', u'PTRSUB_-1207287459'), (u'LOAD_-1207287944', u'INT_LESS_-1207287927'), (u'LOAD_-1207287944', u'INT_EQUAL_-1207287927'), (u'CALL_-1207287375', u'INDIRECT_-1207284263'), ('const-0', u'COPY_-1207287760'), (u'BOOL_NEGATE_-1207285964', u'BOOL_AND_-1207288544'), (u'INDIRECT_-1207284541', u'MULTIEQUAL_-1207284488'), (u'PTRSUB_-1207283784', u'PTRADD_-1207283784'), (u'CALL_-1207287012', u'INDIRECT_-1207284339'), (u'INDIRECT_-1207284259', u'MULTIEQUAL_-1207284240'), (u'INDIRECT_-1207284181', u'MULTIEQUAL_-1207284168'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284646'), (u'CALL_-1207287012', u'INDIRECT_-1207284277'), (u'INT_NOTEQUAL_-1207287722', u'CBRANCH_-1207287728'), (u'INT_ADD_-1207288592', u'MULTIEQUAL_-1207286644'), ('const-1', u'PTRADD_-1207288229'), (u'CALL_-1207287488', u'INDIRECT_-1207284479'), (u'INDIRECT_-1207284166', u'MULTIEQUAL_-1207284147'), (u'LOAD_-1207288968', u'INT_ADD_-1207286829'), (u'COPY_-1207288247', u'MULTIEQUAL_-1207286405'), ('const-0', u'COPY_-1207288096'), (u'CAST_-1207283930', u'INT_ADD_-1207288600'), ('tmp_8851', u'INT_ADD_-1207286746'), (u'MULTIEQUAL_-1207284767', u'MULTIEQUAL_-1207284740'), (u'MULTIEQUAL_-1207283928', u'MULTIEQUAL_-1207283901'), ('tmp_2461', u'CBRANCH_-1207287291'), (u'COPY_-1207288839', u'MULTIEQUAL_-1207286413'), (u'INDIRECT_-1207285530', u'CALL_-1207288396'), (u'INDIRECT_-1207283590', u'MULTIEQUAL_-1207283577'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284677'), (u'MULTIEQUAL_-1207284478', u'MULTIEQUAL_-1207284451'), (u'MULTIEQUAL_-1207284465', u'MULTIEQUAL_-1207284447'), (u'INDIRECT_-1207284243', u'MULTIEQUAL_-1207283261'), (u'CALL_-1207287375', u'INDIRECT_-1207284108'), (u'LOAD_-1207289194', u'INT_ADD_-1207289002'), (u'CALL_-1207287012', u'INDIRECT_-1207283905'), ('const-0', u'COPY_-1207288559'), (u'INDIRECT_-1207284293', u'MULTIEQUAL_-1207284240'), (u'CALL_-1207287207', u'INDIRECT_-1207283859'), (u'INDIRECT_-1207284724', u'MULTIEQUAL_-1207284705'), (u'INDIRECT_-1207284262', u'MULTIEQUAL_-1207284209'), (u'INDIRECT_-1207284009', u'MULTIEQUAL_-1207283990'), (u'INDIRECT_-1207284420', u'MULTIEQUAL_-1207284403'), ('const-0', u'COPY_-1207287658'), (u'CALL_-1207287375', u'INDIRECT_-1207284604'), (u'INDIRECT_-1207284665', u'MULTIEQUAL_-1207284612'), (u'CALL_-1207287488', u'INDIRECT_-1207284417'), (u'INDIRECT_-1207284451', u'MULTIEQUAL_-1207284434'), ('tmp_647', u'CBRANCH_-1207288890'), (u'MULTIEQUAL_-1207286381', u'CAST_-1207283815'), ('const--2', u'INT_MULT_-1207283579'), (u'SUBPIECE_-1207286990', u'INT_AND_-1207289051'), (u'CALL_-1207287318', u'INDIRECT_-1207283918'), (u'INDIRECT_-1207283859', u'MULTIEQUAL_-1207283247'), (u'CAST_-1207283998', u'LOAD_-1207288726'), ('const--2440', u'PTRSUB_-1207284174'), (u'LOAD_-1207287291', u'INT_ADD_-1207287269'), (u'CALL_-1207287012', u'INDIRECT_-1207284215'), (u'BOOL_AND_-1207288232', u'INT_EQUAL_-1207288233'), (u'INT_AND_-1207289051', u'STORE_-1207288980'), (u'INDIRECT_-1207283912', u'MULTIEQUAL_-1207283893'), (u'INT_EQUAL_-1207288679', u'CAST_-1207283974'), ('const-433', u'LOAD_-1207287942'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284243'), (u'INDIRECT_-1207283828', u'MULTIEQUAL_-1207283246'), (u'INDIRECT_-1207286188', u'INT_ZEXT_-1207288506'), (u'MULTIEQUAL_-1207283994', u'MULTIEQUAL_-1207283976'), (u'MULTIEQUAL_-1207283835', u'MULTIEQUAL_-1207283808'), (u'MULTIEQUAL_-1207283808', u'MULTIEQUAL_-1207283790'), (u'MULTIEQUAL_-1207283893', u'MULTIEQUAL_-1207283866'), (u'CALLIND_-1207287429', u'INDIRECT_-1207284067'), (u'INT_ADD_-1207284156', u'PTRADD_-1207287887'), (u'CALL_-1207287077', u'INDIRECT_-1207283911'), (u'MULTIEQUAL_-1207283852', u'MULTIEQUAL_-1207283825'), (u'MULTIEQUAL_-1207286402', u'INT_EQUAL_-1207287891'), (u'INT_MULT_-1207286857', u'INT_ADD_-1207286829'), (u'CALL_-1207287318', u'INDIRECT_-1207284575'), (u'BOOL_AND_-1207288544', u'INT_EQUAL_-1207288545'), (u'INDIRECT_-1207283850', u'MULTIEQUAL_-1207283831'), (u'CALL_-1207287077', u'INDIRECT_-1207283570'), (u'INDIRECT_-1207284668', u'MULTIEQUAL_-1207284651'), ('const-0', u'INT_NOTEQUAL_-1207287229'), (u'CALL_-1207287077', u'INDIRECT_-1207284661'), ('const--2440', u'PTRSUB_-1207283843'), (u'CALL_-1207287221', u'INDIRECT_-1207283559'), (u'COPY_-1207284112', u'MULTIEQUAL_-1207285857'), (u'CALLIND_-1207287275', u'INDIRECT_-1207284491'), (u'CALL_-1207287207', u'INDIRECT_-1207283611'), (u'INDIRECT_-1207283580', u'MULTIEQUAL_-1207283238'), (u'CALL_-1207287207', u'INDIRECT_-1207284578')]
null
null
00153a40
x64
O2
(translation_unit "void FUN_00153a40(long param_1,undefined8 param_2)\n\n{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00153a40(long param_1,undefined8 param_2)\n\n{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00153a40(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" { (declaration "ulong *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined1 auVar3 [16];" type_identifier (array_declarator "auVar3 [16]" identifier [ number_literal ]) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined **ppuVar8;" type_identifier (pointer_declarator "**ppuVar8" * (pointer_declarator "*ppuVar8" * identifier)) ;) (declaration "byte *pbVar9;" type_identifier (pointer_declarator "*pbVar9" * identifier) ;) (declaration "undefined **ppuVar10;" type_identifier (pointer_declarator "**ppuVar10" * (pointer_declarator "*ppuVar10" * identifier)) ;) (declaration "undefined8 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined1 uVar13;" type_identifier identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "undefined1 uVar16;" type_identifier identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "byte bVar18;" type_identifier identifier ;) (declaration "int local_9c4;" primitive_type identifier ;) (declaration "undefined4 uStack_98c;" type_identifier identifier ;) (declaration "undefined **local_988;" type_identifier (pointer_declarator "**local_988" * (pointer_declarator "*local_988" * identifier)) ;) (declaration "undefined1 local_980;" type_identifier identifier ;) (declaration "undefined *local_978;" type_identifier (pointer_declarator "*local_978" * identifier) ;) (declaration "undefined8 local_970;" type_identifier identifier ;) (declaration "undefined8 local_968;" type_identifier identifier ;) (declaration "int local_960;" primitive_type identifier ;) (declaration "undefined8 local_95c;" type_identifier identifier ;) (declaration "int local_954;" primitive_type identifier ;) (declaration "undefined4 local_950;" type_identifier identifier ;) (declaration "undefined8 local_948;" type_identifier identifier ;) (declaration "undefined8 local_940;" type_identifier identifier ;) (declaration "undefined8 local_938;" type_identifier identifier ;) (declaration "undefined8 local_930;" type_identifier identifier ;) (declaration "undefined8 local_928;" type_identifier identifier ;) (declaration "undefined4 local_920;" type_identifier identifier ;) (declaration "undefined4 local_918 [2];" type_identifier (array_declarator "local_918 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_910;" type_identifier identifier ;) (declaration "long local_908;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_900;" type_identifier identifier ;) (declaration "char local_8f8;" primitive_type identifier ;) (declaration "undefined8 local_8f0;" type_identifier identifier ;) (declaration "undefined8 local_8e8 [256];" type_identifier (array_declarator "local_8e8 [256]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "long local_e0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 local_d0 [16];" type_identifier (array_declarator "local_d0 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c0 [16];" type_identifier (array_declarator "local_c0 [16]" identifier [ number_literal ]) ;) (declaration "undefined ***local_b0;" type_identifier (pointer_declarator "***local_b0" * (pointer_declarator "**local_b0" * (pointer_declarator "*local_b0" * identifier))) ;) (declaration "undefined4 local_a8;" type_identifier identifier ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "char local_90;" primitive_type identifier ;) (declaration "long *local_88;" (sized_type_specifier "long" long) (pointer_declarator "*local_88" * identifier) ;) (declaration "undefined4 local_80;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "long *local_70;" (sized_type_specifier "long" long) (pointer_declarator "*local_70" * identifier) ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_60;" type_identifier identifier ;) (declaration "char local_58;" primitive_type identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (expression_statement "bVar18 = 0;" (assignment_expression "bVar18 = 0" identifier = number_literal) ;) (expression_statement "lVar5 = FUN_00153780(param_1,0);" (assignment_expression "lVar5 = FUN_00153780(param_1,0)" identifier = (call_expression "FUN_00153780(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar2 = *(uint *)(lVar5 + 0x38);" (assignment_expression "uVar2 = *(uint *)(lVar5 + 0x38)" identifier = (pointer_expression "*(uint *)(lVar5 + 0x38)" * (cast_expression "(uint *)(lVar5 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x38)" ( (binary_expression "lVar5 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = (ulong)uVar2;" (assignment_expression "uVar7 = (ulong)uVar2" identifier = (cast_expression "(ulong)uVar2" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "*(long *)(param_1 + 8) = lVar5;" (assignment_expression "*(long *)(param_1 + 8) = lVar5" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);" (assignment_expression "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" identifier = (binary_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8)" ( (binary_expression "(ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (binary_expression "(ulong)*(uint *)(param_1 + 0x30)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + (binary_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (parenthesized_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18))" ( (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) )) * number_literal)) )) - (binary_expression "(ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))))) ;) (if_statement "if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" if (parenthesized_expression "(uVar7 < uVar6)" ( (binary_expression "uVar7 < uVar6" identifier < identifier) )) (compound_statement "{\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }" { (expression_statement "lVar5 = *(uint *)(param_1 + 0x20) + uVar7;" (assignment_expression "lVar5 = *(uint *)(param_1 + 0x20) + uVar7" identifier = (binary_expression "*(uint *)(param_1 + 0x20) + uVar7" (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + identifier)) ;) (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (binary_expression "(lVar5 >> 6) * 8" (parenthesized_expression "(lVar5 >> 6)" ( (binary_expression "lVar5 >> 6" identifier >> number_literal) )) * number_literal))) ;) (expression_statement "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;" (assignment_expression "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f" (pointer_expression "*(uint *)(param_1 + 0x30)" * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "(uint)lVar5 & 0x3f" (cast_expression "(uint)lVar5" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) }) (else_clause "else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" else (compound_statement "{\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" { (expression_statement "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);" (call_expression "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" identifier (argument_list "(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) , (call_expression "CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30))" identifier (argument_list "(uStack_98c,*(uint *)(param_1 + 0x30))" ( identifier , (pointer_expression "*(uint *)(param_1 + 0x30)" * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) ))) , (binary_expression "uVar7 - uVar6" identifier - identifier) , number_literal ))) ;) }))) (expression_statement "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;" (assignment_expression "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" identifier = (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40)" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" if (parenthesized_expression "(uVar6 < uVar7)" ( (binary_expression "uVar6 < uVar7" identifier < identifier) )) (compound_statement "{\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }" { (expression_statement "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);" (call_expression "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6)" identifier (argument_list "(param_1 + 0x40,uVar7 - uVar6)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) , (binary_expression "uVar7 - uVar6" identifier - identifier) ))) ;) }) (else_clause "else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" else (if_statement "if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" if (parenthesized_expression "((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5))" ( (binary_expression "(uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" (parenthesized_expression "(uVar7 < uVar6)" ( (binary_expression "uVar7 < uVar6" identifier < identifier) )) && (parenthesized_expression "(lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" ( (comma_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5" (assignment_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40)" identifier = (binary_expression "uVar7 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "uVar7 * 0x10" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))))) , (binary_expression "*(long *)(param_1 + 0x48) != lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0x48) = lVar5;\n }" { (expression_statement "*(long *)(param_1 + 0x48) = lVar5;" (assignment_expression "*(long *)(param_1 + 0x48) = lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) = identifier) ;) })))) (if_statement "if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" if (parenthesized_expression "(1 < uVar2)" ( (binary_expression "1 < uVar2" number_literal < identifier) )) (compound_statement "{\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) (expression_statement "local_9c4 = 0;" (assignment_expression "local_9c4 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);" do (compound_statement "{\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n }" { (expression_statement "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();" (assignment_expression "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0xa0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0xa0)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0xa0)" ( (binary_expression "**(long **)(param_1 + 8) + 0xa0" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar13 = iVar4 == 0;" (assignment_expression "uVar13 = iVar4 == 0" identifier = (binary_expression "iVar4 == 0" identifier == number_literal)) ;) (expression_statement "uVar16 = iVar4 == 1;" (assignment_expression "uVar16 = iVar4 == 1" identifier = (binary_expression "iVar4 == 1" identifier == number_literal)) ;) (if_statement "if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" if (parenthesized_expression "((bool)uVar16)" ( (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier) )) (compound_statement "{\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" { (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x80)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x80)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x80)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x80)" ( (binary_expression "**(long **)(param_1 + 8) + 0x80" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" ( (pointer_expression "&local_988" & identifier) , (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (binary_expression "uVar6 & 0xffffffff" identifier & number_literal) ))) ;) (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" identifier = number_literal) ;) (expression_statement "ppuVar8 = (undefined **)((long)local_988 + 7);" (assignment_expression "ppuVar8 = (undefined **)((long)local_988 + 7)" identifier = (cast_expression "(undefined **)((long)local_988 + 7)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)local_988 + 7)" ( (binary_expression "(long)local_988 + 7" (cast_expression "(long)local_988" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "pbVar9 = (byte *)".debug_";" (assignment_expression "pbVar9 = (byte *)".debug_"" identifier = (cast_expression "(byte *)".debug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_"" " string_content "))) ;) (expression_statement "ppuVar10 = local_988;" (assignment_expression "ppuVar10 = local_988" identifier = identifier) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "uVar13 = *pbVar9 < *(byte *)ppuVar10;" (assignment_expression "uVar13 = *pbVar9 < *(byte *)ppuVar10" identifier = (binary_expression "*pbVar9 < *(byte *)ppuVar10" (pointer_expression "*pbVar9" * identifier) < (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "uVar16 = *pbVar9 == *(byte *)ppuVar10;" (assignment_expression "uVar16 = *pbVar9 == *(byte *)ppuVar10" identifier = (binary_expression "*pbVar9 == *(byte *)ppuVar10" (pointer_expression "*pbVar9" * identifier) == (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "((bool)uVar16)" ( (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;" (assignment_expression "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" identifier = (binary_expression "(!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" (parenthesized_expression "(!(bool)uVar13 && !(bool)uVar16)" ( (binary_expression "!(bool)uVar13 && !(bool)uVar16" (unary_expression "!(bool)uVar13" ! (cast_expression "(bool)uVar13" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)uVar16" ! (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)uVar13" ( (type_descriptor "bool" primitive_type) ) identifier))) ;) (if_statement "if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" if (parenthesized_expression "(bVar17)" ( identifier )) (compound_statement "{\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }" { (labeled_statement "LAB_00153be2:\n bVar14 = false;" statement_identifier : (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;)) (expression_statement "lVar5 = 5;" (assignment_expression "lVar5 = 5" identifier = number_literal) ;) (expression_statement "ppuVar10 = ppuVar8;" (assignment_expression "ppuVar10 = ppuVar8" identifier = identifier) ;) (expression_statement "pbVar9 = (byte *)0x37a372;" (assignment_expression "pbVar9 = (byte *)0x37a372" identifier = (cast_expression "(byte *)0x37a372" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *(byte *)ppuVar10 < *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar10 < *pbVar9" identifier = (binary_expression "*(byte *)ppuVar10 < *pbVar9" (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) < (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "bVar17 = *(byte *)ppuVar10 == *pbVar9;" (assignment_expression "bVar17 = *(byte *)ppuVar10 == *pbVar9" identifier = (binary_expression "*(byte *)ppuVar10 == *pbVar9" (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) == (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar17)" ( identifier )) ;) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" identifier = false) ;) (expression_statement "bVar14 = (!bVar14 && !bVar17) == bVar14;" (assignment_expression "bVar14 = (!bVar14 && !bVar17) == bVar14" identifier = (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" ( (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar17" ! identifier)) )) == identifier)) ;) (expression_statement "iVar4 = (int)uVar6;" (assignment_expression "iVar4 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" if (parenthesized_expression "(!bVar14)" ( (unary_expression "!bVar14" ! identifier) )) (compound_statement "{\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" { (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" identifier = number_literal) ;) (expression_statement "pbVar9 = (byte *)0x371f72;" (assignment_expression "pbVar9 = (byte *)0x371f72" identifier = (cast_expression "(byte *)0x371f72" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar15 = *(byte *)ppuVar8 < *pbVar9;" (assignment_expression "bVar15 = *(byte *)ppuVar8 < *pbVar9" identifier = (binary_expression "*(byte *)ppuVar8 < *pbVar9" (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) < (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "bVar14 = *(byte *)ppuVar8 == *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar8 == *pbVar9" identifier = (binary_expression "*(byte *)ppuVar8 == *pbVar9" (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) == (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" identifier = identifier) ;) (if_statement "if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }" if (parenthesized_expression "((!bVar15 && !bVar14) == bVar15)" ( (binary_expression "(!bVar15 && !bVar14) == bVar15" (parenthesized_expression "(!bVar15 && !bVar14)" ( (binary_expression "!bVar15 && !bVar14" (unary_expression "!bVar15" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) == identifier) )) (compound_statement "{\n iVar12 = (int)uVar6;\n }" { (expression_statement "iVar12 = (int)uVar6;" (assignment_expression "iVar12 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })) })) }) (else_clause "else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" else (compound_statement "{\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) (expression_statement "pbVar9 = (byte *)".zdebug_";" (assignment_expression "pbVar9 = (byte *)".zdebug_"" identifier = (cast_expression "(byte *)".zdebug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".zdebug_"" " string_content "))) ;) (expression_statement "ppuVar8 = local_988;" (assignment_expression "ppuVar8 = local_988" identifier = identifier) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar9 < *(byte *)ppuVar8;" (assignment_expression "bVar14 = *pbVar9 < *(byte *)ppuVar8" identifier = (binary_expression "*pbVar9 < *(byte *)ppuVar8" (pointer_expression "*pbVar9" * identifier) < (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "bVar17 = *pbVar9 == *(byte *)ppuVar8;" (assignment_expression "bVar17 = *pbVar9 == *(byte *)ppuVar8" identifier = (binary_expression "*pbVar9 == *(byte *)ppuVar8" (pointer_expression "*pbVar9" * identifier) == (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "(bVar17)" ( identifier )) ;) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" identifier = identifier) ;) (if_statement "if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" if (parenthesized_expression "((!bVar14 && !bVar17) == bVar14)" ( (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" ( (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar17" ! identifier)) )) == identifier) )) (compound_statement "{\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" { (expression_statement "ppuVar8 = local_988 + 1;" (assignment_expression "ppuVar8 = local_988 + 1" identifier = (binary_expression "local_988 + 1" identifier + number_literal)) ;) (expression_statement "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);" (assignment_expression "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" identifier = (cast_expression "(ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" ( (binary_expression "*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (binary_expression "(uVar6 >> 6) * 8" (parenthesized_expression "(uVar6 >> 6)" ( (binary_expression "uVar6 >> 6" identifier >> number_literal) )) * number_literal)) )))) ;) (expression_statement "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);" (assignment_expression "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" * identifier) | (binary_expression "1L << ((byte)uVar6 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar6 & 0x3f)" ( (binary_expression "(byte)uVar6 & 0x3f" (cast_expression "(byte)uVar6" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))))) ;) (expression_statement "bVar17 = *puVar1 == 0;" (assignment_expression "bVar17 = *puVar1 == 0" identifier = (binary_expression "*puVar1 == 0" (pointer_expression "*puVar1" * identifier) == number_literal)) ;) (goto_statement "goto LAB_00153be2;" goto statement_identifier ;) })) }))) (expression_statement "local_9c4 = iVar4;" (assignment_expression "local_9c4 = iVar4" identifier = identifier) ;) (if_statement "if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }" if (parenthesized_expression "(local_988 != &local_978)" ( (binary_expression "local_988 != &local_978" identifier != (pointer_expression "&local_978" & identifier)) )) (compound_statement "{\n FUN_002dac60(local_988);\n }" { (expression_statement "FUN_002dac60(local_988);" (call_expression "FUN_002dac60(local_988)" identifier (argument_list "(local_988)" ( identifier ))) ;) })) })) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((uint)uVar6 < uVar2)" ( (binary_expression "(uint)uVar6 < uVar2" (cast_expression "(uint)uVar6" ( (type_descriptor "uint" type_identifier) ) identifier) < identifier) )) ;) (if_statement "if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" if (parenthesized_expression "(local_9c4 != 0)" ( (binary_expression "local_9c4 != 0" identifier != number_literal) )) (compound_statement "{\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" { (expression_statement "local_978 = *(undefined **)(param_1 + 8);" (assignment_expression "local_978 = *(undefined **)(param_1 + 8)" identifier = (pointer_expression "*(undefined **)(param_1 + 8)" * (cast_expression "(undefined **)(param_1 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "local_980 = 0;" (assignment_expression "local_980 = 0" identifier = number_literal) ;) (expression_statement "local_960 = local_9c4;" (assignment_expression "local_960 = local_9c4" identifier = identifier) ;) (expression_statement "local_e8 = local_c0 + 8;" (assignment_expression "local_e8 = local_c0 + 8" identifier = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (expression_statement "local_970 = 0;" (assignment_expression "local_970 = 0" identifier = number_literal) ;) (expression_statement "local_968 = 0;" (assignment_expression "local_968 = 0" identifier = number_literal) ;) (expression_statement "local_95c = 0;" (assignment_expression "local_95c = 0" identifier = number_literal) ;) (expression_statement "local_950 = 0;" (assignment_expression "local_950 = 0" identifier = number_literal) ;) (expression_statement "local_948 = 0;" (assignment_expression "local_948 = 0" identifier = number_literal) ;) (expression_statement "local_940 = 0;" (assignment_expression "local_940 = 0" identifier = number_literal) ;) (expression_statement "local_938 = 0;" (assignment_expression "local_938 = 0" identifier = number_literal) ;) (expression_statement "local_930 = 0;" (assignment_expression "local_930 = 0" identifier = number_literal) ;) (expression_statement "local_928 = 0;" (assignment_expression "local_928 = 0" identifier = number_literal) ;) (expression_statement "local_920 = 0;" (assignment_expression "local_920 = 0" identifier = number_literal) ;) (expression_statement "local_918[0] = 0;" (assignment_expression "local_918[0] = 0" (subscript_expression "local_918[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_910 = 0;" (assignment_expression "local_910 = 0" identifier = number_literal) ;) (expression_statement "local_908 = 0;" (assignment_expression "local_908 = 0" identifier = number_literal) ;) (expression_statement "local_900 = 0;" (assignment_expression "local_900 = 0" identifier = number_literal) ;) (expression_statement "local_8f8 = '\0';" (assignment_expression "local_8f8 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_8f0 = 0;" (assignment_expression "local_8f0 = 0" identifier = number_literal) ;) (expression_statement "local_c0 = (undefined1 [16])0x0;" (assignment_expression "local_c0 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "local_e0 = 1;" (assignment_expression "local_e0 = 1" identifier = number_literal) ;) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;" (assignment_expression "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40" (field_expression "local_d0._0_12_" identifier . field_identifier) = (binary_expression "ZEXT412(0x3f800000) << 0x40" (call_expression "ZEXT412(0x3f800000)" identifier (argument_list "(0x3f800000)" ( number_literal ))) << number_literal)) ;) (expression_statement "local_d0._12_4_ = 0;" (assignment_expression "local_d0._12_4_ = 0" (field_expression "local_d0._12_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "puVar11 = local_8e8;" (assignment_expression "puVar11 = local_8e8" identifier = identifier) ;) (for_statement "for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" for ( (assignment_expression "lVar5 = 0x100" identifier = number_literal) ; (binary_expression "lVar5 != 0" identifier != number_literal) ; (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" { (expression_statement "*puVar11 = 0;" (assignment_expression "*puVar11 = 0" (pointer_expression "*puVar11" * identifier) = number_literal) ;) (expression_statement "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;" (assignment_expression "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "puVar11 + (ulong)bVar18 * -2 + 1" (binary_expression "puVar11 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" identifier = number_literal) ;) (expression_statement "local_a0 = 0;" (assignment_expression "local_a0 = 0" identifier = number_literal) ;) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" identifier = number_literal) ;) (expression_statement "local_90 = '\0';" (assignment_expression "local_90 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_88 = (long *)0x0;" (assignment_expression "local_88 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_70 = (long *)0x0;" (assignment_expression "local_70 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) (expression_statement "local_58 = '\0';" (assignment_expression "local_58 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_988 = &PTR_FUN_00431b58;" (assignment_expression "local_988 = &PTR_FUN_00431b58" identifier = (pointer_expression "&PTR_FUN_00431b58" & identifier)) ;) (expression_statement "local_954 = iVar12;" (assignment_expression "local_954 = iVar12" identifier = identifier) ;) (expression_statement "local_b0 = &local_988;" (assignment_expression "local_b0 = &local_988" identifier = (pointer_expression "&local_988" & identifier)) ;) (expression_statement "local_48 = param_2;" (assignment_expression "local_48 = param_2" identifier = identifier) ;) comment (expression_statement "FUN_0016d840(&local_988);" (call_expression "FUN_0016d840(&local_988)" identifier (argument_list "(&local_988)" ( (pointer_expression "&local_988" & identifier) ))) ;) (expression_statement "local_988 = &PTR_FUN_00426b38;" (assignment_expression "local_988 = &PTR_FUN_00426b38" identifier = (pointer_expression "&PTR_FUN_00426b38" & identifier)) ;) (if_statement "if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }" if (parenthesized_expression "(local_70 != (long *)0x0)" ( (binary_expression "local_70 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*local_70 + 8))();\n }" { (expression_statement "(**(code **)(*local_70 + 8))();" (call_expression "(**(code **)(*local_70 + 8))()" (parenthesized_expression "(**(code **)(*local_70 + 8))" ( (pointer_expression "**(code **)(*local_70 + 8)" * (pointer_expression "*(code **)(*local_70 + 8)" * (cast_expression "(code **)(*local_70 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_70 + 8)" ( (binary_expression "*local_70 + 8" (pointer_expression "*local_70" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_58 != '\0') && (local_68 != 0))" ( (binary_expression "(local_58 != '\0') && (local_68 != 0)" (parenthesized_expression "(local_58 != '\0')" ( (binary_expression "local_58 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_90 != '\0') && (local_a0 != 0))" ( (binary_expression "(local_90 != '\0') && (local_a0 != 0)" (parenthesized_expression "(local_90 != '\0')" ( (binary_expression "local_90 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_a0 != 0)" ( (binary_expression "local_a0 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }" if (parenthesized_expression "(local_88 != (long *)0x0)" ( (binary_expression "local_88 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*local_88 + 8))();\n }" { (expression_statement "(**(code **)(*local_88 + 8))();" (call_expression "(**(code **)(*local_88 + 8))()" (parenthesized_expression "(**(code **)(*local_88 + 8))" ( (pointer_expression "**(code **)(*local_88 + 8)" * (pointer_expression "*(code **)(*local_88 + 8)" * (cast_expression "(code **)(*local_88 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_88 + 8)" ( (binary_expression "*local_88 + 8" (pointer_expression "*local_88" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_8f8 != '\0') && (local_908 != 0))" ( (binary_expression "(local_8f8 != '\0') && (local_908 != 0)" (parenthesized_expression "(local_8f8 != '\0')" ( (binary_expression "local_8f8 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_908 != 0)" ( (binary_expression "local_908 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0016bbe0(local_918);" (call_expression "FUN_0016bbe0(local_918)" identifier (argument_list "(local_918)" ( identifier ))) ;) (expression_statement "puVar11 = local_d8;" (assignment_expression "puVar11 = local_d8" identifier = identifier) ;) (while_statement "while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" while (parenthesized_expression "(puVar11 != (undefined8 *)0x0)" ( (binary_expression "puVar11 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" { (expression_statement "puVar11 = (undefined8 *)*puVar11;" (assignment_expression "puVar11 = (undefined8 *)*puVar11" identifier = (cast_expression "(undefined8 *)*puVar11" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar11" * identifier))) ;) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset(local_e8,0,local_e0 * 8);" (call_expression "memset(local_e8,0,local_e0 * 8)" identifier (argument_list "(local_e8,0,local_e0 * 8)" ( identifier , number_literal , (binary_expression "local_e0 * 8" identifier * number_literal) ))) ;) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar3._0_8_ = local_d0._8_8_;" (assignment_expression "auVar3._0_8_ = local_d0._8_8_" (field_expression "auVar3._0_8_" identifier . field_identifier) = (field_expression "local_d0._8_8_" identifier . field_identifier)) ;) (expression_statement "local_d0 = auVar3 << 0x40;" (assignment_expression "local_d0 = auVar3 << 0x40" identifier = (binary_expression "auVar3 << 0x40" identifier << number_literal)) ;) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_e8 != local_c0 + 8)" ( (binary_expression "local_e8 != local_c0 + 8" identifier != (binary_expression "local_c0 + 8" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void read_executable(Dwo_file * this, File_list * files) */\n\nvoid __thiscall gold::Dwo_file::read_executable(Dwo_file *this,File_list *files)\n\n{\n ulong *puVar1;\n byte bVar2;\n byte bVar3;\n uint uVar4;\n uint uVar5;\n _Bit_type *p_Var6;\n _Bit_type *p_Var7;\n pointer pSVar8;\n _Hash_node_base *p_Var9;\n undefined1 auVar10 [16];\n _Hash_node_base *p_Var11;\n int iVar12;\n Relobj *pRVar13;\n long lVar14;\n ulong uVar15;\n ulong uVar16;\n ulong uVar17;\n pointer pSVar18;\n byte *pbVar19;\n byte *pbVar20;\n _Alloc_hider _Var21;\n byte *pbVar22;\n undefined8 *puVar23;\n undefined1 uVar24;\n bool bVar25;\n undefined1 uVar26;\n bool bVar27;\n byte bVar28;\n iterator __position;\n int local_9c4;\n undefined4 uStack_98c;\n string sect_name;\n undefined1 local_918 [2120];\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n Dwarf_info_reader *local_b0;\n uint local_a8;\n uchar *local_a0;\n uchar *local_98;\n bool local_90;\n Elf_reloc_mapper *local_88;\n uint local_80;\n uint64_t local_78;\n Elf_reloc_mapper *local_70;\n char *local_68;\n char *local_60;\n bool local_58;\n uint64_t local_50;\n File_list *local_48;\n \n bVar28 = 0;\n pRVar13 = make_object(this,(Dwp_output_file *)0x0);\n p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p;\n p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p;\n uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset;\n uVar5 = (pRVar13->super_Object).shnum_;\n uVar17 = (ulong)uVar5;\n this->obj_ = pRVar13;\n uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset;\n uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15;\n if (uVar17 < uVar16) {\n lVar14 = uVar15 + uVar17;\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;\n }\n else {\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }\n pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish;\n pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start;\n uVar15 = (long)pSVar8 - (long)pSVar18 >> 4;\n if (uVar15 < uVar17) {\n std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);\n }\n else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }\n if (1 < uVar5) {\n uVar15 = 1;\n local_9c4 = 0;\n do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);\n if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Dwo_file::read_executable(Dwo_file *this,File_list *files)\n\n{\n ulong *puVar1;\n byte bVar2;\n byte bVar3;\n uint uVar4;\n uint uVar5;\n _Bit_type *p_Var6;\n _Bit_type *p_Var7;\n pointer pSVar8;\n _Hash_node_base *p_Var9;\n undefined1 auVar10 [16];\n _Hash_node_base *p_Var11;\n int iVar12;\n Relobj *pRVar13;\n long lVar14;\n ulong uVar15;\n ulong uVar16;\n ulong uVar17;\n pointer pSVar18;\n byte *pbVar19;\n byte *pbVar20;\n _Alloc_hider _Var21;\n byte *pbVar22;\n undefined8 *puVar23;\n undefined1 uVar24;\n bool bVar25;\n undefined1 uVar26;\n bool bVar27;\n byte bVar28;\n iterator __position;\n int local_9c4;\n undefined4 uStack_98c;\n string sect_name;\n undefined1 local_918 [2120];\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n Dwarf_info_reader *local_b0;\n uint local_a8;\n uchar *local_a0;\n uchar *local_98;\n bool local_90;\n Elf_reloc_mapper *local_88;\n uint local_80;\n uint64_t local_78;\n Elf_reloc_mapper *local_70;\n char *local_68;\n char *local_60;\n bool local_58;\n uint64_t local_50;\n File_list *local_48;\n \n bVar28 = 0;\n pRVar13 = make_object(this,(Dwp_output_file *)0x0);\n p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p;\n p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p;\n uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset;\n uVar5 = (pRVar13->super_Object).shnum_;\n uVar17 = (ulong)uVar5;\n this->obj_ = pRVar13;\n uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset;\n uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15;\n if (uVar17 < uVar16) {\n lVar14 = uVar15 + uVar17;\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;\n }\n else {\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }\n pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish;\n pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start;\n uVar15 = (long)pSVar8 - (long)pSVar18 >> 4;\n if (uVar15 < uVar17) {\n std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);\n }\n else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }\n if (1 < uVar5) {\n uVar15 = 1;\n local_9c4 = 0;\n do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);\n if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dwo_file::" identifier : : identifier : :) (function_declarator "read_executable(Dwo_file *this,File_list *files)" identifier (parameter_list "(Dwo_file *this,File_list *files)" ( (parameter_declaration "Dwo_file *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "File_list *files" type_identifier (pointer_declarator "*files" * identifier)) ))) (compound_statement "{\n ulong *puVar1;\n byte bVar2;\n byte bVar3;\n uint uVar4;\n uint uVar5;\n _Bit_type *p_Var6;\n _Bit_type *p_Var7;\n pointer pSVar8;\n _Hash_node_base *p_Var9;\n undefined1 auVar10 [16];\n _Hash_node_base *p_Var11;\n int iVar12;\n Relobj *pRVar13;\n long lVar14;\n ulong uVar15;\n ulong uVar16;\n ulong uVar17;\n pointer pSVar18;\n byte *pbVar19;\n byte *pbVar20;\n _Alloc_hider _Var21;\n byte *pbVar22;\n undefined8 *puVar23;\n undefined1 uVar24;\n bool bVar25;\n undefined1 uVar26;\n bool bVar27;\n byte bVar28;\n iterator __position;\n int local_9c4;\n undefined4 uStack_98c;\n string sect_name;\n undefined1 local_918 [2120];\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n Dwarf_info_reader *local_b0;\n uint local_a8;\n uchar *local_a0;\n uchar *local_98;\n bool local_90;\n Elf_reloc_mapper *local_88;\n uint local_80;\n uint64_t local_78;\n Elf_reloc_mapper *local_70;\n char *local_68;\n char *local_60;\n bool local_58;\n uint64_t local_50;\n File_list *local_48;\n \n bVar28 = 0;\n pRVar13 = make_object(this,(Dwp_output_file *)0x0);\n p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p;\n p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p;\n uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset;\n uVar5 = (pRVar13->super_Object).shnum_;\n uVar17 = (ulong)uVar5;\n this->obj_ = pRVar13;\n uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset;\n uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15;\n if (uVar17 < uVar16) {\n lVar14 = uVar15 + uVar17;\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;\n }\n else {\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }\n pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish;\n pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start;\n uVar15 = (long)pSVar8 - (long)pSVar18 >> 4;\n if (uVar15 < uVar17) {\n std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);\n }\n else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }\n if (1 < uVar5) {\n uVar15 = 1;\n local_9c4 = 0;\n do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);\n if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }\n }\n return;\n}" { (declaration "ulong *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "_Bit_type *p_Var6;" type_identifier (pointer_declarator "*p_Var6" * identifier) ;) (declaration "_Bit_type *p_Var7;" type_identifier (pointer_declarator "*p_Var7" * identifier) ;) (declaration "pointer pSVar8;" type_identifier identifier ;) (declaration "_Hash_node_base *p_Var9;" type_identifier (pointer_declarator "*p_Var9" * identifier) ;) (declaration "undefined1 auVar10 [16];" type_identifier (array_declarator "auVar10 [16]" identifier [ number_literal ]) ;) (declaration "_Hash_node_base *p_Var11;" type_identifier (pointer_declarator "*p_Var11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "Relobj *pRVar13;" type_identifier (pointer_declarator "*pRVar13" * identifier) ;) (declaration "long lVar14;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "ulong uVar16;" type_identifier identifier ;) (declaration "ulong uVar17;" type_identifier identifier ;) (declaration "pointer pSVar18;" type_identifier identifier ;) (declaration "byte *pbVar19;" type_identifier (pointer_declarator "*pbVar19" * identifier) ;) (declaration "byte *pbVar20;" type_identifier (pointer_declarator "*pbVar20" * identifier) ;) (declaration "_Alloc_hider _Var21;" type_identifier identifier ;) (declaration "byte *pbVar22;" type_identifier (pointer_declarator "*pbVar22" * identifier) ;) (declaration "undefined8 *puVar23;" type_identifier (pointer_declarator "*puVar23" * identifier) ;) (declaration "undefined1 uVar24;" type_identifier identifier ;) (declaration "bool bVar25;" primitive_type identifier ;) (declaration "undefined1 uVar26;" type_identifier identifier ;) (declaration "bool bVar27;" primitive_type identifier ;) (declaration "byte bVar28;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "int local_9c4;" primitive_type identifier ;) (declaration "undefined4 uStack_98c;" type_identifier identifier ;) (declaration "string sect_name;" type_identifier identifier ;) (declaration "undefined1 local_918 [2120];" type_identifier (array_declarator "local_918 [2120]" identifier [ number_literal ]) ;) (declaration "undefined1 local_d0 [16];" type_identifier (array_declarator "local_d0 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c0 [16];" type_identifier (array_declarator "local_c0 [16]" identifier [ number_literal ]) ;) (declaration "Dwarf_info_reader *local_b0;" type_identifier (pointer_declarator "*local_b0" * identifier) ;) (declaration "uint local_a8;" type_identifier identifier ;) (declaration "uchar *local_a0;" type_identifier (pointer_declarator "*local_a0" * identifier) ;) (declaration "uchar *local_98;" type_identifier (pointer_declarator "*local_98" * identifier) ;) (declaration "bool local_90;" primitive_type identifier ;) (declaration "Elf_reloc_mapper *local_88;" type_identifier (pointer_declarator "*local_88" * identifier) ;) (declaration "uint local_80;" type_identifier identifier ;) (declaration "uint64_t local_78;" primitive_type identifier ;) (declaration "Elf_reloc_mapper *local_70;" type_identifier (pointer_declarator "*local_70" * identifier) ;) (declaration "char *local_68;" primitive_type (pointer_declarator "*local_68" * identifier) ;) (declaration "char *local_60;" primitive_type (pointer_declarator "*local_60" * identifier) ;) (declaration "bool local_58;" primitive_type identifier ;) (declaration "uint64_t local_50;" primitive_type identifier ;) (declaration "File_list *local_48;" type_identifier (pointer_declarator "*local_48" * identifier) ;) (expression_statement "bVar28 = 0;" (assignment_expression "bVar28 = 0" identifier = number_literal) ;) (expression_statement "pRVar13 = make_object(this,(Dwp_output_file *)0x0);" (assignment_expression "pRVar13 = make_object(this,(Dwp_output_file *)0x0)" identifier = (call_expression "make_object(this,(Dwp_output_file *)0x0)" identifier (argument_list "(this,(Dwp_output_file *)0x0)" ( identifier , (cast_expression "(Dwp_output_file *)0x0" ( (type_descriptor "Dwp_output_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p;" (field_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p" (field_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base" (field_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish" (field_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std::allocator<bool" (assignment_expression "p_Var6 = (this->is_compressed_).super__Bvector_base<std" identifier = (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p;" (field_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p" (field_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base" (field_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start" (field_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std::allocator<bool" (assignment_expression "p_Var7 = (this->is_compressed_).super__Bvector_base<std" identifier = (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset;" (field_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset" (field_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base" (field_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish" (field_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std::allocator<bool" (assignment_expression "uVar4 = (this->is_compressed_).super__Bvector_base<std" identifier = (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "uVar5 = (pRVar13->super_Object).shnum_;" (assignment_expression "uVar5 = (pRVar13->super_Object).shnum_" identifier = (field_expression "(pRVar13->super_Object).shnum_" (parenthesized_expression "(pRVar13->super_Object)" ( (field_expression "pRVar13->super_Object" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "uVar17 = (ulong)uVar5;" (assignment_expression "uVar17 = (ulong)uVar5" identifier = (cast_expression "(ulong)uVar5" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "this->obj_ = pRVar13;" (assignment_expression "this->obj_ = pRVar13" (field_expression "this->obj_" identifier -> field_identifier) = identifier) ;) (expression_statement "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset;" (field_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset" (field_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base" (field_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start" (field_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std::allocator<bool" (assignment_expression "uVar15 = (ulong)(this->is_compressed_).super__Bvector_base<std" identifier = (binary_expression "(ulong)(this->is_compressed_).super__Bvector_base<std" (field_expression "(ulong)(this->is_compressed_).super__Bvector_base" (call_expression "(ulong)(this->is_compressed_)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) ))) . field_identifier) < identifier)) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) ;) (expression_statement "uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15;" (assignment_expression "uVar16 = ((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15" identifier = (binary_expression "((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8) - uVar15" (parenthesized_expression "((ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8)" ( (binary_expression "(ulong)uVar4 + ((long)p_Var6 - (long)p_Var7) * 8" (cast_expression "(ulong)uVar4" ( (type_descriptor "ulong" type_identifier) ) identifier) + (binary_expression "((long)p_Var6 - (long)p_Var7) * 8" (parenthesized_expression "((long)p_Var6 - (long)p_Var7)" ( (binary_expression "(long)p_Var6 - (long)p_Var7" (cast_expression "(long)p_Var6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)p_Var7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) * number_literal)) )) - identifier)) ;) (if_statement "if (uVar17 < uVar16) {\n lVar14 = uVar15 + uVar17;\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;\n }\n else {\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }" if (parenthesized_expression "(uVar17 < uVar16)" ( (binary_expression "uVar17 < uVar16" identifier < identifier) )) (compound_statement "{\n lVar14 = uVar15 + uVar17;\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);\n (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;\n }" { (expression_statement "lVar14 = uVar15 + uVar17;" (assignment_expression "lVar14 = uVar15 + uVar17" identifier = (binary_expression "uVar15 + uVar17" identifier + identifier)) ;) (expression_statement "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6);" (assignment_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = p_Var7 + (lVar14 >> 6)" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool" (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "p_Var7 + (lVar14 >> 6)" identifier + (parenthesized_expression "(lVar14 >> 6)" ( (binary_expression "lVar14 >> 6" identifier >> number_literal) )))) ;) (expression_statement "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f;" (assignment_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (uint)lVar14 & 0x3f" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish.super__Bit_iterator_base" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_finish" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "(this->is_compressed_).super__Bvector_base<std::allocator<bool" (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "(uint)lVar14 & 0x3f" (cast_expression "(uint)lVar14" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) }) (else_clause "else {\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }" else (compound_statement "{\n __position.super__Bit_iterator_base._12_4_ = uStack_98c;\n __position.super__Bit_iterator_base._M_offset = uVar4;\n __position.super__Bit_iterator_base._M_p = p_Var6;\n std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);\n }" { (expression_statement "__position.super__Bit_iterator_base._12_4_ = uStack_98c;" (assignment_expression "__position.super__Bit_iterator_base._12_4_ = uStack_98c" (field_expression "__position.super__Bit_iterator_base._12_4_" (field_expression "__position.super__Bit_iterator_base" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "__position.super__Bit_iterator_base._M_offset = uVar4;" (assignment_expression "__position.super__Bit_iterator_base._M_offset = uVar4" (field_expression "__position.super__Bit_iterator_base._M_offset" (field_expression "__position.super__Bit_iterator_base" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "__position.super__Bit_iterator_base._M_p = p_Var6;" (assignment_expression "__position.super__Bit_iterator_base._M_p = p_Var6" (field_expression "__position.super__Bit_iterator_base._M_p" (field_expression "__position.super__Bit_iterator_base" identifier . field_identifier) . field_identifier) = identifier) ;) (labeled_statement "std::vector<bool,_std::allocator<bool>_>::_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);" statement_identifier (ERROR "::vector<bool,_std::allocator<bool>_>:" : : (comma_expression "vector<bool,_std" (binary_expression "vector<bool" identifier < identifier) , identifier) : : (binary_expression "allocator<bool>_" (binary_expression "allocator<bool" identifier < identifier) > identifier) > :) : (expression_statement "_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false);" (call_expression "_M_fill_insert\n (&this->is_compressed_,__position,uVar17 - uVar16,false)" identifier (argument_list "(&this->is_compressed_,__position,uVar17 - uVar16,false)" ( (pointer_expression "&this->is_compressed_" & (field_expression "this->is_compressed_" identifier -> field_identifier)) , identifier , (binary_expression "uVar17 - uVar16" identifier - identifier) , false ))) ;)) }))) (ERROR "pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::" (comma_expression "pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std" (assignment_expression "pSVar8 = (this->sect_offsets_).\n super__Vector_base<gold" identifier = (binary_expression "(this->sect_offsets_).\n super__Vector_base<gold" (field_expression "(this->sect_offsets_).\n super__Vector_base" (parenthesized_expression "(this->sect_offsets_)" ( (field_expression "this->sect_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_bounds" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Section_bounds>_>._M_impl.\n _M_finish;" (field_expression "Section_bounds>_>._M_impl.\n _M_finish" (field_expression "Section_bounds>_>._M_impl" (binary_expression "Section_bounds>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (ERROR "pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::" (comma_expression "pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std" (assignment_expression "pSVar18 = (this->sect_offsets_).\n super__Vector_base<gold" identifier = (binary_expression "(this->sect_offsets_).\n super__Vector_base<gold" (field_expression "(this->sect_offsets_).\n super__Vector_base" (parenthesized_expression "(this->sect_offsets_)" ( (field_expression "this->sect_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_bounds" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Section_bounds>_>._M_impl.\n _M_start;" (field_expression "Section_bounds>_>._M_impl.\n _M_start" (field_expression "Section_bounds>_>._M_impl" (binary_expression "Section_bounds>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "uVar15 = (long)pSVar8 - (long)pSVar18 >> 4;" (assignment_expression "uVar15 = (long)pSVar8 - (long)pSVar18 >> 4" identifier = (binary_expression "(long)pSVar8 - (long)pSVar18 >> 4" (binary_expression "(long)pSVar8 - (long)pSVar18" (cast_expression "(long)pSVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pSVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar15 < uVar17) {\n std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);\n }\n else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }" if (parenthesized_expression "(uVar15 < uVar17)" ( (binary_expression "uVar15 < uVar17" identifier < identifier) )) (compound_statement "{\n std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);\n }" { (labeled_statement "std::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>::_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);" statement_identifier (ERROR "::vector<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Section_bounds,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Section_bounds>_" identifier > identifier) > :) : (expression_statement "_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15);" (call_expression "_M_default_append\n (&this->sect_offsets_,uVar17 - uVar15)" identifier (argument_list "(&this->sect_offsets_,uVar17 - uVar15)" ( (pointer_expression "&this->sect_offsets_" & (field_expression "this->sect_offsets_" identifier -> field_identifier)) , (binary_expression "uVar17 - uVar15" identifier - identifier) ))) ;)) }) (else_clause "else if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }" else (if_statement "if ((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)) {\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }" if (parenthesized_expression "((uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18))" ( (binary_expression "(uVar17 < uVar15) && (pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)" (parenthesized_expression "(uVar17 < uVar15)" ( (binary_expression "uVar17 < uVar15" identifier < identifier) )) && (parenthesized_expression "(pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18)" ( (comma_expression "pSVar18 = pSVar18 + uVar17, pSVar8 != pSVar18" (assignment_expression "pSVar18 = pSVar18 + uVar17" identifier = (binary_expression "pSVar18 + uVar17" identifier + identifier)) , (binary_expression "pSVar8 != pSVar18" identifier != identifier)) ))) )) (compound_statement "{\n (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_finish = pSVar18;\n }" { (ERROR "(this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::" (comma_expression "(this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std" (binary_expression "(this->sect_offsets_).\n super__Vector_base<gold" (field_expression "(this->sect_offsets_).\n super__Vector_base" (parenthesized_expression "(this->sect_offsets_)" ( (field_expression "this->sect_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Section_bounds" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Section_bounds>_>._M_impl.\n _M_finish = pSVar18;" (assignment_expression "Section_bounds>_>._M_impl.\n _M_finish = pSVar18" (field_expression "Section_bounds>_>._M_impl.\n _M_finish" (field_expression "Section_bounds>_>._M_impl" (binary_expression "Section_bounds>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) })))) (if_statement "if (1 < uVar5) {\n uVar15 = 1;\n local_9c4 = 0;\n do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);\n if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }\n }" if (parenthesized_expression "(1 < uVar5)" ( (binary_expression "1 < uVar5" number_literal < identifier) )) (compound_statement "{\n uVar15 = 1;\n local_9c4 = 0;\n do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);\n if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "local_9c4 = 0;" (assignment_expression "local_9c4 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n } while ((uint)uVar15 < uVar5);" do (compound_statement "{\n iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();\n uVar24 = iVar12 == 0;\n uVar26 = iVar12 == 1;\n if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }\n uVar15 = uVar15 + 1;\n }" { (expression_statement "iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])();" (assignment_expression "iVar12 = (*(this->obj_->super_Object)._vptr_Object[0x14])()" identifier = (call_expression "(*(this->obj_->super_Object)._vptr_Object[0x14])()" (parenthesized_expression "(*(this->obj_->super_Object)._vptr_Object[0x14])" ( (pointer_expression "*(this->obj_->super_Object)._vptr_Object[0x14]" * (subscript_expression "(this->obj_->super_Object)._vptr_Object[0x14]" (field_expression "(this->obj_->super_Object)._vptr_Object" (parenthesized_expression "(this->obj_->super_Object)" ( (field_expression "this->obj_->super_Object" (field_expression "this->obj_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "()" ( )))) ;) (expression_statement "uVar24 = iVar12 == 0;" (assignment_expression "uVar24 = iVar12 == 0" identifier = (binary_expression "iVar12 == 0" identifier == number_literal)) ;) (expression_statement "uVar26 = iVar12 == 1;" (assignment_expression "uVar26 = iVar12 == 1" identifier = (binary_expression "iVar12 == 1" identifier == number_literal)) ;) (if_statement "if ((bool)uVar26) {\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }" if (parenthesized_expression "((bool)uVar26)" ( (cast_expression "(bool)uVar26" ( (type_descriptor "bool" primitive_type) ) identifier) )) (compound_statement "{\n (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);\n lVar14 = 7;\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);\n pbVar20 = (byte *)".debug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);\n bVar25 = false;\n bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;\n if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar12;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }\n }" { (expression_statement "(*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff);" (call_expression "(*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,uVar15 & 0xffffffff)" (parenthesized_expression "(*(this->obj_->super_Object)._vptr_Object[0x10])" ( (pointer_expression "*(this->obj_->super_Object)._vptr_Object[0x10]" * (subscript_expression "(this->obj_->super_Object)._vptr_Object[0x10]" (field_expression "(this->obj_->super_Object)._vptr_Object" (parenthesized_expression "(this->obj_->super_Object)" ( (field_expression "this->obj_->super_Object" (field_expression "this->obj_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(&sect_name,this->obj_,uVar15 & 0xffffffff)" ( (pointer_expression "&sect_name" & identifier) , (field_expression "this->obj_" identifier -> field_identifier) , (binary_expression "uVar15 & 0xffffffff" identifier & number_literal) ))) ;) (expression_statement "lVar14 = 7;" (assignment_expression "lVar14 = 7" identifier = number_literal) ;) (expression_statement "pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7);" (assignment_expression "pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 7)" identifier = (cast_expression "(byte *)(sect_name._M_dataplus._M_p + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(sect_name._M_dataplus._M_p + 7)" ( (binary_expression "sect_name._M_dataplus._M_p + 7" (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier) + number_literal) )))) ;) (expression_statement "pbVar20 = (byte *)".debug_";" (assignment_expression "pbVar20 = (byte *)".debug_"" identifier = (cast_expression "(byte *)".debug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_"" " string_content "))) ;) (expression_statement "_Var21 = sect_name._M_dataplus;" (assignment_expression "_Var21 = sect_name._M_dataplus" identifier = (field_expression "sect_name._M_dataplus" identifier . field_identifier)) ;) (do_statement "do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while ((bool)uVar26);" do (compound_statement "{\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n uVar24 = *pbVar20 < (byte)*_Var21._M_p;\n uVar26 = *pbVar20 == *_Var21._M_p;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n }" { (if_statement "if (lVar14 == 0) break;" if (parenthesized_expression "(lVar14 == 0)" ( (binary_expression "lVar14 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar14 = lVar14 + -1;" (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ;) (expression_statement "uVar24 = *pbVar20 < (byte)*_Var21._M_p;" (assignment_expression "uVar24 = *pbVar20 < (byte)*_Var21._M_p" identifier = (binary_expression "*pbVar20 < (byte)*_Var21._M_p" (pointer_expression "*pbVar20" * identifier) < (binary_expression "(byte)*_Var21._M_p" (parenthesized_expression "(byte)" ( identifier )) * (field_expression "_Var21._M_p" identifier . field_identifier)))) ;) (expression_statement "uVar26 = *pbVar20 == *_Var21._M_p;" (assignment_expression "uVar26 = *pbVar20 == *_Var21._M_p" identifier = (binary_expression "*pbVar20 == *_Var21._M_p" (pointer_expression "*pbVar20" * identifier) == (pointer_expression "*_Var21._M_p" * (field_expression "_Var21._M_p" identifier . field_identifier)))) ;) (expression_statement "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar20 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar20 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "_Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);" (assignment_expression "_Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" (field_expression "_Var21._M_p" identifier . field_identifier) = (call_expression "(pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" ( (binary_expression "(byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1" (binary_expression "(byte *)_Var21._M_p + (ulong)bVar28 * -2" (cast_expression "(byte *)_Var21._M_p" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "_Var21._M_p" identifier . field_identifier)) + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "((bool)uVar26)" ( (cast_expression "(bool)uVar26" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (expression_statement "bVar25 = false;" (assignment_expression "bVar25 = false" identifier = false) ;) (expression_statement "bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24;" (assignment_expression "bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24" identifier = (binary_expression "(!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24" (parenthesized_expression "(!(bool)uVar24 && !(bool)uVar26)" ( (binary_expression "!(bool)uVar24 && !(bool)uVar26" (unary_expression "!(bool)uVar24" ! (cast_expression "(bool)uVar24" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)uVar26" ! (cast_expression "(bool)uVar26" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)uVar24" ( (type_descriptor "bool" primitive_type) ) identifier))) ;) (if_statement "if (bVar27) {\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }\n else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" if (parenthesized_expression "(bVar27)" ( identifier )) (compound_statement "{\nLAB_00153be2:\n bVar25 = false;\n lVar14 = 5;\n pbVar20 = pbVar19;\n pbVar22 = (byte *)0x37a372;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);\n iVar12 = (int)uVar15;\n if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }\n }" { (labeled_statement "LAB_00153be2:\n bVar25 = false;" statement_identifier : (expression_statement "bVar25 = false;" (assignment_expression "bVar25 = false" identifier = false) ;)) (expression_statement "lVar14 = 5;" (assignment_expression "lVar14 = 5" identifier = number_literal) ;) (expression_statement "pbVar20 = pbVar19;" (assignment_expression "pbVar20 = pbVar19" identifier = identifier) ;) (expression_statement "pbVar22 = (byte *)0x37a372;" (assignment_expression "pbVar22 = (byte *)0x37a372" identifier = (cast_expression "(byte *)0x37a372" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n } while (bVar27);" do (compound_statement "{\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar20 < *pbVar22;\n bVar27 = *pbVar20 == *pbVar22;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;\n }" { (if_statement "if (lVar14 == 0) break;" if (parenthesized_expression "(lVar14 == 0)" ( (binary_expression "lVar14 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar14 = lVar14 + -1;" (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ;) (expression_statement "bVar25 = *pbVar20 < *pbVar22;" (assignment_expression "bVar25 = *pbVar20 < *pbVar22" identifier = (binary_expression "*pbVar20 < *pbVar22" (pointer_expression "*pbVar20" * identifier) < (pointer_expression "*pbVar22" * identifier))) ;) (expression_statement "bVar27 = *pbVar20 == *pbVar22;" (assignment_expression "bVar27 = *pbVar20 == *pbVar22" identifier = (binary_expression "*pbVar20 == *pbVar22" (pointer_expression "*pbVar20" * identifier) == (pointer_expression "*pbVar22" * identifier))) ;) (expression_statement "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar20 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar20 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar22 = pbVar22 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar22 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar22 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar27)" ( identifier )) ;) (expression_statement "iVar12 = (int)uVar15;" (assignment_expression "iVar12 = (int)uVar15" identifier = (cast_expression "(int)uVar15" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if ((!bVar25 && !bVar27) != bVar25) {\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }" if (parenthesized_expression "((!bVar25 && !bVar27) != bVar25)" ( (binary_expression "(!bVar25 && !bVar27) != bVar25" (parenthesized_expression "(!bVar25 && !bVar27)" ( (binary_expression "!bVar25 && !bVar27" (unary_expression "!bVar25" ! identifier) && (unary_expression "!bVar27" ! identifier)) )) != identifier) )) (compound_statement "{\n lVar14 = 7;\n pbVar20 = (byte *)0x371f72;\n do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);\n }" { (expression_statement "lVar14 = 7;" (assignment_expression "lVar14 = 7" identifier = number_literal) ;) (expression_statement "pbVar20 = (byte *)0x371f72;" (assignment_expression "pbVar20 = (byte *)0x371f72" identifier = (cast_expression "(byte *)0x371f72" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n } while (bVar2 == bVar3);" do (compound_statement "{\n iVar12 = local_9c4;\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar3 = *pbVar20;\n bVar2 = *pbVar19;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;\n }" { (expression_statement "iVar12 = local_9c4;" (assignment_expression "iVar12 = local_9c4" identifier = identifier) ;) (if_statement "if (lVar14 == 0) break;" if (parenthesized_expression "(lVar14 == 0)" ( (binary_expression "lVar14 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar14 = lVar14 + -1;" (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ;) (expression_statement "bVar3 = *pbVar20;" (assignment_expression "bVar3 = *pbVar20" identifier = (pointer_expression "*pbVar20" * identifier)) ;) (expression_statement "bVar2 = *pbVar19;" (assignment_expression "bVar2 = *pbVar19" identifier = (pointer_expression "*pbVar19" * identifier)) ;) (expression_statement "pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar19 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar19 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar20 = pbVar20 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar20 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar20 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar2 == bVar3)" ( (binary_expression "bVar2 == bVar3" identifier == identifier) )) ;) })) }) (else_clause "else {\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" else (compound_statement "{\n lVar14 = 8;\n pbVar19 = (byte *)".zdebug_";\n _Var21 = sect_name._M_dataplus;\n do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);\n iVar12 = local_9c4;\n if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" { (expression_statement "lVar14 = 8;" (assignment_expression "lVar14 = 8" identifier = number_literal) ;) (expression_statement "pbVar19 = (byte *)".zdebug_";" (assignment_expression "pbVar19 = (byte *)".zdebug_"" identifier = (cast_expression "(byte *)".zdebug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".zdebug_"" " string_content "))) ;) (expression_statement "_Var21 = sect_name._M_dataplus;" (assignment_expression "_Var21 = sect_name._M_dataplus" identifier = (field_expression "sect_name._M_dataplus" identifier . field_identifier)) ;) (do_statement "do {\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n } while (bVar27);" do (compound_statement "{\n if (lVar14 == 0) break;\n lVar14 = lVar14 + -1;\n bVar25 = *pbVar19 < (byte)*_Var21._M_p;\n bVar27 = *pbVar19 == *_Var21._M_p;\n pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;\n _Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);\n }" { (if_statement "if (lVar14 == 0) break;" if (parenthesized_expression "(lVar14 == 0)" ( (binary_expression "lVar14 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar14 = lVar14 + -1;" (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ;) (expression_statement "bVar25 = *pbVar19 < (byte)*_Var21._M_p;" (assignment_expression "bVar25 = *pbVar19 < (byte)*_Var21._M_p" identifier = (binary_expression "*pbVar19 < (byte)*_Var21._M_p" (pointer_expression "*pbVar19" * identifier) < (binary_expression "(byte)*_Var21._M_p" (parenthesized_expression "(byte)" ( identifier )) * (field_expression "_Var21._M_p" identifier . field_identifier)))) ;) (expression_statement "bVar27 = *pbVar19 == *_Var21._M_p;" (assignment_expression "bVar27 = *pbVar19 == *_Var21._M_p" identifier = (binary_expression "*pbVar19 == *_Var21._M_p" (pointer_expression "*pbVar19" * identifier) == (pointer_expression "*_Var21._M_p" * (field_expression "_Var21._M_p" identifier . field_identifier)))) ;) (expression_statement "pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1;" (assignment_expression "pbVar19 = pbVar19 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "pbVar19 + (ulong)bVar28 * -2 + 1" (binary_expression "pbVar19 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "_Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1);" (assignment_expression "_Var21._M_p = (pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" (field_expression "_Var21._M_p" identifier . field_identifier) = (call_expression "(pointer)((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1)" ( (binary_expression "(byte *)_Var21._M_p + (ulong)bVar28 * -2 + 1" (binary_expression "(byte *)_Var21._M_p + (ulong)bVar28 * -2" (cast_expression "(byte *)_Var21._M_p" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "_Var21._M_p" identifier . field_identifier)) + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "(bVar27)" ( identifier )) ;) (expression_statement "iVar12 = local_9c4;" (assignment_expression "iVar12 = local_9c4" identifier = identifier) ;) (if_statement "if ((!bVar25 && !bVar27) == bVar25) {\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }" if (parenthesized_expression "((!bVar25 && !bVar27) == bVar25)" ( (binary_expression "(!bVar25 && !bVar27) == bVar25" (parenthesized_expression "(!bVar25 && !bVar27)" ( (binary_expression "!bVar25 && !bVar27" (unary_expression "!bVar25" ! identifier) && (unary_expression "!bVar27" ! identifier)) )) == identifier) )) (compound_statement "{\n pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);\n puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;\n *puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);\n bVar27 = *puVar1 == 0;\n goto LAB_00153be2;\n }" { (expression_statement "pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8);" (assignment_expression "pbVar19 = (byte *)(sect_name._M_dataplus._M_p + 8)" identifier = (cast_expression "(byte *)(sect_name._M_dataplus._M_p + 8)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(sect_name._M_dataplus._M_p + 8)" ( (binary_expression "sect_name._M_dataplus._M_p + 8" (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier) + number_literal) )))) ;) (expression_statement "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)\n ;" (binary_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (uVar15 >> 6)" (field_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p" (field_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start.super__Bit_iterator_base" (field_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data._M_start" (field_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl.\n super__Bvector_impl_data" (field_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_>._M_impl" (binary_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool>_" (binary_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std::allocator<bool" (assignment_expression "puVar1 = (this->is_compressed_).super__Bvector_base<std" identifier = (binary_expression "(this->is_compressed_).super__Bvector_base<std" (field_expression "(this->is_compressed_).super__Bvector_base" (parenthesized_expression "(this->is_compressed_)" ( (field_expression "this->is_compressed_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::allocator" : : identifier) < identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) + (parenthesized_expression "(uVar15 >> 6)" ( (binary_expression "uVar15 >> 6" identifier >> number_literal) ))) ;) (expression_statement "*puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f);" (assignment_expression "*puVar1 = *puVar1 | 1L << ((byte)uVar15 & 0x3f)" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 1L << ((byte)uVar15 & 0x3f)" (pointer_expression "*puVar1" * identifier) | (binary_expression "1L << ((byte)uVar15 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar15 & 0x3f)" ( (binary_expression "(byte)uVar15 & 0x3f" (cast_expression "(byte)uVar15" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))))) ;) (expression_statement "bVar27 = *puVar1 == 0;" (assignment_expression "bVar27 = *puVar1 == 0" identifier = (binary_expression "*puVar1 == 0" (pointer_expression "*puVar1" * identifier) == number_literal)) ;) (goto_statement "goto LAB_00153be2;" goto statement_identifier ;) })) }))) (expression_statement "local_9c4 = iVar12;" (assignment_expression "local_9c4 = iVar12" identifier = identifier) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2) {\n operator_delete(sect_name._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)sect_name._M_dataplus._M_p != &sect_name.field_2" (binary_expression "allocator<char>_>_9\n *)sect_name._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)sect_name._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&sect_name.field_2" & (field_expression "sect_name.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(sect_name._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(sect_name._M_dataplus._M_p);" (call_expression "operator_delete(sect_name._M_dataplus._M_p)" identifier (argument_list "(sect_name._M_dataplus._M_p)" ( (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) })) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((uint)uVar15 < uVar5)" ( (binary_expression "(uint)uVar15 < uVar5" (cast_expression "(uint)uVar15" ( (type_descriptor "uint" type_identifier) ) identifier) < identifier) )) ;) (if_statement "if (local_9c4 != 0) {\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }" if (parenthesized_expression "(local_9c4 != 0)" ( (binary_expression "local_9c4 != 0" identifier != number_literal) )) (compound_statement "{\n sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;\n sect_name._M_string_length._0_1_ = 0;\n local_918._2096_8_ = local_c0 + 8;\n sect_name.field_2._8_8_ = 0;\n local_918._0_4_ = 0;\n local_918._8_8_ = 0;\n local_918._16_8_ = (uchar *)0x0;\n local_918._24_8_ = (uchar *)0x0;\n local_918[0x20] = false;\n local_918._40_8_ = (uchar *)0x0;\n local_c0 = (undefined1 [16])0x0;\n local_918._2104_8_ = 1;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar23 = (undefined8 *)(local_918 + 0x30);\n for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = (uchar *)0x0;\n local_98 = (uchar *)0x0;\n local_90 = false;\n local_88 = (Elf_reloc_mapper *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (Elf_reloc_mapper *)0x0;\n local_68 = (char *)0x0;\n local_60 = (char *)0x0;\n local_58 = false;\n local_50 = 0;\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;\n local_b0 = (Dwarf_info_reader *)&sect_name;\n local_48 = files;\n /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */\n Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);\n sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;\n if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }\n if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }\n if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }\n if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }\n if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }\n Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);\n p_Var11 = (_Hash_node_base *)local_918._2112_8_;\n while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }\n memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);\n auVar10._8_8_ = 0;\n auVar10._0_8_ = local_d0._8_8_;\n local_d0 = auVar10 << 0x40;\n local_918._2112_8_ = (_Hash_node_base *)0x0;\n if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }\n }" { (expression_statement "sect_name.field_2._M_allocated_capacity = (size_type)this->obj_;" (assignment_expression "sect_name.field_2._M_allocated_capacity = (size_type)this->obj_" (field_expression "sect_name.field_2._M_allocated_capacity" (field_expression "sect_name.field_2" identifier . field_identifier) . field_identifier) = (cast_expression "(size_type)this->obj_" ( (type_descriptor "size_type" type_identifier) ) (field_expression "this->obj_" identifier -> field_identifier))) ;) (expression_statement "sect_name._M_string_length._0_1_ = 0;" (assignment_expression "sect_name._M_string_length._0_1_ = 0" (field_expression "sect_name._M_string_length._0_1_" (field_expression "sect_name._M_string_length" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "local_918._2096_8_ = local_c0 + 8;" (assignment_expression "local_918._2096_8_ = local_c0 + 8" (field_expression "local_918._2096_8_" identifier . field_identifier) = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (expression_statement "sect_name.field_2._8_8_ = 0;" (assignment_expression "sect_name.field_2._8_8_ = 0" (field_expression "sect_name.field_2._8_8_" (field_expression "sect_name.field_2" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "local_918._0_4_ = 0;" (assignment_expression "local_918._0_4_ = 0" (field_expression "local_918._0_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "local_918._8_8_ = 0;" (assignment_expression "local_918._8_8_ = 0" (field_expression "local_918._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "local_918._16_8_ = (uchar *)0x0;" (assignment_expression "local_918._16_8_ = (uchar *)0x0" (field_expression "local_918._16_8_" identifier . field_identifier) = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_918._24_8_ = (uchar *)0x0;" (assignment_expression "local_918._24_8_ = (uchar *)0x0" (field_expression "local_918._24_8_" identifier . field_identifier) = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_918[0x20] = false;" (assignment_expression "local_918[0x20] = false" (subscript_expression "local_918[0x20]" identifier [ number_literal ]) = false) ;) (expression_statement "local_918._40_8_ = (uchar *)0x0;" (assignment_expression "local_918._40_8_ = (uchar *)0x0" (field_expression "local_918._40_8_" identifier . field_identifier) = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_c0 = (undefined1 [16])0x0;" (assignment_expression "local_c0 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "local_918._2104_8_ = 1;" (assignment_expression "local_918._2104_8_ = 1" (field_expression "local_918._2104_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "local_918._2112_8_ = (_Hash_node_base *)0x0;" (assignment_expression "local_918._2112_8_ = (_Hash_node_base *)0x0" (field_expression "local_918._2112_8_" identifier . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;" (assignment_expression "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40" (field_expression "local_d0._0_12_" identifier . field_identifier) = (binary_expression "ZEXT412(0x3f800000) << 0x40" (call_expression "ZEXT412(0x3f800000)" identifier (argument_list "(0x3f800000)" ( number_literal ))) << number_literal)) ;) (expression_statement "local_d0._12_4_ = 0;" (assignment_expression "local_d0._12_4_ = 0" (field_expression "local_d0._12_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "puVar23 = (undefined8 *)(local_918 + 0x30);" (assignment_expression "puVar23 = (undefined8 *)(local_918 + 0x30)" identifier = (cast_expression "(undefined8 *)(local_918 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_918 + 0x30)" ( (binary_expression "local_918 + 0x30" identifier + number_literal) )))) ;) (for_statement "for (lVar14 = 0x100; lVar14 != 0; lVar14 = lVar14 + -1) {\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }" for ( (assignment_expression "lVar14 = 0x100" identifier = number_literal) ; (binary_expression "lVar14 != 0" identifier != number_literal) ; (assignment_expression "lVar14 = lVar14 + -1" identifier = (binary_expression "lVar14 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar23 = 0;\n puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;\n }" { (expression_statement "*puVar23 = 0;" (assignment_expression "*puVar23 = 0" (pointer_expression "*puVar23" * identifier) = number_literal) ;) (expression_statement "puVar23 = puVar23 + (ulong)bVar28 * -2 + 1;" (assignment_expression "puVar23 = puVar23 + (ulong)bVar28 * -2 + 1" identifier = (binary_expression "puVar23 + (ulong)bVar28 * -2 + 1" (binary_expression "puVar23 + (ulong)bVar28 * -2" identifier + (binary_expression "(ulong)bVar28 * -2" (cast_expression "(ulong)bVar28" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" identifier = number_literal) ;) (expression_statement "local_a0 = (uchar *)0x0;" (assignment_expression "local_a0 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_98 = (uchar *)0x0;" (assignment_expression "local_98 = (uchar *)0x0" identifier = (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_90 = false;" (assignment_expression "local_90 = false" identifier = false) ;) (expression_statement "local_88 = (Elf_reloc_mapper *)0x0;" (assignment_expression "local_88 = (Elf_reloc_mapper *)0x0" identifier = (cast_expression "(Elf_reloc_mapper *)0x0" ( (type_descriptor "Elf_reloc_mapper *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_70 = (Elf_reloc_mapper *)0x0;" (assignment_expression "local_70 = (Elf_reloc_mapper *)0x0" identifier = (cast_expression "(Elf_reloc_mapper *)0x0" ( (type_descriptor "Elf_reloc_mapper *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = (char *)0x0;" (assignment_expression "local_68 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_60 = (char *)0x0;" (assignment_expression "local_60 = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_58 = false;" (assignment_expression "local_58 = false" identifier = false) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58;" (assignment_expression "sect_name._M_dataplus._M_p = (pointer)&PTR__Dwo_name_info_reader_00431b58" (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&PTR__Dwo_name_info_reader_00431b58" (parenthesized_expression "(pointer)" ( identifier )) & identifier)) ;) (expression_statement "local_b0 = (Dwarf_info_reader *)&sect_name;" (assignment_expression "local_b0 = (Dwarf_info_reader *)&sect_name" identifier = (cast_expression "(Dwarf_info_reader *)&sect_name" ( (type_descriptor "Dwarf_info_reader *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sect_name" & identifier))) ;) (expression_statement "local_48 = files;" (assignment_expression "local_48 = files" identifier = identifier) ;) comment (labeled_statement "Dwarf_info_reader::parse((Dwarf_info_reader *)&sect_name);" statement_identifier : (ERROR ":" :) (expression_statement "parse((Dwarf_info_reader *)&sect_name);" (call_expression "parse((Dwarf_info_reader *)&sect_name)" identifier (argument_list "((Dwarf_info_reader *)&sect_name)" ( (cast_expression "(Dwarf_info_reader *)&sect_name" ( (type_descriptor "Dwarf_info_reader *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sect_name" & identifier)) ))) ;)) (expression_statement "sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38;" (assignment_expression "sect_name._M_dataplus._M_p = (pointer)&PTR__Dwarf_info_reader_00426b38" (field_expression "sect_name._M_dataplus._M_p" (field_expression "sect_name._M_dataplus" identifier . field_identifier) . field_identifier) = (binary_expression "(pointer)&PTR__Dwarf_info_reader_00426b38" (parenthesized_expression "(pointer)" ( identifier )) & identifier)) ;) (if_statement "if (local_70 != (Elf_reloc_mapper *)0x0) {\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }" if (parenthesized_expression "(local_70 != (Elf_reloc_mapper *)0x0)" ( (binary_expression "local_70 != (Elf_reloc_mapper *)0x0" identifier != (cast_expression "(Elf_reloc_mapper *)0x0" ( (type_descriptor "Elf_reloc_mapper *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_70->_vptr_Elf_reloc_mapper[1])();\n }" { (expression_statement "(*local_70->_vptr_Elf_reloc_mapper[1])();" (call_expression "(*local_70->_vptr_Elf_reloc_mapper[1])()" (parenthesized_expression "(*local_70->_vptr_Elf_reloc_mapper[1])" ( (pointer_expression "*local_70->_vptr_Elf_reloc_mapper[1]" * (subscript_expression "local_70->_vptr_Elf_reloc_mapper[1]" (field_expression "local_70->_vptr_Elf_reloc_mapper" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((local_58 != false) && (local_68 != (char *)0x0)) {\n operator_delete__(local_68);\n }" if (parenthesized_expression "((local_58 != false) && (local_68 != (char *)0x0))" ( (binary_expression "(local_58 != false) && (local_68 != (char *)0x0)" (parenthesized_expression "(local_58 != false)" ( (binary_expression "local_58 != false" identifier != false) )) && (parenthesized_expression "(local_68 != (char *)0x0)" ( (binary_expression "local_68 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n operator_delete__(local_68);\n }" { (expression_statement "operator_delete__(local_68);" (call_expression "operator_delete__(local_68)" identifier (argument_list "(local_68)" ( identifier ))) ;) })) (if_statement "if ((local_90 != false) && (local_a0 != (uchar *)0x0)) {\n operator_delete__(local_a0);\n }" if (parenthesized_expression "((local_90 != false) && (local_a0 != (uchar *)0x0))" ( (binary_expression "(local_90 != false) && (local_a0 != (uchar *)0x0)" (parenthesized_expression "(local_90 != false)" ( (binary_expression "local_90 != false" identifier != false) )) && (parenthesized_expression "(local_a0 != (uchar *)0x0)" ( (binary_expression "local_a0 != (uchar *)0x0" identifier != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n operator_delete__(local_a0);\n }" { (expression_statement "operator_delete__(local_a0);" (call_expression "operator_delete__(local_a0)" identifier (argument_list "(local_a0)" ( identifier ))) ;) })) (if_statement "if (local_88 != (Elf_reloc_mapper *)0x0) {\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }" if (parenthesized_expression "(local_88 != (Elf_reloc_mapper *)0x0)" ( (binary_expression "local_88 != (Elf_reloc_mapper *)0x0" identifier != (cast_expression "(Elf_reloc_mapper *)0x0" ( (type_descriptor "Elf_reloc_mapper *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*local_88->_vptr_Elf_reloc_mapper[1])();\n }" { (expression_statement "(*local_88->_vptr_Elf_reloc_mapper[1])();" (call_expression "(*local_88->_vptr_Elf_reloc_mapper[1])()" (parenthesized_expression "(*local_88->_vptr_Elf_reloc_mapper[1])" ( (pointer_expression "*local_88->_vptr_Elf_reloc_mapper[1]" * (subscript_expression "local_88->_vptr_Elf_reloc_mapper[1]" (field_expression "local_88->_vptr_Elf_reloc_mapper" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) })) (if_statement "if (((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)) {\n operator_delete__((void *)local_918._16_8_);\n }" if (parenthesized_expression "(((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0))" ( (binary_expression "((bool)local_918[0x20] != false) && ((uchar *)local_918._16_8_ != (uchar *)0x0)" (parenthesized_expression "((bool)local_918[0x20] != false)" ( (binary_expression "(bool)local_918[0x20] != false" (cast_expression "(bool)local_918[0x20]" ( (type_descriptor "bool" primitive_type) ) (subscript_expression "local_918[0x20]" identifier [ number_literal ])) != false) )) && (parenthesized_expression "((uchar *)local_918._16_8_ != (uchar *)0x0)" ( (binary_expression "(uchar *)local_918._16_8_ != (uchar *)0x0" (cast_expression "(uchar *)local_918._16_8_" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._16_8_" identifier . field_identifier)) != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n operator_delete__((void *)local_918._16_8_);\n }" { (expression_statement "operator_delete__((void *)local_918._16_8_);" (call_expression "operator_delete__((void *)local_918._16_8_)" identifier (argument_list "((void *)local_918._16_8_)" ( (cast_expression "(void *)local_918._16_8_" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._16_8_" identifier . field_identifier)) ))) ;) })) (labeled_statement "Dwarf_abbrev_table::clear_abbrev_codes((Dwarf_abbrev_table *)local_918);" statement_identifier : (ERROR ":" :) (expression_statement "clear_abbrev_codes((Dwarf_abbrev_table *)local_918);" (call_expression "clear_abbrev_codes((Dwarf_abbrev_table *)local_918)" identifier (argument_list "((Dwarf_abbrev_table *)local_918)" ( (cast_expression "(Dwarf_abbrev_table *)local_918" ( (type_descriptor "Dwarf_abbrev_table *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;)) (expression_statement "p_Var11 = (_Hash_node_base *)local_918._2112_8_;" (assignment_expression "p_Var11 = (_Hash_node_base *)local_918._2112_8_" identifier = (cast_expression "(_Hash_node_base *)local_918._2112_8_" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._2112_8_" identifier . field_identifier))) ;) (while_statement "while (p_Var11 != (_Hash_node_base *)0x0) {\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }" while (parenthesized_expression "(p_Var11 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var11 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var9 = p_Var11->_M_nxt;\n operator_delete(p_Var11);\n p_Var11 = p_Var9;\n }" { (expression_statement "p_Var9 = p_Var11->_M_nxt;" (assignment_expression "p_Var9 = p_Var11->_M_nxt" identifier = (field_expression "p_Var11->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "operator_delete(p_Var11);" (call_expression "operator_delete(p_Var11)" identifier (argument_list "(p_Var11)" ( identifier ))) ;) (expression_statement "p_Var11 = p_Var9;" (assignment_expression "p_Var11 = p_Var9" identifier = identifier) ;) })) (expression_statement "memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8);" (call_expression "memset((void *)local_918._2096_8_,0,local_918._2104_8_ * 8)" identifier (argument_list "((void *)local_918._2096_8_,0,local_918._2104_8_ * 8)" ( (cast_expression "(void *)local_918._2096_8_" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._2096_8_" identifier . field_identifier)) , number_literal , (binary_expression "local_918._2104_8_ * 8" (field_expression "local_918._2104_8_" identifier . field_identifier) * number_literal) ))) ;) (expression_statement "auVar10._8_8_ = 0;" (assignment_expression "auVar10._8_8_ = 0" (field_expression "auVar10._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar10._0_8_ = local_d0._8_8_;" (assignment_expression "auVar10._0_8_ = local_d0._8_8_" (field_expression "auVar10._0_8_" identifier . field_identifier) = (field_expression "local_d0._8_8_" identifier . field_identifier)) ;) (expression_statement "local_d0 = auVar10 << 0x40;" (assignment_expression "local_d0 = auVar10 << 0x40" identifier = (binary_expression "auVar10 << 0x40" identifier << number_literal)) ;) (expression_statement "local_918._2112_8_ = (_Hash_node_base *)0x0;" (assignment_expression "local_918._2112_8_ = (_Hash_node_base *)0x0" (field_expression "local_918._2112_8_" identifier . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if ((undefined1 *)local_918._2096_8_ != local_c0 + 8) {\n operator_delete((void *)local_918._2096_8_);\n }" if (parenthesized_expression "((undefined1 *)local_918._2096_8_ != local_c0 + 8)" ( (binary_expression "(undefined1 *)local_918._2096_8_ != local_c0 + 8" (cast_expression "(undefined1 *)local_918._2096_8_" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._2096_8_" identifier . field_identifier)) != (binary_expression "local_c0 + 8" identifier + number_literal)) )) (compound_statement "{\n operator_delete((void *)local_918._2096_8_);\n }" { (expression_statement "operator_delete((void *)local_918._2096_8_);" (call_expression "operator_delete((void *)local_918._2096_8_)" identifier (argument_list "((void *)local_918._2096_8_)" ( (cast_expression "(void *)local_918._2096_8_" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "local_918._2096_8_" identifier . field_identifier)) ))) ;) })) })) })) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00153a40(long param_1,undefined8 param_2)\n\n{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}\n\n" (function_definition "void FUN_00153a40(long param_1,undefined8 param_2)\n\n{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_00153a40(long param_1,undefined8 param_2)" identifier (parameter_list "(long param_1,undefined8 param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) ))) (compound_statement "{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" { (declaration "ulong *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined1 auVar3 [16];" type_identifier (array_declarator "auVar3 [16]" identifier [ number_literal ]) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar6;" type_identifier identifier ;) (declaration "ulong uVar7;" type_identifier identifier ;) (declaration "undefined **ppuVar8;" type_identifier (pointer_declarator "**ppuVar8" * (pointer_declarator "*ppuVar8" * identifier)) ;) (declaration "byte *pbVar9;" type_identifier (pointer_declarator "*pbVar9" * identifier) ;) (declaration "undefined **ppuVar10;" type_identifier (pointer_declarator "**ppuVar10" * (pointer_declarator "*ppuVar10" * identifier)) ;) (declaration "undefined8 *puVar11;" type_identifier (pointer_declarator "*puVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "undefined1 uVar13;" type_identifier identifier ;) (declaration "bool bVar14;" primitive_type identifier ;) (declaration "bool bVar15;" primitive_type identifier ;) (declaration "undefined1 uVar16;" type_identifier identifier ;) (declaration "bool bVar17;" primitive_type identifier ;) (declaration "byte bVar18;" type_identifier identifier ;) (declaration "int local_9c4;" primitive_type identifier ;) (declaration "undefined4 uStack_98c;" type_identifier identifier ;) (declaration "undefined **local_988;" type_identifier (pointer_declarator "**local_988" * (pointer_declarator "*local_988" * identifier)) ;) (declaration "undefined1 local_980;" type_identifier identifier ;) (declaration "undefined *local_978;" type_identifier (pointer_declarator "*local_978" * identifier) ;) (declaration "undefined8 local_970;" type_identifier identifier ;) (declaration "undefined8 local_968;" type_identifier identifier ;) (declaration "int local_960;" primitive_type identifier ;) (declaration "undefined8 local_95c;" type_identifier identifier ;) (declaration "int local_954;" primitive_type identifier ;) (declaration "undefined4 local_950;" type_identifier identifier ;) (declaration "undefined8 local_948;" type_identifier identifier ;) (declaration "undefined8 local_940;" type_identifier identifier ;) (declaration "undefined8 local_938;" type_identifier identifier ;) (declaration "undefined8 local_930;" type_identifier identifier ;) (declaration "undefined8 local_928;" type_identifier identifier ;) (declaration "undefined4 local_920;" type_identifier identifier ;) (declaration "undefined4 local_918 [2];" type_identifier (array_declarator "local_918 [2]" identifier [ number_literal ]) ;) (declaration "undefined8 local_910;" type_identifier identifier ;) (declaration "long local_908;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_900;" type_identifier identifier ;) (declaration "char local_8f8;" primitive_type identifier ;) (declaration "undefined8 local_8f0;" type_identifier identifier ;) (declaration "undefined8 local_8e8 [256];" type_identifier (array_declarator "local_8e8 [256]" identifier [ number_literal ]) ;) (declaration "undefined1 *local_e8;" type_identifier (pointer_declarator "*local_e8" * identifier) ;) (declaration "long local_e0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *local_d8;" type_identifier (pointer_declarator "*local_d8" * identifier) ;) (declaration "undefined1 local_d0 [16];" type_identifier (array_declarator "local_d0 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c0 [16];" type_identifier (array_declarator "local_c0 [16]" identifier [ number_literal ]) ;) (declaration "undefined ***local_b0;" type_identifier (pointer_declarator "***local_b0" * (pointer_declarator "**local_b0" * (pointer_declarator "*local_b0" * identifier))) ;) (declaration "undefined4 local_a8;" type_identifier identifier ;) (declaration "long local_a0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "char local_90;" primitive_type identifier ;) (declaration "long *local_88;" (sized_type_specifier "long" long) (pointer_declarator "*local_88" * identifier) ;) (declaration "undefined4 local_80;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "long *local_70;" (sized_type_specifier "long" long) (pointer_declarator "*local_70" * identifier) ;) (declaration "long local_68;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 local_60;" type_identifier identifier ;) (declaration "char local_58;" primitive_type identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (expression_statement "bVar18 = 0;" (assignment_expression "bVar18 = 0" identifier = number_literal) ;) (expression_statement "lVar5 = FUN_00153780(param_1,0);" (assignment_expression "lVar5 = FUN_00153780(param_1,0)" identifier = (call_expression "FUN_00153780(param_1,0)" identifier (argument_list "(param_1,0)" ( identifier , number_literal )))) ;) (expression_statement "uVar2 = *(uint *)(lVar5 + 0x38);" (assignment_expression "uVar2 = *(uint *)(lVar5 + 0x38)" identifier = (pointer_expression "*(uint *)(lVar5 + 0x38)" * (cast_expression "(uint *)(lVar5 + 0x38)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + 0x38)" ( (binary_expression "lVar5 + 0x38" identifier + number_literal) ))))) ;) (expression_statement "uVar7 = (ulong)uVar2;" (assignment_expression "uVar7 = (ulong)uVar2" identifier = (cast_expression "(ulong)uVar2" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "*(long *)(param_1 + 8) = lVar5;" (assignment_expression "*(long *)(param_1 + 8) = lVar5" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);" (assignment_expression "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" identifier = (binary_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8)" ( (binary_expression "(ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (binary_expression "(ulong)*(uint *)(param_1 + 0x30)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) + (binary_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (parenthesized_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18))" ( (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) ))))) )) * number_literal)) )) - (binary_expression "(ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))))) ;) (if_statement "if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" if (parenthesized_expression "(uVar7 < uVar6)" ( (binary_expression "uVar7 < uVar6" identifier < identifier) )) (compound_statement "{\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }" { (expression_statement "lVar5 = *(uint *)(param_1 + 0x20) + uVar7;" (assignment_expression "lVar5 = *(uint *)(param_1 + 0x20) + uVar7" identifier = (binary_expression "*(uint *)(param_1 + 0x20) + uVar7" (pointer_expression "*(uint *)(param_1 + 0x20)" * (cast_expression "(uint *)(param_1 + 0x20)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) + identifier)) ;) (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (binary_expression "(lVar5 >> 6) * 8" (parenthesized_expression "(lVar5 >> 6)" ( (binary_expression "lVar5 >> 6" identifier >> number_literal) )) * number_literal))) ;) (expression_statement "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;" (assignment_expression "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f" (pointer_expression "*(uint *)(param_1 + 0x30)" * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) = (binary_expression "(uint)lVar5 & 0x3f" (cast_expression "(uint)lVar5" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal)) ;) }) (else_clause "else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" else (compound_statement "{\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" { (expression_statement "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);" (call_expression "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" identifier (argument_list "(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "*(long *)(param_1 + 0x28)" * (cast_expression "(long *)(param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) )))) , (call_expression "CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30))" identifier (argument_list "(uStack_98c,*(uint *)(param_1 + 0x30))" ( identifier , (pointer_expression "*(uint *)(param_1 + 0x30)" * (cast_expression "(uint *)(param_1 + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) ))) , (binary_expression "uVar7 - uVar6" identifier - identifier) , number_literal ))) ;) }))) (expression_statement "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;" (assignment_expression "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" identifier = (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40)" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) - (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" if (parenthesized_expression "(uVar6 < uVar7)" ( (binary_expression "uVar6 < uVar7" identifier < identifier) )) (compound_statement "{\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }" { (expression_statement "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);" (call_expression "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6)" identifier (argument_list "(param_1 + 0x40,uVar7 - uVar6)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) , (binary_expression "uVar7 - uVar6" identifier - identifier) ))) ;) }) (else_clause "else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" else (if_statement "if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" if (parenthesized_expression "((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5))" ( (binary_expression "(uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" (parenthesized_expression "(uVar7 < uVar6)" ( (binary_expression "uVar7 < uVar6" identifier < identifier) )) && (parenthesized_expression "(lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" ( (comma_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5" (assignment_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40)" identifier = (binary_expression "uVar7 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "uVar7 * 0x10" identifier * number_literal) + (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))))) , (binary_expression "*(long *)(param_1 + 0x48) != lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(long *)(param_1 + 0x48) = lVar5;\n }" { (expression_statement "*(long *)(param_1 + 0x48) = lVar5;" (assignment_expression "*(long *)(param_1 + 0x48) = lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) )))) = identifier) ;) })))) (if_statement "if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" if (parenthesized_expression "(1 < uVar2)" ( (binary_expression "1 < uVar2" number_literal < identifier) )) (compound_statement "{\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" { (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" identifier = number_literal) ;) (expression_statement "local_9c4 = 0;" (assignment_expression "local_9c4 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);" do (compound_statement "{\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n }" { (expression_statement "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();" (assignment_expression "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))()" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0xa0)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0xa0)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0xa0)" ( (binary_expression "**(long **)(param_1 + 8) + 0xa0" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "uVar13 = iVar4 == 0;" (assignment_expression "uVar13 = iVar4 == 0" identifier = (binary_expression "iVar4 == 0" identifier == number_literal)) ;) (expression_statement "uVar16 = iVar4 == 1;" (assignment_expression "uVar16 = iVar4 == 1" identifier = (binary_expression "iVar4 == 1" identifier == number_literal)) ;) (if_statement "if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" if (parenthesized_expression "((bool)uVar16)" ( (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier) )) (compound_statement "{\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" { (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x80)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x80)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x80)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x80)" ( (binary_expression "**(long **)(param_1 + 8) + 0x80" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" ( (pointer_expression "&local_988" & identifier) , (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , (binary_expression "uVar6 & 0xffffffff" identifier & number_literal) ))) ;) (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" identifier = number_literal) ;) (expression_statement "ppuVar8 = (undefined **)((long)local_988 + 7);" (assignment_expression "ppuVar8 = (undefined **)((long)local_988 + 7)" identifier = (cast_expression "(undefined **)((long)local_988 + 7)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)local_988 + 7)" ( (binary_expression "(long)local_988 + 7" (cast_expression "(long)local_988" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) ;) (expression_statement "pbVar9 = (byte *)".debug_";" (assignment_expression "pbVar9 = (byte *)".debug_"" identifier = (cast_expression "(byte *)".debug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".debug_"" " string_content "))) ;) (expression_statement "ppuVar10 = local_988;" (assignment_expression "ppuVar10 = local_988" identifier = identifier) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "uVar13 = *pbVar9 < *(byte *)ppuVar10;" (assignment_expression "uVar13 = *pbVar9 < *(byte *)ppuVar10" identifier = (binary_expression "*pbVar9 < *(byte *)ppuVar10" (pointer_expression "*pbVar9" * identifier) < (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "uVar16 = *pbVar9 == *(byte *)ppuVar10;" (assignment_expression "uVar16 = *pbVar9 == *(byte *)ppuVar10" identifier = (binary_expression "*pbVar9 == *(byte *)ppuVar10" (pointer_expression "*pbVar9" * identifier) == (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "((bool)uVar16)" ( (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier) )) ;) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;) (expression_statement "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;" (assignment_expression "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" identifier = (binary_expression "(!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" (parenthesized_expression "(!(bool)uVar13 && !(bool)uVar16)" ( (binary_expression "!(bool)uVar13 && !(bool)uVar16" (unary_expression "!(bool)uVar13" ! (cast_expression "(bool)uVar13" ( (type_descriptor "bool" primitive_type) ) identifier)) && (unary_expression "!(bool)uVar16" ! (cast_expression "(bool)uVar16" ( (type_descriptor "bool" primitive_type) ) identifier))) )) == (cast_expression "(bool)uVar13" ( (type_descriptor "bool" primitive_type) ) identifier))) ;) (if_statement "if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" if (parenthesized_expression "(bVar17)" ( identifier )) (compound_statement "{\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }" { (labeled_statement "LAB_00153be2:\n bVar14 = false;" statement_identifier : (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" identifier = false) ;)) (expression_statement "lVar5 = 5;" (assignment_expression "lVar5 = 5" identifier = number_literal) ;) (expression_statement "ppuVar10 = ppuVar8;" (assignment_expression "ppuVar10 = ppuVar8" identifier = identifier) ;) (expression_statement "pbVar9 = (byte *)0x37a372;" (assignment_expression "pbVar9 = (byte *)0x37a372" identifier = (cast_expression "(byte *)0x37a372" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *(byte *)ppuVar10 < *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar10 < *pbVar9" identifier = (binary_expression "*(byte *)ppuVar10 < *pbVar9" (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) < (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "bVar17 = *(byte *)ppuVar10 == *pbVar9;" (assignment_expression "bVar17 = *(byte *)ppuVar10 == *pbVar9" identifier = (binary_expression "*(byte *)ppuVar10 == *pbVar9" (pointer_expression "*(byte *)ppuVar10" * (cast_expression "(byte *)ppuVar10" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) == (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar17)" ( identifier )) ;) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" identifier = false) ;) (expression_statement "bVar14 = (!bVar14 && !bVar17) == bVar14;" (assignment_expression "bVar14 = (!bVar14 && !bVar17) == bVar14" identifier = (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" ( (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar17" ! identifier)) )) == identifier)) ;) (expression_statement "iVar4 = (int)uVar6;" (assignment_expression "iVar4 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" if (parenthesized_expression "(!bVar14)" ( (unary_expression "!bVar14" ! identifier) )) (compound_statement "{\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" { (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" identifier = number_literal) ;) (expression_statement "pbVar9 = (byte *)0x371f72;" (assignment_expression "pbVar9 = (byte *)0x371f72" identifier = (cast_expression "(byte *)0x371f72" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar15 = *(byte *)ppuVar8 < *pbVar9;" (assignment_expression "bVar15 = *(byte *)ppuVar8 < *pbVar9" identifier = (binary_expression "*(byte *)ppuVar8 < *pbVar9" (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) < (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "bVar14 = *(byte *)ppuVar8 == *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar8 == *pbVar9" identifier = (binary_expression "*(byte *)ppuVar8 == *pbVar9" (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) == (pointer_expression "*pbVar9" * identifier))) ;) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar14)" ( identifier )) ;) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" identifier = identifier) ;) (if_statement "if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }" if (parenthesized_expression "((!bVar15 && !bVar14) == bVar15)" ( (binary_expression "(!bVar15 && !bVar14) == bVar15" (parenthesized_expression "(!bVar15 && !bVar14)" ( (binary_expression "!bVar15 && !bVar14" (unary_expression "!bVar15" ! identifier) && (unary_expression "!bVar14" ! identifier)) )) == identifier) )) (compound_statement "{\n iVar12 = (int)uVar6;\n }" { (expression_statement "iVar12 = (int)uVar6;" (assignment_expression "iVar12 = (int)uVar6" identifier = (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) })) })) }) (else_clause "else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" else (compound_statement "{\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" { (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" identifier = number_literal) ;) (expression_statement "pbVar9 = (byte *)".zdebug_";" (assignment_expression "pbVar9 = (byte *)".zdebug_"" identifier = (cast_expression "(byte *)".zdebug_"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal "".zdebug_"" " string_content "))) ;) (expression_statement "ppuVar8 = local_988;" (assignment_expression "ppuVar8 = local_988" identifier = identifier) ;) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);" do (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n }" { (if_statement "if (lVar5 == 0) break;" if (parenthesized_expression "(lVar5 == 0)" ( (binary_expression "lVar5 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ;) (expression_statement "bVar14 = *pbVar9 < *(byte *)ppuVar8;" (assignment_expression "bVar14 = *pbVar9 < *(byte *)ppuVar8" identifier = (binary_expression "*pbVar9 < *(byte *)ppuVar8" (pointer_expression "*pbVar9" * identifier) < (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "bVar17 = *pbVar9 == *(byte *)ppuVar8;" (assignment_expression "bVar17 = *pbVar9 == *(byte *)ppuVar8" identifier = (binary_expression "*pbVar9 == *(byte *)ppuVar8" (pointer_expression "*pbVar9" * identifier) == (pointer_expression "*(byte *)ppuVar8" * (cast_expression "(byte *)ppuVar8" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)))) ;) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" identifier = (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" ( (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal) )))) ;) }) while (parenthesized_expression "(bVar17)" ( identifier )) ;) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" identifier = identifier) ;) (if_statement "if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" if (parenthesized_expression "((!bVar14 && !bVar17) == bVar14)" ( (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" ( (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" ! identifier) && (unary_expression "!bVar17" ! identifier)) )) == identifier) )) (compound_statement "{\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" { (expression_statement "ppuVar8 = local_988 + 1;" (assignment_expression "ppuVar8 = local_988 + 1" identifier = (binary_expression "local_988 + 1" identifier + number_literal)) ;) (expression_statement "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);" (assignment_expression "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" identifier = (cast_expression "(ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" ( (binary_expression "*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) + (binary_expression "(uVar6 >> 6) * 8" (parenthesized_expression "(uVar6 >> 6)" ( (binary_expression "uVar6 >> 6" identifier >> number_literal) )) * number_literal)) )))) ;) (expression_statement "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);" (assignment_expression "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" * identifier) | (binary_expression "1L << ((byte)uVar6 & 0x3f)" number_literal << (parenthesized_expression "((byte)uVar6 & 0x3f)" ( (binary_expression "(byte)uVar6 & 0x3f" (cast_expression "(byte)uVar6" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) ))))) ;) (expression_statement "bVar17 = *puVar1 == 0;" (assignment_expression "bVar17 = *puVar1 == 0" identifier = (binary_expression "*puVar1 == 0" (pointer_expression "*puVar1" * identifier) == number_literal)) ;) (goto_statement "goto LAB_00153be2;" goto statement_identifier ;) })) }))) (expression_statement "local_9c4 = iVar4;" (assignment_expression "local_9c4 = iVar4" identifier = identifier) ;) (if_statement "if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }" if (parenthesized_expression "(local_988 != &local_978)" ( (binary_expression "local_988 != &local_978" identifier != (pointer_expression "&local_978" & identifier)) )) (compound_statement "{\n FUN_002dac60(local_988);\n }" { (expression_statement "FUN_002dac60(local_988);" (call_expression "FUN_002dac60(local_988)" identifier (argument_list "(local_988)" ( identifier ))) ;) })) })) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" identifier = (binary_expression "uVar6 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "((uint)uVar6 < uVar2)" ( (binary_expression "(uint)uVar6 < uVar2" (cast_expression "(uint)uVar6" ( (type_descriptor "uint" type_identifier) ) identifier) < identifier) )) ;) (if_statement "if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" if (parenthesized_expression "(local_9c4 != 0)" ( (binary_expression "local_9c4 != 0" identifier != number_literal) )) (compound_statement "{\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" { (expression_statement "local_978 = *(undefined **)(param_1 + 8);" (assignment_expression "local_978 = *(undefined **)(param_1 + 8)" identifier = (pointer_expression "*(undefined **)(param_1 + 8)" * (cast_expression "(undefined **)(param_1 + 8)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "local_980 = 0;" (assignment_expression "local_980 = 0" identifier = number_literal) ;) (expression_statement "local_960 = local_9c4;" (assignment_expression "local_960 = local_9c4" identifier = identifier) ;) (expression_statement "local_e8 = local_c0 + 8;" (assignment_expression "local_e8 = local_c0 + 8" identifier = (binary_expression "local_c0 + 8" identifier + number_literal)) ;) (expression_statement "local_970 = 0;" (assignment_expression "local_970 = 0" identifier = number_literal) ;) (expression_statement "local_968 = 0;" (assignment_expression "local_968 = 0" identifier = number_literal) ;) (expression_statement "local_95c = 0;" (assignment_expression "local_95c = 0" identifier = number_literal) ;) (expression_statement "local_950 = 0;" (assignment_expression "local_950 = 0" identifier = number_literal) ;) (expression_statement "local_948 = 0;" (assignment_expression "local_948 = 0" identifier = number_literal) ;) (expression_statement "local_940 = 0;" (assignment_expression "local_940 = 0" identifier = number_literal) ;) (expression_statement "local_938 = 0;" (assignment_expression "local_938 = 0" identifier = number_literal) ;) (expression_statement "local_930 = 0;" (assignment_expression "local_930 = 0" identifier = number_literal) ;) (expression_statement "local_928 = 0;" (assignment_expression "local_928 = 0" identifier = number_literal) ;) (expression_statement "local_920 = 0;" (assignment_expression "local_920 = 0" identifier = number_literal) ;) (expression_statement "local_918[0] = 0;" (assignment_expression "local_918[0] = 0" (subscript_expression "local_918[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_910 = 0;" (assignment_expression "local_910 = 0" identifier = number_literal) ;) (expression_statement "local_908 = 0;" (assignment_expression "local_908 = 0" identifier = number_literal) ;) (expression_statement "local_900 = 0;" (assignment_expression "local_900 = 0" identifier = number_literal) ;) (expression_statement "local_8f8 = '\0';" (assignment_expression "local_8f8 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_8f0 = 0;" (assignment_expression "local_8f0 = 0" identifier = number_literal) ;) (expression_statement "local_c0 = (undefined1 [16])0x0;" (assignment_expression "local_c0 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "local_e0 = 1;" (assignment_expression "local_e0 = 1" identifier = number_literal) ;) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;" (assignment_expression "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40" (field_expression "local_d0._0_12_" identifier . field_identifier) = (binary_expression "ZEXT412(0x3f800000) << 0x40" (call_expression "ZEXT412(0x3f800000)" identifier (argument_list "(0x3f800000)" ( number_literal ))) << number_literal)) ;) (expression_statement "local_d0._12_4_ = 0;" (assignment_expression "local_d0._12_4_ = 0" (field_expression "local_d0._12_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "puVar11 = local_8e8;" (assignment_expression "puVar11 = local_8e8" identifier = identifier) ;) (for_statement "for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" for ( (assignment_expression "lVar5 = 0x100" identifier = number_literal) ; (binary_expression "lVar5 != 0" identifier != number_literal) ; (assignment_expression "lVar5 = lVar5 + -1" identifier = (binary_expression "lVar5 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" { (expression_statement "*puVar11 = 0;" (assignment_expression "*puVar11 = 0" (pointer_expression "*puVar11" * identifier) = number_literal) ;) (expression_statement "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;" (assignment_expression "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1" identifier = (binary_expression "puVar11 + (ulong)bVar18 * -2 + 1" (binary_expression "puVar11 + (ulong)bVar18 * -2" identifier + (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) })) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" identifier = number_literal) ;) (expression_statement "local_a0 = 0;" (assignment_expression "local_a0 = 0" identifier = number_literal) ;) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" identifier = number_literal) ;) (expression_statement "local_90 = '\0';" (assignment_expression "local_90 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_88 = (long *)0x0;" (assignment_expression "local_88 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" identifier = number_literal) ;) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" identifier = number_literal) ;) (expression_statement "local_70 = (long *)0x0;" (assignment_expression "local_70 = (long *)0x0" identifier = (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" identifier = number_literal) ;) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" identifier = number_literal) ;) (expression_statement "local_58 = '\0';" (assignment_expression "local_58 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_988 = &PTR_FUN_00431b58;" (assignment_expression "local_988 = &PTR_FUN_00431b58" identifier = (pointer_expression "&PTR_FUN_00431b58" & identifier)) ;) (expression_statement "local_954 = iVar12;" (assignment_expression "local_954 = iVar12" identifier = identifier) ;) (expression_statement "local_b0 = &local_988;" (assignment_expression "local_b0 = &local_988" identifier = (pointer_expression "&local_988" & identifier)) ;) (expression_statement "local_48 = param_2;" (assignment_expression "local_48 = param_2" identifier = identifier) ;) (expression_statement "FUN_0016d840(&local_988);" (call_expression "FUN_0016d840(&local_988)" identifier (argument_list "(&local_988)" ( (pointer_expression "&local_988" & identifier) ))) ;) (expression_statement "local_988 = &PTR_FUN_00426b38;" (assignment_expression "local_988 = &PTR_FUN_00426b38" identifier = (pointer_expression "&PTR_FUN_00426b38" & identifier)) ;) (if_statement "if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }" if (parenthesized_expression "(local_70 != (long *)0x0)" ( (binary_expression "local_70 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*local_70 + 8))();\n }" { (expression_statement "(**(code **)(*local_70 + 8))();" (call_expression "(**(code **)(*local_70 + 8))()" (parenthesized_expression "(**(code **)(*local_70 + 8))" ( (pointer_expression "**(code **)(*local_70 + 8)" * (pointer_expression "*(code **)(*local_70 + 8)" * (cast_expression "(code **)(*local_70 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_70 + 8)" ( (binary_expression "*local_70 + 8" (pointer_expression "*local_70" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_58 != '\0') && (local_68 != 0))" ( (binary_expression "(local_58 != '\0') && (local_68 != 0)" (parenthesized_expression "(local_58 != '\0')" ( (binary_expression "local_58 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_68 != 0)" ( (binary_expression "local_68 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_90 != '\0') && (local_a0 != 0))" ( (binary_expression "(local_90 != '\0') && (local_a0 != 0)" (parenthesized_expression "(local_90 != '\0')" ( (binary_expression "local_90 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_a0 != 0)" ( (binary_expression "local_a0 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (if_statement "if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }" if (parenthesized_expression "(local_88 != (long *)0x0)" ( (binary_expression "local_88 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*local_88 + 8))();\n }" { (expression_statement "(**(code **)(*local_88 + 8))();" (call_expression "(**(code **)(*local_88 + 8))()" (parenthesized_expression "(**(code **)(*local_88 + 8))" ( (pointer_expression "**(code **)(*local_88 + 8)" * (pointer_expression "*(code **)(*local_88 + 8)" * (cast_expression "(code **)(*local_88 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*local_88 + 8)" ( (binary_expression "*local_88 + 8" (pointer_expression "*local_88" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) })) (if_statement "if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }" if (parenthesized_expression "((local_8f8 != '\0') && (local_908 != 0))" ( (binary_expression "(local_8f8 != '\0') && (local_908 != 0)" (parenthesized_expression "(local_8f8 != '\0')" ( (binary_expression "local_8f8 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(local_908 != 0)" ( (binary_expression "local_908 != 0" identifier != number_literal) ))) )) (compound_statement "{\n thunk_FUN_002dac60();\n }" { (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_0016bbe0(local_918);" (call_expression "FUN_0016bbe0(local_918)" identifier (argument_list "(local_918)" ( identifier ))) ;) (expression_statement "puVar11 = local_d8;" (assignment_expression "puVar11 = local_d8" identifier = identifier) ;) (while_statement "while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" while (parenthesized_expression "(puVar11 != (undefined8 *)0x0)" ( (binary_expression "puVar11 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" { (expression_statement "puVar11 = (undefined8 *)*puVar11;" (assignment_expression "puVar11 = (undefined8 *)*puVar11" identifier = (cast_expression "(undefined8 *)*puVar11" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar11" * identifier))) ;) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "memset(local_e8,0,local_e0 * 8);" (call_expression "memset(local_e8,0,local_e0 * 8)" identifier (argument_list "(local_e8,0,local_e0 * 8)" ( identifier , number_literal , (binary_expression "local_e0 * 8" identifier * number_literal) ))) ;) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" identifier . field_identifier) = number_literal) ;) (expression_statement "auVar3._0_8_ = local_d0._8_8_;" (assignment_expression "auVar3._0_8_ = local_d0._8_8_" (field_expression "auVar3._0_8_" identifier . field_identifier) = (field_expression "local_d0._8_8_" identifier . field_identifier)) ;) (expression_statement "local_d0 = auVar3 << 0x40;" (assignment_expression "local_d0 = auVar3 << 0x40" identifier = (binary_expression "auVar3 << 0x40" identifier << number_literal)) ;) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }" if (parenthesized_expression "(local_e8 != local_c0 + 8)" ( (binary_expression "local_e8 != local_c0 + 8" identifier != (binary_expression "local_c0 + 8" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac60();\n }" { (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" identifier (argument_list "()" ( ))) ;) })) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (pointer_declarator * IDENT))) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) * LIT)) )) - (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression IDENT >> LIT) )) * LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) , (binary_expression IDENT - IDENT) , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT - IDENT) ))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })))) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE) ) IDENT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression & IDENT) , (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression IDENT & LIT) ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) ;) }) while (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE) ) IDENT) )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! (cast_expression ( (type_descriptor TYPE) ) IDENT)) && (unary_expression ! (cast_expression ( (type_descriptor TYPE) ) IDENT))) )) == (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = BOOL) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) })) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT) )))) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (parenthesized_expression ( (binary_expression IDENT >> LIT) )) * LIT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | (binary_expression LIT << (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == LIT)) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < IDENT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (binary_expression (call_expression IDENT (argument_list ( LIT ))) << LIT)) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (for_statement for ( (assignment_expression IDENT = LIT) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (binary_expression IDENT * LIT) ))) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT << LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) })) (return_statement return ;) })))
(function_definition "void FUN_00153a40(long param_1,undefined8 param_2)\n\n{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00153a40(long param_1,undefined8 param_2)" (identifier "FUN_00153a40") (parameter_list "(long param_1,undefined8 param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) () ")"))) (compound_statement "{\n ulong *puVar1;\n uint uVar2;\n undefined1 auVar3 [16];\n int iVar4;\n long lVar5;\n ulong uVar6;\n ulong uVar7;\n undefined **ppuVar8;\n byte *pbVar9;\n undefined **ppuVar10;\n undefined8 *puVar11;\n int iVar12;\n undefined1 uVar13;\n bool bVar14;\n bool bVar15;\n undefined1 uVar16;\n bool bVar17;\n byte bVar18;\n int local_9c4;\n undefined4 uStack_98c;\n undefined **local_988;\n undefined1 local_980;\n undefined *local_978;\n undefined8 local_970;\n undefined8 local_968;\n int local_960;\n undefined8 local_95c;\n int local_954;\n undefined4 local_950;\n undefined8 local_948;\n undefined8 local_940;\n undefined8 local_938;\n undefined8 local_930;\n undefined8 local_928;\n undefined4 local_920;\n undefined4 local_918 [2];\n undefined8 local_910;\n long local_908;\n undefined8 local_900;\n char local_8f8;\n undefined8 local_8f0;\n undefined8 local_8e8 [256];\n undefined1 *local_e8;\n long local_e0;\n undefined8 *local_d8;\n undefined1 local_d0 [16];\n undefined1 local_c0 [16];\n undefined ***local_b0;\n undefined4 local_a8;\n long local_a0;\n undefined8 local_98;\n char local_90;\n long *local_88;\n undefined4 local_80;\n undefined8 local_78;\n long *local_70;\n long local_68;\n undefined8 local_60;\n char local_58;\n undefined8 local_50;\n undefined8 local_48;\n \n bVar18 = 0;\n lVar5 = FUN_00153780(param_1,0);\n uVar2 = *(uint *)(lVar5 + 0x38);\n uVar7 = (ulong)uVar2;\n *(long *)(param_1 + 8) = lVar5;\n uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);\n if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }\n uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;\n if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }\n if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }\n return;\n}" ({ "{") (declaration "ulong *puVar1;" (type_identifier "ulong") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "undefined1 auVar3 [16];" (type_identifier "undefined1") (array_declarator "auVar3 [16]" (identifier "auVar3") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "ulong uVar6;" (type_identifier "ulong") (identifier "uVar6") (; ";")) (declaration "ulong uVar7;" (type_identifier "ulong") (identifier "uVar7") (; ";")) (declaration "undefined **ppuVar8;" (type_identifier "undefined") (pointer_declarator "**ppuVar8" (* "*") (pointer_declarator "*ppuVar8" (* "*") (identifier "ppuVar8"))) (; ";")) (declaration "byte *pbVar9;" (type_identifier "byte") (pointer_declarator "*pbVar9" (* "*") (identifier "pbVar9")) (; ";")) (declaration "undefined **ppuVar10;" (type_identifier "undefined") (pointer_declarator "**ppuVar10" (* "*") (pointer_declarator "*ppuVar10" (* "*") (identifier "ppuVar10"))) (; ";")) (declaration "undefined8 *puVar11;" (type_identifier "undefined8") (pointer_declarator "*puVar11" (* "*") (identifier "puVar11")) (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "undefined1 uVar13;" (type_identifier "undefined1") (identifier "uVar13") (; ";")) (declaration "bool bVar14;" (primitive_type "bool") (identifier "bVar14") (; ";")) (declaration "bool bVar15;" (primitive_type "bool") (identifier "bVar15") (; ";")) (declaration "undefined1 uVar16;" (type_identifier "undefined1") (identifier "uVar16") (; ";")) (declaration "bool bVar17;" (primitive_type "bool") (identifier "bVar17") (; ";")) (declaration "byte bVar18;" (type_identifier "byte") (identifier "bVar18") (; ";")) (declaration "int local_9c4;" (primitive_type "int") (identifier "local_9c4") (; ";")) (declaration "undefined4 uStack_98c;" (type_identifier "undefined4") (identifier "uStack_98c") (; ";")) (declaration "undefined **local_988;" (type_identifier "undefined") (pointer_declarator "**local_988" (* "*") (pointer_declarator "*local_988" (* "*") (identifier "local_988"))) (; ";")) (declaration "undefined1 local_980;" (type_identifier "undefined1") (identifier "local_980") (; ";")) (declaration "undefined *local_978;" (type_identifier "undefined") (pointer_declarator "*local_978" (* "*") (identifier "local_978")) (; ";")) (declaration "undefined8 local_970;" (type_identifier "undefined8") (identifier "local_970") (; ";")) (declaration "undefined8 local_968;" (type_identifier "undefined8") (identifier "local_968") (; ";")) (declaration "int local_960;" (primitive_type "int") (identifier "local_960") (; ";")) (declaration "undefined8 local_95c;" (type_identifier "undefined8") (identifier "local_95c") (; ";")) (declaration "int local_954;" (primitive_type "int") (identifier "local_954") (; ";")) (declaration "undefined4 local_950;" (type_identifier "undefined4") (identifier "local_950") (; ";")) (declaration "undefined8 local_948;" (type_identifier "undefined8") (identifier "local_948") (; ";")) (declaration "undefined8 local_940;" (type_identifier "undefined8") (identifier "local_940") (; ";")) (declaration "undefined8 local_938;" (type_identifier "undefined8") (identifier "local_938") (; ";")) (declaration "undefined8 local_930;" (type_identifier "undefined8") (identifier "local_930") (; ";")) (declaration "undefined8 local_928;" (type_identifier "undefined8") (identifier "local_928") (; ";")) (declaration "undefined4 local_920;" (type_identifier "undefined4") (identifier "local_920") (; ";")) (declaration "undefined4 local_918 [2];" (type_identifier "undefined4") (array_declarator "local_918 [2]" (identifier "local_918") ([ "[") (number_literal "2") (] "]")) (; ";")) (declaration "undefined8 local_910;" (type_identifier "undefined8") (identifier "local_910") (; ";")) (declaration "long local_908;" (sized_type_specifier "long" (long "long")) (identifier "local_908") (; ";")) (declaration "undefined8 local_900;" (type_identifier "undefined8") (identifier "local_900") (; ";")) (declaration "char local_8f8;" (primitive_type "char") (identifier "local_8f8") (; ";")) (declaration "undefined8 local_8f0;" (type_identifier "undefined8") (identifier "local_8f0") (; ";")) (declaration "undefined8 local_8e8 [256];" (type_identifier "undefined8") (array_declarator "local_8e8 [256]" (identifier "local_8e8") ([ "[") (number_literal "256") (] "]")) (; ";")) (declaration "undefined1 *local_e8;" (type_identifier "undefined1") (pointer_declarator "*local_e8" (* "*") (identifier "local_e8")) (; ";")) (declaration "long local_e0;" (sized_type_specifier "long" (long "long")) (identifier "local_e0") (; ";")) (declaration "undefined8 *local_d8;" (type_identifier "undefined8") (pointer_declarator "*local_d8" (* "*") (identifier "local_d8")) (; ";")) (declaration "undefined1 local_d0 [16];" (type_identifier "undefined1") (array_declarator "local_d0 [16]" (identifier "local_d0") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 local_c0 [16];" (type_identifier "undefined1") (array_declarator "local_c0 [16]" (identifier "local_c0") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined ***local_b0;" (type_identifier "undefined") (pointer_declarator "***local_b0" (* "*") (pointer_declarator "**local_b0" (* "*") (pointer_declarator "*local_b0" (* "*") (identifier "local_b0")))) (; ";")) (declaration "undefined4 local_a8;" (type_identifier "undefined4") (identifier "local_a8") (; ";")) (declaration "long local_a0;" (sized_type_specifier "long" (long "long")) (identifier "local_a0") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "char local_90;" (primitive_type "char") (identifier "local_90") (; ";")) (declaration "long *local_88;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_88" (* "*") (identifier "local_88")) (; ";")) (declaration "undefined4 local_80;" (type_identifier "undefined4") (identifier "local_80") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "long *local_70;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_70" (* "*") (identifier "local_70")) (; ";")) (declaration "long local_68;" (sized_type_specifier "long" (long "long")) (identifier "local_68") (; ";")) (declaration "undefined8 local_60;" (type_identifier "undefined8") (identifier "local_60") (; ";")) (declaration "char local_58;" (primitive_type "char") (identifier "local_58") (; ";")) (declaration "undefined8 local_50;" (type_identifier "undefined8") (identifier "local_50") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (expression_statement "bVar18 = 0;" (assignment_expression "bVar18 = 0" (identifier "bVar18") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar5 = FUN_00153780(param_1,0);" (assignment_expression "lVar5 = FUN_00153780(param_1,0)" (identifier "lVar5") (= "=") (call_expression "FUN_00153780(param_1,0)" (identifier "FUN_00153780") (argument_list "(param_1,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "uVar2 = *(uint *)(lVar5 + 0x38);" (assignment_expression "uVar2 = *(uint *)(lVar5 + 0x38)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(lVar5 + 0x38)" (* "*") (cast_expression "(uint *)(lVar5 + 0x38)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + 0x38)" (( "(") (binary_expression "lVar5 + 0x38" (identifier "lVar5") (+ "+") (number_literal "0x38")) () ")"))))) (; ";")) (expression_statement "uVar7 = (ulong)uVar2;" (assignment_expression "uVar7 = (ulong)uVar2" (identifier "uVar7") (= "=") (cast_expression "(ulong)uVar2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar2"))) (; ";")) (expression_statement "*(long *)(param_1 + 8) = lVar5;" (assignment_expression "*(long *)(param_1 + 8) = lVar5" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20);" (assignment_expression "uVar6 = ((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" (identifier "uVar6") (= "=") (binary_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) -\n (ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "((ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8)" (( "(") (binary_expression "(ulong)*(uint *)(param_1 + 0x30) +\n (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (binary_expression "(ulong)*(uint *)(param_1 + 0x30)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (binary_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8" (parenthesized_expression "(*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18))" (( "(") (binary_expression "*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (* "*") (number_literal "8"))) () ")")) (- "-") (binary_expression "(ulong)*(uint *)(param_1 + 0x20)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))))) (; ";")) (if_statement "if (uVar7 < uVar6) {\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }\n else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" (if "if") (parenthesized_expression "(uVar7 < uVar6)" (( "(") (binary_expression "uVar7 < uVar6" (identifier "uVar7") (< "<") (identifier "uVar6")) () ")")) (compound_statement "{\n lVar5 = *(uint *)(param_1 + 0x20) + uVar7;\n *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;\n *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;\n }" ({ "{") (expression_statement "lVar5 = *(uint *)(param_1 + 0x20) + uVar7;" (assignment_expression "lVar5 = *(uint *)(param_1 + 0x20) + uVar7" (identifier "lVar5") (= "=") (binary_expression "*(uint *)(param_1 + 0x20) + uVar7" (pointer_expression "*(uint *)(param_1 + 0x20)" (* "*") (cast_expression "(uint *)(param_1 + 0x20)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (+ "+") (identifier "uVar7"))) (; ";")) (expression_statement "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8;" (assignment_expression "*(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (binary_expression "(lVar5 >> 6) * 8" (parenthesized_expression "(lVar5 >> 6)" (( "(") (binary_expression "lVar5 >> 6" (identifier "lVar5") (>> ">>") (number_literal "6")) () ")")) (* "*") (number_literal "8")))) (; ";")) (expression_statement "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f;" (assignment_expression "*(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f" (pointer_expression "*(uint *)(param_1 + 0x30)" (* "*") (cast_expression "(uint *)(param_1 + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (binary_expression "(uint)lVar5 & 0x3f" (cast_expression "(uint)lVar5" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "lVar5")) (& "&") (number_literal "0x3f"))) (; ";")) (} "}")) (else_clause "else {\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" (else "else") (compound_statement "{\n FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);\n }" ({ "{") (expression_statement "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0);" (call_expression "FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" (identifier "FUN_00165a80") (argument_list "(param_1 + 0x18,*(long *)(param_1 + 0x28),\n CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) (, ",") (pointer_expression "*(long *)(param_1 + 0x28)" (* "*") (cast_expression "(long *)(param_1 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (call_expression "CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30))" (identifier "CONCAT44") (argument_list "(uStack_98c,*(uint *)(param_1 + 0x30))" (( "(") (identifier "uStack_98c") (, ",") (pointer_expression "*(uint *)(param_1 + 0x30)" (* "*") (cast_expression "(uint *)(param_1 + 0x30)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) () ")"))) (, ",") (binary_expression "uVar7 - uVar6" (identifier "uVar7") (- "-") (identifier "uVar6")) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")))) (expression_statement "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4;" (assignment_expression "uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" (identifier "uVar6") (= "=") (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4" (binary_expression "*(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40)" (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) (- "-") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (>> ">>") (number_literal "4"))) (; ";")) (if_statement "if (uVar6 < uVar7) {\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }\n else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" (if "if") (parenthesized_expression "(uVar6 < uVar7)" (( "(") (binary_expression "uVar6 < uVar7" (identifier "uVar6") (< "<") (identifier "uVar7")) () ")")) (compound_statement "{\n FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);\n }" ({ "{") (expression_statement "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6);" (call_expression "FUN_00160af0(param_1 + 0x40,uVar7 - uVar6)" (identifier "FUN_00160af0") (argument_list "(param_1 + 0x40,uVar7 - uVar6)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) (, ",") (binary_expression "uVar7 - uVar6" (identifier "uVar7") (- "-") (identifier "uVar6")) () ")"))) (; ";")) (} "}")) (else_clause "else if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" (else "else") (if_statement "if ((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) {\n *(long *)(param_1 + 0x48) = lVar5;\n }" (if "if") (parenthesized_expression "((uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5))" (( "(") (binary_expression "(uVar7 < uVar6) &&\n (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" (parenthesized_expression "(uVar7 < uVar6)" (( "(") (binary_expression "uVar7 < uVar6" (identifier "uVar7") (< "<") (identifier "uVar6")) () ")")) (&& "&&") (parenthesized_expression "(lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)" (( "(") (comma_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5" (assignment_expression "lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40)" (identifier "lVar5") (= "=") (binary_expression "uVar7 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "uVar7 * 0x10" (identifier "uVar7") (* "*") (number_literal "0x10")) (+ "+") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))))) (, ",") (binary_expression "*(long *)(param_1 + 0x48) != lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) (!= "!=") (identifier "lVar5"))) () ")"))) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x48) = lVar5;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x48) = lVar5;" (assignment_expression "*(long *)(param_1 + 0x48) = lVar5" (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (} "}"))))) (if_statement "if (1 < uVar2) {\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" (if "if") (parenthesized_expression "(1 < uVar2)" (( "(") (binary_expression "1 < uVar2" (number_literal "1") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n uVar6 = 1;\n local_9c4 = 0;\n iVar12 = 0;\n do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);\n if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }\n }" ({ "{") (expression_statement "uVar6 = 1;" (assignment_expression "uVar6 = 1" (identifier "uVar6") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_9c4 = 0;" (assignment_expression "local_9c4 = 0" (identifier "local_9c4") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" (identifier "iVar12") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n } while ((uint)uVar6 < uVar2);" (do "do") (compound_statement "{\n iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();\n uVar13 = iVar4 == 0;\n uVar16 = iVar4 == 1;\n if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }\n uVar6 = uVar6 + 1;\n }" ({ "{") (expression_statement "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))();" (assignment_expression "iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))()" (identifier "iVar4") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))()" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0xa0))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0xa0)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0xa0)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0xa0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0xa0)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0xa0" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0xa0")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "uVar13 = iVar4 == 0;" (assignment_expression "uVar13 = iVar4 == 0" (identifier "uVar13") (= "=") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0"))) (; ";")) (expression_statement "uVar16 = iVar4 == 1;" (assignment_expression "uVar16 = iVar4 == 1" (identifier "uVar16") (= "=") (binary_expression "iVar4 == 1" (identifier "iVar4") (== "==") (number_literal "1"))) (; ";")) (if_statement "if ((bool)uVar16) {\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" (if "if") (parenthesized_expression "((bool)uVar16)" (( "(") (cast_expression "(bool)uVar16" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "uVar16")) () ")")) (compound_statement "{\n (**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);\n lVar5 = 7;\n ppuVar8 = (undefined **)((long)local_988 + 7);\n pbVar9 = (byte *)".debug_";\n ppuVar10 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);\n bVar14 = false;\n bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;\n if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }\n local_9c4 = iVar4;\n if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }\n }" ({ "{") (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))\n (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x80))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x80)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x80)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x80)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x80)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x80" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x80")) () ")"))))) () ")")) (argument_list "(&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff)" (( "(") (pointer_expression "&local_988" (& "&") (identifier "local_988")) (, ",") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (binary_expression "uVar6 & 0xffffffff" (identifier "uVar6") (& "&") (number_literal "0xffffffff")) () ")"))) (; ";")) (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" (identifier "lVar5") (= "=") (number_literal "7")) (; ";")) (expression_statement "ppuVar8 = (undefined **)((long)local_988 + 7);" (assignment_expression "ppuVar8 = (undefined **)((long)local_988 + 7)" (identifier "ppuVar8") (= "=") (cast_expression "(undefined **)((long)local_988 + 7)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)local_988 + 7)" (( "(") (binary_expression "(long)local_988 + 7" (cast_expression "(long)local_988" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "local_988")) (+ "+") (number_literal "7")) () ")")))) (; ";")) (expression_statement "pbVar9 = (byte *)".debug_";" (assignment_expression "pbVar9 = (byte *)".debug_"" (identifier "pbVar9") (= "=") (cast_expression "(byte *)".debug_"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".debug_"" (" """) (string_content ".debug_") (" """)))) (; ";")) (expression_statement "ppuVar10 = local_988;" (assignment_expression "ppuVar10 = local_988" (identifier "ppuVar10") (= "=") (identifier "local_988")) (; ";")) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n } while ((bool)uVar16);" (do "do") (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n uVar13 = *pbVar9 < *(byte *)ppuVar10;\n uVar16 = *pbVar9 == *(byte *)ppuVar10;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n }" ({ "{") (if_statement "if (lVar5 == 0) break;" (if "if") (parenthesized_expression "(lVar5 == 0)" (( "(") (binary_expression "lVar5 == 0" (identifier "lVar5") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "uVar13 = *pbVar9 < *(byte *)ppuVar10;" (assignment_expression "uVar13 = *pbVar9 < *(byte *)ppuVar10" (identifier "uVar13") (= "=") (binary_expression "*pbVar9 < *(byte *)ppuVar10" (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")) (< "<") (pointer_expression "*(byte *)ppuVar10" (* "*") (cast_expression "(byte *)ppuVar10" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar10"))))) (; ";")) (expression_statement "uVar16 = *pbVar9 == *(byte *)ppuVar10;" (assignment_expression "uVar16 = *pbVar9 == *(byte *)ppuVar10" (identifier "uVar16") (= "=") (binary_expression "*pbVar9 == *(byte *)ppuVar10" (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")) (== "==") (pointer_expression "*(byte *)ppuVar10" (* "*") (cast_expression "(byte *)ppuVar10" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar10"))))) (; ";")) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" (identifier "pbVar9") (= "=") (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" (identifier "pbVar9") (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (identifier "ppuVar10") (= "=") (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (( "(") (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar10")) (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((bool)uVar16)" (( "(") (cast_expression "(bool)uVar16" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "uVar16")) () ")")) (; ";")) (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";")) (expression_statement "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13;" (assignment_expression "bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" (identifier "bVar17") (= "=") (binary_expression "(!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13" (parenthesized_expression "(!(bool)uVar13 && !(bool)uVar16)" (( "(") (binary_expression "!(bool)uVar13 && !(bool)uVar16" (unary_expression "!(bool)uVar13" (! "!") (cast_expression "(bool)uVar13" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "uVar13"))) (&& "&&") (unary_expression "!(bool)uVar16" (! "!") (cast_expression "(bool)uVar16" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "uVar16")))) () ")")) (== "==") (cast_expression "(bool)uVar13" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "uVar13")))) (; ";")) (if_statement "if (bVar17) {\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }\n else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" (if "if") (parenthesized_expression "(bVar17)" (( "(") (identifier "bVar17") () ")")) (compound_statement "{\nLAB_00153be2:\n bVar14 = false;\n lVar5 = 5;\n ppuVar10 = ppuVar8;\n pbVar9 = (byte *)0x37a372;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);\n bVar15 = false;\n bVar14 = (!bVar14 && !bVar17) == bVar14;\n iVar4 = (int)uVar6;\n if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }\n }" ({ "{") (labeled_statement "LAB_00153be2:\n bVar14 = false;" (statement_identifier "LAB_00153be2") (: ":") (expression_statement "bVar14 = false;" (assignment_expression "bVar14 = false" (identifier "bVar14") (= "=") (false "false")) (; ";"))) (expression_statement "lVar5 = 5;" (assignment_expression "lVar5 = 5" (identifier "lVar5") (= "=") (number_literal "5")) (; ";")) (expression_statement "ppuVar10 = ppuVar8;" (assignment_expression "ppuVar10 = ppuVar8" (identifier "ppuVar10") (= "=") (identifier "ppuVar8")) (; ";")) (expression_statement "pbVar9 = (byte *)0x37a372;" (assignment_expression "pbVar9 = (byte *)0x37a372" (identifier "pbVar9") (= "=") (cast_expression "(byte *)0x37a372" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x37a372"))) (; ";")) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar17);" (do "do") (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *(byte *)ppuVar10 < *pbVar9;\n bVar17 = *(byte *)ppuVar10 == *pbVar9;\n ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar5 == 0) break;" (if "if") (parenthesized_expression "(lVar5 == 0)" (( "(") (binary_expression "lVar5 == 0" (identifier "lVar5") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *(byte *)ppuVar10 < *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar10 < *pbVar9" (identifier "bVar14") (= "=") (binary_expression "*(byte *)ppuVar10 < *pbVar9" (pointer_expression "*(byte *)ppuVar10" (* "*") (cast_expression "(byte *)ppuVar10" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar10"))) (< "<") (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")))) (; ";")) (expression_statement "bVar17 = *(byte *)ppuVar10 == *pbVar9;" (assignment_expression "bVar17 = *(byte *)ppuVar10 == *pbVar9" (identifier "bVar17") (= "=") (binary_expression "*(byte *)ppuVar10 == *pbVar9" (pointer_expression "*(byte *)ppuVar10" (* "*") (cast_expression "(byte *)ppuVar10" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar10"))) (== "==") (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")))) (; ";")) (expression_statement "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (identifier "ppuVar10") (= "=") (cast_expression "(undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)ppuVar10 + (ulong)bVar18 * -2 + 1)" (( "(") (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar10 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar10")) (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" (identifier "pbVar9") (= "=") (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" (identifier "pbVar9") (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar17)" (( "(") (identifier "bVar17") () ")")) (; ";")) (expression_statement "bVar15 = false;" (assignment_expression "bVar15 = false" (identifier "bVar15") (= "=") (false "false")) (; ";")) (expression_statement "bVar14 = (!bVar14 && !bVar17) == bVar14;" (assignment_expression "bVar14 = (!bVar14 && !bVar17) == bVar14" (identifier "bVar14") (= "=") (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" (( "(") (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar17" (! "!") (identifier "bVar17"))) () ")")) (== "==") (identifier "bVar14"))) (; ";")) (expression_statement "iVar4 = (int)uVar6;" (assignment_expression "iVar4 = (int)uVar6" (identifier "iVar4") (= "=") (cast_expression "(int)uVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar6"))) (; ";")) (if_statement "if (!bVar14) {\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" (if "if") (parenthesized_expression "(!bVar14)" (( "(") (unary_expression "!bVar14" (! "!") (identifier "bVar14")) () ")")) (compound_statement "{\n lVar5 = 7;\n pbVar9 = (byte *)0x371f72;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);\n iVar4 = local_9c4;\n if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }\n }" ({ "{") (expression_statement "lVar5 = 7;" (assignment_expression "lVar5 = 7" (identifier "lVar5") (= "=") (number_literal "7")) (; ";")) (expression_statement "pbVar9 = (byte *)0x371f72;" (assignment_expression "pbVar9 = (byte *)0x371f72" (identifier "pbVar9") (= "=") (cast_expression "(byte *)0x371f72" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x371f72"))) (; ";")) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n } while (bVar14);" (do "do") (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar15 = *(byte *)ppuVar8 < *pbVar9;\n bVar14 = *(byte *)ppuVar8 == *pbVar9;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n }" ({ "{") (if_statement "if (lVar5 == 0) break;" (if "if") (parenthesized_expression "(lVar5 == 0)" (( "(") (binary_expression "lVar5 == 0" (identifier "lVar5") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar15 = *(byte *)ppuVar8 < *pbVar9;" (assignment_expression "bVar15 = *(byte *)ppuVar8 < *pbVar9" (identifier "bVar15") (= "=") (binary_expression "*(byte *)ppuVar8 < *pbVar9" (pointer_expression "*(byte *)ppuVar8" (* "*") (cast_expression "(byte *)ppuVar8" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar8"))) (< "<") (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")))) (; ";")) (expression_statement "bVar14 = *(byte *)ppuVar8 == *pbVar9;" (assignment_expression "bVar14 = *(byte *)ppuVar8 == *pbVar9" (identifier "bVar14") (= "=") (binary_expression "*(byte *)ppuVar8 == *pbVar9" (pointer_expression "*(byte *)ppuVar8" (* "*") (cast_expression "(byte *)ppuVar8" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar8"))) (== "==") (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")))) (; ";")) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (identifier "ppuVar8") (= "=") (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (( "(") (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar8")) (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" (identifier "pbVar9") (= "=") (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" (identifier "pbVar9") (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar14)" (( "(") (identifier "bVar14") () ")")) (; ";")) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" (identifier "iVar4") (= "=") (identifier "local_9c4")) (; ";")) (if_statement "if ((!bVar15 && !bVar14) == bVar15) {\n iVar12 = (int)uVar6;\n }" (if "if") (parenthesized_expression "((!bVar15 && !bVar14) == bVar15)" (( "(") (binary_expression "(!bVar15 && !bVar14) == bVar15" (parenthesized_expression "(!bVar15 && !bVar14)" (( "(") (binary_expression "!bVar15 && !bVar14" (unary_expression "!bVar15" (! "!") (identifier "bVar15")) (&& "&&") (unary_expression "!bVar14" (! "!") (identifier "bVar14"))) () ")")) (== "==") (identifier "bVar15")) () ")")) (compound_statement "{\n iVar12 = (int)uVar6;\n }" ({ "{") (expression_statement "iVar12 = (int)uVar6;" (assignment_expression "iVar12 = (int)uVar6" (identifier "iVar12") (= "=") (cast_expression "(int)uVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar6"))) (; ";")) (} "}"))) (} "}"))) (} "}")) (else_clause "else {\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" (else "else") (compound_statement "{\n lVar5 = 8;\n pbVar9 = (byte *)".zdebug_";\n ppuVar8 = local_988;\n do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);\n iVar4 = local_9c4;\n if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }\n }" ({ "{") (expression_statement "lVar5 = 8;" (assignment_expression "lVar5 = 8" (identifier "lVar5") (= "=") (number_literal "8")) (; ";")) (expression_statement "pbVar9 = (byte *)".zdebug_";" (assignment_expression "pbVar9 = (byte *)".zdebug_"" (identifier "pbVar9") (= "=") (cast_expression "(byte *)".zdebug_"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal "".zdebug_"" (" """) (string_content ".zdebug_") (" """)))) (; ";")) (expression_statement "ppuVar8 = local_988;" (assignment_expression "ppuVar8 = local_988" (identifier "ppuVar8") (= "=") (identifier "local_988")) (; ";")) (do_statement "do {\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n } while (bVar17);" (do "do") (compound_statement "{\n if (lVar5 == 0) break;\n lVar5 = lVar5 + -1;\n bVar14 = *pbVar9 < *(byte *)ppuVar8;\n bVar17 = *pbVar9 == *(byte *)ppuVar8;\n pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;\n ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);\n }" ({ "{") (if_statement "if (lVar5 == 0) break;" (if "if") (parenthesized_expression "(lVar5 == 0)" (( "(") (binary_expression "lVar5 == 0" (identifier "lVar5") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar5 = lVar5 + -1;" (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar14 = *pbVar9 < *(byte *)ppuVar8;" (assignment_expression "bVar14 = *pbVar9 < *(byte *)ppuVar8" (identifier "bVar14") (= "=") (binary_expression "*pbVar9 < *(byte *)ppuVar8" (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")) (< "<") (pointer_expression "*(byte *)ppuVar8" (* "*") (cast_expression "(byte *)ppuVar8" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar8"))))) (; ";")) (expression_statement "bVar17 = *pbVar9 == *(byte *)ppuVar8;" (assignment_expression "bVar17 = *pbVar9 == *(byte *)ppuVar8" (identifier "bVar17") (= "=") (binary_expression "*pbVar9 == *(byte *)ppuVar8" (pointer_expression "*pbVar9" (* "*") (identifier "pbVar9")) (== "==") (pointer_expression "*(byte *)ppuVar8" (* "*") (cast_expression "(byte *)ppuVar8" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppuVar8"))))) (; ";")) (expression_statement "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1;" (assignment_expression "pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1" (identifier "pbVar9") (= "=") (binary_expression "pbVar9 + (ulong)bVar18 * -2 + 1" (binary_expression "pbVar9 + (ulong)bVar18 * -2" (identifier "pbVar9") (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1);" (assignment_expression "ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (identifier "ppuVar8") (= "=") (cast_expression "(undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((long)ppuVar8 + (ulong)bVar18 * -2 + 1)" (( "(") (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2 + 1" (binary_expression "(long)ppuVar8 + (ulong)bVar18 * -2" (cast_expression "(long)ppuVar8" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "ppuVar8")) (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar17)" (( "(") (identifier "bVar17") () ")")) (; ";")) (expression_statement "iVar4 = local_9c4;" (assignment_expression "iVar4 = local_9c4" (identifier "iVar4") (= "=") (identifier "local_9c4")) (; ";")) (if_statement "if ((!bVar14 && !bVar17) == bVar14) {\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" (if "if") (parenthesized_expression "((!bVar14 && !bVar17) == bVar14)" (( "(") (binary_expression "(!bVar14 && !bVar17) == bVar14" (parenthesized_expression "(!bVar14 && !bVar17)" (( "(") (binary_expression "!bVar14 && !bVar17" (unary_expression "!bVar14" (! "!") (identifier "bVar14")) (&& "&&") (unary_expression "!bVar17" (! "!") (identifier "bVar17"))) () ")")) (== "==") (identifier "bVar14")) () ")")) (compound_statement "{\n ppuVar8 = local_988 + 1;\n puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);\n *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);\n bVar17 = *puVar1 == 0;\n goto LAB_00153be2;\n }" ({ "{") (expression_statement "ppuVar8 = local_988 + 1;" (assignment_expression "ppuVar8 = local_988 + 1" (identifier "ppuVar8") (= "=") (binary_expression "local_988 + 1" (identifier "local_988") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8);" (assignment_expression "puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" (identifier "puVar1") (= "=") (cast_expression "(ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (binary_expression "(uVar6 >> 6) * 8" (parenthesized_expression "(uVar6 >> 6)" (( "(") (binary_expression "uVar6 >> 6" (identifier "uVar6") (>> ">>") (number_literal "6")) () ")")) (* "*") (number_literal "8"))) () ")")))) (; ";")) (expression_statement "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f);" (assignment_expression "*puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (binary_expression "*puVar1 | 1L << ((byte)uVar6 & 0x3f)" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (| "|") (binary_expression "1L << ((byte)uVar6 & 0x3f)" (number_literal "1L") (<< "<<") (parenthesized_expression "((byte)uVar6 & 0x3f)" (( "(") (binary_expression "(byte)uVar6 & 0x3f" (cast_expression "(byte)uVar6" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar6")) (& "&") (number_literal "0x3f")) () ")"))))) (; ";")) (expression_statement "bVar17 = *puVar1 == 0;" (assignment_expression "bVar17 = *puVar1 == 0" (identifier "bVar17") (= "=") (binary_expression "*puVar1 == 0" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (== "==") (number_literal "0"))) (; ";")) (goto_statement "goto LAB_00153be2;" (goto "goto") (statement_identifier "LAB_00153be2") (; ";")) (} "}"))) (} "}")))) (expression_statement "local_9c4 = iVar4;" (assignment_expression "local_9c4 = iVar4" (identifier "local_9c4") (= "=") (identifier "iVar4")) (; ";")) (if_statement "if (local_988 != &local_978) {\n FUN_002dac60(local_988);\n }" (if "if") (parenthesized_expression "(local_988 != &local_978)" (( "(") (binary_expression "local_988 != &local_978" (identifier "local_988") (!= "!=") (pointer_expression "&local_978" (& "&") (identifier "local_978"))) () ")")) (compound_statement "{\n FUN_002dac60(local_988);\n }" ({ "{") (expression_statement "FUN_002dac60(local_988);" (call_expression "FUN_002dac60(local_988)" (identifier "FUN_002dac60") (argument_list "(local_988)" (( "(") (identifier "local_988") () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar6 = uVar6 + 1;" (assignment_expression "uVar6 = uVar6 + 1" (identifier "uVar6") (= "=") (binary_expression "uVar6 + 1" (identifier "uVar6") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((uint)uVar6 < uVar2)" (( "(") (binary_expression "(uint)uVar6 < uVar2" (cast_expression "(uint)uVar6" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar6")) (< "<") (identifier "uVar2")) () ")")) (; ";")) (if_statement "if (local_9c4 != 0) {\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" (if "if") (parenthesized_expression "(local_9c4 != 0)" (( "(") (binary_expression "local_9c4 != 0" (identifier "local_9c4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_978 = *(undefined **)(param_1 + 8);\n local_980 = 0;\n local_960 = local_9c4;\n local_e8 = local_c0 + 8;\n local_970 = 0;\n local_968 = 0;\n local_95c = 0;\n local_950 = 0;\n local_948 = 0;\n local_940 = 0;\n local_938 = 0;\n local_930 = 0;\n local_928 = 0;\n local_920 = 0;\n local_918[0] = 0;\n local_910 = 0;\n local_908 = 0;\n local_900 = 0;\n local_8f8 = '\0';\n local_8f0 = 0;\n local_c0 = (undefined1 [16])0x0;\n local_e0 = 1;\n local_d8 = (undefined8 *)0x0;\n local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;\n local_d0._12_4_ = 0;\n puVar11 = local_8e8;\n for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }\n local_a8 = 0;\n local_a0 = 0;\n local_98 = 0;\n local_90 = '\0';\n local_88 = (long *)0x0;\n local_80 = 0;\n local_78 = 0;\n local_70 = (long *)0x0;\n local_68 = 0;\n local_60 = 0;\n local_58 = '\0';\n local_50 = 0;\n local_988 = &PTR_FUN_00431b58;\n local_954 = iVar12;\n local_b0 = &local_988;\n local_48 = param_2;\n \n FUN_0016d840(&local_988);\n local_988 = &PTR_FUN_00426b38;\n if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }\n if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }\n if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }\n if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }\n if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }\n FUN_0016bbe0(local_918);\n puVar11 = local_d8;\n while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }\n memset(local_e8,0,local_e0 * 8);\n auVar3._8_8_ = 0;\n auVar3._0_8_ = local_d0._8_8_;\n local_d0 = auVar3 << 0x40;\n local_d8 = (undefined8 *)0x0;\n if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }\n }" ({ "{") (expression_statement "local_978 = *(undefined **)(param_1 + 8);" (assignment_expression "local_978 = *(undefined **)(param_1 + 8)" (identifier "local_978") (= "=") (pointer_expression "*(undefined **)(param_1 + 8)" (* "*") (cast_expression "(undefined **)(param_1 + 8)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "local_980 = 0;" (assignment_expression "local_980 = 0" (identifier "local_980") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_960 = local_9c4;" (assignment_expression "local_960 = local_9c4" (identifier "local_960") (= "=") (identifier "local_9c4")) (; ";")) (expression_statement "local_e8 = local_c0 + 8;" (assignment_expression "local_e8 = local_c0 + 8" (identifier "local_e8") (= "=") (binary_expression "local_c0 + 8" (identifier "local_c0") (+ "+") (number_literal "8"))) (; ";")) (expression_statement "local_970 = 0;" (assignment_expression "local_970 = 0" (identifier "local_970") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_968 = 0;" (assignment_expression "local_968 = 0" (identifier "local_968") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_95c = 0;" (assignment_expression "local_95c = 0" (identifier "local_95c") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_950 = 0;" (assignment_expression "local_950 = 0" (identifier "local_950") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_948 = 0;" (assignment_expression "local_948 = 0" (identifier "local_948") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_940 = 0;" (assignment_expression "local_940 = 0" (identifier "local_940") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_938 = 0;" (assignment_expression "local_938 = 0" (identifier "local_938") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_930 = 0;" (assignment_expression "local_930 = 0" (identifier "local_930") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_928 = 0;" (assignment_expression "local_928 = 0" (identifier "local_928") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_920 = 0;" (assignment_expression "local_920 = 0" (identifier "local_920") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_918[0] = 0;" (assignment_expression "local_918[0] = 0" (subscript_expression "local_918[0]" (identifier "local_918") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_910 = 0;" (assignment_expression "local_910 = 0" (identifier "local_910") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_908 = 0;" (assignment_expression "local_908 = 0" (identifier "local_908") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_900 = 0;" (assignment_expression "local_900 = 0" (identifier "local_900") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_8f8 = '\0';" (assignment_expression "local_8f8 = '\0'" (identifier "local_8f8") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "local_8f0 = 0;" (assignment_expression "local_8f0 = 0" (identifier "local_8f0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_c0 = (undefined1 [16])0x0;" (assignment_expression "local_c0 = (undefined1 [16])0x0" (identifier "local_c0") (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_e0 = 1;" (assignment_expression "local_e0 = 1" (identifier "local_e0") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" (identifier "local_d8") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40;" (assignment_expression "local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40" (field_expression "local_d0._0_12_" (identifier "local_d0") (. ".") (field_identifier "_0_12_")) (= "=") (binary_expression "ZEXT412(0x3f800000) << 0x40" (call_expression "ZEXT412(0x3f800000)" (identifier "ZEXT412") (argument_list "(0x3f800000)" (( "(") (number_literal "0x3f800000") () ")"))) (<< "<<") (number_literal "0x40"))) (; ";")) (expression_statement "local_d0._12_4_ = 0;" (assignment_expression "local_d0._12_4_ = 0" (field_expression "local_d0._12_4_" (identifier "local_d0") (. ".") (field_identifier "_12_4_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar11 = local_8e8;" (assignment_expression "puVar11 = local_8e8" (identifier "puVar11") (= "=") (identifier "local_8e8")) (; ";")) (for_statement "for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) {\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" (for "for") (( "(") (assignment_expression "lVar5 = 0x100" (identifier "lVar5") (= "=") (number_literal "0x100")) (; ";") (binary_expression "lVar5 != 0" (identifier "lVar5") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "lVar5 = lVar5 + -1" (identifier "lVar5") (= "=") (binary_expression "lVar5 + -1" (identifier "lVar5") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n *puVar11 = 0;\n puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;\n }" ({ "{") (expression_statement "*puVar11 = 0;" (assignment_expression "*puVar11 = 0" (pointer_expression "*puVar11" (* "*") (identifier "puVar11")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1;" (assignment_expression "puVar11 = puVar11 + (ulong)bVar18 * -2 + 1" (identifier "puVar11") (= "=") (binary_expression "puVar11 + (ulong)bVar18 * -2 + 1" (binary_expression "puVar11 + (ulong)bVar18 * -2" (identifier "puVar11") (+ "+") (binary_expression "(ulong)bVar18 * -2" (cast_expression "(ulong)bVar18" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "bVar18")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "local_a8 = 0;" (assignment_expression "local_a8 = 0" (identifier "local_a8") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_a0 = 0;" (assignment_expression "local_a0 = 0" (identifier "local_a0") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_98 = 0;" (assignment_expression "local_98 = 0" (identifier "local_98") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_90 = '\0';" (assignment_expression "local_90 = '\0'" (identifier "local_90") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "local_88 = (long *)0x0;" (assignment_expression "local_88 = (long *)0x0" (identifier "local_88") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_80 = 0;" (assignment_expression "local_80 = 0" (identifier "local_80") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_78 = 0;" (assignment_expression "local_78 = 0" (identifier "local_78") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_70 = (long *)0x0;" (assignment_expression "local_70 = (long *)0x0" (identifier "local_70") (= "=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "local_68 = 0;" (assignment_expression "local_68 = 0" (identifier "local_68") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_60 = 0;" (assignment_expression "local_60 = 0" (identifier "local_60") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = '\0';" (assignment_expression "local_58 = '\0'" (identifier "local_58") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_988 = &PTR_FUN_00431b58;" (assignment_expression "local_988 = &PTR_FUN_00431b58" (identifier "local_988") (= "=") (pointer_expression "&PTR_FUN_00431b58" (& "&") (identifier "PTR_FUN_00431b58"))) (; ";")) (expression_statement "local_954 = iVar12;" (assignment_expression "local_954 = iVar12" (identifier "local_954") (= "=") (identifier "iVar12")) (; ";")) (expression_statement "local_b0 = &local_988;" (assignment_expression "local_b0 = &local_988" (identifier "local_b0") (= "=") (pointer_expression "&local_988" (& "&") (identifier "local_988"))) (; ";")) (expression_statement "local_48 = param_2;" (assignment_expression "local_48 = param_2" (identifier "local_48") (= "=") (identifier "param_2")) (; ";")) (expression_statement "FUN_0016d840(&local_988);" (call_expression "FUN_0016d840(&local_988)" (identifier "FUN_0016d840") (argument_list "(&local_988)" (( "(") (pointer_expression "&local_988" (& "&") (identifier "local_988")) () ")"))) (; ";")) (expression_statement "local_988 = &PTR_FUN_00426b38;" (assignment_expression "local_988 = &PTR_FUN_00426b38" (identifier "local_988") (= "=") (pointer_expression "&PTR_FUN_00426b38" (& "&") (identifier "PTR_FUN_00426b38"))) (; ";")) (if_statement "if (local_70 != (long *)0x0) {\n (**(code **)(*local_70 + 8))();\n }" (if "if") (parenthesized_expression "(local_70 != (long *)0x0)" (( "(") (binary_expression "local_70 != (long *)0x0" (identifier "local_70") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*local_70 + 8))();\n }" ({ "{") (expression_statement "(**(code **)(*local_70 + 8))();" (call_expression "(**(code **)(*local_70 + 8))()" (parenthesized_expression "(**(code **)(*local_70 + 8))" (( "(") (pointer_expression "**(code **)(*local_70 + 8)" (* "*") (pointer_expression "*(code **)(*local_70 + 8)" (* "*") (cast_expression "(code **)(*local_70 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*local_70 + 8)" (( "(") (binary_expression "*local_70 + 8" (pointer_expression "*local_70" (* "*") (identifier "local_70")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if ((local_58 != '\0') && (local_68 != 0)) {\n thunk_FUN_002dac60();\n }" (if "if") (parenthesized_expression "((local_58 != '\0') && (local_68 != 0))" (( "(") (binary_expression "(local_58 != '\0') && (local_68 != 0)" (parenthesized_expression "(local_58 != '\0')" (( "(") (binary_expression "local_58 != '\0'" (identifier "local_58") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(local_68 != 0)" (( "(") (binary_expression "local_68 != 0" (identifier "local_68") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n thunk_FUN_002dac60();\n }" ({ "{") (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" (identifier "thunk_FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if ((local_90 != '\0') && (local_a0 != 0)) {\n thunk_FUN_002dac60();\n }" (if "if") (parenthesized_expression "((local_90 != '\0') && (local_a0 != 0))" (( "(") (binary_expression "(local_90 != '\0') && (local_a0 != 0)" (parenthesized_expression "(local_90 != '\0')" (( "(") (binary_expression "local_90 != '\0'" (identifier "local_90") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(local_a0 != 0)" (( "(") (binary_expression "local_a0 != 0" (identifier "local_a0") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n thunk_FUN_002dac60();\n }" ({ "{") (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" (identifier "thunk_FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_88 != (long *)0x0) {\n (**(code **)(*local_88 + 8))();\n }" (if "if") (parenthesized_expression "(local_88 != (long *)0x0)" (( "(") (binary_expression "local_88 != (long *)0x0" (identifier "local_88") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*local_88 + 8))();\n }" ({ "{") (expression_statement "(**(code **)(*local_88 + 8))();" (call_expression "(**(code **)(*local_88 + 8))()" (parenthesized_expression "(**(code **)(*local_88 + 8))" (( "(") (pointer_expression "**(code **)(*local_88 + 8)" (* "*") (pointer_expression "*(code **)(*local_88 + 8)" (* "*") (cast_expression "(code **)(*local_88 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*local_88 + 8)" (( "(") (binary_expression "*local_88 + 8" (pointer_expression "*local_88" (* "*") (identifier "local_88")) (+ "+") (number_literal "8")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (if_statement "if ((local_8f8 != '\0') && (local_908 != 0)) {\n thunk_FUN_002dac60();\n }" (if "if") (parenthesized_expression "((local_8f8 != '\0') && (local_908 != 0))" (( "(") (binary_expression "(local_8f8 != '\0') && (local_908 != 0)" (parenthesized_expression "(local_8f8 != '\0')" (( "(") (binary_expression "local_8f8 != '\0'" (identifier "local_8f8") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(local_908 != 0)" (( "(") (binary_expression "local_908 != 0" (identifier "local_908") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n thunk_FUN_002dac60();\n }" ({ "{") (expression_statement "thunk_FUN_002dac60();" (call_expression "thunk_FUN_002dac60()" (identifier "thunk_FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_0016bbe0(local_918);" (call_expression "FUN_0016bbe0(local_918)" (identifier "FUN_0016bbe0") (argument_list "(local_918)" (( "(") (identifier "local_918") () ")"))) (; ";")) (expression_statement "puVar11 = local_d8;" (assignment_expression "puVar11 = local_d8" (identifier "puVar11") (= "=") (identifier "local_d8")) (; ";")) (while_statement "while (puVar11 != (undefined8 *)0x0) {\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" (while "while") (parenthesized_expression "(puVar11 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar11 != (undefined8 *)0x0" (identifier "puVar11") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n puVar11 = (undefined8 *)*puVar11;\n FUN_002dac60();\n }" ({ "{") (expression_statement "puVar11 = (undefined8 *)*puVar11;" (assignment_expression "puVar11 = (undefined8 *)*puVar11" (identifier "puVar11") (= "=") (cast_expression "(undefined8 *)*puVar11" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar11" (* "*") (identifier "puVar11")))) (; ";")) (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "memset(local_e8,0,local_e0 * 8);" (call_expression "memset(local_e8,0,local_e0 * 8)" (identifier "memset") (argument_list "(local_e8,0,local_e0 * 8)" (( "(") (identifier "local_e8") (, ",") (number_literal "0") (, ",") (binary_expression "local_e0 * 8" (identifier "local_e0") (* "*") (number_literal "8")) () ")"))) (; ";")) (expression_statement "auVar3._8_8_ = 0;" (assignment_expression "auVar3._8_8_ = 0" (field_expression "auVar3._8_8_" (identifier "auVar3") (. ".") (field_identifier "_8_8_")) (= "=") (number_literal "0")) (; ";")) (expression_statement "auVar3._0_8_ = local_d0._8_8_;" (assignment_expression "auVar3._0_8_ = local_d0._8_8_" (field_expression "auVar3._0_8_" (identifier "auVar3") (. ".") (field_identifier "_0_8_")) (= "=") (field_expression "local_d0._8_8_" (identifier "local_d0") (. ".") (field_identifier "_8_8_"))) (; ";")) (expression_statement "local_d0 = auVar3 << 0x40;" (assignment_expression "local_d0 = auVar3 << 0x40" (identifier "local_d0") (= "=") (binary_expression "auVar3 << 0x40" (identifier "auVar3") (<< "<<") (number_literal "0x40"))) (; ";")) (expression_statement "local_d8 = (undefined8 *)0x0;" (assignment_expression "local_d8 = (undefined8 *)0x0" (identifier "local_d8") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (local_e8 != local_c0 + 8) {\n FUN_002dac60();\n }" (if "if") (parenthesized_expression "(local_e8 != local_c0 + 8)" (( "(") (binary_expression "local_e8 != local_c0 + 8" (identifier "local_e8") (!= "!=") (binary_expression "local_c0 + 8" (identifier "local_c0") (+ "+") (number_literal "8"))) () ")")) (compound_statement "{\n FUN_002dac60();\n }" ({ "{") (expression_statement "FUN_002dac60();" (call_expression "FUN_002dac60()" (identifier "FUN_002dac60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void read_executable(Dwo_file * this, File_list * files) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *files) { type_3 *puVar1; type_4 var_21; type_4 var_22; type_5 uVar4; type_5 var_15; type_6 *p_Var6; type_6 *var_8; type_7 var_14; type_8 *p_Var9; type_9 var_45 [16]; type_8 *var_43; int var_16; type_10 *pRVar13; long var_9; type_3 var_5; type_3 var_7; type_3 var_6; type_7 var_13; type_4 *var_20; type_4 *var_17; type_11 _Var21; type_4 *var_18; type_12 *var_31; type_9 uVar24; bool var_19; type_9 uVar26; bool bVar27; type_4 bVar28; type_13 __position; int var_27; type_14 uStack_98c; type_15 sect_name; type_9 var_30 [2120]; type_9 local_d0 [16]; type_9 var_28 [16]; type_16 *local_b0; type_5 local_a8; type_17 *var_40; type_17 *local_98; bool var_39; type_18 *var_41; type_5 local_80; uint64_t local_78; type_18 *var_35; char *var_37; char *local_60; bool var_36; uint64_t local_50; type_2 *local_48; bVar28 = 0; pRVar13 = var_1(this,(type_19 *)0x0); p_Var6 = (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p; var_8 = (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p; uVar4 = (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset; var_15 = (pRVar13->super_Object).shnum_; var_6 = (type_3)var_15; this->obj_ = pRVar13; var_5 = (type_3)(this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_offset; var_7 = ((type_3)uVar4 + ((long)p_Var6 - (long)var_8) * 8) - var_5; if (var_6 < var_7) { var_9 = var_5 + var_6; (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_p = var_8 + (var_9 >> 6); (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_finish.super__Bit_iterator_base._M_offset = (type_5)var_9 & 0x3f; } else { __position.super__Bit_iterator_base._12_4_ = uStack_98c; __position.super__Bit_iterator_base._M_offset = uVar4; __position.super__Bit_iterator_base._M_p = p_Var6; std::vector<var_3,_std::var_23<var_3>var_4>::var_10 (&this->is_compressed_,__position,var_6 - var_7,false); } var_14 = (this->sect_offsets_). super__Vector_base<gold::var_11,_std::var_23<gold::var_11>var_4>._M_impl. _M_finish; var_13 = (this->sect_offsets_). super__Vector_base<gold::var_11,_std::var_23<gold::var_11>var_4>._M_impl. _M_start; var_5 = (long)var_14 - (long)var_13 >> 4; if (var_5 < var_6) { std::vector<gold::var_11,_std::var_23<gold::var_11>var_4>::var_12 (&this->sect_offsets_,var_6 - var_5); } else if ((var_6 < var_5) && (var_13 = var_13 + var_6, var_14 != var_13)) { (this->sect_offsets_). super__Vector_base<gold::var_11,_std::var_23<gold::var_11>var_4>._M_impl. _M_finish = var_13; } if (1 < var_15) { var_5 = 1; var_27 = 0; do { var_16 = (*(this->obj_->super_Object)._vptr_Object[0x14])(); uVar24 = var_16 == 0; uVar26 = var_16 == 1; if ((bool)uVar26) { (*(this->obj_->super_Object)._vptr_Object[0x10])(&sect_name,this->obj_,var_5 & 0xffffffff); var_9 = 7; var_20 = (type_4 *)(sect_name._M_dataplus._M_p + 7); var_17 = (type_4 *)".debug_"; _Var21 = sect_name._M_dataplus; do { if (var_9 == 0) break; var_9 = var_9 + -1; uVar24 = *var_17 < (type_4)*_Var21._M_p; uVar26 = *var_17 == *_Var21._M_p; var_17 = var_17 + (type_3)bVar28 * -2 + 1; _Var21._M_p = (type_7)((type_4 *)_Var21._M_p + (type_3)bVar28 * -2 + 1); } while ((bool)uVar26); var_19 = false; bVar27 = (!(bool)uVar24 && !(bool)uVar26) == (bool)uVar24; if (bVar27) { LAB_00153be2: var_19 = false; var_9 = 5; var_17 = var_20; var_18 = (type_4 *)0x37a372; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_19 = *var_17 < *var_18; bVar27 = *var_17 == *var_18; var_17 = var_17 + (type_3)bVar28 * -2 + 1; var_18 = var_18 + (type_3)bVar28 * -2 + 1; } while (bVar27); var_16 = (int)var_5; if ((!var_19 && !bVar27) != var_19) { var_9 = 7; var_17 = (type_4 *)0x371f72; do { var_16 = var_27; if (var_9 == 0) break; var_9 = var_9 + -1; var_22 = *var_17; var_21 = *var_20; var_20 = var_20 + (type_3)bVar28 * -2 + 1; var_17 = var_17 + (type_3)bVar28 * -2 + 1; } while (var_21 == var_22); } } else { var_9 = 8; var_20 = (type_4 *)".zdebug_"; _Var21 = sect_name._M_dataplus; do { if (var_9 == 0) break; var_9 = var_9 + -1; var_19 = *var_20 < (type_4)*_Var21._M_p; bVar27 = *var_20 == *_Var21._M_p; var_20 = var_20 + (type_3)bVar28 * -2 + 1; _Var21._M_p = (type_7)((type_4 *)_Var21._M_p + (type_3)bVar28 * -2 + 1); } while (bVar27); var_16 = var_27; if ((!var_19 && !bVar27) == var_19) { var_20 = (type_4 *)(sect_name._M_dataplus._M_p + 8); puVar1 = (this->is_compressed_).super__Bvector_base<var_2::var_23<var_3>var_4>._M_impl. super__Bvector_impl_data._M_start.super__Bit_iterator_base._M_p + (var_5 >> 6) ; *puVar1 = *puVar1 | 1L << ((type_4)var_5 & 0x3f); bVar27 = *puVar1 == 0; goto LAB_00153be2; } } var_27 = var_16; if ((anon_union_16_2_edb7204a_for_basic_string<var_24,_std::char_traits<var_24>,_std::var_23<var_24>var_4>var_25 *)sect_name._M_dataplus._M_p != &sect_name.field_2) { var_26(sect_name._M_dataplus._M_p); } } var_5 = var_5 + 1; } while ((type_5)var_5 < var_15); if (var_27 != 0) { sect_name.field_2._M_allocated_capacity = (type_20)this->obj_; sect_name._M_string_length._0_1_ = 0; var_30._2096_8_ = var_28 + 8; sect_name.field_2._8_8_ = 0; var_30._0_4_ = 0; var_30._8_8_ = 0; var_30._16_8_ = (type_17 *)0x0; var_30._24_8_ = (type_17 *)0x0; var_30[0x20] = false; var_30._40_8_ = (type_17 *)0x0; var_28 = (type_9 [16])0x0; var_30._2104_8_ = 1; var_30._2112_8_ = (type_8 *)0x0; local_d0._0_12_ = var_29(0x3f800000) << 0x40; local_d0._12_4_ = 0; var_31 = (type_12 *)(var_30 + 0x30); for (var_9 = 0x100; var_9 != 0; var_9 = var_9 + -1) { *var_31 = 0; var_31 = var_31 + (type_3)bVar28 * -2 + 1; } local_a8 = 0; var_40 = (type_17 *)0x0; local_98 = (type_17 *)0x0; var_39 = false; var_41 = (type_18 *)0x0; local_80 = 0; local_78 = 0; var_35 = (type_18 *)0x0; var_37 = (char *)0x0; local_60 = (char *)0x0; var_36 = false; local_50 = 0; sect_name._M_dataplus._M_p = (type_7)&var_32; local_b0 = (type_16 *)&sect_name; local_48 = files; /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */ Dwarf_info_reader::var_33((type_16 *)&sect_name); sect_name._M_dataplus._M_p = (type_7)&var_34; if (var_35 != (type_18 *)0x0) { (*var_35->_vptr_Elf_reloc_mapper[1])(); } if ((var_36 != false) && (var_37 != (char *)0x0)) { var_38(var_37); } if ((var_39 != false) && (var_40 != (type_17 *)0x0)) { var_38(var_40); } if (var_41 != (type_18 *)0x0) { (*var_41->_vptr_Elf_reloc_mapper[1])(); } if (((bool)var_30[0x20] != false) && ((type_17 *)var_30._16_8_ != (type_17 *)0x0)) { var_38((void *)var_30._16_8_); } Dwarf_abbrev_table::var_42((type_21 *)var_30); var_43 = (type_8 *)var_30._2112_8_; while (var_43 != (type_8 *)0x0) { p_Var9 = var_43->_M_nxt; var_26(var_43); var_43 = p_Var9; } var_44((void *)var_30._2096_8_,0,var_30._2104_8_ * 8); var_45._8_8_ = 0; var_45._0_8_ = local_d0._8_8_; local_d0 = var_45 << 0x40; var_30._2112_8_ = (type_8 *)0x0; if ((type_9 *)var_30._2096_8_ != var_28 + 8) { var_26((void *)var_30._2096_8_); } } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier))))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (number_literal)))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (binary_expression left: (identifier) right: (identifier)) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (identifier)))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))))) condition: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (unary_expression argument: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (false)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (number_literal) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (binary_expression left: (call_expression function: (identifier) arguments: (argument_list (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (for_statement initializer: (assignment_expression left: (identifier) right: (number_literal)) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2) { ulong *puVar1; uint uVar2; undefined1 auVar3 [16]; int iVar4; long lVar5; ulong uVar6; ulong uVar7; undefined **ppuVar8; byte *pbVar9; undefined **ppuVar10; undefined8 *puVar11; int iVar12; undefined1 uVar13; bool bVar14; bool bVar15; undefined1 uVar16; bool bVar17; byte bVar18; int local_9c4; undefined4 uStack_98c; undefined **local_988; undefined1 local_980; undefined *local_978; undefined8 local_970; undefined8 local_968; int local_960; undefined8 local_95c; int local_954; undefined4 local_950; undefined8 local_948; undefined8 local_940; undefined8 local_938; undefined8 local_930; undefined8 local_928; undefined4 local_920; undefined4 local_918 [2]; undefined8 local_910; long local_908; undefined8 local_900; char local_8f8; undefined8 local_8f0; undefined8 local_8e8 [256]; undefined1 *local_e8; long local_e0; undefined8 *local_d8; undefined1 local_d0 [16]; undefined1 local_c0 [16]; undefined ***local_b0; undefined4 local_a8; long local_a0; undefined8 local_98; char local_90; long *local_88; undefined4 local_80; undefined8 local_78; long *local_70; long local_68; undefined8 local_60; char local_58; undefined8 local_50; undefined8 local_48; bVar18 = 0; lVar5 = FUN_00153780(param_1,0); uVar2 = *(uint *)(lVar5 + 0x38); uVar7 = (ulong)uVar2; *(long *)(param_1 + 8) = lVar5; uVar6 = ((ulong)*(uint *)(param_1 + 0x30) + (*(long *)(param_1 + 0x28) - *(long *)(param_1 + 0x18)) * 8) - (ulong)*(uint *)(param_1 + 0x20); if (uVar7 < uVar6) { lVar5 = *(uint *)(param_1 + 0x20) + uVar7; *(long *)(param_1 + 0x28) = *(long *)(param_1 + 0x18) + (lVar5 >> 6) * 8; *(uint *)(param_1 + 0x30) = (uint)lVar5 & 0x3f; } else { FUN_00165a80(param_1 + 0x18,*(long *)(param_1 + 0x28), CONCAT44(uStack_98c,*(uint *)(param_1 + 0x30)),uVar7 - uVar6,0); } uVar6 = *(long *)(param_1 + 0x48) - *(long *)(param_1 + 0x40) >> 4; if (uVar6 < uVar7) { FUN_00160af0(param_1 + 0x40,uVar7 - uVar6); } else if ((uVar7 < uVar6) && (lVar5 = uVar7 * 0x10 + *(long *)(param_1 + 0x40), *(long *)(param_1 + 0x48) != lVar5)) { *(long *)(param_1 + 0x48) = lVar5; } if (1 < uVar2) { uVar6 = 1; local_9c4 = 0; iVar12 = 0; do { iVar4 = (**(code **)(**(long **)(param_1 + 8) + 0xa0))(); uVar13 = iVar4 == 0; uVar16 = iVar4 == 1; if ((bool)uVar16) { (**(code **)(**(long **)(param_1 + 8) + 0x80)) (&local_988,*(long **)(param_1 + 8),uVar6 & 0xffffffff); lVar5 = 7; ppuVar8 = (undefined **)((long)local_988 + 7); pbVar9 = (byte *)".debug_"; ppuVar10 = local_988; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; uVar13 = *pbVar9 < *(byte *)ppuVar10; uVar16 = *pbVar9 == *(byte *)ppuVar10; pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1); } while ((bool)uVar16); bVar14 = false; bVar17 = (!(bool)uVar13 && !(bool)uVar16) == (bool)uVar13; if (bVar17) { LAB_00153be2: bVar14 = false; lVar5 = 5; ppuVar10 = ppuVar8; pbVar9 = (byte *)0x37a372; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar14 = *(byte *)ppuVar10 < *pbVar9; bVar17 = *(byte *)ppuVar10 == *pbVar9; ppuVar10 = (undefined **)((long)ppuVar10 + (ulong)bVar18 * -2 + 1); pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; } while (bVar17); bVar15 = false; bVar14 = (!bVar14 && !bVar17) == bVar14; iVar4 = (int)uVar6; if (!bVar14) { lVar5 = 7; pbVar9 = (byte *)0x371f72; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar15 = *(byte *)ppuVar8 < *pbVar9; bVar14 = *(byte *)ppuVar8 == *pbVar9; ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1); pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; } while (bVar14); iVar4 = local_9c4; if ((!bVar15 && !bVar14) == bVar15) { iVar12 = (int)uVar6; } } } else { lVar5 = 8; pbVar9 = (byte *)".zdebug_"; ppuVar8 = local_988; do { if (lVar5 == 0) break; lVar5 = lVar5 + -1; bVar14 = *pbVar9 < *(byte *)ppuVar8; bVar17 = *pbVar9 == *(byte *)ppuVar8; pbVar9 = pbVar9 + (ulong)bVar18 * -2 + 1; ppuVar8 = (undefined **)((long)ppuVar8 + (ulong)bVar18 * -2 + 1); } while (bVar17); iVar4 = local_9c4; if ((!bVar14 && !bVar17) == bVar14) { ppuVar8 = local_988 + 1; puVar1 = (ulong *)(*(long *)(param_1 + 0x18) + (uVar6 >> 6) * 8); *puVar1 = *puVar1 | 1L << ((byte)uVar6 & 0x3f); bVar17 = *puVar1 == 0; goto LAB_00153be2; } } local_9c4 = iVar4; if (local_988 != &local_978) { FUN_002dac60(local_988); } } uVar6 = uVar6 + 1; } while ((uint)uVar6 < uVar2); if (local_9c4 != 0) { local_978 = *(undefined **)(param_1 + 8); local_980 = 0; local_960 = local_9c4; local_e8 = local_c0 + 8; local_970 = 0; local_968 = 0; local_95c = 0; local_950 = 0; local_948 = 0; local_940 = 0; local_938 = 0; local_930 = 0; local_928 = 0; local_920 = 0; local_918[0] = 0; local_910 = 0; local_908 = 0; local_900 = 0; local_8f8 = '\0'; local_8f0 = 0; local_c0 = (undefined1 [16])0x0; local_e0 = 1; local_d8 = (undefined8 *)0x0; local_d0._0_12_ = ZEXT412(0x3f800000) << 0x40; local_d0._12_4_ = 0; puVar11 = local_8e8; for (lVar5 = 0x100; lVar5 != 0; lVar5 = lVar5 + -1) { *puVar11 = 0; puVar11 = puVar11 + (ulong)bVar18 * -2 + 1; } local_a8 = 0; local_a0 = 0; local_98 = 0; local_90 = '\0'; local_88 = (long *)0x0; local_80 = 0; local_78 = 0; local_70 = (long *)0x0; local_68 = 0; local_60 = 0; local_58 = '\0'; local_50 = 0; local_988 = &PTR_FUN_00431b58; local_954 = iVar12; local_b0 = &local_988; local_48 = param_2; /* try { // try from 00153dfc to 00153e00 has its CatchHandler @ 00153f7d */ FUN_0016d840(&local_988); local_988 = &PTR_FUN_00426b38; if (local_70 != (long *)0x0) { (**(code **)(*local_70 + 8))(); } if ((local_58 != '\0') && (local_68 != 0)) { thunk_FUN_002dac60(); } if ((local_90 != '\0') && (local_a0 != 0)) { thunk_FUN_002dac60(); } if (local_88 != (long *)0x0) { (**(code **)(*local_88 + 8))(); } if ((local_8f8 != '\0') && (local_908 != 0)) { thunk_FUN_002dac60(); } FUN_0016bbe0(local_918); puVar11 = local_d8; while (puVar11 != (undefined8 *)0x0) { puVar11 = (undefined8 *)*puVar11; FUN_002dac60(); } memset(local_e8,0,local_e0 * 8); auVar3._8_8_ = 0; auVar3._0_8_ = local_d0._8_8_; local_d0 = auVar3 << 0x40; local_d8 = (undefined8 *)0x0; if (local_e8 != local_c0 + 8) { FUN_002dac60(); } } } return; }
247_s390x-linux-gnu-strip_and_s390x-linux-gnu-strip_strip.c
debug_make_offset_type
FUN_0010f820
debug_type_conflict debug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type) { debug_type_s *pdVar1; debug_array_type *pdVar2; debug_handle *info; if ((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)) { pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type); if (pdVar1 != (debug_type_s *)0x0) { pdVar2 = (debug_array_type *)xmalloc(0x10); pdVar2->element_type = base_type; pdVar2->range_type = target_type; (pdVar1->u).karray = pdVar2; } return pdVar1; } return (debug_type_conflict)0x0; }
long FUN_0010f820(undefined8 param_1,long param_2,long param_3) { long lVar1; long *plVar2; if ((param_2 != 0) && (param_3 != 0)) { lVar1 = FUN_0010d270(0x12,0); if (lVar1 != 0) { plVar2 = (long *)xmalloc(0x10); *plVar2 = param_2; plVar2[1] = param_3; *(long **)(lVar1 + 0x10) = plVar2; } return lVar1; } return 0; }
PUSH R12 PUSH RBP PUSH RBX TEST RSI,RSI JZ 0x0010f870 TEST RDX,RDX JZ 0x0010f870 MOV RBX,RSI MOV EDI,0x12 XOR ESI,ESI MOV RBP,RDX CALL 0x0010d270 MOV R12,RAX TEST RAX,RAX JZ 0x0010f85e MOV EDI,0x10 CALL 0x00104370 MOV qword ptr [RAX],RBX MOV qword ptr [RAX + 0x8],RBP MOV qword ptr [R12 + 0x10],RAX MOV RAX,R12 POP RBX POP RBP POP R12 RET XOR R12D,R12D POP RBX POP RBP MOV RAX,R12 POP R12 RET
null
null
null
null
[('tmp_293', u'SUBPIECE_-1206912794'), (u'CAST_-1206912663', u'PTRSUB_-1206912655'), ('const-0', u'INT_NOTEQUAL_-1206912895'), ('const-433', u'STORE_-1206912872'), (u'CALL_-1206912914', u'COPY_-1206912861'), ('const-0', u'SUBPIECE_-1206912794'), ('const-0', u'COPY_-1206912804'), (u'PTRSUB_-1206912650', u'PTRSUB_-1206912648'), ('const-433', u'STORE_-1206912878'), ('tmp_142', u'CBRANCH_-1206912894'), (u'INT_NOTEQUAL_-1206912963', u'CBRANCH_-1206912962'), ('const-0', u'CALL_-1206912914'), ('tmp_292', u'STORE_-1206912878'), (u'PTRSUB_-1206912648', u'STORE_-1206912865'), (u'COPY_-1206912861', u'RETURN_-1206912830'), ('const-433', u'STORE_-1206912865'), ('const-8', u'PTRSUB_-1206912655'), (u'CALL_-1206912881', u'CAST_-1206912663'), (u'CAST_-1206912663', u'PTRSUB_-1206912659'), ('tmp_293', u'INT_NOTEQUAL_-1206912948'), ('tmp_74', u'CBRANCH_-1206912947'), ('const-16', u'PTRSUB_-1206912650'), ('const-16', u'CALL_-1206912881'), ('const-0', u'INT_NOTEQUAL_-1206912948'), ('const-0', u'INT_NOTEQUAL_-1206912963'), (u'PTRSUB_-1206912655', u'STORE_-1206912872'), ('tmp_292', u'INT_NOTEQUAL_-1206912963'), (u'SUBPIECE_-1206912794', u'CALL_-1206912914'), ('const-18', u'CALL_-1206912914'), ('const-0', u'PTRSUB_-1206912648'), (u'PTRSUB_-1206912659', u'STORE_-1206912878'), ('const-0', u'PTRSUB_-1206912659'), ('const-0', u'RETURN_-1206912830'), (u'INT_NOTEQUAL_-1206912948', u'CBRANCH_-1206912947'), ('const-0', u'RETURN_-1206912783'), (u'COPY_-1206912804', u'RETURN_-1206912783'), ('tmp_293', u'STORE_-1206912872'), (u'CALL_-1206912914', u'PTRSUB_-1206912650'), (u'INT_NOTEQUAL_-1206912895', u'CBRANCH_-1206912894'), (u'CAST_-1206912663', u'STORE_-1206912865'), ('tmp_48', u'CBRANCH_-1206912962'), (u'CALL_-1206912914', u'INT_NOTEQUAL_-1206912895')]
[('const-18', u'CALL_-1206912914'), ('const-16', u'CALL_-1206912881'), ('tmp_496', u'INT_NOTEQUAL_-1206912948'), (u'INT_ADD_-1206912851', u'CAST_-1206912662'), ('const-0', u'INT_NOTEQUAL_-1206912895'), (u'CALL_-1206912914', u'COPY_-1206912861'), (u'PTRADD_-1206912667', u'STORE_-1206912872'), ('tmp_142', u'CBRANCH_-1206912894'), (u'CALL_-1206912881', u'CAST_-1206912675'), (u'INT_NOTEQUAL_-1206912963', u'CBRANCH_-1206912962'), (u'COPY_-1206912861', u'RETURN_-1206912830'), ('const-16', u'INT_ADD_-1206912851'), (u'CALL_-1206912914', u'INT_ADD_-1206912851'), ('tmp_74', u'CBRANCH_-1206912947'), ('const-0', u'COPY_-1206912804'), ('const-433', u'STORE_-1206912872'), ('tmp_496', u'STORE_-1206912872'), ('const-433', u'STORE_-1206912865'), ('const-0', u'INT_NOTEQUAL_-1206912948'), ('const-1', u'PTRADD_-1206912667'), ('const-0', u'CALL_-1206912914'), ('const-0', u'INT_NOTEQUAL_-1206912963'), (u'CAST_-1206912675', u'STORE_-1206912878'), ('const-433', u'STORE_-1206912878'), ('tmp_495', u'STORE_-1206912878'), (u'CAST_-1206912675', u'STORE_-1206912865'), ('const-0', u'RETURN_-1206912830'), (u'INT_NOTEQUAL_-1206912948', u'CBRANCH_-1206912947'), ('tmp_495', u'INT_NOTEQUAL_-1206912963'), (u'CAST_-1206912662', u'STORE_-1206912865'), ('const-0', u'RETURN_-1206912783'), (u'COPY_-1206912804', u'RETURN_-1206912783'), (u'CAST_-1206912675', u'PTRADD_-1206912667'), (u'INT_NOTEQUAL_-1206912895', u'CBRANCH_-1206912894'), ('tmp_48', u'CBRANCH_-1206912962'), ('const-8', u'PTRADD_-1206912667'), (u'CALL_-1206912914', u'INT_NOTEQUAL_-1206912895')]
null
null
0010f820
x64
O2
(translation_unit "long FUN_0010f820(undefined8 param_1,long param_2,long param_3)\n\n{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}\n\n" (function_definition "long FUN_0010f820(undefined8 param_1,long param_2,long param_3)\n\n{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0010f820(undefined8 param_1,long param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (if_statement "if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" if (parenthesized_expression "((param_2 != 0) && (param_3 != 0))" ( (binary_expression "(param_2 != 0) && (param_3 != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) ))) )) (compound_statement "{\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" { (expression_statement "lVar1 = FUN_0010d270(0x12,0);" (assignment_expression "lVar1 = FUN_0010d270(0x12,0)" identifier = (call_expression "FUN_0010d270(0x12,0)" identifier (argument_list "(0x12,0)" ( number_literal , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" { (expression_statement "plVar2 = (long *)xmalloc(0x10);" (assignment_expression "plVar2 = (long *)xmalloc(0x10)" identifier = (cast_expression "(long *)xmalloc(0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "*plVar2 = param_2;" (assignment_expression "*plVar2 = param_2" (pointer_expression "*plVar2" * identifier) = identifier) ;) (expression_statement "plVar2[1] = param_3;" (assignment_expression "plVar2[1] = param_3" (subscript_expression "plVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(long **)(lVar1 + 0x10) = plVar2;" (assignment_expression "*(long **)(lVar1 + 0x10) = plVar2" (pointer_expression "*(long **)(lVar1 + 0x10)" * (cast_expression "(long **)(lVar1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return lVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit "debug_type_conflict\ndebug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)\n\n{\n debug_type_s *pdVar1;\n debug_array_type *pdVar2;\n debug_handle *info;\n \n if ((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)) {\n pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);\n if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }\n return pdVar1;\n }\n return (debug_type_conflict)0x0;\n}\n\n" (function_definition "debug_type_conflict\ndebug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)\n\n{\n debug_type_s *pdVar1;\n debug_array_type *pdVar2;\n debug_handle *info;\n \n if ((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)) {\n pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);\n if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }\n return pdVar1;\n }\n return (debug_type_conflict)0x0;\n}" type_identifier (function_declarator "debug_make_offset_type(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)" identifier (parameter_list "(void *handle,debug_type_conflict base_type,debug_type_conflict target_type)" ( (parameter_declaration "void *handle" primitive_type (pointer_declarator "*handle" * identifier)) , (parameter_declaration "debug_type_conflict base_type" type_identifier identifier) , (parameter_declaration "debug_type_conflict target_type" type_identifier identifier) ))) (compound_statement "{\n debug_type_s *pdVar1;\n debug_array_type *pdVar2;\n debug_handle *info;\n \n if ((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)) {\n pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);\n if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }\n return pdVar1;\n }\n return (debug_type_conflict)0x0;\n}" { (declaration "debug_type_s *pdVar1;" type_identifier (pointer_declarator "*pdVar1" * identifier) ;) (declaration "debug_array_type *pdVar2;" type_identifier (pointer_declarator "*pdVar2" * identifier) ;) (declaration "debug_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (if_statement "if ((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)) {\n pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);\n if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }\n return pdVar1;\n }" if (parenthesized_expression "((base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0))" ( (binary_expression "(base_type != (debug_type_conflict)0x0) && (target_type != (debug_type_conflict)0x0)" (parenthesized_expression "(base_type != (debug_type_conflict)0x0)" ( (binary_expression "base_type != (debug_type_conflict)0x0" identifier != (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) )) && (parenthesized_expression "(target_type != (debug_type_conflict)0x0)" ( (binary_expression "target_type != (debug_type_conflict)0x0" identifier != (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal)) ))) )) (compound_statement "{\n pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);\n if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }\n return pdVar1;\n }" { (expression_statement "pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type);" (assignment_expression "pdVar1 = debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type)" identifier = (call_expression "debug_make_type((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type)" identifier (argument_list "((debug_handle *)0x12,DEBUG_KIND_ILLEGAL,(uint)target_type)" ( (cast_expression "(debug_handle *)0x12" ( (type_descriptor "debug_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , (cast_expression "(uint)target_type" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) (if_statement "if (pdVar1 != (debug_type_s *)0x0) {\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }" if (parenthesized_expression "(pdVar1 != (debug_type_s *)0x0)" ( (binary_expression "pdVar1 != (debug_type_s *)0x0" identifier != (cast_expression "(debug_type_s *)0x0" ( (type_descriptor "debug_type_s *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pdVar2 = (debug_array_type *)xmalloc(0x10);\n pdVar2->element_type = base_type;\n pdVar2->range_type = target_type;\n (pdVar1->u).karray = pdVar2;\n }" { (expression_statement "pdVar2 = (debug_array_type *)xmalloc(0x10);" (assignment_expression "pdVar2 = (debug_array_type *)xmalloc(0x10)" identifier = (cast_expression "(debug_array_type *)xmalloc(0x10)" ( (type_descriptor "debug_array_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "pdVar2->element_type = base_type;" (assignment_expression "pdVar2->element_type = base_type" (field_expression "pdVar2->element_type" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar2->range_type = target_type;" (assignment_expression "pdVar2->range_type = target_type" (field_expression "pdVar2->range_type" identifier -> field_identifier) = identifier) ;) (expression_statement "(pdVar1->u).karray = pdVar2;" (assignment_expression "(pdVar1->u).karray = pdVar2" (field_expression "(pdVar1->u).karray" (parenthesized_expression "(pdVar1->u)" ( (field_expression "pdVar1->u" identifier -> field_identifier) )) . field_identifier) = identifier) ;) })) (return_statement "return pdVar1;" return identifier ;) })) (return_statement "return (debug_type_conflict)0x0;" return (cast_expression "(debug_type_conflict)0x0" ( (type_descriptor "debug_type_conflict" type_identifier) ) number_literal) ;) })))
(translation_unit "long FUN_0010f820(undefined8 param_1,long param_2,long param_3)\n\n{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}\n\n" (function_definition "long FUN_0010f820(undefined8 param_1,long param_2,long param_3)\n\n{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_0010f820(undefined8 param_1,long param_2,long param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,long param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_3" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (if_statement "if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" if (parenthesized_expression "((param_2 != 0) && (param_3 != 0))" ( (binary_expression "(param_2 != 0) && (param_3 != 0)" (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) && (parenthesized_expression "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) ))) )) (compound_statement "{\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" { (expression_statement "lVar1 = FUN_0010d270(0x12,0);" (assignment_expression "lVar1 = FUN_0010d270(0x12,0)" identifier = (call_expression "FUN_0010d270(0x12,0)" identifier (argument_list "(0x12,0)" ( number_literal , number_literal )))) ;) (if_statement "if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" { (expression_statement "plVar2 = (long *)xmalloc(0x10);" (assignment_expression "plVar2 = (long *)xmalloc(0x10)" identifier = (cast_expression "(long *)xmalloc(0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;) (expression_statement "*plVar2 = param_2;" (assignment_expression "*plVar2 = param_2" (pointer_expression "*plVar2" * identifier) = identifier) ;) (expression_statement "plVar2[1] = param_3;" (assignment_expression "plVar2[1] = param_3" (subscript_expression "plVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(long **)(lVar1 + 0x10) = plVar2;" (assignment_expression "*(long **)(lVar1 + 0x10) = plVar2" (pointer_expression "*(long **)(lVar1 + 0x10)" * (cast_expression "(long **)(lVar1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar1 + 0x10)" ( (binary_expression "lVar1 + 0x10" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return lVar1;" return identifier ;) })) (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (return_statement return IDENT ;) })) (return_statement return LIT ;) })))
(function_definition "long FUN_0010f820(undefined8 param_1,long param_2,long param_3)\n\n{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_0010f820(undefined8 param_1,long param_2,long param_3)" (identifier "FUN_0010f820") (parameter_list "(undefined8 param_1,long param_2,long param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n long *plVar2;\n \n if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }\n return 0;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (if_statement "if ((param_2 != 0) && (param_3 != 0)) {\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" (if "if") (parenthesized_expression "((param_2 != 0) && (param_3 != 0))" (( "(") (binary_expression "(param_2 != 0) && (param_3 != 0)" (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n lVar1 = FUN_0010d270(0x12,0);\n if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }\n return lVar1;\n }" ({ "{") (expression_statement "lVar1 = FUN_0010d270(0x12,0);" (assignment_expression "lVar1 = FUN_0010d270(0x12,0)" (identifier "lVar1") (= "=") (call_expression "FUN_0010d270(0x12,0)" (identifier "FUN_0010d270") (argument_list "(0x12,0)" (( "(") (number_literal "0x12") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (lVar1 != 0) {\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar2 = (long *)xmalloc(0x10);\n *plVar2 = param_2;\n plVar2[1] = param_3;\n *(long **)(lVar1 + 0x10) = plVar2;\n }" ({ "{") (expression_statement "plVar2 = (long *)xmalloc(0x10);" (assignment_expression "plVar2 = (long *)xmalloc(0x10)" (identifier "plVar2") (= "=") (cast_expression "(long *)xmalloc(0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x10)" (identifier "xmalloc") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";")) (expression_statement "*plVar2 = param_2;" (assignment_expression "*plVar2 = param_2" (pointer_expression "*plVar2" (* "*") (identifier "plVar2")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "plVar2[1] = param_3;" (assignment_expression "plVar2[1] = param_3" (subscript_expression "plVar2[1]" (identifier "plVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(long **)(lVar1 + 0x10) = plVar2;" (assignment_expression "*(long **)(lVar1 + 0x10) = plVar2" (pointer_expression "*(long **)(lVar1 + 0x10)" (* "*") (cast_expression "(long **)(lVar1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar1 + 0x10)" (( "(") (binary_expression "lVar1 + 0x10" (identifier "lVar1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "plVar2")) (; ";")) (} "}"))) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
type_1 function_1(void *handle,type_1 var_1,type_1 var_2) { type_2 *var_4; type_3 *pdVar2; type_4 *info; if ((var_1 != (type_1)0x0) && (var_2 != (type_1)0x0)) { var_4 = var_3((type_4 *)0x12,DEBUG_KIND_ILLEGAL,(type_5)var_2); if (var_4 != (type_2 *)0x0) { pdVar2 = (type_3 *)var_5(0x10); pdVar2->element_type = var_1; pdVar2->range_type = var_2; (var_4->u).karray = pdVar2; } return var_4; } return (type_1)0x0; }
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (return_statement (identifier)))) (return_statement (number_literal)))))
null
long MASKED(undefined8 param_1,long param_2,long param_3) { long lVar1; long *plVar2; if ((param_2 != 0) && (param_3 != 0)) { lVar1 = FUN_0010d270(0x12,0); if (lVar1 != 0) { plVar2 = (long *)xmalloc(0x10); *plVar2 = param_2; plVar2[1] = param_3; *(long **)(lVar1 + 0x10) = plVar2; } return lVar1; } return 0; }
9007_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
find_last_of
thunk_FUN_002f1320
/* std::wstring::find_last_of(wchar_t, unsigned long) const */ void __thiscall std::wstring::find_last_of(wstring *this,wchar_t param_1,ulong param_2) { long lVar1; ulong uVar2; lVar1 = *(long *)(*(long *)this + -0x18); if (lVar1 != 0) { uVar2 = lVar1 - 1; if (param_2 < uVar2) { uVar2 = param_2; } do { if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) { return; } uVar2 = uVar2 - 1; } while (uVar2 != 0xffffffffffffffff); } return; }
void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3) { long lVar1; ulong uVar2; lVar1 = *(long *)(*param_1 + -0x18); if (lVar1 != 0) { uVar2 = lVar1 - 1; if (param_3 < uVar2) { uVar2 = param_3; } do { if (*(int *)(*param_1 + uVar2 * 4) == param_2) { return; } uVar2 = uVar2 - 1; } while (uVar2 != 0xffffffffffffffff); } return; }
JMP 0x002f1320
null
null
null
null
[('const--24', u'INT_ADD_-1204808895'), (u'INT_NOTEQUAL_-1204808805', u'CBRANCH_-1204808802'), (u'INT_SUB_-1204808813', u'MULTIEQUAL_-1204808723'), (u'INT_NOTEQUAL_-1204808891', u'CBRANCH_-1204808890'), ('tmp_216', u'CAST_-1204808731'), ('const-0', u'RETURN_-1204808792'), ('tmp_218', u'INT_LESS_-1204808852'), ('tmp_217', u'INT_EQUAL_-1204808835'), (u'COPY_-1204808771', u'MULTIEQUAL_-1204808723'), ('tmp_218', u'COPY_-1204808770'), ('const-0', u'RETURN_-1204808741'), ('const-433', u'LOAD_-1204808925'), (u'INT_LESS_-1204808852', u'CBRANCH_-1204808858'), (u'LOAD_-1204808925', u'INT_ADD_-1204808834'), (u'INT_SUB_-1204808870', u'COPY_-1204808771'), (u'MULTIEQUAL_-1204808723', u'INT_SUB_-1204808813'), ('const-4', u'INT_MULT_-1204808822'), (u'CAST_-1204808697', u'LOAD_-1204808850'), ('const-433', u'LOAD_-1204808850'), (u'CAST_-1204808731', u'LOAD_-1204808925'), (u'INT_MULT_-1204808822', u'INT_ADD_-1204808834'), ('tmp_40', u'CBRANCH_-1204808890'), (u'INT_SUB_-1204808870', u'INT_LESS_-1204808852'), ('const-433', u'LOAD_-1204808911'), (u'LOAD_-1204808850', u'INT_EQUAL_-1204808835'), ('const--1', u'INT_NOTEQUAL_-1204808805'), (u'INT_SUB_-1204808813', u'INT_NOTEQUAL_-1204808805'), ('const-1', u'INT_SUB_-1204808870'), ('tmp_105', u'CBRANCH_-1204808858'), ('tmp_146', u'CBRANCH_-1204808833'), (u'MULTIEQUAL_-1204808723', u'INT_MULT_-1204808822'), (u'INT_EQUAL_-1204808835', u'CBRANCH_-1204808833'), ('const-1', u'INT_SUB_-1204808813'), ('tmp_204', u'CBRANCH_-1204808802'), (u'LOAD_-1204808925', u'INT_ADD_-1204808895'), ('const-0', u'INT_NOTEQUAL_-1204808891'), (u'LOAD_-1204808911', u'INT_NOTEQUAL_-1204808891'), (u'INT_ADD_-1204808895', u'CAST_-1204808720'), (u'COPY_-1204808770', u'MULTIEQUAL_-1204808723'), (u'INT_ADD_-1204808834', u'CAST_-1204808697'), (u'LOAD_-1204808911', u'INT_SUB_-1204808870'), (u'CAST_-1204808720', u'LOAD_-1204808911')]
[('const--24', u'INT_ADD_-1204808895'), (u'INT_NOTEQUAL_-1204808805', u'CBRANCH_-1204808802'), (u'INT_SUB_-1204808813', u'MULTIEQUAL_-1204808723'), (u'INT_NOTEQUAL_-1204808891', u'CBRANCH_-1204808890'), ('const-0', u'RETURN_-1204808741'), ('const-0', u'RETURN_-1204808792'), (u'COPY_-1204808771', u'MULTIEQUAL_-1204808723'), (u'INT_LESS_-1204808852', u'CBRANCH_-1204808858'), (u'LOAD_-1204808925', u'INT_ADD_-1204808834'), (u'INT_SUB_-1204808870', u'COPY_-1204808771'), (u'MULTIEQUAL_-1204808723', u'INT_SUB_-1204808813'), ('tmp_400', u'INT_EQUAL_-1204808835'), ('const-433', u'LOAD_-1204808925'), ('const-4', u'INT_MULT_-1204808822'), (u'INT_MULT_-1204808822', u'INT_ADD_-1204808834'), ('const--1', u'INT_NOTEQUAL_-1204808805'), ('tmp_40', u'CBRANCH_-1204808890'), (u'INT_SUB_-1204808870', u'INT_LESS_-1204808852'), (u'LOAD_-1204808850', u'INT_EQUAL_-1204808835'), ('const-433', u'LOAD_-1204808911'), (u'INT_SUB_-1204808813', u'INT_NOTEQUAL_-1204808805'), ('tmp_105', u'CBRANCH_-1204808858'), ('tmp_146', u'CBRANCH_-1204808833'), ('const-1', u'INT_SUB_-1204808870'), (u'MULTIEQUAL_-1204808723', u'INT_MULT_-1204808822'), (u'INT_EQUAL_-1204808835', u'CBRANCH_-1204808833'), ('tmp_204', u'CBRANCH_-1204808802'), (u'CAST_-1204808721', u'LOAD_-1204808911'), (u'LOAD_-1204808925', u'INT_ADD_-1204808895'), (u'LOAD_-1204808911', u'INT_NOTEQUAL_-1204808891'), ('const-0', u'INT_NOTEQUAL_-1204808891'), ('tmp_399', u'COPY_-1204808770'), (u'CAST_-1204808698', u'LOAD_-1204808850'), (u'INT_ADD_-1204808834', u'CAST_-1204808698'), ('const-433', u'LOAD_-1204808850'), (u'INT_ADD_-1204808895', u'CAST_-1204808721'), (u'COPY_-1204808770', u'MULTIEQUAL_-1204808723'), (u'LOAD_-1204808911', u'INT_SUB_-1204808870'), ('const-1', u'INT_SUB_-1204808813'), ('tmp_384', u'LOAD_-1204808925'), ('tmp_399', u'INT_LESS_-1204808852')]
null
null
002f14d0
x64
O2
(translation_unit "void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}\n\n" (function_definition "void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" primitive_type (function_declarator "thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)" identifier (parameter_list "(long *param_1,int param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" identifier = (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" { (expression_statement "uVar2 = lVar1 - 1;" (assignment_expression "uVar2 = lVar1 - 1" identifier = (binary_expression "lVar1 - 1" identifier - number_literal)) ;) (if_statement "if (param_3 < uVar2) {\n uVar2 = param_3;\n }" if (parenthesized_expression "(param_3 < uVar2)" ( (binary_expression "param_3 < uVar2" identifier < identifier) )) (compound_statement "{\n uVar2 = param_3;\n }" { (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" identifier = identifier) ;) })) (do_statement "do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);" do (compound_statement "{\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n }" { (if_statement "if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }" if (parenthesized_expression "(*(int *)(*param_1 + uVar2 * 4) == param_2)" ( (binary_expression "*(int *)(*param_1 + uVar2 * 4) == param_2" (pointer_expression "*(int *)(*param_1 + uVar2 * 4)" * (cast_expression "(int *)(*param_1 + uVar2 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + uVar2 * 4)" ( (binary_expression "*param_1 + uVar2 * 4" (pointer_expression "*param_1" * identifier) + (binary_expression "uVar2 * 4" identifier * number_literal)) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar2 = uVar2 - 1;" (assignment_expression "uVar2 = uVar2 - 1" identifier = (binary_expression "uVar2 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(uVar2 != 0xffffffffffffffff)" ( (binary_expression "uVar2 != 0xffffffffffffffff" identifier != number_literal) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit "/* std::wstring::find_last_of(wchar_t, unsigned long) const */\n\nvoid __thiscall std::wstring::find_last_of(wstring *this,wchar_t param_1,ulong param_2)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*(long *)this + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_2 < uVar2) {\n uVar2 = param_2;\n }\n do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}\n\n" comment (function_definition "void __thiscall std::wstring::find_last_of(wstring *this,wchar_t param_1,ulong param_2)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*(long *)this + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_2 < uVar2) {\n uVar2 = param_2;\n }\n do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "find_last_of(wstring *this,wchar_t param_1,ulong param_2)" identifier (parameter_list "(wstring *this,wchar_t param_1,ulong param_2)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wchar_t param_1" type_identifier identifier) , (parameter_declaration "ulong param_2" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*(long *)this + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_2 < uVar2) {\n uVar2 = param_2;\n }\n do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(*(long *)this + -0x18);" (assignment_expression "lVar1 = *(long *)(*(long *)this + -0x18)" identifier = (pointer_expression "*(long *)(*(long *)this + -0x18)" * (cast_expression "(long *)(*(long *)this + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + -0x18)" ( (binary_expression "*(long *)this + -0x18" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_2 < uVar2) {\n uVar2 = param_2;\n }\n do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = lVar1 - 1;\n if (param_2 < uVar2) {\n uVar2 = param_2;\n }\n do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" { (expression_statement "uVar2 = lVar1 - 1;" (assignment_expression "uVar2 = lVar1 - 1" identifier = (binary_expression "lVar1 - 1" identifier - number_literal)) ;) (if_statement "if (param_2 < uVar2) {\n uVar2 = param_2;\n }" if (parenthesized_expression "(param_2 < uVar2)" ( (binary_expression "param_2 < uVar2" identifier < identifier) )) (compound_statement "{\n uVar2 = param_2;\n }" { (expression_statement "uVar2 = param_2;" (assignment_expression "uVar2 = param_2" identifier = identifier) ;) })) (do_statement "do {\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);" do (compound_statement "{\n if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }\n uVar2 = uVar2 - 1;\n }" { (if_statement "if (*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1) {\n return;\n }" if (parenthesized_expression "(*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1)" ( (binary_expression "*(wchar_t *)(*(long *)this + uVar2 * 4) == param_1" (pointer_expression "*(wchar_t *)(*(long *)this + uVar2 * 4)" * (cast_expression "(wchar_t *)(*(long *)this + uVar2 * 4)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)this + uVar2 * 4)" ( (binary_expression "*(long *)this + uVar2 * 4" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + (binary_expression "uVar2 * 4" identifier * number_literal)) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar2 = uVar2 - 1;" (assignment_expression "uVar2 = uVar2 - 1" identifier = (binary_expression "uVar2 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(uVar2 != 0xffffffffffffffff)" ( (binary_expression "uVar2 != 0xffffffffffffffff" identifier != number_literal) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit "void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}\n\n" (function_definition "void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" primitive_type (function_declarator "thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)" identifier (parameter_list "(long *param_1,int param_2,ulong param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "ulong param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar2;" type_identifier identifier ;) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" identifier = (pointer_expression "*(long *)(*param_1 + -0x18)" * (cast_expression "(long *)(*param_1 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0x18)" ( (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" if (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" { (expression_statement "uVar2 = lVar1 - 1;" (assignment_expression "uVar2 = lVar1 - 1" identifier = (binary_expression "lVar1 - 1" identifier - number_literal)) ;) (if_statement "if (param_3 < uVar2) {\n uVar2 = param_3;\n }" if (parenthesized_expression "(param_3 < uVar2)" ( (binary_expression "param_3 < uVar2" identifier < identifier) )) (compound_statement "{\n uVar2 = param_3;\n }" { (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" identifier = identifier) ;) })) (do_statement "do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);" do (compound_statement "{\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n }" { (if_statement "if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }" if (parenthesized_expression "(*(int *)(*param_1 + uVar2 * 4) == param_2)" ( (binary_expression "*(int *)(*param_1 + uVar2 * 4) == param_2" (pointer_expression "*(int *)(*param_1 + uVar2 * 4)" * (cast_expression "(int *)(*param_1 + uVar2 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + uVar2 * 4)" ( (binary_expression "*param_1 + uVar2 * 4" (pointer_expression "*param_1" * identifier) + (binary_expression "uVar2 * 4" identifier * number_literal)) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "uVar2 = uVar2 - 1;" (assignment_expression "uVar2 = uVar2 - 1" identifier = (binary_expression "uVar2 - 1" identifier - number_literal)) ;) }) while (parenthesized_expression "(uVar2 != 0xffffffffffffffff)" ( (binary_expression "uVar2 != 0xffffffffffffffff" identifier != number_literal) )) ;) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + (binary_expression IDENT * LIT)) )))) == IDENT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) })) (return_statement return ;) })))
(function_definition "void thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)\n\n{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" (primitive_type "void") (function_declarator "thunk_FUN_002f1320(long *param_1,int param_2,ulong param_3)" (identifier "thunk_FUN_002f1320") (parameter_list "(long *param_1,int param_2,ulong param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "ulong param_3" (type_identifier "ulong") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n ulong uVar2;\n \n lVar1 = *(long *)(*param_1 + -0x18);\n if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (expression_statement "lVar1 = *(long *)(*param_1 + -0x18);" (assignment_expression "lVar1 = *(long *)(*param_1 + -0x18)" (identifier "lVar1") (= "=") (pointer_expression "*(long *)(*param_1 + -0x18)" (* "*") (cast_expression "(long *)(*param_1 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0x18)" (( "(") (binary_expression "*param_1 + -0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (if_statement "if (lVar1 != 0) {\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" (if "if") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = lVar1 - 1;\n if (param_3 < uVar2) {\n uVar2 = param_3;\n }\n do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);\n }" ({ "{") (expression_statement "uVar2 = lVar1 - 1;" (assignment_expression "uVar2 = lVar1 - 1" (identifier "uVar2") (= "=") (binary_expression "lVar1 - 1" (identifier "lVar1") (- "-") (number_literal "1"))) (; ";")) (if_statement "if (param_3 < uVar2) {\n uVar2 = param_3;\n }" (if "if") (parenthesized_expression "(param_3 < uVar2)" (( "(") (binary_expression "param_3 < uVar2" (identifier "param_3") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n uVar2 = param_3;\n }" ({ "{") (expression_statement "uVar2 = param_3;" (assignment_expression "uVar2 = param_3" (identifier "uVar2") (= "=") (identifier "param_3")) (; ";")) (} "}"))) (do_statement "do {\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n } while (uVar2 != 0xffffffffffffffff);" (do "do") (compound_statement "{\n if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }\n uVar2 = uVar2 - 1;\n }" ({ "{") (if_statement "if (*(int *)(*param_1 + uVar2 * 4) == param_2) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(*param_1 + uVar2 * 4) == param_2)" (( "(") (binary_expression "*(int *)(*param_1 + uVar2 * 4) == param_2" (pointer_expression "*(int *)(*param_1 + uVar2 * 4)" (* "*") (cast_expression "(int *)(*param_1 + uVar2 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + uVar2 * 4)" (( "(") (binary_expression "*param_1 + uVar2 * 4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "uVar2 * 4" (identifier "uVar2") (* "*") (number_literal "4"))) () ")")))) (== "==") (identifier "param_2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar2 = uVar2 - 1;" (assignment_expression "uVar2 = uVar2 - 1" (identifier "uVar2") (= "=") (binary_expression "uVar2 - 1" (identifier "uVar2") (- "-") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar2 != 0xffffffffffffffff)" (( "(") (binary_expression "uVar2 != 0xffffffffffffffff" (identifier "uVar2") (!= "!=") (number_literal "0xffffffffffffffff")) () ")")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::wstring::find_last_of(wchar_t, unsigned long) const */ void __thiscall std::type_1::function_1(type_1 *this,type_2 var_4,type_3 var_2) { long var_1; type_3 var_3; var_1 = *(long *)(*(long *)this + -0x18); if (var_1 != 0) { var_3 = var_1 - 1; if (var_2 < var_3) { var_3 = var_2; } do { if (*(type_2 *)(*(long *)this + var_3 * 4) == var_4) { return; } var_3 = var_3 - 1; } while (var_3 != 0xffffffffffffffff); } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
null
void MASKED(long *param_1,int param_2,ulong param_3) { long lVar1; ulong uVar2; lVar1 = *(long *)(*param_1 + -0x18); if (lVar1 != 0) { uVar2 = lVar1 - 1; if (param_3 < uVar2) { uVar2 = param_3; } do { if (*(int *)(*param_1 + uVar2 * 4) == param_2) { return; } uVar2 = uVar2 - 1; } while (uVar2 != 0xffffffffffffffff); } return; }
6134_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>
FUN_0034e9b0
/* DWARF original name: emplace_back<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > DWARF original prototype: void emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> * this, basic_string<char,_std::char_traits<char>,_std::allocator<char>_> * __args#0) */ void __thiscall std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ::emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_> (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0) { pointer *ppbVar1; iterator __position; pointer pcVar2; undefined8 uVar3; __position._M_current = (this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_finish; if (__position._M_current != (this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_end_of_storage) { ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2; pcVar2 = (__args_0->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar2 == &__args_0->field_2) { uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8); ((__position._M_current)->field_2)._M_allocated_capacity = (__args_0->field_2)._M_allocated_capacity; *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3; } else { ((__position._M_current)->_M_dataplus)._M_p = pcVar2; ((__position._M_current)->field_2)._M_allocated_capacity = (__args_0->field_2)._M_allocated_capacity; } (__position._M_current)->_M_string_length = __args_0->_M_string_length; (__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2; __args_0->_M_string_length = 0; (__args_0->field_2)._M_local_buf[0] = '\0'; ppbVar1 = &(this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_finish; *ppbVar1 = *ppbVar1 + 1; return; } _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_> (this,__position,__args_0); return; }
void FUN_0034e9b0(long param_1,long *param_2) { long *plVar1; long lVar2; plVar1 = *(long **)(param_1 + 8); if (plVar1 != *(long **)(param_1 + 0x10)) { *plVar1 = (long)(plVar1 + 2); if ((long *)*param_2 == param_2 + 2) { lVar2 = param_2[3]; plVar1[2] = param_2[2]; plVar1[3] = lVar2; } else { *plVar1 = *param_2; plVar1[2] = param_2[2]; } plVar1[1] = param_2[1]; *param_2 = (long)(param_2 + 2); param_2[1] = 0; *(undefined1 *)(param_2 + 2) = 0; *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20; return; } FUN_00343e80(param_1,plVar1,param_2); return; }
MOV RAX,qword ptr [RDI + 0x8] CMP RAX,qword ptr [RDI + 0x10] JZ 0x0034ea08 LEA RDX,[RAX + 0x10] MOV qword ptr [RAX],RDX MOV RCX,qword ptr [RSI] LEA RDX,[RSI + 0x10] CMP RCX,RDX JZ 0x0034e9f8 MOV qword ptr [RAX],RCX MOV RCX,qword ptr [RSI + 0x10] MOV qword ptr [RAX + 0x10],RCX MOV RCX,qword ptr [RSI + 0x8] MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RSI],RDX MOV qword ptr [RSI + 0x8],0x0 MOV byte ptr [RSI + 0x10],0x0 ADD qword ptr [RDI + 0x8],0x20 RET MOVDQU XMM0,xmmword ptr [RSI + 0x10] MOVUPS xmmword ptr [RAX + 0x10],XMM0 JMP 0x0034e9d8 MOV RDX,RSI MOV RSI,RAX JMP 0x00343e80
null
null
null
null
[(u'LOAD_-1205081641', u'STORE_-1205081612'), ('tmp_92', u'CBRANCH_-1205081614'), ('tmp_240', u'PTRSUB_-1205081402'), ('tmp_239', u'PTRSUB_-1205081488'), ('const-0', u'STORE_-1205081573'), ('tmp_239', u'PTRSUB_-1205081415'), ('const-8', u'INT_ADD_-1205081440'), ('const-8', u'PTRSUB_-1205081459'), ('const-16', u'PTRSUB_-1205081403'), (u'LOAD_-1205081677', u'CALL_-1205081493'), ('const-0', u'PTRSUB_-1205081398'), (u'PTRADD_-1205081414', u'STORE_-1205081550'), (u'LOAD_-1205081677', u'PTRSUB_-1205081394'), ('const-0', u'PTRSUB_-1205081457'), ('tmp_240', u'PTRSUB_-1205081443'), ('const-433', u'STORE_-1205081585'), ('const-0', u'PTRSUB_-1205081434'), ('tmp_240', u'PTRSUB_-1205081420'), (u'PTRSUB_-1205081459', u'LOAD_-1205081677'), ('const-0', u'PTRSUB_-1205081382'), (u'PTRSUB_-1205081415', u'PTRSUB_-1205081398'), ('const-8', u'PTRSUB_-1205081394'), (u'CAST_-1205081383', u'INT_ADD_-1205081448'), ('const-0', u'PTRSUB_-1205081463'), ('tmp_240', u'PTRSUB_-1205081403'), ('tmp_240', u'PTRSUB_-1205081433'), (u'LOAD_-1205081641', u'CAST_-1205081433'), (u'LOAD_-1205081594', u'STORE_-1205081585'), (u'PTRSUB_-1205081382', u'LOAD_-1205081493'), ('const-433', u'LOAD_-1205081677'), (u'CAST_-1205081374', u'STORE_-1205081483'), ('const-16', u'PTRSUB_-1205081448'), ('const-16', u'PTRSUB_-1205081453'), ('const-16', u'PTRSUB_-1205081454'), (u'PTRSUB_-1205081394', u'STORE_-1205081550'), (u'PTRSUB_-1205081386', u'STORE_-1205081562'), (u'LOAD_-1205081493', u'STORE_-1205081484'), ('const-0', u'PTRSUB_-1205081416'), ('const-0', u'PTRSUB_-1205081415'), ('const-16', u'PTRSUB_-1205081395'), ('const-0', u'PTRSUB_-1205081469'), (u'PTRSUB_-1205081433', u'PTRSUB_-1205081414'), (u'PTRSUB_-1205081467', u'CAST_-1205081400'), ('const-0', u'PTRSUB_-1205081447'), ('const-0', u'PTRSUB_-1205081471'), (u'PTRSUB_-1205081416', u'LOAD_-1205081608'), ('tmp_239', u'CALL_-1205081493'), ('const-0', u'PTRSUB_-1205081386'), ('const-433', u'STORE_-1205081579'), (u'PTRSUB_-1205081443', u'LOAD_-1205081594'), (u'INT_ADD_-1205081440', u'CAST_-1205081374'), ('const-0', u'PTRSUB_-1205081374'), (u'PTRSUB_-1205081448', u'PTRSUB_-1205081411'), (u'PTRSUB_-1205081398', u'PTRSUB_-1205081394'), ('const-433', u'LOAD_-1205081493'), ('tmp_225', u'BRANCH_-1205081512'), (u'PTRSUB_-1205081453', u'PTRSUB_-1205081416'), (u'LOAD_-1205081677', u'PTRSUB_-1205081457'), (u'LOAD_-1205081492', u'STORE_-1205081483'), ('const-433', u'STORE_-1205081573'), ('const-8', u'PTRSUB_-1205081438'), (u'PTRSUB_-1205081463', u'PTRSUB_-1205081454'), (u'LOAD_-1205081677', u'PTRSUB_-1205081475'), ('const-16', u'PTRSUB_-1205081467'), ('const-0', u'PTRSUB_-1205081475'), (u'LOAD_-1205081677', u'INT_NOTEQUAL_-1205081654'), ('const-433', u'STORE_-1205081562'), (u'PTRSUB_-1205081438', u'STORE_-1205081585'), ('const-8', u'PTRSUB_-1205081429'), ('const-433', u'LOAD_-1205081670'), (u'PTRSUB_-1205081480', u'CAST_-1205081444'), ('const-433', u'LOAD_-1205081553'), ('const-16', u'PTRSUB_-1205081480'), ('const-433', u'LOAD_-1205081608'), (u'PTRSUB_-1205081403', u'PTRSUB_-1205081382'), (u'PTRSUB_-1205081454', u'LOAD_-1205081670'), (u'CAST_-1205081444', u'STORE_-1205081644'), (u'PTRSUB_-1205081469', u'PTRSUB_-1205081459'), (u'INT_ADD_-1205081448', u'CAST_-1205081382'), ('const-0', u'PTRSUB_-1205081488'), ('tmp_240', u'PTRSUB_-1205081429'), ('const-32', u'PTRADD_-1205081414'), ('const-0', u'RETURN_-1205081489'), ('const-433', u'LOAD_-1205081641'), (u'PTRSUB_-1205081374', u'STORE_-1205081484'), (u'PTRSUB_-1205081447', u'LOAD_-1205081641'), ('const-0', u'RETURN_-1205081526'), (u'PTRSUB_-1205081471', u'PTRSUB_-1205081447'), (u'PTRSUB_-1205081394', u'CAST_-1205081375'), ('const-433', u'STORE_-1205081550'), (u'LOAD_-1205081677', u'PTRSUB_-1205081480'), (u'PTRSUB_-1205081451', u'STORE_-1205081644'), ('const-16', u'PTRSUB_-1205081420'), (u'PTRSUB_-1205081488', u'PTRSUB_-1205081463'), ('tmp_240', u'PTRSUB_-1205081471'), ('const-433', u'STORE_-1205081483'), ('tmp_42', u'CBRANCH_-1205081652'), (u'INT_EQUAL_-1205081616', u'CBRANCH_-1205081614'), ('tmp_240', u'PTRSUB_-1205081467'), (u'CAST_-1205081400', u'STORE_-1205081579'), (u'LOAD_-1205081677', u'PTRSUB_-1205081395'), (u'LOAD_-1205081677', u'PTRSUB_-1205081448'), ('const-8', u'PTRSUB_-1205081443'), ('const-433', u'STORE_-1205081599'), (u'PTRSUB_-1205081475', u'PTRSUB_-1205081451'), ('tmp_239', u'PTRSUB_-1205081494'), (u'PTRSUB_-1205081411', u'STORE_-1205081599'), (u'LOAD_-1205081670', u'INT_NOTEQUAL_-1205081654'), ('const-433', u'LOAD_-1205081594'), (u'CAST_-1205081433', u'INT_EQUAL_-1205081616'), (u'LOAD_-1205081608', u'STORE_-1205081599'), (u'CAST_-1205081382', u'LOAD_-1205081492'), ('const-1', u'PTRADD_-1205081414'), (u'CAST_-1205081375', u'INT_ADD_-1205081440'), (u'PTRSUB_-1205081414', u'STORE_-1205081579'), ('const-0', u'PTRSUB_-1205081433'), (u'PTRSUB_-1205081457', u'PTRSUB_-1205081434'), (u'PTRSUB_-1205081402', u'CAST_-1205081383'), ('tmp_240', u'PTRSUB_-1205081453'), ('const-433', u'STORE_-1205081644'), (u'PTRSUB_-1205081429', u'STORE_-1205081573'), (u'PTRSUB_-1205081467', u'INT_EQUAL_-1205081616'), ('const-0', u'STORE_-1205081562'), (u'LOAD_-1205081553', u'PTRADD_-1205081414'), ('const-0', u'PTRSUB_-1205081411'), ('const-0', u'PTRSUB_-1205081494'), ('const-433', u'STORE_-1205081612'), ('const-433', u'LOAD_-1205081492'), ('tmp_240', u'CALL_-1205081493'), (u'PTRSUB_-1205081395', u'PTRSUB_-1205081374'), (u'PTRSUB_-1205081394', u'LOAD_-1205081553'), (u'PTRSUB_-1205081434', u'STORE_-1205081612'), ('const-8', u'INT_ADD_-1205081448'), ('const-0', u'PTRSUB_-1205081414'), ('const-16', u'PTRSUB_-1205081394'), (u'PTRSUB_-1205081494', u'PTRSUB_-1205081469'), ('const-433', u'STORE_-1205081484'), (u'INT_NOTEQUAL_-1205081654', u'CBRANCH_-1205081652'), (u'LOAD_-1205081677', u'PTRSUB_-1205081438'), (u'PTRSUB_-1205081420', u'PTRSUB_-1205081386'), ('const-0', u'PTRSUB_-1205081451'), ('const-16', u'PTRSUB_-1205081402')]
[(u'PTRADD_-1205081480', u'CAST_-1205081463'), (u'LOAD_-1205081641', u'STORE_-1205081612'), ('const-8', u'PTRADD_-1205081446'), (u'PTRADD_-1205081409', u'LOAD_-1205081487'), ('tmp_92', u'CBRANCH_-1205081614'), (u'LOAD_-1205081677', u'PTRADD_-1205081441'), (u'LOAD_-1205081641', u'CAST_-1205081452'), ('const-0', u'STORE_-1205081562'), ('const-2', u'PTRADD_-1205081424'), ('const-3', u'PTRADD_-1205081402'), ('tmp_323', u'PTRADD_-1205081409'), ('const-433', u'LOAD_-1205081670'), (u'LOAD_-1205081677', u'CALL_-1205081493'), (u'PTRADD_-1205081403', u'STORE_-1205081479'), (u'INT_ADD_-1205081661', u'CAST_-1205081479'), (u'LOAD_-1205081553', u'INT_ADD_-1205081535'), (u'CAST_-1205081479', u'LOAD_-1205081677'), ('const-8', u'INT_ADD_-1205081661'), ('const-433', u'STORE_-1205081573'), ('const-3', u'PTRADD_-1205081409'), (u'LOAD_-1205081487', u'STORE_-1205081478'), ('const-433', u'LOAD_-1205081641'), ('tmp_323', u'PTRADD_-1205081446'), (u'PTRADD_-1205081446', u'LOAD_-1205081594'), (u'LOAD_-1205081594', u'STORE_-1205081585'), (u'LOAD_-1205081677', u'PTRADD_-1205081402'), ('const-433', u'STORE_-1205081550'), ('const-8', u'PTRADD_-1205081480'), ('const-8', u'PTRADD_-1205081402'), (u'PTRADD_-1205081424', u'CAST_-1205081415'), ('const-2', u'PTRADD_-1205081410'), ('tmp_323', u'STORE_-1205081579'), (u'PTRADD_-1205081456', u'LOAD_-1205081608'), ('const-8', u'PTRADD_-1205081451'), ('const-8', u'PTRADD_-1205081403'), ('const-2', u'PTRADD_-1205081480'), ('tmp_323', u'CALL_-1205081493'), ('const-16', u'INT_ADD_-1205081654'), (u'CAST_-1205081452', u'INT_EQUAL_-1205081616'), (u'PTRADD_-1205081451', u'STORE_-1205081599'), ('tmp_225', u'BRANCH_-1205081512'), ('const-8', u'PTRADD_-1205081409'), ('const-433', u'LOAD_-1205081553'), ('const-433', u'STORE_-1205081479'), ('const-433', u'STORE_-1205081585'), ('const-0', u'STORE_-1205081573'), ('const-433', u'LOAD_-1205081608'), (u'LOAD_-1205081677', u'INT_NOTEQUAL_-1205081654'), ('const-433', u'STORE_-1205081478'), (u'CAST_-1205081415', u'STORE_-1205081562'), ('tmp_323', u'PTRADD_-1205081410'), (u'INT_ADD_-1205081654', u'CAST_-1205081474'), (u'CAST_-1205081463', u'STORE_-1205081644'), (u'LOAD_-1205081677', u'STORE_-1205081644'), (u'LOAD_-1205081677', u'PTRADD_-1205081403'), ('const-433', u'STORE_-1205081644'), (u'PTRADD_-1205081469', u'CAST_-1205081427'), (u'LOAD_-1205081677', u'STORE_-1205081612'), (u'PTRADD_-1205081433', u'STORE_-1205081573'), (u'PTRADD_-1205081469', u'INT_EQUAL_-1205081616'), ('const-2', u'PTRADD_-1205081451'), ('const-0', u'RETURN_-1205081489'), ('const-8', u'PTRADD_-1205081424'), ('const-8', u'PTRADD_-1205081433'), ('const-0', u'RETURN_-1205081526'), ('const-433', u'STORE_-1205081612'), ('const-433', u'LOAD_-1205081677'), (u'LOAD_-1205081677', u'PTRADD_-1205081480'), (u'LOAD_-1205081488', u'STORE_-1205081479'), (u'PTRADD_-1205081410', u'LOAD_-1205081488'), ('tmp_42', u'CBRANCH_-1205081652'), (u'INT_EQUAL_-1205081616', u'CBRANCH_-1205081614'), ('const-433', u'STORE_-1205081579'), ('tmp_322', u'INT_ADD_-1205081541'), ('const-1', u'PTRADD_-1205081446'), (u'CAST_-1205081474', u'LOAD_-1205081670'), (u'PTRADD_-1205081402', u'STORE_-1205081478'), ('const-2', u'PTRADD_-1205081456'), ('const-433', u'LOAD_-1205081487'), ('tmp_323', u'PTRADD_-1205081456'), ('tmp_322', u'INT_ADD_-1205081661'), (u'LOAD_-1205081670', u'INT_NOTEQUAL_-1205081654'), (u'CAST_-1205081410', u'STORE_-1205081550'), ('tmp_323', u'PTRADD_-1205081424'), ('tmp_322', u'CALL_-1205081493'), (u'INT_ADD_-1205081541', u'CAST_-1205081410'), (u'CAST_-1205081427', u'STORE_-1205081579'), ('tmp_323', u'PTRADD_-1205081469'), (u'LOAD_-1205081608', u'STORE_-1205081599'), ('const-8', u'PTRADD_-1205081469'), ('const-433', u'STORE_-1205081562'), ('const-8', u'INT_ADD_-1205081541'), ('const-433', u'STORE_-1205081599'), (u'INT_ADD_-1205081535', u'STORE_-1205081550'), ('const-2', u'PTRADD_-1205081403'), ('const-32', u'INT_ADD_-1205081535'), ('const-8', u'PTRADD_-1205081456'), ('tmp_323', u'PTRADD_-1205081433'), ('const-1', u'PTRADD_-1205081433'), ('tmp_322', u'INT_ADD_-1205081654'), ('const-2', u'PTRADD_-1205081469'), (u'PTRADD_-1205081441', u'STORE_-1205081585'), ('const-8', u'PTRADD_-1205081441'), (u'INT_NOTEQUAL_-1205081654', u'CBRANCH_-1205081652'), (u'LOAD_-1205081677', u'PTRADD_-1205081451'), ('const-433', u'LOAD_-1205081594'), ('const-8', u'PTRADD_-1205081410'), ('const-433', u'LOAD_-1205081488'), ('tmp_323', u'LOAD_-1205081641'), ('const-1', u'PTRADD_-1205081441'), (u'CAST_-1205081410', u'LOAD_-1205081553')]
null
null
0034e9b0
x64
O2
(translation_unit "void FUN_0034e9b0(long param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0034e9b0(long param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0034e9b0(long param_1,long *param_2)" identifier (parameter_list "(long param_1,long *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 8);" (assignment_expression "plVar1 = *(long **)(param_1 + 8)" identifier = (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" if (parenthesized_expression "(plVar1 != *(long **)(param_1 + 0x10))" ( (binary_expression "plVar1 != *(long **)(param_1 + 0x10)" identifier != (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) )) (compound_statement "{\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" { (expression_statement "*plVar1 = (long)(plVar1 + 2);" (assignment_expression "*plVar1 = (long)(plVar1 + 2)" (pointer_expression "*plVar1" * identifier) = (cast_expression "(long)(plVar1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(plVar1 + 2)" ( (binary_expression "plVar1 + 2" identifier + number_literal) )))) ;) (if_statement "if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" if (parenthesized_expression "((long *)*param_2 == param_2 + 2)" ( (binary_expression "(long *)*param_2 == param_2 + 2" (cast_expression "(long *)*param_2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) == (binary_expression "param_2 + 2" identifier + number_literal)) )) (compound_statement "{\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }" { (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "plVar1[3] = lVar2;" (assignment_expression "plVar1[3] = lVar2" (subscript_expression "plVar1[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" else (compound_statement "{\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" { (expression_statement "*plVar1 = *param_2;" (assignment_expression "*plVar1 = *param_2" (pointer_expression "*plVar1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) }))) (expression_statement "plVar1[1] = param_2[1];" (assignment_expression "plVar1[1] = param_2[1]" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_2 = (long)(param_2 + 2);" (assignment_expression "*param_2 = (long)(param_2 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(param_2 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) ;) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;" (assignment_expression "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00343e80(param_1,plVar1,param_2);" (call_expression "FUN_00343e80(param_1,plVar1,param_2)" identifier (argument_list "(param_1,plVar1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original name: emplace_back<std::__cxx11::basic_string<char, std::char_traits<char>,\n std::allocator<char> > >\n DWARF original prototype: void\n emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n * this, basic_string<char,_std::char_traits<char>,_std::allocator<char>_> * __args#0) */\n\nvoid __thiscall\nstd::\nvector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n::emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0)\n\n{\n pointer *ppbVar1;\n iterator __position;\n pointer pcVar2;\n undefined8 uVar3;\n \n __position._M_current =\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;\n if (__position._M_current !=\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n pcVar2 = (__args_0->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2) {\n uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = __args_0->_M_string_length;\n (__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2;\n __args_0->_M_string_length = 0;\n (__args_0->field_2)._M_local_buf[0] = '\0';\n ppbVar1 = &(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;\n *ppbVar1 = *ppbVar1 + 1;\n return;\n }\n _M_realloc_insert<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (this,__position,__args_0);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n::emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0)\n\n{\n pointer *ppbVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<std::__cxx11::" identifier : : identifier < identifier : : identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>" identifier : : identifier < primitive_type >) identifier (ERROR ">" >) , (ERROR "_std::allocator<std::__cxx11::" identifier : : identifier < identifier : : identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>_>_>_>\n::emplace_back<std::__cxx11::" identifier : : identifier < primitive_type > identifier > identifier > identifier > : : identifier < identifier : : identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>_>_>\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0)\n\n{\n pointer" identifier : : identifier < primitive_type > identifier > (function_declarator "_>\n (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0)" identifier (ERROR ">" >) (parameter_list "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,basic_string<char,_std::char_traits<char>,_std::allocator<char>_> *__args_0)" ( (parameter_declaration "vector<std::__cxx11::basic_string" type_identifier (ERROR "<std::__cxx11::" < identifier : : identifier : :) identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "_std::char_traits" type_identifier (ERROR "::" : :) identifier) (ERROR "<char>" < primitive_type >) , (parameter_declaration "_std::allocator<char>_" type_identifier (ERROR "::allocator<char>" : : identifier < primitive_type >) identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::__cxx11::basic_string" type_identifier (ERROR "::allocator<std::__cxx11::" : : identifier < identifier : : identifier : :) identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "_std::char_traits" type_identifier (ERROR "::" : :) identifier) (ERROR "<char>" < primitive_type >) , (parameter_declaration "_std::allocator<char>_>_>_>\n *this" type_identifier (ERROR "::allocator<char>_>_>_>" : : identifier < primitive_type > identifier > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "basic_string" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "_std::char_traits" type_identifier (ERROR "::" : :) identifier) (ERROR "<char>" < primitive_type >) , (parameter_declaration "_std::allocator<char>_> *__args_0" type_identifier (ERROR "::allocator<char>_>" : : identifier < primitive_type > identifier >) (pointer_declarator "*__args_0" * identifier)) ))) { identifier) (pointer_declarator "*ppbVar1" * identifier) ;) (declaration "iterator __position;" type_identifier identifier ;) (declaration "pointer pcVar2;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "__position._M_current =\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;" (assignment_expression "__position._M_current =\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" (field_expression "__position._M_current" identifier . field_identifier) = (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (__position._M_current !=\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_end_of_storage) {\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n pcVar2 = (__args_0->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2) {\n uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = __args_0->_M_string_length;\n (__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2;\n __args_0->_M_string_length = 0;\n (__args_0->field_2)._M_local_buf[0] = '\0';\n ppbVar1 = &(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;\n *ppbVar1 = *ppbVar1 + 1;\n return;\n }" if (parenthesized_expression "(__position._M_current !=\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current !=\n (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_end_of_storage" (field_expression "__position._M_current" identifier . field_identifier) != (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n ((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;\n pcVar2 = (__args_0->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2) {\n uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }\n (__position._M_current)->_M_string_length = __args_0->_M_string_length;\n (__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2;\n __args_0->_M_string_length = 0;\n (__args_0->field_2)._M_local_buf[0] = '\0';\n ppbVar1 = &(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;\n *ppbVar1 = *ppbVar1 + 1;\n return;\n }" { (expression_statement "((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2;" (assignment_expression "((__position._M_current)->_M_dataplus)._M_p = (pointer)&(__position._M_current)->field_2" (field_expression "((__position._M_current)->_M_dataplus)._M_p" (parenthesized_expression "((__position._M_current)->_M_dataplus)" ( (field_expression "(__position._M_current)->_M_dataplus" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&(__position._M_current)->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier))) ;) (expression_statement "pcVar2 = (__args_0->_M_dataplus)._M_p;" (assignment_expression "pcVar2 = (__args_0->_M_dataplus)._M_p" identifier = (field_expression "(__args_0->_M_dataplus)._M_p" (parenthesized_expression "(__args_0->_M_dataplus)" ( (field_expression "__args_0->_M_dataplus" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2) {\n uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;\n }\n else {\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar2 == &__args_0->field_2" (binary_expression "allocator<char>_>_9\n *)pcVar2" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar2" identifier * (ERROR ")" )) identifier)) == (pointer_expression "&__args_0->field_2" & (field_expression "__args_0->field_2" identifier -> field_identifier))) )) )) (compound_statement "{\n uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n *(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;\n }" { (expression_statement "uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8);" (assignment_expression "uVar3 = *(undefined8 *)((long)&__args_0->field_2 + 8)" identifier = (pointer_expression "*(undefined8 *)((long)&__args_0->field_2 + 8)" * (cast_expression "(undefined8 *)((long)&__args_0->field_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&__args_0->field_2 + 8)" ( (binary_expression "(long)&__args_0->field_2 + 8" (cast_expression "(long)&__args_0->field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&__args_0->field_2" & (field_expression "__args_0->field_2" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;" (assignment_expression "((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity" (field_expression "((__position._M_current)->field_2)._M_allocated_capacity" (parenthesized_expression "((__position._M_current)->field_2)" ( (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (field_expression "(__args_0->field_2)._M_allocated_capacity" (parenthesized_expression "(__args_0->field_2)" ( (field_expression "__args_0->field_2" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3;" (assignment_expression "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8) = uVar3" (pointer_expression "*(undefined8 *)((long)&(__position._M_current)->field_2 + 8)" * (cast_expression "(undefined8 *)((long)&(__position._M_current)->field_2 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(__position._M_current)->field_2 + 8)" ( (binary_expression "(long)&(__position._M_current)->field_2 + 8" (cast_expression "(long)&(__position._M_current)->field_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(__position._M_current)->field_2" & (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier))) + number_literal) )))) = identifier) ;) }) (else_clause "else {\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }" else (compound_statement "{\n ((__position._M_current)->_M_dataplus)._M_p = pcVar2;\n ((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;\n }" { (expression_statement "((__position._M_current)->_M_dataplus)._M_p = pcVar2;" (assignment_expression "((__position._M_current)->_M_dataplus)._M_p = pcVar2" (field_expression "((__position._M_current)->_M_dataplus)._M_p" (parenthesized_expression "((__position._M_current)->_M_dataplus)" ( (field_expression "(__position._M_current)->_M_dataplus" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity;" (assignment_expression "((__position._M_current)->field_2)._M_allocated_capacity =\n (__args_0->field_2)._M_allocated_capacity" (field_expression "((__position._M_current)->field_2)._M_allocated_capacity" (parenthesized_expression "((__position._M_current)->field_2)" ( (field_expression "(__position._M_current)->field_2" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = (field_expression "(__args_0->field_2)._M_allocated_capacity" (parenthesized_expression "(__args_0->field_2)" ( (field_expression "__args_0->field_2" identifier -> field_identifier) )) . field_identifier)) ;) }))) (expression_statement "(__position._M_current)->_M_string_length = __args_0->_M_string_length;" (assignment_expression "(__position._M_current)->_M_string_length = __args_0->_M_string_length" (field_expression "(__position._M_current)->_M_string_length" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (field_expression "__args_0->_M_string_length" identifier -> field_identifier)) ;) (expression_statement "(__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2;" (assignment_expression "(__args_0->_M_dataplus)._M_p = (pointer)&__args_0->field_2" (field_expression "(__args_0->_M_dataplus)._M_p" (parenthesized_expression "(__args_0->_M_dataplus)" ( (field_expression "__args_0->_M_dataplus" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(pointer)&__args_0->field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__args_0->field_2" identifier -> field_identifier))) ;) (expression_statement "__args_0->_M_string_length = 0;" (assignment_expression "__args_0->_M_string_length = 0" (field_expression "__args_0->_M_string_length" identifier -> field_identifier) = number_literal) ;) (expression_statement "(__args_0->field_2)._M_local_buf[0] = '\0';" (assignment_expression "(__args_0->field_2)._M_local_buf[0] = '\0'" (subscript_expression "(__args_0->field_2)._M_local_buf[0]" (field_expression "(__args_0->field_2)._M_local_buf" (parenthesized_expression "(__args_0->field_2)" ( (field_expression "__args_0->field_2" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "ppbVar1 = &(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;" (assignment_expression "ppbVar1 = &(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" identifier = (pointer_expression "&(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" & (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*ppbVar1 = *ppbVar1 + 1;" (assignment_expression "*ppbVar1 = *ppbVar1 + 1" (pointer_expression "*ppbVar1" * identifier) = (binary_expression "*ppbVar1 + 1" (pointer_expression "*ppbVar1" * identifier) + number_literal)) ;) (return_statement "return;" return ;) })) (ERROR "_M_realloc_insert<std::" (binary_expression "_M_realloc_insert<std" identifier < identifier) : :) (labeled_statement "__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>\n (this,__position,__args_0);" statement_identifier (ERROR "::basic_string<char,_std::char_traits<char>,_std:" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) :) : (expression_statement "allocator<char>_>_>\n (this,__position,__args_0);" (binary_expression "allocator<char>_>_>\n (this,__position,__args_0)" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > (parenthesized_expression "(this,__position,__args_0)" ( (comma_expression "this,__position,__args_0" identifier , (comma_expression "__position,__args_0" identifier , identifier)) ))) ;)) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0034e9b0(long param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0034e9b0(long param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0034e9b0(long param_1,long *param_2)" identifier (parameter_list "(long param_1,long *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(param_1 + 8);" (assignment_expression "plVar1 = *(long **)(param_1 + 8)" identifier = (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" if (parenthesized_expression "(plVar1 != *(long **)(param_1 + 0x10))" ( (binary_expression "plVar1 != *(long **)(param_1 + 0x10)" identifier != (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) )) (compound_statement "{\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" { (expression_statement "*plVar1 = (long)(plVar1 + 2);" (assignment_expression "*plVar1 = (long)(plVar1 + 2)" (pointer_expression "*plVar1" * identifier) = (cast_expression "(long)(plVar1 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(plVar1 + 2)" ( (binary_expression "plVar1 + 2" identifier + number_literal) )))) ;) (if_statement "if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" if (parenthesized_expression "((long *)*param_2 == param_2 + 2)" ( (binary_expression "(long *)*param_2 == param_2 + 2" (cast_expression "(long *)*param_2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) == (binary_expression "param_2 + 2" identifier + number_literal)) )) (compound_statement "{\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }" { (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" identifier = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "plVar1[3] = lVar2;" (assignment_expression "plVar1[3] = lVar2" (subscript_expression "plVar1[3]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" else (compound_statement "{\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" { (expression_statement "*plVar1 = *param_2;" (assignment_expression "*plVar1 = *param_2" (pointer_expression "*plVar1" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" identifier [ number_literal ]) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) }))) (expression_statement "plVar1[1] = param_2[1];" (assignment_expression "plVar1[1] = param_2[1]" (subscript_expression "plVar1[1]" identifier [ number_literal ]) = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_2 = (long)(param_2 + 2);" (assignment_expression "*param_2 = (long)(param_2 + 2)" (pointer_expression "*param_2" * identifier) = (cast_expression "(long)(param_2 + 2)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) ;) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (pointer_expression "*(undefined1 *)(param_2 + 2)" * (cast_expression "(undefined1 *)(param_2 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 2)" ( (binary_expression "param_2 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;" (assignment_expression "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" * (cast_expression "(long *)(param_1 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_00343e80(param_1,plVar1,param_2);" (call_expression "FUN_00343e80(param_1,plVar1,param_2)" identifier (argument_list "(param_1,plVar1,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0034e9b0(long param_1,long *param_2)\n\n{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0034e9b0(long param_1,long *param_2)" (identifier "FUN_0034e9b0") (parameter_list "(long param_1,long *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long *plVar1;\n long lVar2;\n \n plVar1 = *(long **)(param_1 + 8);\n if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }\n FUN_00343e80(param_1,plVar1,param_2);\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "plVar1 = *(long **)(param_1 + 8);" (assignment_expression "plVar1 = *(long **)(param_1 + 8)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (plVar1 != *(long **)(param_1 + 0x10)) {\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" (if "if") (parenthesized_expression "(plVar1 != *(long **)(param_1 + 0x10))" (( "(") (binary_expression "plVar1 != *(long **)(param_1 + 0x10)" (identifier "plVar1") (!= "!=") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (compound_statement "{\n *plVar1 = (long)(plVar1 + 2);\n if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }\n plVar1[1] = param_2[1];\n *param_2 = (long)(param_2 + 2);\n param_2[1] = 0;\n *(undefined1 *)(param_2 + 2) = 0;\n *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;\n return;\n }" ({ "{") (expression_statement "*plVar1 = (long)(plVar1 + 2);" (assignment_expression "*plVar1 = (long)(plVar1 + 2)" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (cast_expression "(long)(plVar1 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(plVar1 + 2)" (( "(") (binary_expression "plVar1 + 2" (identifier "plVar1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if ((long *)*param_2 == param_2 + 2) {\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }\n else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" (if "if") (parenthesized_expression "((long *)*param_2 == param_2 + 2)" (( "(") (binary_expression "(long *)*param_2 == param_2 + 2" (cast_expression "(long *)*param_2" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (== "==") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n lVar2 = param_2[3];\n plVar1[2] = param_2[2];\n plVar1[3] = lVar2;\n }" ({ "{") (expression_statement "lVar2 = param_2[3];" (assignment_expression "lVar2 = param_2[3]" (identifier "lVar2") (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "plVar1[3] = lVar2;" (assignment_expression "plVar1[3] = lVar2" (subscript_expression "plVar1[3]" (identifier "plVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "lVar2")) (; ";")) (} "}")) (else_clause "else {\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" (else "else") (compound_statement "{\n *plVar1 = *param_2;\n plVar1[2] = param_2[2];\n }" ({ "{") (expression_statement "*plVar1 = *param_2;" (assignment_expression "*plVar1 = *param_2" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "plVar1[2] = param_2[2];" (assignment_expression "plVar1[2] = param_2[2]" (subscript_expression "plVar1[2]" (identifier "plVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (} "}")))) (expression_statement "plVar1[1] = param_2[1];" (assignment_expression "plVar1[1] = param_2[1]" (subscript_expression "plVar1[1]" (identifier "plVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*param_2 = (long)(param_2 + 2);" (assignment_expression "*param_2 = (long)(param_2 + 2)" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (cast_expression "(long)(param_2 + 2)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "param_2[1] = 0;" (assignment_expression "param_2[1] = 0" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 2) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 2) = 0" (pointer_expression "*(undefined1 *)(param_2 + 2)" (* "*") (cast_expression "(undefined1 *)(param_2 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 2)" (( "(") (binary_expression "param_2 + 2" (identifier "param_2") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20;" (assignment_expression "*(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 8) + 0x20" (pointer_expression "*(long *)(param_1 + 8)" (* "*") (cast_expression "(long *)(param_1 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x20"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00343e80(param_1,plVar1,param_2);" (call_expression "FUN_00343e80(param_1,plVar1,param_2)" (identifier "FUN_00343e80") (argument_list "(param_1,plVar1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "plVar1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original name: emplace_back<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > DWARF original prototype: void emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> * this, basic_string<char,_std::char_traits<char>,_std::allocator<char>_> * __args#0) */ void __thiscall std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>,_std::var_1<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_3>var_3> ::emplace_back<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_3> (vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>,_std::var_1<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_3>var_3> *this,basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3> *__args_0) { type_2 *ppbVar1; type_1 __position; type_2 var_6; type_3 uVar3; __position._M_current = (this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_finish; if (__position._M_current != (this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_end_of_storage) { ((__position._M_current)->_M_dataplus)._M_p = (type_2)&(__position._M_current)->field_2; var_6 = (__args_0->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_5 *)var_6 == &__args_0->field_2) { uVar3 = *(type_3 *)((long)&__args_0->field_2 + 8); ((__position._M_current)->field_2)._M_allocated_capacity = (__args_0->field_2)._M_allocated_capacity; *(type_3 *)((long)&(__position._M_current)->field_2 + 8) = uVar3; } else { ((__position._M_current)->_M_dataplus)._M_p = var_6; ((__position._M_current)->field_2)._M_allocated_capacity = (__args_0->field_2)._M_allocated_capacity; } (__position._M_current)->_M_string_length = __args_0->_M_string_length; (__args_0->_M_dataplus)._M_p = (type_2)&__args_0->field_2; __args_0->_M_string_length = 0; (__args_0->field_2)._M_local_buf[0] = '\0'; ppbVar1 = &(this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_finish; *ppbVar1 = *ppbVar1 + 1; return; } _M_realloc_insert<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3> (this,__position,__args_0); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(long param_1,long *param_2) { long *plVar1; long lVar2; plVar1 = *(long **)(param_1 + 8); if (plVar1 != *(long **)(param_1 + 0x10)) { *plVar1 = (long)(plVar1 + 2); if ((long *)*param_2 == param_2 + 2) { lVar2 = param_2[3]; plVar1[2] = param_2[2]; plVar1[3] = lVar2; } else { *plVar1 = *param_2; plVar1[2] = param_2[2]; } plVar1[1] = param_2[1]; *param_2 = (long)(param_2 + 2); param_2[1] = 0; *(undefined1 *)(param_2 + 2) = 0; *(long *)(param_1 + 8) = *(long *)(param_1 + 8) + 0x20; return; } FUN_00343e80(param_1,plVar1,param_2); return; }
2822_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
Sized_input_reader
FUN_0018d870
/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Input_entry_reader r) */ void __thiscall gold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader (Sized_input_reader *this,Input_entry_reader r) { (this->super_Input_reader)._vptr_Input_reader = (_func_int_varargs **)&PTR__Sized_input_reader_00427620; (this->reader_).inputs_ = r.inputs_; (this->reader_).flags_ = r.flags_; (this->reader_).offset_ = r.offset_; (this->reader_).info_offset_ = r.info_offset_; *(undefined4 *)&(this->reader_).field_0x14 = r._20_4_; return; }
void FUN_0018d870(undefined8 *param_1) { undefined8 in_stack_00000008; undefined8 in_stack_00000010; undefined8 in_stack_00000018; *param_1 = &PTR_FUN_00427620; param_1[1] = in_stack_00000008; param_1[2] = in_stack_00000010; param_1[3] = in_stack_00000018; return; }
LEA RAX,[0x427620] MOVDQU XMM0,xmmword ptr [RSP + 0x8] MOV qword ptr [RDI],RAX MOV RAX,qword ptr [RSP + 0x18] MOVUPS xmmword ptr [RDI + 0x8],XMM0 MOV qword ptr [RDI + 0x18],RAX RET
null
null
null
null
[('const-433', u'STORE_-1207445346'), (u'SUBPIECE_-1207445257', u'STORE_-1207445312'), (u'PTRSUB_-1207445263', u'STORE_-1207445345'), (u'PTRSUB_-1207445285', u'CAST_-1207445262'), ('const-4', u'SUBPIECE_-1207445257'), ('const-433', u'STORE_-1207445350'), (u'PTRSUB_-1207445250', u'CAST_-1207445249'), ('const-8', u'PTRSUB_-1207445275'), ('const-4355616', u'PTRSUB_-1207445285'), (u'PTRSUB_-1207445284', u'PTRSUB_-1207445277'), ('const-433', u'STORE_-1207445323'), ('const-0', u'RETURN_-1207445336'), (u'SUBPIECE_-1207445302', u'SUBPIECE_-1207445258'), ('tmp_49', u'PTRSUB_-1207445251'), ('const-8', u'PTRSUB_-1207445263'), ('tmp_49', u'PTRSUB_-1207445275'), (u'SUBPIECE_-1207445303', u'SUBPIECE_-1207445268'), (u'SUBPIECE_-1207445303', u'SUBPIECE_-1207445269'), ('tmp_49', u'PTRSUB_-1207445264'), ('const-8', u'PTRSUB_-1207445262'), ('const-0', u'SUBPIECE_-1207445304'), ('const-8', u'SUBPIECE_-1207445303'), (u'PTRSUB_-1207445274', u'STORE_-1207445346'), ('const-0', u'PTRSUB_-1207445277'), ('tmp_50', u'SUBPIECE_-1207445302'), ('const-0', u'PTRSUB_-1207445284'), ('tmp_50', u'SUBPIECE_-1207445304'), ('tmp_49', u'PTRSUB_-1207445262'), ('const-8', u'PTRSUB_-1207445253'), (u'PTRSUB_-1207445251', u'PTRSUB_-1207445250'), (u'PTRSUB_-1207445252', u'STORE_-1207445350'), ('const-433', u'STORE_-1207445345'), ('const-0', u'SUBPIECE_-1207445269'), (u'SUBPIECE_-1207445258', u'STORE_-1207445350'), ('const-433', u'STORE_-1207445312'), ('const-20', u'PTRSUB_-1207445250'), (u'PTRSUB_-1207445253', u'PTRSUB_-1207445252'), (u'PTRSUB_-1207445261', u'STORE_-1207445323'), ('tmp_49', u'PTRSUB_-1207445253'), (u'PTRSUB_-1207445277', u'STORE_-1207445371'), (u'CAST_-1207445249', u'STORE_-1207445312'), ('tmp_50', u'SUBPIECE_-1207445303'), ('const-0', u'PTRSUB_-1207445274'), (u'CAST_-1207445262', u'STORE_-1207445371'), (u'PTRSUB_-1207445275', u'PTRSUB_-1207445274'), ('const-0', u'SUBPIECE_-1207445258'), ('const-16', u'SUBPIECE_-1207445302'), (u'SUBPIECE_-1207445269', u'STORE_-1207445345'), ('const-12', u'PTRSUB_-1207445261'), ('const-16', u'PTRSUB_-1207445252'), ('const-4', u'SUBPIECE_-1207445268'), ('tmp_49', u'PTRSUB_-1207445284'), ('const-0', u'PTRSUB_-1207445285'), ('const-433', u'STORE_-1207445371'), (u'SUBPIECE_-1207445304', u'STORE_-1207445346'), ('const-8', u'PTRSUB_-1207445251'), (u'SUBPIECE_-1207445302', u'SUBPIECE_-1207445257'), (u'PTRSUB_-1207445264', u'PTRSUB_-1207445263'), ('const-8', u'PTRSUB_-1207445264'), (u'SUBPIECE_-1207445268', u'STORE_-1207445323'), (u'PTRSUB_-1207445262', u'PTRSUB_-1207445261')]
[('const-8', u'PTRADD_-1207445273'), ('tmp_73', u'STORE_-1207445344'), (u'PTRADD_-1207445273', u'STORE_-1207445350'), ('const-433', u'STORE_-1207445371'), ('tmp_54', u'PTRADD_-1207445278'), (u'PTRADD_-1207445279', u'STORE_-1207445345'), ('const-433', u'STORE_-1207445350'), (u'PTRADD_-1207445278', u'STORE_-1207445344'), ('tmp_72', u'STORE_-1207445345'), ('const-433', u'STORE_-1207445344'), ('const-1', u'PTRADD_-1207445279'), ('tmp_54', u'PTRADD_-1207445273'), ('const-0', u'RETURN_-1207445336'), ('tmp_54', u'STORE_-1207445371'), ('const-433', u'STORE_-1207445345'), ('const-8', u'PTRADD_-1207445279'), ('const-4355616', u'PTRSUB_-1207445287'), ('const-3', u'PTRADD_-1207445273'), ('const-8', u'PTRADD_-1207445278'), ('tmp_54', u'PTRADD_-1207445279'), (u'PTRSUB_-1207445287', u'STORE_-1207445371'), ('tmp_74', u'STORE_-1207445350'), ('const-2', u'PTRADD_-1207445278'), ('const-0', u'PTRSUB_-1207445287')]
null
null
0018d870
x64
O2
(translation_unit "void FUN_0018d870(undefined8 *param_1)\n\n{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}\n\n" (function_definition "void FUN_0018d870(undefined8 *param_1)\n\n{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" primitive_type (function_declarator "FUN_0018d870(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000010;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000018;" type_identifier identifier ;) (expression_statement "*param_1 = &PTR_FUN_00427620;" (assignment_expression "*param_1 = &PTR_FUN_00427620" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00427620" & identifier)) ;) (expression_statement "param_1[1] = in_stack_00000008;" (assignment_expression "param_1[1] = in_stack_00000008" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = in_stack_00000010;" (assignment_expression "param_1[2] = in_stack_00000010" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = in_stack_00000018;" (assignment_expression "param_1[3] = in_stack_00000018" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Input_entry_reader\n r) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader\n (Sized_input_reader *this,Input_entry_reader r)\n\n{\n (this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00427620;\n (this->reader_).inputs_ = r.inputs_;\n (this->reader_).flags_ = r.flags_;\n (this->reader_).offset_ = r.offset_;\n (this->reader_).info_offset_ = r.info_offset_;\n *(undefined4 *)&(this->reader_).field_0x14 = r._20_4_;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_incremental_binary<32,_true>::Sized_input_reader::Sized_input_reader\n (Sized_input_reader *this,Input_entry_reader r)\n\n{\n (this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00427620;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::Sized_input_reader::" identifier > : : identifier : :) (init_declarator "Sized_input_reader\n (Sized_input_reader *this,Input_entry_reader r)\n\n{\n (this->super_Input_reader)._vptr_Input_reader =\n (_func_int_varargs **)&PTR__Sized_input_reader_00427620" (function_declarator "Sized_input_reader\n (Sized_input_reader *this,Input_entry_reader r)\n\n{\n (this->super_Input_reader)._vptr_Input_reader" (function_declarator "Sized_input_reader\n (Sized_input_reader *this,Input_entry_reader r)" identifier (parameter_list "(Sized_input_reader *this,Input_entry_reader r)" ( (parameter_declaration "Sized_input_reader *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Input_entry_reader r" type_identifier identifier) ))) (ERROR "{" {) (parameter_list "(this->super_Input_reader)" ( (parameter_declaration "this->super_Input_reader" type_identifier (ERROR "->" ->) identifier) )) (ERROR "." .) identifier) = (cast_expression "(_func_int_varargs **)&PTR__Sized_input_reader_00427620" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Sized_input_reader_00427620" & identifier))) ;) (expression_statement "(this->reader_).inputs_ = r.inputs_;" (assignment_expression "(this->reader_).inputs_ = r.inputs_" (field_expression "(this->reader_).inputs_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = (field_expression "r.inputs_" identifier . field_identifier)) ;) (expression_statement "(this->reader_).flags_ = r.flags_;" (assignment_expression "(this->reader_).flags_ = r.flags_" (field_expression "(this->reader_).flags_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = (field_expression "r.flags_" identifier . field_identifier)) ;) (expression_statement "(this->reader_).offset_ = r.offset_;" (assignment_expression "(this->reader_).offset_ = r.offset_" (field_expression "(this->reader_).offset_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = (field_expression "r.offset_" identifier . field_identifier)) ;) (expression_statement "(this->reader_).info_offset_ = r.info_offset_;" (assignment_expression "(this->reader_).info_offset_ = r.info_offset_" (field_expression "(this->reader_).info_offset_" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier) = (field_expression "r.info_offset_" identifier . field_identifier)) ;) (expression_statement "*(undefined4 *)&(this->reader_).field_0x14 = r._20_4_;" (assignment_expression "*(undefined4 *)&(this->reader_).field_0x14 = r._20_4_" (pointer_expression "*(undefined4 *)&(this->reader_).field_0x14" * (cast_expression "(undefined4 *)&(this->reader_).field_0x14" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->reader_).field_0x14" & (field_expression "(this->reader_).field_0x14" (parenthesized_expression "(this->reader_)" ( (field_expression "this->reader_" identifier -> field_identifier) )) . field_identifier)))) = (field_expression "r._20_4_" identifier . field_identifier)) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0018d870(undefined8 *param_1)\n\n{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}\n\n" (function_definition "void FUN_0018d870(undefined8 *param_1)\n\n{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" primitive_type (function_declarator "FUN_0018d870(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" { (declaration "undefined8 in_stack_00000008;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000010;" type_identifier identifier ;) (declaration "undefined8 in_stack_00000018;" type_identifier identifier ;) (expression_statement "*param_1 = &PTR_FUN_00427620;" (assignment_expression "*param_1 = &PTR_FUN_00427620" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00427620" & identifier)) ;) (expression_statement "param_1[1] = in_stack_00000008;" (assignment_expression "param_1[1] = in_stack_00000008" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[2] = in_stack_00000010;" (assignment_expression "param_1[2] = in_stack_00000010" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = in_stack_00000018;" (assignment_expression "param_1[3] = in_stack_00000018" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0018d870(undefined8 *param_1)\n\n{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018d870(undefined8 *param_1)" (identifier "FUN_0018d870") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 in_stack_00000008;\n undefined8 in_stack_00000010;\n undefined8 in_stack_00000018;\n \n *param_1 = &PTR_FUN_00427620;\n param_1[1] = in_stack_00000008;\n param_1[2] = in_stack_00000010;\n param_1[3] = in_stack_00000018;\n return;\n}" ({ "{") (declaration "undefined8 in_stack_00000008;" (type_identifier "undefined8") (identifier "in_stack_00000008") (; ";")) (declaration "undefined8 in_stack_00000010;" (type_identifier "undefined8") (identifier "in_stack_00000010") (; ";")) (declaration "undefined8 in_stack_00000018;" (type_identifier "undefined8") (identifier "in_stack_00000018") (; ";")) (expression_statement "*param_1 = &PTR_FUN_00427620;" (assignment_expression "*param_1 = &PTR_FUN_00427620" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00427620" (& "&") (identifier "PTR_FUN_00427620"))) (; ";")) (expression_statement "param_1[1] = in_stack_00000008;" (assignment_expression "param_1[1] = in_stack_00000008" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "in_stack_00000008")) (; ";")) (expression_statement "param_1[2] = in_stack_00000010;" (assignment_expression "param_1[2] = in_stack_00000010" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "in_stack_00000010")) (; ";")) (expression_statement "param_1[3] = in_stack_00000018;" (assignment_expression "param_1[3] = in_stack_00000018" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "in_stack_00000018")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void Sized_input_reader(Sized_input_reader * this, Input_entry_reader r) */ void __thiscall gold::Sized_incremental_binary<32,_true>::function_1::function_1 (function_1 *type_2,type_1 r) { (type_2->super_Input_reader).function_2 = (type_3 **)&PTR__Sized_input_reader_00427620; (type_2->reader_).inputs_ = r.inputs_; (type_2->reader_).flags_ = r.flags_; (type_2->reader_).offset_ = r.offset_; (type_2->reader_).info_offset_ = r.info_offset_; *(type_4 *)&(type_2->reader_).field_0x14 = r._20_4_; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
null
void MASKED(undefined8 *param_1) { undefined8 in_stack_00000008; undefined8 in_stack_00000010; undefined8 in_stack_00000018; *param_1 = &PTR_FUN_00427620; param_1[1] = in_stack_00000008; param_1[2] = in_stack_00000010; param_1[3] = in_stack_00000018; return; }
106_i686-kfreebsd-gnu-size_and_i686-kfreebsd-gnu-size_strip.c
make_tempdir
FUN_00103e50
char * make_tempdir(char *filename) { char *pcVar1; pcVar1 = template_in_dir(filename); pcVar1 = mkdtemp(pcVar1); return pcVar1; }
void FUN_00103e50(void) { char *__template; __template = (char *)FUN_00103240(); mkdtemp(__template); return; }
SUB RSP,0x8 CALL 0x00103240 ADD RSP,0x8 MOV RDI,RAX JMP 0x00102360
null
null
null
null
[('tmp_74', u'CALL_-1206960538'), (u'CALL_-1206960515', u'RETURN_-1206960511'), ('const-0', u'RETURN_-1206960511'), (u'CALL_-1206960538', u'CALL_-1206960515')]
[(u'CAST_-1206960442', u'CALL_-1206960515'), (u'CALL_-1206960538', u'CAST_-1206960442'), ('const-0', u'RETURN_-1206960511')]
null
null
00103e50
x64
O2
(translation_unit "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}\n\n" (function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00103e50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" identifier = (cast_expression "(char *)FUN_00103240()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00103240()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "char * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}\n\n" (function_definition "char * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" primitive_type (pointer_declarator "* make_tempdir(char *filename)" * (function_declarator "make_tempdir(char *filename)" identifier (parameter_list "(char *filename)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = template_in_dir(filename);" (assignment_expression "pcVar1 = template_in_dir(filename)" identifier = (call_expression "template_in_dir(filename)" identifier (argument_list "(filename)" ( identifier )))) ;) (expression_statement "pcVar1 = mkdtemp(pcVar1);" (assignment_expression "pcVar1 = mkdtemp(pcVar1)" identifier = (call_expression "mkdtemp(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}\n\n" (function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00103e50(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" identifier = (cast_expression "(char *)FUN_00103240()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00103240()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00103e50(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00103e50(void)" (identifier "FUN_00103e50") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00103240();\n mkdtemp(__template);\n return;\n}" ({ "{") (declaration "char *__template;" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template")) (; ";")) (expression_statement "__template = (char *)FUN_00103240();" (assignment_expression "__template = (char *)FUN_00103240()" (identifier "__template") (= "=") (cast_expression "(char *)FUN_00103240()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00103240()" (identifier "FUN_00103240") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" (identifier "mkdtemp") (argument_list "(__template)" (( "(") (identifier "__template") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
char * function_1(char *filename) { char *pcVar1; pcVar1 = var_1(filename); pcVar1 = var_2(pcVar1); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(void) { char *__template; __template = (char *)FUN_00103240(); mkdtemp(__template); return; }
52_sh4-linux-gnu-ranlib_and_sh4-linux-gnu-ranlib_strip.c
fprintf
fprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_001101a0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fprintf(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_fprintf_001101a0)(); return iVar1; }
JMP qword ptr [0x001101a0]
null
null
null
null
[(u'INDIRECT_-1206967417', u'COPY_-1206967476'), ('tmp_38', u'CAST_-1206967412'), (u'CALLIND_-1206967480', u'RETURN_-1206967477'), (u'CALLIND_-1206967480', u'INDIRECT_-1206967417'), (u'CAST_-1206967412', u'CALLIND_-1206967480'), ('const-0', u'RETURN_-1206967477')]
[(u'INDIRECT_-1206967417', u'COPY_-1206967476'), ('tmp_38', u'CAST_-1206967412'), (u'CALLIND_-1206967480', u'RETURN_-1206967477'), (u'CALLIND_-1206967480', u'INDIRECT_-1206967417'), (u'CAST_-1206967412', u'CALLIND_-1206967480'), ('const-0', u'RETURN_-1206967477')]
null
null
00102340
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fprintf_001101a0)();" (assignment_expression "iVar1 = (*(code *)PTR_fprintf_001101a0)()" identifier = (call_expression "(*(code *)PTR_fprintf_001101a0)()" (parenthesized_expression "(*(code *)PTR_fprintf_001101a0)" ( (pointer_expression "*(code *)PTR_fprintf_001101a0" * (cast_expression "(code *)PTR_fprintf_001101a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}\n\n" comment (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fprintf_001101a0)();" (assignment_expression "iVar1 = (*(code *)PTR_fprintf_001101a0)()" identifier = (call_expression "(*(code *)PTR_fprintf_001101a0)()" (parenthesized_expression "(*(code *)PTR_fprintf_001101a0)" ( (pointer_expression "*(code *)PTR_fprintf_001101a0" * (cast_expression "(code *)PTR_fprintf_001101a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}\n\n" (function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" primitive_type (function_declarator "fprintf(FILE *__stream,char *__format,...)" identifier (parameter_list "(FILE *__stream,char *__format,...)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) , (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fprintf_001101a0)();" (assignment_expression "iVar1 = (*(code *)PTR_fprintf_001101a0)()" identifier = (call_expression "(*(code *)PTR_fprintf_001101a0)()" (parenthesized_expression "(*(code *)PTR_fprintf_001101a0)" ( (pointer_expression "*(code *)PTR_fprintf_001101a0" * (cast_expression "(code *)PTR_fprintf_001101a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int fprintf(FILE *__stream,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fprintf(FILE *__stream,char *__format,...)" (identifier "fprintf") (parameter_list "(FILE *__stream,char *__format,...)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) (, ",") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fprintf_001101a0)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fprintf_001101a0)();" (assignment_expression "iVar1 = (*(code *)PTR_fprintf_001101a0)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fprintf_001101a0)()" (parenthesized_expression "(*(code *)PTR_fprintf_001101a0)" (( "(") (pointer_expression "*(code *)PTR_fprintf_001101a0" (* "*") (cast_expression "(code *)PTR_fprintf_001101a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fprintf_001101a0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,char *__format,...) { int iVar1; iVar1 = (*(type_2 *)PTR_fprintf_001101a0)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_001101a0)(); return iVar1; }
1303_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c
~Struct_no_target1_abs
FUN_0014f330
/* DWARF original prototype: void ~Struct_no_target1_abs(Struct_no_target1_abs * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_target1_abs::~Struct_no_target1_abs (Struct_no_target1_abs *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x60); return; }
void FUN_0014f330(undefined8 *param_1) { *param_1 = &PTR_FUN_003a8d40; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20(); } thunk_FUN_00276d20(param_1,0x60); return; }
LEA RAX,[0x3a8d40] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x0014f350 CALL 0x00276d20 MOV RDI,RBX MOV ESI,0x60 POP RBX JMP 0x00276d10
null
null
null
null
[(u'PTRSUB_-1207176232', u'PTRSUB_-1207176228'), ('const-0', u'RETURN_-1207176316'), ('const-433', u'STORE_-1207176380'), ('const-96', u'CALL_-1207176320'), (u'CAST_-1207176233', u'STORE_-1207176380'), ('const-0', u'PTRSUB_-1207176243'), (u'PTRSUB_-1207176228', u'PTRSUB_-1207176225'), ('tmp_93', u'CALL_-1207176320'), ('const-0', u'PTRSUB_-1207176237'), (u'CAST_-1207176221', u'INT_NOTEQUAL_-1207176349'), ('tmp_93', u'PTRSUB_-1207176238'), (u'LOAD_-1207176376', u'CAST_-1207176221'), (u'INT_NOTEQUAL_-1207176349', u'CBRANCH_-1207176348'), ('tmp_93', u'PTRSUB_-1207176242'), ('const-16', u'PTRSUB_-1207176225'), ('const-0', u'PTRSUB_-1207176228'), (u'PTRSUB_-1207176237', u'STORE_-1207176380'), (u'PTRSUB_-1207176243', u'CAST_-1207176233'), ('const-0', u'PTRSUB_-1207176242'), (u'PTRSUB_-1207176230', u'LOAD_-1207176376'), ('const-3837248', u'PTRSUB_-1207176243'), ('const-0', u'PTRSUB_-1207176230'), (u'PTRSUB_-1207176237', u'PTRSUB_-1207176233'), (u'PTRSUB_-1207176233', u'PTRSUB_-1207176230'), ('const-433', u'LOAD_-1207176376'), ('tmp_58', u'CBRANCH_-1207176348'), (u'LOAD_-1207176376', u'CALL_-1207176341'), (u'PTRSUB_-1207176225', u'INT_NOTEQUAL_-1207176349'), ('const-8', u'PTRSUB_-1207176238'), ('const-0', u'PTRSUB_-1207176233'), (u'PTRSUB_-1207176242', u'PTRSUB_-1207176237'), (u'PTRSUB_-1207176238', u'PTRSUB_-1207176237'), ('const-0', u'PTRSUB_-1207176237'), ('tmp_93', u'PTRSUB_-1207176232'), ('const-8', u'PTRSUB_-1207176232')]
[(u'PTRSUB_-1207176244', u'STORE_-1207176380'), (u'PTRADD_-1207176236', u'INT_NOTEQUAL_-1207176349'), ('tmp_194', u'CALL_-1207176320'), ('const-8', u'PTRADD_-1207176241'), ('const-0', u'RETURN_-1207176316'), ('const-433', u'LOAD_-1207176376'), ('const-0', u'PTRSUB_-1207176244'), (u'PTRADD_-1207176241', u'LOAD_-1207176376'), ('const-3', u'PTRADD_-1207176236'), ('tmp_194', u'STORE_-1207176380'), ('tmp_58', u'CBRANCH_-1207176348'), (u'CAST_-1207176240', u'INT_NOTEQUAL_-1207176349'), ('const-96', u'CALL_-1207176320'), ('const-433', u'STORE_-1207176380'), (u'LOAD_-1207176376', u'CAST_-1207176240'), (u'INT_NOTEQUAL_-1207176349', u'CBRANCH_-1207176348'), ('tmp_194', u'PTRADD_-1207176236'), ('tmp_194', u'PTRADD_-1207176241'), ('const-1', u'PTRADD_-1207176241'), ('const-3837248', u'PTRSUB_-1207176244'), ('const-8', u'PTRADD_-1207176236')]
null
null
0014f330
x64
O2
(translation_unit "void FUN_0014f330(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0014f330(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0014f330(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a8d40;" (assignment_expression "*param_1 = &PTR_FUN_003a8d40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a8d40" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_no_target1_abs(Struct_no_target1_abs * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_target1_abs::~Struct_no_target1_abs\n (Struct_no_target1_abs *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_target1_abs::~Struct_no_target1_abs\n (Struct_no_target1_abs *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_target1_abs::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_target1_abs\n (Struct_no_target1_abs *this,int __in_chrg)" identifier (parameter_list "(Struct_no_target1_abs *this,int __in_chrg)" ( (parameter_declaration "Struct_no_target1_abs *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_003a8d40" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_003a8d40" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_003a8d40" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0014f330(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_0014f330(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_0014f330(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a8d40;" (assignment_expression "*param_1 = &PTR_FUN_003a8d40" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a8d40" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0014f330(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0014f330(undefined8 *param_1)" (identifier "FUN_0014f330") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a8d40;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a8d40;" (assignment_expression "*param_1 = &PTR_FUN_003a8d40" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a8d40" (& "&") (identifier "PTR_FUN_003a8d40"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00276d20();\n }" ({ "{") (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" (identifier "FUN_00276d20") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_00276d20(param_1,0x60);" (call_expression "thunk_FUN_00276d20(param_1,0x60)" (identifier "thunk_FUN_00276d20") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_no_target1_abs(Struct_no_target1_abs * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_003a8d40; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x60); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_003a8d40; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_00276d20(); } thunk_FUN_00276d20(param_1,0x60); return; }
26_sha224sum_and_sha224sum_strip.c
posix_fadvise
posix_fadvise
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)(); return iVar1; }
JMP qword ptr [0x0010e0d0]
null
null
null
null
[('tmp_50', u'CAST_-1206967826'), (u'CALLIND_-1206967896', u'INDIRECT_-1206967831'), (u'CALLIND_-1206967896', u'RETURN_-1206967893'), (u'INDIRECT_-1206967831', u'COPY_-1206967890'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967826', u'CALLIND_-1206967896')]
[('tmp_50', u'CAST_-1206967826'), (u'CALLIND_-1206967896', u'INDIRECT_-1206967831'), (u'CALLIND_-1206967896', u'RETURN_-1206967893'), (u'INDIRECT_-1206967831', u'COPY_-1206967890'), ('const-0', u'RETURN_-1206967893'), (u'CAST_-1206967826', u'CALLIND_-1206967896')]
null
null
001021a0
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}\n\n" comment (function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" primitive_type (function_declarator "posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)" identifier (parameter_list "(int __fd,__off_t __offset,__off_t __len,int __advise)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __offset" type_identifier identifier) , (parameter_declaration "__off_t __len" type_identifier identifier) , (parameter_declaration "int __advise" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();" (assignment_expression "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)()" identifier = (call_expression "(*(code *)PTR_posix_fadvise_0010e0d0)()" (parenthesized_expression "(*(code *)PTR_posix_fadvise_0010e0d0)" ( (pointer_expression "*(code *)PTR_posix_fadvise_0010e0d0" * (cast_expression "(code *)PTR_posix_fadvise_0010e0d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}\n\n" comment (function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" primitive_type (function_declarator "posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)" identifier (parameter_list "(int __fd,__off_t __offset,__off_t __len,int __advise)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __offset" type_identifier identifier) , (parameter_declaration "__off_t __len" type_identifier identifier) , (parameter_declaration "int __advise" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();" (assignment_expression "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)()" identifier = (call_expression "(*(code *)PTR_posix_fadvise_0010e0d0)()" (parenthesized_expression "(*(code *)PTR_posix_fadvise_0010e0d0)" ( (pointer_expression "*(code *)PTR_posix_fadvise_0010e0d0" * (cast_expression "(code *)PTR_posix_fadvise_0010e0d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}\n\n" (function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" primitive_type (function_declarator "posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)" identifier (parameter_list "(int __fd,__off_t __offset,__off_t __len,int __advise)" ( (parameter_declaration "int __fd" primitive_type identifier) , (parameter_declaration "__off_t __offset" type_identifier identifier) , (parameter_declaration "__off_t __len" type_identifier identifier) , (parameter_declaration "int __advise" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();" (assignment_expression "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)()" identifier = (call_expression "(*(code *)PTR_posix_fadvise_0010e0d0)()" (parenthesized_expression "(*(code *)PTR_posix_fadvise_0010e0d0)" ( (pointer_expression "*(code *)PTR_posix_fadvise_0010e0d0" * (cast_expression "(code *)PTR_posix_fadvise_0010e0d0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
(function_definition "int posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "posix_fadvise(int __fd,__off_t __offset,__off_t __len,int __advise)" (identifier "posix_fadvise") (parameter_list "(int __fd,__off_t __offset,__off_t __len,int __advise)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) (, ",") (parameter_declaration "__off_t __offset" (type_identifier "__off_t") (identifier "__offset")) (, ",") (parameter_declaration "__off_t __len" (type_identifier "__off_t") (identifier "__len")) (, ",") (parameter_declaration "int __advise" (primitive_type "int") (identifier "__advise")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)();" (assignment_expression "iVar1 = (*(code *)PTR_posix_fadvise_0010e0d0)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_posix_fadvise_0010e0d0)()" (parenthesized_expression "(*(code *)PTR_posix_fadvise_0010e0d0)" (( "(") (pointer_expression "*(code *)PTR_posix_fadvise_0010e0d0" (* "*") (cast_expression "(code *)PTR_posix_fadvise_0010e0d0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_posix_fadvise_0010e0d0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __fd,type_1 __offset,type_1 __len,int __advise) { int iVar1; iVar1 = (*(type_2 *)PTR_posix_fadvise_0010e0d0)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __fd,__off_t __offset,__off_t __len,int __advise) { int iVar1; iVar1 = (*(code *)PTR_MASKED_0010e0d0)(); return iVar1; }
4505_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
do_gc_process_relocs
FUN_001f9850
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this, Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */ void __thiscall gold::Sized_relobj_file<32,_false>::do_gc_process_relocs (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout, Read_relocs_data *rd) { Target *pTVar1; pointer pSVar2; General_options *pGVar3; File_view *pFVar4; pTVar1 = parameters->target_; if (pTVar1 == (Target *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target"); } pFVar4 = rd->local_symbols; if (pFVar4 != (File_view *)0x0) { pFVar4 = (File_view *)pFVar4->data_; } pSVar2 = (rd->relocs). super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl. _M_start; if (pSVar2 != (rd->relocs). super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>. _M_impl._M_finish) { pGVar3 = parameters->options_; while( true ) { if (pGVar3 == (General_options *)0x0) { /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); } if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) { (**(code **)(*(long *)pTVar1 + 0x150)) (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type, pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section, pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4); } if ((rd->relocs). super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl. _M_finish == pSVar2 + 1) break; pGVar3 = parameters->options_; pSVar2 = pSVar2 + 1; } } return; }
void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4) { long *plVar1; long lVar2; long lVar3; long lVar4; plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target"); } lVar4 = param_4[3]; if (lVar4 != 0) { lVar4 = *(long *)(lVar4 + 0x10); } if (*param_4 != param_4[1]) { lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10); lVar3 = *param_4; while( true ) { if (lVar2 == 0) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x5c,"options"); } if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) { (**(code **)(*plVar1 + 0x150)) (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4), *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10), *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20), *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4); } if (param_4[1] == lVar3 + 0x30) break; lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10); lVar3 = lVar3 + 0x30; } } return; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x18 MOV RAX,qword ptr [0x003be6b0] MOV qword ptr [RSP + 0x8],RSI MOV R15,qword ptr [RAX + 0x18] TEST R15,R15 JZ 0x001f993f MOV RBP,qword ptr [RCX + 0x18] MOV R12,RDI MOV R13,RDX MOV R14,RCX TEST RBP,RBP JZ 0x001f988d MOV RBP,qword ptr [RBP + 0x10] MOV RBX,qword ptr [R14] CMP RBX,qword ptr [R14 + 0x8] JZ 0x001f9918 MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x001f9927 ADD RBX,0x30 JMP 0x001f98c4 MOV RAX,qword ptr [0x003be6b0] ADD RBX,0x30 MOV RAX,qword ptr [RAX + 0x10] TEST RAX,RAX JZ 0x001f9927 CMP byte ptr [RAX + 0x5051],0x0 JNZ 0x001f9912 CMP byte ptr [RBX + -0x7],0x0 JZ 0x001f9912 MOV R9D,dword ptr [RBX + -0x20] MOV R8D,dword ptr [RBX + -0x2c] MOV RCX,R12 MOV RDI,R15 MOV EDX,dword ptr [R12 + 0x120] MOV RAX,qword ptr [R15] PUSH RBP PUSH RDX MOVZX EDX,byte ptr [RBX + -0x8] PUSH RDX MOV RDX,qword ptr [RBX + -0x28] PUSH qword ptr [RBX + -0x10] PUSH qword ptr [RBX + -0x18] PUSH qword ptr [RDX + 0x10] MOV RDX,R13 MOV RSI,qword ptr [RSP + 0x38] CALL qword ptr [RAX + 0x150] ADD RSP,0x30 CMP qword ptr [R14 + 0x8],RBX JNZ 0x001f98b0 ADD RSP,0x18 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA RDX,[0x31c678] MOV ESI,0x5c LEA RDI,[0x30dc70] CALL 0x0016cdf0 LEA RDX,[0x31c618] MOV ESI,0x73 LEA RDI,[0x30dc70] CALL 0x0016cdf0
null
null
null
null
[(u'COPY_-1207919670', u'CALL_-1207920015'), (u'LOAD_-1207920230', u'CALLIND_-1207920184'), (u'INT_EQUAL_-1207920481', u'CBRANCH_-1207920479'), ('tmp_756', u'PTRSUB_-1207919797'), (u'INT_EQUAL_-1207920386', u'CBRANCH_-1207920384'), ('const-48', u'PTRADD_-1207919768'), (u'INT_ADD_-1207920178', u'CAST_-1207919632'), ('const-0', u'PTRSUB_-1207919765'), (u'MULTIEQUAL_-1207919761', u'MULTIEQUAL_-1207919790'), ('const-433', u'LOAD_-1207920428'), ('tmp_754', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920405'), (u'LOAD_-1207920237', u'PTRSUB_-1207919669'), (u'INT_EQUAL_-1207920154', u'CBRANCH_-1207920150'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919673'), ('const-8', u'PTRSUB_-1207919625'), ('tmp_156', u'CBRANCH_-1207920441'), (u'LOAD_-1207920222', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920249'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919682'), (u'PTRSUB_-1207919677', u'LOAD_-1207920230'), ('const-24', u'PTRSUB_-1207919821'), ('tmp_116', u'CBRANCH_-1207920479'), ('tmp_1925', u'MULTIEQUAL_-1207919783'), ('const-16', u'PTRSUB_-1207919669'), ('const-16', u'PTRSUB_-1207919781'), (u'INT_NOTEQUAL_-1207920301', u'CBRANCH_-1207920299'), ('const-433', u'LOAD_-1207920500'), ('tmp_753', u'PTRSUB_-1207919702'), (u'LOAD_-1207920500', u'CAST_-1207919664'), ('const-0', u'PTRSUB_-1207919647'), (u'PTRSUB_-1207919765', u'PTRSUB_-1207919760'), (u'PTRSUB_-1207919725', u'LOAD_-1207920317'), (u'COPY_-1207919768', u'MULTIEQUAL_-1207919764'), ('const-24', u'PTRSUB_-1207919673'), ('const-92', u'CALL_-1207920047'), ('const-20464', u'PTRSUB_-1207919736'), (u'LOAD_-1207920194', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920434'), (u'PTRSUB_-1207919629', u'PTRSUB_-1207919625'), (u'INDIRECT_-1207919753', u'COPY_-1207919811'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919677'), ('const-0', u'INT_NOTEQUAL_-1207920301'), (u'PTRSUB_-1207919781', u'LOAD_-1207920405'), ('tmp_1925', u'MULTIEQUAL_-1207919761'), (u'PTRADD_-1207919768', u'COPY_-1207919768'), ('const-433', u'LOAD_-1207920169'), ('const-433', u'LOAD_-1207920237'), ('tmp_756', u'PTRSUB_-1207919647'), ('const-40', u'PTRSUB_-1207919688'), ('const-0', u'PTRSUB_-1207919636'), (u'PTRSUB_-1207919746', u'LOAD_-1207920196'), ('const-336', u'INT_ADD_-1207920178'), ('const-3202160', u'COPY_-1207919696'), (u'MULTIEQUAL_-1207919790', u'MULTIEQUAL_-1207919783'), (u'PTRSUB_-1207919688', u'LOAD_-1207920249'), (u'LOAD_-1207920169', u'INT_EQUAL_-1207920154'), (u'LOAD_-1207920440', u'CAST_-1207919761'), ('tmp_1925', u'PTRSUB_-1207919781'), (u'MULTIEQUAL_-1207919763', u'INT_EQUAL_-1207920386'), (u'PTRSUB_-1207919769', u'PTRSUB_-1207919761'), ('tmp_205', u'CBRANCH_-1207920410'), ('const-0', u'PTRSUB_-1207919797'), (u'LOAD_-1207920405', u'MULTIEQUAL_-1207919763'), ('const-433', u'LOAD_-1207920440'), ('const-16', u'PTRSUB_-1207919802'), (u'LOAD_-1207920290', u'CALLIND_-1207920184'), ('const-0', u'PTRSUB_-1207919793'), ('const-8', u'PTRSUB_-1207919756'), ('const-433', u'LOAD_-1207920263'), ('tmp_552', u'CBRANCH_-1207920150'), (u'COPY_-1207919802', u'MULTIEQUAL_-1207919764'), (u'PTRSUB_-1207919835', u'LOAD_-1207920500'), (u'LOAD_-1207920317', u'INT_NOTEQUAL_-1207920301'), (u'CALLIND_-1207920184', u'INDIRECT_-1207919804'), (u'CALL_-1207920015', u'INDIRECT_-1207919731'), ('const-3261976', u'COPY_-1207919670'), (u'PTRSUB_-1207919756', u'LOAD_-1207920428'), (u'PTRSUB_-1207919793', u'PTRSUB_-1207919769'), ('const-433', u'LOAD_-1207920222'), (u'PTRSUB_-1207919802', u'LOAD_-1207920440'), ('const-16', u'PTRSUB_-1207919746'), (u'COPY_-1207919671', u'CALL_-1207920015'), (u'MULTIEQUAL_-1207919763', u'PTRSUB_-1207919736'), ('const-0', u'PTRSUB_-1207919769'), ('const-0', u'PTRSUB_-1207919773'), (u'MULTIEQUAL_-1207919764', u'PTRADD_-1207919768'), (u'CALL_-1207920047', u'INDIRECT_-1207919753'), (u'INDIRECT_-1207919804', u'MULTIEQUAL_-1207919790'), ('const-433', u'LOAD_-1207920230'), ('const-1', u'RETURN_-1207920042'), ('const-0', u'INT_EQUAL_-1207920481'), ('tmp_753', u'CALLIND_-1207920184'), (u'MULTIEQUAL_-1207920036', u'CALLIND_-1207920184'), (u'LOAD_-1207920434', u'COPY_-1207919802'), ('const-8', u'PTRSUB_-1207919682'), (u'MULTIEQUAL_-1207919790', u'MULTIEQUAL_-1207919761'), ('const-16', u'PTRSUB_-1207919718'), ('const-433', u'LOAD_-1207920290'), (u'PTRSUB_-1207919682', u'LOAD_-1207920237'), (u'LOAD_-1207920274', u'CALLIND_-1207920184'), ('const-0', u'INT_EQUAL_-1207920386'), (u'PTRSUB_-1207919718', u'LOAD_-1207920298'), (u'CAST_-1207919632', u'LOAD_-1207920194'), ('const-1', u'PTRADD_-1207919768'), (u'PTRSUB_-1207919702', u'LOAD_-1207920274'), ('const-433', u'LOAD_-1207920214'), ('const-0', u'RETURN_-1207920093'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919718'), (u'PTRSUB_-1207919715', u'LOAD_-1207920340'), (u'PTRSUB_-1207919647', u'PTRSUB_-1207919636'), (u'CAST_-1207919664', u'LOAD_-1207920263'), (u'LOAD_-1207920263', u'INT_ADD_-1207920178'), ('const-0', u'PTRSUB_-1207919629'), (u'LOAD_-1207920428', u'INT_NOTEQUAL_-1207920412'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919725'), ('tmp_755', u'CALLIND_-1207920184'), ('const-0', u'PTRSUB_-1207919761'), (u'MULTIEQUAL_-1207919783', u'COPY_-1207919832'), (u'PTRSUB_-1207919625', u'LOAD_-1207920169'), (u'LOAD_-1207920474', u'MULTIEQUAL_-1207920036'), (u'PTRSUB_-1207919669', u'LOAD_-1207920214'), (u'PTRSUB_-1207919773', u'PTRSUB_-1207919765'), ('const-97', u'PTRSUB_-1207919715'), (u'LOAD_-1207920500', u'INT_EQUAL_-1207920481'), (u'PTRSUB_-1207919760', u'LOAD_-1207920434'), ('const-115', u'CALL_-1207920015'), ('const-433', u'LOAD_-1207920317'), (u'LOAD_-1207920214', u'CALLIND_-1207920184'), (u'PTRSUB_-1207919713', u'LOAD_-1207920290'), ('tmp_756', u'PTRSUB_-1207919793'), ('const-288', u'PTRSUB_-1207919702'), (u'PTRSUB_-1207919636', u'PTRSUB_-1207919629'), (u'INDIRECT_-1207919731', u'COPY_-1207919786'), ('const-0', u'INT_EQUAL_-1207920325'), ('const-0', u'INT_NOTEQUAL_-1207920442'), (u'INT_EQUAL_-1207920325', u'CBRANCH_-1207920318'), (u'LOAD_-1207920474', u'PTRSUB_-1207919802'), ('const-4', u'PTRSUB_-1207919713'), ('const-41', u'PTRSUB_-1207919725'), ('const-433', u'LOAD_-1207920194'), ('const-433', u'LOAD_-1207920298'), (u'INT_NOTEQUAL_-1207920412', u'CBRANCH_-1207920410'), (u'LOAD_-1207920340', u'INT_EQUAL_-1207920325'), (u'CAST_-1207919761', u'MULTIEQUAL_-1207920036'), (u'PTRSUB_-1207919797', u'PTRSUB_-1207919773'), (u'LOAD_-1207920298', u'CALLIND_-1207920184'), ('tmp_340', u'CBRANCH_-1207920299'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919713'), (u'MULTIEQUAL_-1207919764', u'PTRSUB_-1207919688'), ('const-433', u'LOAD_-1207920340'), ('tmp_1925', u'PTRSUB_-1207919835'), (u'PTRSUB_-1207919736', u'PTRSUB_-1207919715'), ('const-1', u'RETURN_-1207920010'), ('tmp_239', u'CBRANCH_-1207920384'), ('const-433', u'LOAD_-1207920196'), (u'LOAD_-1207920249', u'CALLIND_-1207920184'), (u'LOAD_-1207920434', u'INT_NOTEQUAL_-1207920412'), ('tmp_304', u'CBRANCH_-1207920318'), ('const-3202160', u'COPY_-1207919671'), (u'LOAD_-1207920474', u'INT_NOTEQUAL_-1207920442'), (u'PTRADD_-1207919768', u'INT_EQUAL_-1207920154'), (u'LOAD_-1207920500', u'CALLIND_-1207920184'), (u'COPY_-1207919696', u'CALL_-1207920047'), (u'MULTIEQUAL_-1207919790', u'PTRSUB_-1207919746'), ('const-0', u'PTRSUB_-1207919760'), (u'INT_NOTEQUAL_-1207920442', u'CBRANCH_-1207920441'), (u'PTRSUB_-1207919821', u'LOAD_-1207920474'), (u'LOAD_-1207920196', u'MULTIEQUAL_-1207919763'), (u'PTRSUB_-1207919673', u'LOAD_-1207920222'), (u'PTRSUB_-1207919761', u'PTRSUB_-1207919756'), ('tmp_756', u'PTRSUB_-1207919821'), ('const-433', u'LOAD_-1207920474'), ('const-3262072', u'COPY_-1207919693'), ('const-24', u'PTRSUB_-1207919835'), ('const-32', u'PTRSUB_-1207919677'), (u'COPY_-1207919693', u'CALL_-1207920047'), ('const-433', u'LOAD_-1207920274')]
[(u'LOAD_-1207920230', u'CALLIND_-1207920184'), (u'INT_EQUAL_-1207920481', u'CBRANCH_-1207920479'), ('const-433', u'LOAD_-1207920474'), (u'INT_EQUAL_-1207920386', u'CBRANCH_-1207920384'), (u'CAST_-1207919717', u'LOAD_-1207920298'), (u'CAST_-1207919701', u'LOAD_-1207920274'), ('const-1', u'PTRADD_-1207919668'), (u'MULTIEQUAL_-1207919792', u'MULTIEQUAL_-1207919785'), (u'CALL_-1207920015', u'INDIRECT_-1207919733'), ('const-40', u'INT_ADD_-1207920233'), ('const-433', u'LOAD_-1207920440'), (u'MULTIEQUAL_-1207919784', u'INT_EQUAL_-1207920386'), (u'INT_ADD_-1207920198', u'CAST_-1207919668'), ('const-1', u'PTRADD_-1207920134'), (u'INT_EQUAL_-1207920154', u'CBRANCH_-1207920150'), ('tmp_156', u'CBRANCH_-1207920441'), (u'LOAD_-1207920222', u'CALLIND_-1207920184'), ('const-1', u'PTRADD_-1207920343'), (u'PTRADD_-1207919668', u'LOAD_-1207920169'), ('const-115', u'CALL_-1207920015'), (u'LOAD_-1207920500', u'LOAD_-1207920263'), (u'INT_ADD_-1207920324', u'CAST_-1207919734'), ('tmp_1938', u'PTRADD_-1207920438'), ('tmp_1389', u'PTRADD_-1207919668'), ('const-16', u'PTRADD_-1207920343'), ('const-16', u'INT_ADD_-1207920424'), ('tmp_116', u'CBRANCH_-1207920479'), (u'CAST_-1207919668', u'LOAD_-1207920214'), ('const-433', u'LOAD_-1207920340'), (u'COPY_-1207919698', u'CALL_-1207920047'), (u'COPY_-1207919672', u'CALL_-1207920015'), ('const-4', u'INT_ADD_-1207920274'), (u'LOAD_-1207920434', u'COPY_-1207919837'), (u'CAST_-1207919687', u'LOAD_-1207920249'), (u'INT_NOTEQUAL_-1207920301', u'CBRANCH_-1207920299'), (u'INT_ADD_-1207920258', u'CAST_-1207919701'), (u'CAST_-1207919795', u'LOAD_-1207920440'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920361'), (u'INT_ADD_-1207920282', u'CAST_-1207919717'), ('const-0', u'INT_EQUAL_-1207920325'), ('const-433', u'LOAD_-1207920230'), ('const-48', u'INT_ADD_-1207920361'), ('const-433', u'LOAD_-1207920434'), (u'COPY_-1207919673', u'CALL_-1207920015'), (u'INDIRECT_-1207919733', u'COPY_-1207919788'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920221'), (u'INT_ADD_-1207920361', u'INT_EQUAL_-1207920154'), ('const-92', u'CALL_-1207920047'), (u'LOAD_-1207920474', u'INT_ADD_-1207920424'), (u'LOAD_-1207920194', u'CALLIND_-1207920184'), ('const-3202160', u'COPY_-1207919698'), ('tmp_1938', u'PTRADD_-1207920343'), (u'INT_ADD_-1207920178', u'CAST_-1207919656'), ('const-433', u'LOAD_-1207920214'), ('const-3261976', u'COPY_-1207919672'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920282'), ('const-433', u'LOAD_-1207920428'), ('const-41', u'INT_ADD_-1207920301'), (u'INT_ADD_-1207920424', u'CAST_-1207919795'), ('const-433', u'LOAD_-1207920169'), ('const-24', u'PTRADD_-1207920438'), ('const-3262072', u'COPY_-1207919695'), (u'INT_ADD_-1207920214', u'CAST_-1207919676'), ('const-288', u'INT_ADD_-1207920258'), ('const-336', u'INT_ADD_-1207920178'), (u'CALL_-1207920047', u'INDIRECT_-1207919755'), (u'MULTIEQUAL_-1207919782', u'MULTIEQUAL_-1207919792'), (u'COPY_-1207919695', u'CALL_-1207920047'), ('const-1', u'PTRADD_-1207919799'), ('const-8', u'PTRADD_-1207919799'), (u'LOAD_-1207920169', u'INT_EQUAL_-1207920154'), (u'PTRADD_-1207920343', u'CAST_-1207919777'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920274'), ('tmp_205', u'CBRANCH_-1207920410'), ('const-16', u'INT_ADD_-1207920198'), ('const-3202160', u'COPY_-1207919673'), ('const-433', u'LOAD_-1207920222'), ('tmp_1938', u'MULTIEQUAL_-1207919785'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920233'), (u'CAST_-1207919734', u'LOAD_-1207920340'), (u'INT_ADD_-1207920233', u'CAST_-1207919687'), ('const-433', u'LOAD_-1207920194'), (u'LOAD_-1207920290', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920298'), (u'LOAD_-1207920440', u'MULTIEQUAL_-1207920036'), ('tmp_552', u'CBRANCH_-1207920150'), (u'INT_ADD_-1207920274', u'CAST_-1207919712'), (u'COPY_-1207919837', u'MULTIEQUAL_-1207919785'), ('const-433', u'LOAD_-1207920290'), (u'LOAD_-1207920317', u'INT_NOTEQUAL_-1207920301'), ('const-433', u'LOAD_-1207920274'), ('const-8', u'INT_ADD_-1207920221'), ('const-16', u'INT_ADD_-1207920282'), ('const-433', u'LOAD_-1207920263'), ('tmp_1388', u'CALLIND_-1207920184'), (u'MULTIEQUAL_-1207919792', u'MULTIEQUAL_-1207919782'), (u'PTRADD_-1207920438', u'CAST_-1207919827'), ('const-1', u'RETURN_-1207920042'), ('tmp_1389', u'LOAD_-1207920434'), (u'CAST_-1207919676', u'LOAD_-1207920230'), ('const-0', u'INT_EQUAL_-1207920481'), (u'MULTIEQUAL_-1207920036', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920196'), (u'COPY_-1207919803', u'MULTIEQUAL_-1207919785'), ('const-1', u'PTRADD_-1207920438'), (u'CAST_-1207919777', u'LOAD_-1207920405'), (u'INDIRECT_-1207919806', u'MULTIEQUAL_-1207919792'), (u'LOAD_-1207920274', u'CALLIND_-1207920184'), ('const-0', u'INT_EQUAL_-1207920386'), ('const-433', u'LOAD_-1207920237'), (u'MULTIEQUAL_-1207919784', u'INT_ADD_-1207920324'), ('const-0', u'RETURN_-1207920093'), (u'LOAD_-1207920196', u'MULTIEQUAL_-1207919784'), ('const-433', u'LOAD_-1207920500'), (u'INT_ADD_-1207920301', u'CAST_-1207919724'), (u'PTRADD_-1207919799', u'LOAD_-1207920428'), ('tmp_1938', u'MULTIEQUAL_-1207919782'), ('const-433', u'LOAD_-1207920249'), (u'LOAD_-1207920237', u'INT_ADD_-1207920198'), (u'INT_ADD_-1207920361', u'COPY_-1207919803'), (u'CAST_-1207919732', u'LOAD_-1207920196'), (u'LOAD_-1207920263', u'INT_ADD_-1207920178'), (u'LOAD_-1207920428', u'INT_NOTEQUAL_-1207920412'), ('const-16', u'PTRADD_-1207920134'), ('tmp_1393', u'CALLIND_-1207920184'), (u'LOAD_-1207920474', u'MULTIEQUAL_-1207920036'), ('const-3', u'PTRADD_-1207919825'), (u'CAST_-1207919724', u'LOAD_-1207920317'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920206'), (u'LOAD_-1207920500', u'INT_EQUAL_-1207920481'), (u'LOAD_-1207920214', u'CALLIND_-1207920184'), ('const-8', u'PTRADD_-1207919668'), ('const-32', u'INT_ADD_-1207920214'), (u'INDIRECT_-1207919755', u'COPY_-1207919813'), ('const-0', u'INT_NOTEQUAL_-1207920442'), ('const-24', u'INT_ADD_-1207920206'), (u'INT_EQUAL_-1207920325', u'CBRANCH_-1207920318'), ('const-0', u'INT_NOTEQUAL_-1207920301'), (u'INT_ADD_-1207920221', u'CAST_-1207919681'), (u'INT_NOTEQUAL_-1207920412', u'CBRANCH_-1207920410'), ('tmp_1394', u'CALLIND_-1207920184'), ('tmp_1389', u'PTRADD_-1207919799'), (u'LOAD_-1207920340', u'INT_EQUAL_-1207920325'), ('const-433', u'LOAD_-1207920317'), (u'LOAD_-1207920298', u'CALLIND_-1207920184'), ('tmp_340', u'CBRANCH_-1207920299'), (u'MULTIEQUAL_-1207919792', u'PTRADD_-1207920134'), (u'CAST_-1207919656', u'LOAD_-1207920194'), ('const-8', u'PTRADD_-1207919825'), ('const-1', u'RETURN_-1207920010'), ('tmp_239', u'CBRANCH_-1207920384'), (u'LOAD_-1207920249', u'CALLIND_-1207920184'), (u'LOAD_-1207920434', u'INT_NOTEQUAL_-1207920412'), ('tmp_304', u'CBRANCH_-1207920318'), ('tmp_1393', u'INT_ADD_-1207920258'), (u'INT_ADD_-1207920206', u'CAST_-1207919672'), (u'LOAD_-1207920474', u'INT_NOTEQUAL_-1207920442'), (u'CALLIND_-1207920184', u'INDIRECT_-1207919806'), (u'PTRADD_-1207919825', u'LOAD_-1207920474'), (u'CAST_-1207919672', u'LOAD_-1207920222'), (u'LOAD_-1207920500', u'CALLIND_-1207920184'), ('const-433', u'LOAD_-1207920405'), (u'PTRADD_-1207920134', u'CAST_-1207919732'), (u'INT_NOTEQUAL_-1207920442', u'CBRANCH_-1207920441'), ('const-20561', u'INT_ADD_-1207920324'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920214'), (u'MULTIEQUAL_-1207919785', u'COPY_-1207919834'), (u'CAST_-1207919712', u'LOAD_-1207920290'), (u'CAST_-1207919827', u'LOAD_-1207920500'), (u'CAST_-1207919681', u'LOAD_-1207920237'), ('tmp_1389', u'PTRADD_-1207919825'), (u'MULTIEQUAL_-1207919785', u'INT_ADD_-1207920301'), (u'LOAD_-1207920405', u'MULTIEQUAL_-1207919784')]
null
null
001f9850
x64
O2
(translation_unit "void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" identifier = (subscript_expression "param_4[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" { (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" identifier = (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) })) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" if (parenthesized_expression "(*param_4 != param_4[1])" ( (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" * identifier) != (subscript_expression "param_4[1]" identifier [ number_literal ])) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" identifier = (pointer_expression "*param_4" * identifier)) ;) (while_statement "while( true ) {\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" { (if_statement "if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" if (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" ( (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" * (cast_expression "(char *)(lVar2 + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x5051)" ( (binary_expression "lVar2 + 0x5051" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" * (cast_expression "(char *)(lVar3 + 0x29)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x29)" ( (binary_expression "lVar3 + 0x29" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" { (expression_statement "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x150))" ( (pointer_expression "**(code **)(*plVar1 + 0x150)" * (pointer_expression "*(code **)(*plVar1 + 0x150)" * (cast_expression "(code **)(*plVar1 + 0x150)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x150)" ( (binary_expression "*plVar1 + 0x150" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar3 + 4)" * (cast_expression "(undefined4 *)(lVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 4)" ( (binary_expression "lVar3 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" * (cast_expression "(undefined8 *)(lVar3 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" * (cast_expression "(undefined8 *)(lVar3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" * (cast_expression "(undefined1 *)(lVar3 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier ))) ;) })) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" if (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" ( (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" identifier [ number_literal ]) == (binary_expression "lVar3 + 0x30" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" identifier = (binary_expression "lVar3 + 0x30" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this,\n Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target *pTVar1;\n pointer pSVar2;\n General_options *pGVar3;\n File_view *pFVar4;\n \n pTVar1 = parameters->target_;\n if (pTVar1 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }\n pFVar4 = rd->local_symbols;\n if (pFVar4 != (File_view *)0x0) {\n pFVar4 = (File_view *)pFVar4->data_;\n }\n pSVar2 = (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_start;\n if (pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish) {\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target *pTVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)\n\n{\n Target" identifier > : : (function_declarator "do_gc_process_relocs\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout,\n Read_relocs_data *rd)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Layout *layout" type_identifier (pointer_declarator "*layout" * identifier)) , (parameter_declaration "Read_relocs_data *rd" type_identifier (pointer_declarator "*rd" * identifier)) ))) { identifier) (pointer_declarator "*pTVar1" * identifier) ;) (declaration "pointer pSVar2;" type_identifier identifier ;) (declaration "General_options *pGVar3;" type_identifier (pointer_declarator "*pGVar3" * identifier) ;) (declaration "File_view *pFVar4;" type_identifier (pointer_declarator "*pFVar4" * identifier) ;) (expression_statement "pTVar1 = parameters->target_;" (assignment_expression "pTVar1 = parameters->target_" identifier = (field_expression "parameters->target_" identifier -> field_identifier)) ;) (if_statement "if (pTVar1 == (Target *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(pTVar1 == (Target *)0x0)" ( (binary_expression "pTVar1 == (Target *)0x0" identifier == (cast_expression "(Target *)0x0" ( (type_descriptor "Target *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "pFVar4 = rd->local_symbols;" (assignment_expression "pFVar4 = rd->local_symbols" identifier = (field_expression "rd->local_symbols" identifier -> field_identifier)) ;) (if_statement "if (pFVar4 != (File_view *)0x0) {\n pFVar4 = (File_view *)pFVar4->data_;\n }" if (parenthesized_expression "(pFVar4 != (File_view *)0x0)" ( (binary_expression "pFVar4 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pFVar4 = (File_view *)pFVar4->data_;\n }" { (expression_statement "pFVar4 = (File_view *)pFVar4->data_;" (assignment_expression "pFVar4 = (File_view *)pFVar4->data_" identifier = (cast_expression "(File_view *)pFVar4->data_" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pFVar4->data_" identifier -> field_identifier))) ;) })) (ERROR "pSVar2 = (rd->relocs).\n super__Vector_base<gold::Section_relocs," (assignment_expression "pSVar2 = (rd->relocs).\n super__Vector_base<gold" identifier = (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier)) : : identifier ,) (labeled_statement "_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_start;" statement_identifier (ERROR "::allocator<gold:" : : (binary_expression "allocator<gold" identifier < identifier) :) : (expression_statement "Section_relocs>_>._M_impl.\n _M_start;" (field_expression "Section_relocs>_>._M_impl.\n _M_start" (field_expression "Section_relocs>_>._M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;)) (if_statement "if (pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish) {\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }" if (parenthesized_expression "(pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>.\n _M_impl._M_finish)" ( (ERROR "pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::" (comma_expression "pSVar2 != (rd->relocs).\n super__Vector_base<gold::Section_relocs,_std" (binary_expression "pSVar2 != (rd->relocs).\n super__Vector_base<gold" identifier != (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_relocs" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (field_expression "Section_relocs>_>.\n _M_impl._M_finish" (field_expression "Section_relocs>_>.\n _M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n pGVar3 = parameters->options_;\n while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }\n }" { (expression_statement "pGVar3 = parameters->options_;" (assignment_expression "pGVar3 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (while_statement "while( true ) {\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }\n if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;\n pGVar3 = parameters->options_;\n pSVar2 = pSVar2 + 1;\n }" { (if_statement "if (pGVar3 == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pGVar3 == (General_options *)0x0)" ( (binary_expression "pGVar3 == (General_options *)0x0" identifier == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)) {\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }" if (parenthesized_expression "(((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false))" ( (binary_expression "((pGVar3->relocatable_).value == false) && (pSVar2->is_data_section_allocated != false)" (parenthesized_expression "((pGVar3->relocatable_).value == false)" ( (binary_expression "(pGVar3->relocatable_).value == false" (field_expression "(pGVar3->relocatable_).value" (parenthesized_expression "(pGVar3->relocatable_)" ( (field_expression "pGVar3->relocatable_" identifier -> field_identifier) )) . field_identifier) == false) )) && (parenthesized_expression "(pSVar2->is_data_section_allocated != false)" ( (binary_expression "pSVar2->is_data_section_allocated != false" (field_expression "pSVar2->is_data_section_allocated" identifier -> field_identifier) != false) ))) )) (compound_statement "{\n (**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);\n }" { (expression_statement "(**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4);" (call_expression "(**(code **)(*(long *)pTVar1 + 0x150))\n (pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4)" (parenthesized_expression "(**(code **)(*(long *)pTVar1 + 0x150))" ( (pointer_expression "**(code **)(*(long *)pTVar1 + 0x150)" * (pointer_expression "*(code **)(*(long *)pTVar1 + 0x150)" * (cast_expression "(code **)(*(long *)pTVar1 + 0x150)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)pTVar1 + 0x150)" ( (binary_expression "*(long *)pTVar1 + 0x150" (pointer_expression "*(long *)pTVar1" * (cast_expression "(long *)pTVar1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "(pTVar1,symtab,layout,this,pSVar2->data_shndx,pSVar2->sh_type,\n pSVar2->contents->data_,pSVar2->reloc_count,pSVar2->output_section,\n pSVar2->needs_special_offset_handling,this->local_symbol_count_,pFVar4)" ( identifier , identifier , identifier , identifier , (field_expression "pSVar2->data_shndx" identifier -> field_identifier) , (field_expression "pSVar2->sh_type" identifier -> field_identifier) , (field_expression "pSVar2->contents->data_" (field_expression "pSVar2->contents" identifier -> field_identifier) -> field_identifier) , (field_expression "pSVar2->reloc_count" identifier -> field_identifier) , (field_expression "pSVar2->output_section" identifier -> field_identifier) , (field_expression "pSVar2->needs_special_offset_handling" identifier -> field_identifier) , (field_expression "this->local_symbol_count_" identifier -> field_identifier) , identifier ))) ;) })) (if_statement "if ((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1) break;" if (parenthesized_expression "((rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1)" ( (ERROR "(rd->relocs).\n super__Vector_base<gold::Section_relocs,_std::allocator<gold::" (comma_expression "(rd->relocs).\n super__Vector_base<gold::Section_relocs,_std" (binary_expression "(rd->relocs).\n super__Vector_base<gold" (field_expression "(rd->relocs).\n super__Vector_base" (parenthesized_expression "(rd->relocs)" ( (field_expression "rd->relocs" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Section_relocs" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Section_relocs>_>._M_impl.\n _M_finish == pSVar2 + 1" (field_expression "Section_relocs>_>._M_impl.\n _M_finish" (field_expression "Section_relocs>_>._M_impl" (binary_expression "Section_relocs>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) == (binary_expression "pSVar2 + 1" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pGVar3 = parameters->options_;" (assignment_expression "pGVar3 = parameters->options_" identifier = (field_expression "parameters->options_" identifier -> field_identifier)) ;) (expression_statement "pSVar2 = pSVar2 + 1;" (assignment_expression "pSVar2 = pSVar2 + 1" identifier = (binary_expression "pSVar2 + 1" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" identifier = (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" * (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" ( (binary_expression "PTR_DAT_003be6b0 + 0x18" identifier + number_literal) ))))) ;) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" if (parenthesized_expression "(plVar1 == (long *)0x0)" ( (binary_expression "plVar1 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" { (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target")" identifier (argument_list "("../../gold/parameters.h",0x73,"sized_target")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""sized_target"" " string_content ") ))) ;) })) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" identifier = (subscript_expression "param_4[3]" identifier [ number_literal ])) ;) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" if (parenthesized_expression "(lVar4 != 0)" ( (binary_expression "lVar4 != 0" identifier != number_literal) )) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" { (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" identifier = (pointer_expression "*(long *)(lVar4 + 0x10)" * (cast_expression "(long *)(lVar4 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 0x10)" ( (binary_expression "lVar4 + 0x10" identifier + number_literal) ))))) ;) })) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" if (parenthesized_expression "(*param_4 != param_4[1])" ( (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" * identifier) != (subscript_expression "param_4[1]" identifier [ number_literal ])) )) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" { (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" identifier = (pointer_expression "*param_4" * identifier)) ;) (while_statement "while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" { (if_statement "if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" if (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" ( (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" ( (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" * (cast_expression "(char *)(lVar2 + 0x5051)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + 0x5051)" ( (binary_expression "lVar2 + 0x5051" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" ( (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" * (cast_expression "(char *)(lVar3 + 0x29)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x29)" ( (binary_expression "lVar3 + 0x29" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" { (expression_statement "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x150))" ( (pointer_expression "**(code **)(*plVar1 + 0x150)" * (pointer_expression "*(code **)(*plVar1 + 0x150)" * (cast_expression "(code **)(*plVar1 + 0x150)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x150)" ( (binary_expression "*plVar1 + 0x150" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" ( identifier , identifier , identifier , identifier , (pointer_expression "*(undefined4 *)(lVar3 + 4)" * (cast_expression "(undefined4 *)(lVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 4)" ( (binary_expression "lVar3 + 4" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" * (cast_expression "(undefined4 *)(lVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x10)" ( (binary_expression "lVar3 + 0x10" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" * (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" ( (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" * (cast_expression "(long *)(lVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 8)" ( (binary_expression "lVar3 + 8" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" * (cast_expression "(undefined8 *)(lVar3 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x18)" ( (binary_expression "lVar3 + 0x18" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" * (cast_expression "(undefined8 *)(lVar3 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x20)" ( (binary_expression "lVar3 + 0x20" identifier + number_literal) )))) , (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" * (cast_expression "(undefined1 *)(lVar3 + 0x28)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x28)" ( (binary_expression "lVar3 + 0x28" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_1 + 0x120)" * (cast_expression "(undefined4 *)(param_1 + 0x120)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x120)" ( (binary_expression "param_1 + 0x120" identifier + number_literal) )))) , identifier ))) ;) })) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" if (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" ( (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" identifier [ number_literal ]) == (binary_expression "lVar3 + 0x30" identifier + number_literal)) )) (break_statement "break;" break ;)) (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" identifier = (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" ( (binary_expression "PTR_DAT_003be6b0 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" identifier = (binary_expression "lVar3 + 0x30" identifier + number_literal)) ;) })) })) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (binary_expression IDENT + LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) })) (return_statement return ;) })))
(function_definition "void FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)\n\n{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001f9850(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" (identifier "FUN_001f9850") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,long *param_4)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n long *plVar1;\n long lVar2;\n long lVar3;\n long lVar4;\n \n plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);\n if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }\n lVar4 = param_4[3];\n if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }\n if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (expression_statement "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18);" (assignment_expression "plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18)" (identifier "plVar1") (= "=") (pointer_expression "*(long **)(PTR_DAT_003be6b0 + 0x18)" (* "*") (cast_expression "(long **)(PTR_DAT_003be6b0 + 0x18)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x18)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x18" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (plVar1 == (long *)0x0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" (if "if") (parenthesized_expression "(plVar1 == (long *)0x0)" (( "(") (binary_expression "plVar1 == (long *)0x0" (identifier "plVar1") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");\n }" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/parameters.h",0x73,"sized_target")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x73") (, ",") (string_literal ""sized_target"" (" """) (string_content "sized_target") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar4 = param_4[3];" (assignment_expression "lVar4 = param_4[3]" (identifier "lVar4") (= "=") (subscript_expression "param_4[3]" (identifier "param_4") ([ "[") (number_literal "3") (] "]"))) (; ";")) (if_statement "if (lVar4 != 0) {\n lVar4 = *(long *)(lVar4 + 0x10);\n }" (if "if") (parenthesized_expression "(lVar4 != 0)" (( "(") (binary_expression "lVar4 != 0" (identifier "lVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar4 = *(long *)(lVar4 + 0x10);\n }" ({ "{") (expression_statement "lVar4 = *(long *)(lVar4 + 0x10);" (assignment_expression "lVar4 = *(long *)(lVar4 + 0x10)" (identifier "lVar4") (= "=") (pointer_expression "*(long *)(lVar4 + 0x10)" (* "*") (cast_expression "(long *)(lVar4 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 0x10)" (( "(") (binary_expression "lVar4 + 0x10" (identifier "lVar4") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}"))) (if_statement "if (*param_4 != param_4[1]) {\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" (if "if") (parenthesized_expression "(*param_4 != param_4[1])" (( "(") (binary_expression "*param_4 != param_4[1]" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (!= "!=") (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]"))) () ")")) (compound_statement "{\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = *param_4;\n while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }\n }" ({ "{") (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x10" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar3 = *param_4;" (assignment_expression "lVar3 = *param_4" (identifier "lVar3") (= "=") (pointer_expression "*param_4" (* "*") (identifier "param_4"))) (; ";")) (while_statement "while( true ) {\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }\n if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }\n if (param_4[1] == lVar3 + 0x30) break;\n lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);\n lVar3 = lVar3 + 0x30;\n }" ({ "{") (if_statement "if (lVar2 == 0) {\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0016cdf0("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) {\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" (if "if") (parenthesized_expression "((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0'))" (( "(") (binary_expression "(*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')" (parenthesized_expression "(*(char *)(lVar2 + 0x5051) == '\0')" (( "(") (binary_expression "*(char *)(lVar2 + 0x5051) == '\0'" (pointer_expression "*(char *)(lVar2 + 0x5051)" (* "*") (cast_expression "(char *)(lVar2 + 0x5051)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + 0x5051)" (( "(") (binary_expression "lVar2 + 0x5051" (identifier "lVar2") (+ "+") (number_literal "0x5051")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(*(char *)(lVar3 + 0x29) != '\0')" (( "(") (binary_expression "*(char *)(lVar3 + 0x29) != '\0'" (pointer_expression "*(char *)(lVar3 + 0x29)" (* "*") (cast_expression "(char *)(lVar3 + 0x29)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x29)" (( "(") (binary_expression "lVar3 + 0x29" (identifier "lVar3") (+ "+") (number_literal "0x29")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n (**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);\n }" ({ "{") (expression_statement "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4);" (call_expression "(**(code **)(*plVar1 + 0x150))\n (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (parenthesized_expression "(**(code **)(*plVar1 + 0x150))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x150)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x150)" (* "*") (cast_expression "(code **)(*plVar1 + 0x150)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x150)" (( "(") (binary_expression "*plVar1 + 0x150" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x150")) () ")"))))) () ")")) (argument_list "(plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4),\n *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10),\n *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20),\n *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4)" (( "(") (identifier "plVar1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_1") (, ",") (pointer_expression "*(undefined4 *)(lVar3 + 4)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 4)" (( "(") (binary_expression "lVar3 + 4" (identifier "lVar3") (+ "+") (number_literal "4")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(lVar3 + 0x10)" (* "*") (cast_expression "(undefined4 *)(lVar3 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x10)" (( "(") (binary_expression "lVar3 + 0x10" (identifier "lVar3") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" (* "*") (cast_expression "(undefined8 *)(*(long *)(lVar3 + 8) + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar3 + 8) + 0x10)" (( "(") (binary_expression "*(long *)(lVar3 + 8) + 0x10" (pointer_expression "*(long *)(lVar3 + 8)" (* "*") (cast_expression "(long *)(lVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 8)" (( "(") (binary_expression "lVar3 + 8" (identifier "lVar3") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar3 + 0x18)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x18)" (( "(") (binary_expression "lVar3 + 0x18" (identifier "lVar3") (+ "+") (number_literal "0x18")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(lVar3 + 0x20)" (* "*") (cast_expression "(undefined8 *)(lVar3 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x20)" (( "(") (binary_expression "lVar3 + 0x20" (identifier "lVar3") (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined1 *)(lVar3 + 0x28)" (* "*") (cast_expression "(undefined1 *)(lVar3 + 0x28)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x28)" (( "(") (binary_expression "lVar3 + 0x28" (identifier "lVar3") (+ "+") (number_literal "0x28")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0x120)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x120)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x120)" (( "(") (binary_expression "param_1 + 0x120" (identifier "param_1") (+ "+") (number_literal "0x120")) () ")")))) (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_4[1] == lVar3 + 0x30) break;" (if "if") (parenthesized_expression "(param_4[1] == lVar3 + 0x30)" (( "(") (binary_expression "param_4[1] == lVar3 + 0x30" (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")) (== "==") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10);" (assignment_expression "lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(PTR_DAT_003be6b0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003be6b0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003be6b0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003be6b0 + 0x10" (identifier "PTR_DAT_003be6b0") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "lVar3 = lVar3 + 0x30;" (assignment_expression "lVar3 = lVar3 + 0x30" (identifier "lVar3") (= "=") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void do_gc_process_relocs(Sized_relobj_file<32,_false> * this, Symbol_table * symtab, Layout * layout, Read_relocs_data * rd) */ void __thiscall gold::Sized_relobj_file<32,_false>::do_gc_process_relocs (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Layout *layout, Read_relocs_data *rd) { type_4 *var_1; type_1 var_7; type_2 *var_6; type_3 *var_3; var_1 = parameters->target_; if (var_1 == (type_4 *)0x0) { /* WARNING: Subroutine does not return */ var_2("../../gold/parameters.h",0x73,"sized_target"); } var_3 = rd->local_symbols; if (var_3 != (type_3 *)0x0) { var_3 = (type_3 *)var_3->data_; } var_7 = (rd->relocs). super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>._M_impl. _M_start; if (var_7 != (rd->relocs). super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>. _M_impl._M_finish) { var_6 = parameters->options_; while( true ) { if (var_6 == (type_2 *)0x0) { /* WARNING: Subroutine does not return */ var_2("../../gold/parameters.h",0x5c,"options"); } if (((var_6->relocatable_).value == false) && (var_7->is_data_section_allocated != false)) { (**(type_5 **)(*(long *)var_1 + 0x150)) (var_1,symtab,layout,this,var_7->data_shndx,var_7->sh_type, var_7->contents->data_,var_7->reloc_count,var_7->output_section, var_7->needs_special_offset_handling,this->local_symbol_count_,var_3); } if ((rd->relocs). super__Vector_base<gold::var_4,_std::allocator<gold::var_4>var_5>._M_impl. _M_finish == var_7 + 1) break; var_6 = parameters->options_; var_7 = var_7 + 1; } } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) (return_statement))))
null
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,long *param_4) { long *plVar1; long lVar2; long lVar3; long lVar4; plVar1 = *(long **)(PTR_DAT_003be6b0 + 0x18); if (plVar1 == (long *)0x0) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x73,"sized_target"); } lVar4 = param_4[3]; if (lVar4 != 0) { lVar4 = *(long *)(lVar4 + 0x10); } if (*param_4 != param_4[1]) { lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10); lVar3 = *param_4; while( true ) { if (lVar2 == 0) { /* WARNING: Subroutine does not return */ FUN_0016cdf0("../../gold/parameters.h",0x5c,"options"); } if ((*(char *)(lVar2 + 0x5051) == '\0') && (*(char *)(lVar3 + 0x29) != '\0')) { (**(code **)(*plVar1 + 0x150)) (plVar1,param_2,param_3,param_1,*(undefined4 *)(lVar3 + 4), *(undefined4 *)(lVar3 + 0x10),*(undefined8 *)(*(long *)(lVar3 + 8) + 0x10), *(undefined8 *)(lVar3 + 0x18),*(undefined8 *)(lVar3 + 0x20), *(undefined1 *)(lVar3 + 0x28),*(undefined4 *)(param_1 + 0x120),lVar4); } if (param_4[1] == lVar3 + 0x30) break; lVar2 = *(long *)(PTR_DAT_003be6b0 + 0x10); lVar3 = lVar3 + 0x30; } } return; }
350_sparc64-linux-gnu-objdump_and_sparc64-linux-gnu-objdump_strip.c
print_debugging_info
FUN_0012a690
bfd_boolean print_debugging_info (FILE *f,void *dhandle,bfd *abfd,asymbol **syms, _func_char_ptr_bfd_ptr_char_ptr_int *demangler,bfd_boolean as_tags) { bfd_boolean bVar1; pr_handle info; info.indent = 0; info.stack = (pr_stack *)0x0; info.parameter = 0; info.filename = (char *)0x0; info.f = f; info.abfd = abfd; info.syms = syms; info.demangler = demangler; if (as_tags == 0) { bVar1 = debug_write(dhandle,&pr_fns,&info); return bVar1; } fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f); fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f); fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48, (FILE *)f); fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f); bVar1 = debug_write(dhandle,&tg_fns,&info); return bVar1; }
void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,int param_6) { FILE *local_58; undefined4 local_50; undefined8 local_48; undefined4 local_40; undefined8 local_38; undefined8 local_30; undefined8 local_28; undefined8 local_20; local_50 = 0; local_48 = 0; local_40 = 0; local_38 = 0; local_58 = param_1; local_30 = param_3; local_28 = param_4; local_20 = param_5; if (param_6 == 0) { FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58); return; } fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1); fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1); fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48, param_1); fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1); FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58); return; }
PUSH RBP MOV RBP,RSI PUSH RBX SUB RSP,0x48 MOV qword ptr [RSP],RDI MOV dword ptr [RSP + 0x8],0x0 MOV qword ptr [RSP + 0x10],0x0 MOV dword ptr [RSP + 0x18],0x0 MOV qword ptr [RSP + 0x20],0x0 MOV qword ptr [RSP + 0x28],RDX MOV qword ptr [RSP + 0x30],RCX MOV qword ptr [RSP + 0x38],R8 TEST R9D,R9D JNZ 0x0012a6f0 MOV RDX,RSP MOV RDI,RBP LEA RSI,[0x1549c0] CALL 0x0012e370 ADD RSP,0x48 POP RBX POP RBP RET MOV RBX,RDI MOV RCX,RDI MOV EDX,0x26 MOV ESI,0x1 LEA RDI,[0x145d38] CALL 0x00107780 MOV RCX,RBX MOV EDX,0x2b MOV ESI,0x1 LEA RDI,[0x145d60] CALL 0x00107780 MOV RCX,RBX MOV EDX,0x48 MOV ESI,0x1 LEA RDI,[0x145d90] CALL 0x00107780 MOV RCX,RBX MOV EDX,0x2f MOV ESI,0x1 LEA RDI,[0x145de0] CALL 0x00107780 MOV RDX,RSP MOV RDI,RBP LEA RSI,[0x154860] CALL 0x0012e370 ADD RSP,0x48 POP RBX POP RBP RET
null
null
null
null
[(u'PTRSUB_-1207064343', u'CALL_-1207064615'), ('const-0', u'COPY_-1207064910'), (u'CAST_-1207064422', u'CALL_-1207064735'), (u'CALL_-1207064671', u'INDIRECT_-1207064420'), (u'CALL_-1207064802', u'INDIRECT_-1207064524'), ('const-43', u'CALL_-1207064703'), ('const-1394784', u'PTRSUB_-1207064343'), (u'COPY_-1207064427', u'CALL_-1207064639'), (u'CALL_-1207064802', u'INDIRECT_-1207064500'), (u'CALL_-1207064802', u'COPY_-1207064699'), ('const-1395136', u'PTRSUB_-1207064474'), ('tmp_357', u'CAST_-1207064422'), (u'CALL_-1207064615', u'INDIRECT_-1207064411'), (u'CALL_-1207064639', u'INDIRECT_-1207064430'), ('const-0', u'COPY_-1207064899'), (u'CALL_-1207064802', u'INDIRECT_-1207064506'), ('const-1', u'CALL_-1207064735'), ('const-0', u'COPY_-1207064876'), (u'CAST_-1207064396', u'CALL_-1207064703'), (u'PTRSUB_-1207064474', u'CALL_-1207064802'), (u'CALL_-1207064671', u'INDIRECT_-1207064432'), ('tmp_361', u'COPY_-1207064540'), (u'CALL_-1207064802', u'INDIRECT_-1207064518'), ('tmp_357', u'CAST_-1207064370'), ('const-47', u'CALL_-1207064639'), (u'CALL_-1207064615', u'INDIRECT_-1207064375'), (u'COPY_-1207064453', u'CALL_-1207064671'), (u'CALL_-1207064703', u'INDIRECT_-1207064476'), (u'CALL_-1207064703', u'INDIRECT_-1207064458'), ('tmp_358', u'CALL_-1207064802'), (u'CALL_-1207064615', u'INDIRECT_-1207064405'), (u'CALL_-1207064671', u'INDIRECT_-1207064450'), ('tmp_680', u'PTRSUB_-1207064548'), (u'CALL_-1207064615', u'INDIRECT_-1207064369'), ('tmp_680', u'PTRSUB_-1207064547'), (u'CALL_-1207064735', u'INDIRECT_-1207064466'), ('const-1', u'CALL_-1207064639'), (u'CALL_-1207064639', u'INDIRECT_-1207064424'), ('const-0', u'PTRSUB_-1207064474'), ('const-0', u'COPY_-1207064887'), ('const-0', u'RETURN_-1207064581'), ('const-1334584', u'COPY_-1207064505'), (u'CALL_-1207064615', u'INDIRECT_-1207064399'), ('const-0', u'PTRSUB_-1207064343'), (u'CALL_-1207064735', u'INDIRECT_-1207064490'), (u'CALL_-1207064639', u'INDIRECT_-1207064418'), (u'CALL_-1207064639', u'INDIRECT_-1207064406'), (u'CALL_-1207064615', u'INDIRECT_-1207064381'), ('const-1', u'CALL_-1207064671'), (u'CALL_-1207064703', u'INDIRECT_-1207064482'), (u'COPY_-1207064566', u'RETURN_-1207064581'), ('const-38', u'CALL_-1207064735'), (u'CALL_-1207064802', u'INDIRECT_-1207064542'), ('tmp_357', u'CAST_-1207064396'), (u'CALL_-1207064639', u'INDIRECT_-1207064400'), (u'CALL_-1207064703', u'INDIRECT_-1207064464'), (u'CALL_-1207064735', u'INDIRECT_-1207064496'), (u'COPY_-1207064479', u'CALL_-1207064703'), (u'CALL_-1207064735', u'INDIRECT_-1207064484'), ('const--88', u'PTRSUB_-1207064548'), (u'COPY_-1207064505', u'CALL_-1207064735'), (u'CALL_-1207064703', u'INDIRECT_-1207064440'), ('const-1334752', u'COPY_-1207064427'), ('const-1334624', u'COPY_-1207064479'), ('tmp_359', u'COPY_-1207064542'), (u'COPY_-1207064699', u'RETURN_-1207064768'), (u'CALL_-1207064703', u'INDIRECT_-1207064446'), ('tmp_131', u'CBRANCH_-1207064825'), ('const-1334672', u'COPY_-1207064453'), (u'CALL_-1207064639', u'INDIRECT_-1207064388'), ('const-0', u'RETURN_-1207064768'), (u'CALL_-1207064703', u'INDIRECT_-1207064452'), (u'CALL_-1207064671', u'INDIRECT_-1207064438'), (u'CAST_-1207064370', u'CALL_-1207064671'), ('tmp_357', u'CAST_-1207064344'), (u'CALL_-1207064735', u'INDIRECT_-1207064508'), (u'CALL_-1207064639', u'INDIRECT_-1207064412'), (u'CALL_-1207064703', u'INDIRECT_-1207064470'), (u'INT_EQUAL_-1207064828', u'CBRANCH_-1207064825'), (u'CAST_-1207064344', u'CALL_-1207064639'), (u'CALL_-1207064639', u'INDIRECT_-1207064394'), (u'CALL_-1207064735', u'INDIRECT_-1207064472'), ('tmp_362', u'INT_EQUAL_-1207064828'), (u'CALL_-1207064671', u'INDIRECT_-1207064456'), (u'CALL_-1207064671', u'INDIRECT_-1207064444'), ('const-0', u'INT_EQUAL_-1207064828'), (u'PTRSUB_-1207064547', u'CALL_-1207064615'), (u'CALL_-1207064615', u'INDIRECT_-1207064393'), (u'CALL_-1207064802', u'INDIRECT_-1207064530'), (u'PTRSUB_-1207064548', u'CALL_-1207064802'), (u'CALL_-1207064735', u'INDIRECT_-1207064478'), ('const-72', u'CALL_-1207064671'), (u'CALL_-1207064671', u'INDIRECT_-1207064426'), ('const--88', u'PTRSUB_-1207064547'), (u'CALL_-1207064615', u'INDIRECT_-1207064387'), (u'CALL_-1207064735', u'INDIRECT_-1207064502'), (u'CALL_-1207064615', u'COPY_-1207064566'), (u'CALL_-1207064802', u'INDIRECT_-1207064512'), ('tmp_358', u'CALL_-1207064615'), (u'CALL_-1207064802', u'INDIRECT_-1207064536'), ('tmp_360', u'COPY_-1207064541'), (u'CALL_-1207064671', u'INDIRECT_-1207064414'), ('const-1', u'CALL_-1207064703'), ('tmp_357', u'COPY_-1207064543')]
[(u'CALL_-1207064703', u'INDIRECT_-1207064478'), ('const-0', u'COPY_-1207064887'), (u'CALL_-1207064671', u'INDIRECT_-1207064440'), (u'CALL_-1207064615', u'INDIRECT_-1207064413'), ('const-1334752', u'COPY_-1207064435'), (u'CALL_-1207064615', u'INDIRECT_-1207064407'), (u'CALL_-1207064639', u'INDIRECT_-1207064408'), (u'CALL_-1207064671', u'INDIRECT_-1207064464'), (u'CALL_-1207064735', u'INDIRECT_-1207064492'), ('tmp_671', u'CALL_-1207064703'), (u'CALL_-1207064639', u'INDIRECT_-1207064414'), (u'CALL_-1207064802', u'INDIRECT_-1207064538'), (u'CALL_-1207064703', u'INDIRECT_-1207064490'), (u'CALL_-1207064703', u'INDIRECT_-1207064454'), ('const-0', u'COPY_-1207064876'), ('const-1394784', u'PTRSUB_-1207064351'), ('const-47', u'CALL_-1207064639'), (u'CALL_-1207064639', u'INDIRECT_-1207064438'), ('const-1395136', u'PTRSUB_-1207064482'), ('tmp_671', u'CALL_-1207064671'), (u'COPY_-1207064435', u'CALL_-1207064639'), ('const-38', u'CALL_-1207064735'), ('const-43', u'CALL_-1207064703'), (u'CALL_-1207064615', u'INDIRECT_-1207064383'), ('const-0', u'PTRSUB_-1207064351'), (u'CALL_-1207064703', u'INDIRECT_-1207064460'), ('tmp_668', u'PTRSUB_-1207064556'), ('tmp_671', u'COPY_-1207064551'), ('tmp_674', u'COPY_-1207064548'), (u'CALL_-1207064735', u'INDIRECT_-1207064498'), ('const-0', u'COPY_-1207064899'), (u'CALL_-1207064802', u'INDIRECT_-1207064508'), (u'CALL_-1207064615', u'INDIRECT_-1207064401'), (u'CALL_-1207064639', u'INDIRECT_-1207064396'), ('const-0', u'RETURN_-1207064581'), ('tmp_671', u'CALL_-1207064639'), ('const--88', u'PTRSUB_-1207064556'), (u'CALL_-1207064615', u'INDIRECT_-1207064377'), (u'CALL_-1207064802', u'INDIRECT_-1207064532'), (u'CALL_-1207064735', u'INDIRECT_-1207064504'), (u'CALL_-1207064703', u'INDIRECT_-1207064466'), (u'CALL_-1207064735', u'INDIRECT_-1207064516'), ('tmp_669', u'CALL_-1207064802'), ('const-72', u'CALL_-1207064671'), (u'CALL_-1207064802', u'INDIRECT_-1207064526'), (u'CALL_-1207064802', u'INDIRECT_-1207064544'), ('const-1', u'CALL_-1207064735'), ('const-1', u'CALL_-1207064703'), ('tmp_669', u'CALL_-1207064615'), (u'CALL_-1207064615', u'INDIRECT_-1207064419'), (u'CALL_-1207064703', u'INDIRECT_-1207064484'), (u'PTRSUB_-1207064555', u'CALL_-1207064802'), (u'COPY_-1207064487', u'CALL_-1207064703'), ('const-1334672', u'COPY_-1207064461'), (u'CALL_-1207064802', u'INDIRECT_-1207064550'), (u'CALL_-1207064639', u'INDIRECT_-1207064426'), ('tmp_672', u'COPY_-1207064550'), (u'CALL_-1207064802', u'INDIRECT_-1207064514'), (u'CALL_-1207064671', u'INDIRECT_-1207064428'), ('const-1334584', u'COPY_-1207064513'), (u'CALL_-1207064671', u'INDIRECT_-1207064434'), (u'PTRSUB_-1207064351', u'CALL_-1207064615'), (u'CALL_-1207064735', u'INDIRECT_-1207064480'), (u'CALL_-1207064671', u'INDIRECT_-1207064422'), ('tmp_131', u'CBRANCH_-1207064825'), (u'CALL_-1207064639', u'INDIRECT_-1207064432'), (u'COPY_-1207064513', u'CALL_-1207064735'), ('const-0', u'RETURN_-1207064768'), ('const-1334624', u'COPY_-1207064487'), (u'CALL_-1207064735', u'INDIRECT_-1207064474'), ('tmp_671', u'CALL_-1207064735'), (u'INT_EQUAL_-1207064828', u'CBRANCH_-1207064825'), (u'CALL_-1207064671', u'INDIRECT_-1207064458'), ('const-1', u'CALL_-1207064639'), (u'CALL_-1207064735', u'INDIRECT_-1207064510'), ('const--88', u'PTRSUB_-1207064555'), (u'CALL_-1207064615', u'INDIRECT_-1207064389'), (u'CALL_-1207064802', u'INDIRECT_-1207064520'), (u'CALL_-1207064703', u'INDIRECT_-1207064472'), ('const-0', u'INT_EQUAL_-1207064828'), ('tmp_673', u'COPY_-1207064549'), ('tmp_675', u'INT_EQUAL_-1207064828'), (u'CALL_-1207064671', u'INDIRECT_-1207064452'), (u'CALL_-1207064639', u'INDIRECT_-1207064420'), ('const-0', u'COPY_-1207064910'), ('const-0', u'PTRSUB_-1207064482'), (u'CALL_-1207064735', u'INDIRECT_-1207064486'), (u'PTRSUB_-1207064556', u'CALL_-1207064615'), (u'PTRSUB_-1207064482', u'CALL_-1207064802'), (u'CALL_-1207064703', u'INDIRECT_-1207064448'), ('const-1', u'CALL_-1207064671'), (u'CALL_-1207064615', u'INDIRECT_-1207064395'), ('tmp_668', u'PTRSUB_-1207064555'), (u'CALL_-1207064671', u'INDIRECT_-1207064446'), (u'COPY_-1207064461', u'CALL_-1207064671'), (u'CALL_-1207064639', u'INDIRECT_-1207064402')]
null
null
0012a690
x64
O2
(translation_unit "void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)\n\n{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}\n\n" (function_definition "void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)\n\n{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" primitive_type (function_declarator "FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" identifier (parameter_list "(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" { (declaration "FILE *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined4 local_40;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "local_58 = param_1;" (assignment_expression "local_58 = param_1" identifier = identifier) ;) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" identifier = identifier) ;) (expression_statement "local_28 = param_4;" (assignment_expression "local_28 = param_4" identifier = identifier) ;) (expression_statement "local_20 = param_5;" (assignment_expression "local_20 = param_5" identifier = identifier) ;) (if_statement "if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" { (expression_statement "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58)" identifier (argument_list "(param_2,&PTR_FUN_001549c0,&local_58)" ( identifier , (pointer_expression "&PTR_FUN_001549c0" & identifier) , (pointer_expression "&local_58" & identifier) ))) ;) (return_statement "return;" return ;) })) (expression_statement "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);" (call_expression "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" identifier (argument_list "("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" ( (string_literal ""!_TAG_FILE_FORMAT\t2\t/extended format/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);" (call_expression "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" identifier (argument_list "("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" ( (string_literal ""!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1);" (call_expression "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1)" identifier (argument_list "("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n param_1)" ( (string_literal ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);" (call_expression "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" identifier (argument_list "("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" ( (string_literal ""!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58)" identifier (argument_list "(param_2,&PTR_FUN_00154860,&local_58)" ( identifier , (pointer_expression "&PTR_FUN_00154860" & identifier) , (pointer_expression "&local_58" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit "bfd_boolean\nprint_debugging_info\n (FILE *f,void *dhandle,bfd *abfd,asymbol **syms,\n _func_char_ptr_bfd_ptr_char_ptr_int *demangler,bfd_boolean as_tags)\n\n{\n bfd_boolean bVar1;\n pr_handle info;\n \n info.indent = 0;\n info.stack = (pr_stack *)0x0;\n info.parameter = 0;\n info.filename = (char *)0x0;\n info.f = f;\n info.abfd = abfd;\n info.syms = syms;\n info.demangler = demangler;\n if (as_tags == 0) {\n bVar1 = debug_write(dhandle,&pr_fns,&info);\n return bVar1;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f);\n bVar1 = debug_write(dhandle,&tg_fns,&info);\n return bVar1;\n}\n\n" (function_definition "bfd_boolean\nprint_debugging_info\n (FILE *f,void *dhandle,bfd *abfd,asymbol **syms,\n _func_char_ptr_bfd_ptr_char_ptr_int *demangler,bfd_boolean as_tags)\n\n{\n bfd_boolean bVar1;\n pr_handle info;\n \n info.indent = 0;\n info.stack = (pr_stack *)0x0;\n info.parameter = 0;\n info.filename = (char *)0x0;\n info.f = f;\n info.abfd = abfd;\n info.syms = syms;\n info.demangler = demangler;\n if (as_tags == 0) {\n bVar1 = debug_write(dhandle,&pr_fns,&info);\n return bVar1;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f);\n bVar1 = debug_write(dhandle,&tg_fns,&info);\n return bVar1;\n}" type_identifier (function_declarator "print_debugging_info\n (FILE *f,void *dhandle,bfd *abfd,asymbol **syms,\n _func_char_ptr_bfd_ptr_char_ptr_int *demangler,bfd_boolean as_tags)" identifier (parameter_list "(FILE *f,void *dhandle,bfd *abfd,asymbol **syms,\n _func_char_ptr_bfd_ptr_char_ptr_int *demangler,bfd_boolean as_tags)" ( (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) , (parameter_declaration "void *dhandle" primitive_type (pointer_declarator "*dhandle" * identifier)) , (parameter_declaration "bfd *abfd" type_identifier (pointer_declarator "*abfd" * identifier)) , (parameter_declaration "asymbol **syms" type_identifier (pointer_declarator "**syms" * (pointer_declarator "*syms" * identifier))) , (parameter_declaration "_func_char_ptr_bfd_ptr_char_ptr_int *demangler" type_identifier (pointer_declarator "*demangler" * identifier)) , (parameter_declaration "bfd_boolean as_tags" type_identifier identifier) ))) (compound_statement "{\n bfd_boolean bVar1;\n pr_handle info;\n \n info.indent = 0;\n info.stack = (pr_stack *)0x0;\n info.parameter = 0;\n info.filename = (char *)0x0;\n info.f = f;\n info.abfd = abfd;\n info.syms = syms;\n info.demangler = demangler;\n if (as_tags == 0) {\n bVar1 = debug_write(dhandle,&pr_fns,&info);\n return bVar1;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f);\n bVar1 = debug_write(dhandle,&tg_fns,&info);\n return bVar1;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "pr_handle info;" type_identifier identifier ;) (expression_statement "info.indent = 0;" (assignment_expression "info.indent = 0" (field_expression "info.indent" identifier . field_identifier) = number_literal) ;) (expression_statement "info.stack = (pr_stack *)0x0;" (assignment_expression "info.stack = (pr_stack *)0x0" (field_expression "info.stack" identifier . field_identifier) = (cast_expression "(pr_stack *)0x0" ( (type_descriptor "pr_stack *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "info.parameter = 0;" (assignment_expression "info.parameter = 0" (field_expression "info.parameter" identifier . field_identifier) = number_literal) ;) (expression_statement "info.filename = (char *)0x0;" (assignment_expression "info.filename = (char *)0x0" (field_expression "info.filename" identifier . field_identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "info.f = f;" (assignment_expression "info.f = f" (field_expression "info.f" identifier . field_identifier) = identifier) ;) (expression_statement "info.abfd = abfd;" (assignment_expression "info.abfd = abfd" (field_expression "info.abfd" identifier . field_identifier) = identifier) ;) (expression_statement "info.syms = syms;" (assignment_expression "info.syms = syms" (field_expression "info.syms" identifier . field_identifier) = identifier) ;) (expression_statement "info.demangler = demangler;" (assignment_expression "info.demangler = demangler" (field_expression "info.demangler" identifier . field_identifier) = identifier) ;) (if_statement "if (as_tags == 0) {\n bVar1 = debug_write(dhandle,&pr_fns,&info);\n return bVar1;\n }" if (parenthesized_expression "(as_tags == 0)" ( (binary_expression "as_tags == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = debug_write(dhandle,&pr_fns,&info);\n return bVar1;\n }" { (expression_statement "bVar1 = debug_write(dhandle,&pr_fns,&info);" (assignment_expression "bVar1 = debug_write(dhandle,&pr_fns,&info)" identifier = (call_expression "debug_write(dhandle,&pr_fns,&info)" identifier (argument_list "(dhandle,&pr_fns,&info)" ( identifier , (pointer_expression "&pr_fns" & identifier) , (pointer_expression "&info" & identifier) )))) ;) (return_statement "return bVar1;" return identifier ;) })) (expression_statement "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f);" (call_expression "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f)" identifier (argument_list "("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(FILE *)f)" ( (string_literal ""!_TAG_FILE_FORMAT\t2\t/extended format/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f);" (call_expression "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f)" identifier (argument_list "("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(FILE *)f)" ( (string_literal ""!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f);" (call_expression "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f)" identifier (argument_list "("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48,\n (FILE *)f)" ( (string_literal ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f);" (call_expression "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f)" identifier (argument_list "("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(FILE *)f)" ( (string_literal ""!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "bVar1 = debug_write(dhandle,&tg_fns,&info);" (assignment_expression "bVar1 = debug_write(dhandle,&tg_fns,&info)" identifier = (call_expression "debug_write(dhandle,&tg_fns,&info)" identifier (argument_list "(dhandle,&tg_fns,&info)" ( identifier , (pointer_expression "&tg_fns" & identifier) , (pointer_expression "&info" & identifier) )))) ;) (return_statement "return bVar1;" return identifier ;) })))
(translation_unit "void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)\n\n{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}\n\n" (function_definition "void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)\n\n{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" primitive_type (function_declarator "FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" identifier (parameter_list "(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" { (declaration "FILE *local_58;" type_identifier (pointer_declarator "*local_58" * identifier) ;) (declaration "undefined4 local_50;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined4 local_40;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" identifier = number_literal) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" identifier = number_literal) ;) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "local_58 = param_1;" (assignment_expression "local_58 = param_1" identifier = identifier) ;) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" identifier = identifier) ;) (expression_statement "local_28 = param_4;" (assignment_expression "local_28 = param_4" identifier = identifier) ;) (expression_statement "local_20 = param_5;" (assignment_expression "local_20 = param_5" identifier = identifier) ;) (if_statement "if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" { (expression_statement "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58)" identifier (argument_list "(param_2,&PTR_FUN_001549c0,&local_58)" ( identifier , (pointer_expression "&PTR_FUN_001549c0" & identifier) , (pointer_expression "&local_58" & identifier) ))) ;) (return_statement "return;" return ;) })) (expression_statement "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);" (call_expression "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" identifier (argument_list "("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" ( (string_literal ""!_TAG_FILE_FORMAT\t2\t/extended format/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);" (call_expression "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" identifier (argument_list "("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" ( (string_literal ""!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);" (call_expression "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1)" identifier (argument_list "("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1)" ( (concatenated_string ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1" (string_literal ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t" " string_content escape_sequence string_content escape_sequence ") identifier) ))) ;) (expression_statement "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);" (call_expression "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" identifier (argument_list "("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" ( (string_literal ""!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal , number_literal , identifier ))) ;) (expression_statement "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58)" identifier (argument_list "(param_2,&PTR_FUN_00154860,&local_58)" ( identifier , (pointer_expression "&PTR_FUN_00154860" & identifier) , (pointer_expression "&local_58" & identifier) ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (concatenated_string (string_literal " string_content escape_sequence string_content escape_sequence ") IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT , LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)\n\n{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0012a690(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" (identifier "FUN_0012a690") (parameter_list "(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,int param_6)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "int param_6" (primitive_type "int") (identifier "param_6")) () ")"))) (compound_statement "{\n FILE *local_58;\n undefined4 local_50;\n undefined8 local_48;\n undefined4 local_40;\n undefined8 local_38;\n undefined8 local_30;\n undefined8 local_28;\n undefined8 local_20;\n \n local_50 = 0;\n local_48 = 0;\n local_40 = 0;\n local_38 = 0;\n local_58 = param_1;\n local_30 = param_3;\n local_28 = param_4;\n local_20 = param_5;\n if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }\n fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);\n fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);\n fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);\n fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);\n FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);\n return;\n}" ({ "{") (declaration "FILE *local_58;" (type_identifier "FILE") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "undefined4 local_50;" (type_identifier "undefined4") (identifier "local_50") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined4 local_40;" (type_identifier "undefined4") (identifier "local_40") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "local_50 = 0;" (assignment_expression "local_50 = 0" (identifier "local_50") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40 = 0;" (assignment_expression "local_40 = 0" (identifier "local_40") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" (identifier "local_38") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = param_1;" (assignment_expression "local_58 = param_1" (identifier "local_58") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_30 = param_3;" (assignment_expression "local_30 = param_3" (identifier "local_30") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_28 = param_4;" (assignment_expression "local_28 = param_4" (identifier "local_28") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_20 = param_5;" (assignment_expression "local_20 = param_5" (identifier "local_20") (= "=") (identifier "param_5")) (; ";")) (if_statement "if (param_6 == 0) {\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);\n return;\n }" ({ "{") (expression_statement "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58)" (identifier "FUN_0012e370") (argument_list "(param_2,&PTR_FUN_001549c0,&local_58)" (( "(") (identifier "param_2") (, ",") (pointer_expression "&PTR_FUN_001549c0" (& "&") (identifier "PTR_FUN_001549c0")) (, ",") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1);" (call_expression "fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" (identifier "fwrite") (argument_list "("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1)" (( "(") (string_literal ""!_TAG_FILE_FORMAT\t2\t/extended format/\n"" (" """) (string_content "!_TAG_FILE_FORMAT") (escape_sequence "\t") (string_content "2") (escape_sequence "\t") (string_content "/extended format/") (escape_sequence "\n") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0x26") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1);" (call_expression "fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" (identifier "fwrite") (argument_list "("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1)" (( "(") (string_literal ""!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n"" (" """) (string_content "!_TAG_FILE_SORTED") (escape_sequence "\t") (string_content "0") (escape_sequence "\t") (string_content "/0=unsorted, 1=sorted/") (escape_sequence "\n") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0x2b") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1);" (call_expression "fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1)" (identifier "fwrite") (argument_list "("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1)" (( "(") (concatenated_string ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t\n param_1" (string_literal ""!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t" (" """) (string_content "!_TAG_PROGRAM_AUTHOR") (escape_sequence "\t") (string_content "Ian Lance Taylor, Salvador E. Tropea and others") (escape_sequence "\t") (" "")) (identifier "param_1")) () ")"))) (; ";")) (expression_statement "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1);" (call_expression "fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" (identifier "fwrite") (argument_list "("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1)" (( "(") (string_literal ""!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n"" (" """) (string_content "!_TAG_PROGRAM_NAME") (escape_sequence "\t") (string_content "objdump") (escape_sequence "\t") (string_content "/From GNU binutils/") (escape_sequence "\n") (" """)) (, ",") (number_literal "1") (, ",") (number_literal "0x2f") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58);" (call_expression "FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58)" (identifier "FUN_0012e370") (argument_list "(param_2,&PTR_FUN_00154860,&local_58)" (( "(") (identifier "param_2") (, ",") (pointer_expression "&PTR_FUN_00154860" (& "&") (identifier "PTR_FUN_00154860")) (, ",") (pointer_expression "&local_58" (& "&") (identifier "local_58")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
type_1 function_1 (type_2 *f,void *dhandle,type_3 *abfd,type_4 **syms, type_5 *demangler,type_1 var_1) { type_1 bVar1; type_6 info; info.indent = 0; info.stack = (type_7 *)0x0; info.parameter = 0; info.filename = (char *)0x0; info.f = f; info.abfd = abfd; info.syms = syms; info.demangler = demangler; if (var_1 == 0) { bVar1 = var_2(dhandle,&pr_fns,&info); return bVar1; } var_3("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,(type_2 *)f); var_3("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,(type_2 *)f); var_3("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48, (type_2 *)f); var_3("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,(type_2 *)f); bVar1 = var_2(dhandle,&tg_fns,&info); return bVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (concatenated_string (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (MISSING """)) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal) (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (return_statement))))
null
void MASKED(FILE *param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4, undefined8 param_5,int param_6) { FILE *local_58; undefined4 local_50; undefined8 local_48; undefined4 local_40; undefined8 local_38; undefined8 local_30; undefined8 local_28; undefined8 local_20; local_50 = 0; local_48 = 0; local_40 = 0; local_38 = 0; local_58 = param_1; local_30 = param_3; local_28 = param_4; local_20 = param_5; if (param_6 == 0) { FUN_0012e370(param_2,&PTR_FUN_001549c0,&local_58); return; } fwrite("!_TAG_FILE_FORMAT\t2\t/extended format/\n",1,0x26,param_1); fwrite("!_TAG_FILE_SORTED\t0\t/0=unsorted, 1=sorted/\n",1,0x2b,param_1); fwrite("!_TAG_PROGRAM_AUTHOR\tIan Lance Taylor, Salvador E. Tropea and others\t//\n",1,0x48, param_1); fwrite("!_TAG_PROGRAM_NAME\tobjdump\t/From GNU binutils/\n",1,0x2f,param_1); FUN_0012e370(param_2,&PTR_FUN_00154860,&local_58); return; }
9131_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
time_get
FUN_00349d30
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::time_get(unsigned long) */ void __thiscall std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::time_get (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1) { *(uint *)(this + 8) = (uint)(param_1 != 0); *(undefined ***)this = &PTR__time_get_004b5178; return; }
void FUN_00349d30(undefined8 *param_1,long param_2) { *(uint *)(param_1 + 1) = (uint)(param_2 != 0); *param_1 = &PTR_FUN_004b5178; return; }
XOR EAX,EAX TEST RSI,RSI SETNZ AL MOV dword ptr [RDI + 0x8],EAX LEA RAX,[0x4b5168] ADD RAX,0x10 MOV qword ptr [RDI],RAX RET
null
null
null
null
[('tmp_105', u'CAST_-1205101121'), ('const-8', u'PTRADD_-1205101170'), ('const-433', u'STORE_-1205101230'), ('tmp_106', u'INT_NOTEQUAL_-1205101236'), (u'PTRADD_-1205101170', u'CAST_-1205101136'), ('const-0', u'PTRSUB_-1205101121'), ('tmp_105', u'PTRADD_-1205101170'), (u'INT_ZEXT_-1205101190', u'STORE_-1205101230'), ('const-1', u'PTRADD_-1205101170'), ('const-4936056', u'PTRSUB_-1205101121'), ('const-0', u'RETURN_-1205101191'), (u'CAST_-1205101136', u'STORE_-1205101230'), (u'INT_NOTEQUAL_-1205101236', u'INT_ZEXT_-1205101190'), ('const-433', u'STORE_-1205101204'), (u'CAST_-1205101121', u'STORE_-1205101204'), (u'PTRSUB_-1205101121', u'STORE_-1205101204'), ('const-0', u'INT_NOTEQUAL_-1205101236')]
[('const-8', u'PTRADD_-1205101135'), ('tmp_136', u'INT_NOTEQUAL_-1205101236'), (u'PTRADD_-1205101135', u'CAST_-1205101135'), ('const-4936056', u'PTRSUB_-1205101121'), (u'INT_ZEXT_-1205101190', u'STORE_-1205101230'), ('tmp_137', u'PTRADD_-1205101135'), ('tmp_137', u'STORE_-1205101204'), ('const-0', u'RETURN_-1205101191'), ('const-1', u'PTRADD_-1205101135'), ('const-433', u'STORE_-1205101230'), (u'INT_NOTEQUAL_-1205101236', u'INT_ZEXT_-1205101190'), (u'CAST_-1205101135', u'STORE_-1205101230'), ('const-433', u'STORE_-1205101204'), (u'PTRSUB_-1205101121', u'STORE_-1205101204'), ('const-0', u'PTRSUB_-1205101121'), ('const-0', u'INT_NOTEQUAL_-1205101236')]
null
null
00349d30
x64
O2
(translation_unit "void FUN_00349d30(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}\n\n" (function_definition "void FUN_00349d30(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" primitive_type (function_declarator "FUN_00349d30(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_004b5178;" (assignment_expression "*param_1 = &PTR_FUN_004b5178" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b5178" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::time_get(unsigned\n long) */\n\nvoid __thiscall\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::time_get\n (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);\n *(undefined ***)this = &PTR__time_get_004b5178;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::time_get\n (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1)\n\n{\n *(uint *)(this + 8) = (uint)(param_1 != 0);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "std::char_traits<char>>>::time_get\n (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1)\n\n{" identifier : : identifier < primitive_type >> > : : (function_declarator "time_get\n (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1)" identifier (parameter_list "(time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *this,ulong param_1)" ( (parameter_declaration "time_get" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "std::istreambuf_iterator" type_identifier (ERROR "::" : :) identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "std::char_traits<char>>> *this" type_identifier (ERROR "::char_traits<char>>>" : : identifier < primitive_type >> >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "ulong param_1" type_identifier identifier) ))) {) (init_declarator "*(uint *)(this + 8) = (uint)(param_1 != 0)" (pointer_declarator "*(uint *)(this + 8)" * (function_declarator "(uint *)(this + 8)" (parenthesized_declarator "(uint *)" ( identifier (ERROR "*" *) )) (parameter_list "(this + 8)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 8" + number_literal) )))) = (call_expression "(uint)(param_1 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_1 != 0)" ( (binary_expression "param_1 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__time_get_004b5178;" (assignment_expression "*(undefined ***)this = &PTR__time_get_004b5178" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__time_get_004b5178" & identifier)) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_00349d30(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}\n\n" (function_definition "void FUN_00349d30(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" primitive_type (function_declarator "FUN_00349d30(undefined8 *param_1,long param_2)" identifier (parameter_list "(undefined8 *param_1,long param_2)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" { (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" * (cast_expression "(uint *)(param_1 + 1)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_004b5178;" (assignment_expression "*param_1 = &PTR_FUN_004b5178" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004b5178" & identifier)) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
(function_definition "void FUN_00349d30(undefined8 *param_1,long param_2)\n\n{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00349d30(undefined8 *param_1,long param_2)" (identifier "FUN_00349d30") (parameter_list "(undefined8 *param_1,long param_2)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n *(uint *)(param_1 + 1) = (uint)(param_2 != 0);\n *param_1 = &PTR_FUN_004b5178;\n return;\n}" ({ "{") (expression_statement "*(uint *)(param_1 + 1) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(param_1 + 1) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(param_1 + 1)" (* "*") (cast_expression "(uint *)(param_1 + 1)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")")))) (= "=") (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004b5178;" (assignment_expression "*param_1 = &PTR_FUN_004b5178" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004b5178" (& "&") (identifier "PTR_FUN_004b5178"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> > >::time_get(unsigned long) */ void __thiscall std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::time_get (time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>> *type_1,ulong var_1) { *(function_1 *)(type_1 + 8) = (function_1)(var_1 != 0); *(type_2 ***)type_1 = &PTR__time_get_004b5178; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement))))
null
void MASKED(undefined8 *param_1,long param_2) { *(uint *)(param_1 + 1) = (uint)(param_2 != 0); *param_1 = &PTR_FUN_004b5178; return; }
2237_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
~Struct_no_shared
FUN_00190b70
/* DWARF original prototype: void ~Struct_no_shared(Struct_no_shared * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_shared::~Struct_no_shared(Struct_no_shared *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x60); return; }
void FUN_00190b70(undefined8 *param_1) { *param_1 = &PTR_FUN_00650f10; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x60); return; }
LEA RAX,[0x650f10] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x00190b90 CALL 0x0049e330 MOV RDI,RBX MOV ESI,0x60 POP RBX JMP 0x0049e320
null
null
null
null
[(u'PTRSUB_-1207563245', u'PTRSUB_-1207563241'), ('const-0', u'RETURN_-1207563324'), ('const-0', u'PTRSUB_-1207563241'), ('const-0', u'PTRSUB_-1207563251'), (u'PTRSUB_-1207563236', u'PTRSUB_-1207563233'), ('const-0', u'PTRSUB_-1207563245'), (u'PTRSUB_-1207563251', u'CAST_-1207563241'), ('tmp_93', u'PTRSUB_-1207563246'), (u'PTRSUB_-1207563241', u'PTRSUB_-1207563238'), ('const-96', u'CALL_-1207563328'), ('const-16', u'PTRSUB_-1207563233'), (u'PTRSUB_-1207563240', u'PTRSUB_-1207563236'), ('tmp_93', u'PTRSUB_-1207563250'), ('const-0', u'PTRSUB_-1207563236'), ('const-0', u'PTRSUB_-1207563250'), (u'CAST_-1207563229', u'INT_NOTEQUAL_-1207563357'), (u'LOAD_-1207563384', u'CAST_-1207563229'), ('const-6622992', u'PTRSUB_-1207563251'), (u'PTRSUB_-1207563250', u'PTRSUB_-1207563245'), (u'LOAD_-1207563384', u'CALL_-1207563349'), (u'CAST_-1207563241', u'STORE_-1207563388'), ('const-433', u'LOAD_-1207563384'), ('tmp_58', u'CBRANCH_-1207563356'), ('const-0', u'PTRSUB_-1207563238'), (u'INT_NOTEQUAL_-1207563357', u'CBRANCH_-1207563356'), (u'PTRSUB_-1207563246', u'PTRSUB_-1207563245'), (u'PTRSUB_-1207563245', u'STORE_-1207563388'), (u'PTRSUB_-1207563238', u'LOAD_-1207563384'), ('const-8', u'PTRSUB_-1207563246'), ('const-8', u'PTRSUB_-1207563240'), ('tmp_93', u'CALL_-1207563328'), (u'PTRSUB_-1207563233', u'INT_NOTEQUAL_-1207563357'), ('tmp_93', u'PTRSUB_-1207563240'), ('const-433', u'STORE_-1207563388'), ('const-0', u'PTRSUB_-1207563245')]
[('const-433', u'LOAD_-1207563384'), ('const-0', u'PTRSUB_-1207563252'), ('tmp_194', u'PTRADD_-1207563244'), (u'PTRSUB_-1207563252', u'STORE_-1207563388'), ('const-96', u'CALL_-1207563328'), ('tmp_194', u'PTRADD_-1207563249'), (u'CAST_-1207563248', u'INT_NOTEQUAL_-1207563357'), ('tmp_58', u'CBRANCH_-1207563356'), ('const-0', u'RETURN_-1207563324'), ('const-3', u'PTRADD_-1207563244'), (u'INT_NOTEQUAL_-1207563357', u'CBRANCH_-1207563356'), ('tmp_194', u'CALL_-1207563328'), ('const-433', u'STORE_-1207563388'), ('const-8', u'PTRADD_-1207563249'), ('const-6622992', u'PTRSUB_-1207563252'), ('tmp_194', u'STORE_-1207563388'), ('const-1', u'PTRADD_-1207563249'), ('const-8', u'PTRADD_-1207563244'), (u'PTRADD_-1207563249', u'LOAD_-1207563384'), (u'LOAD_-1207563384', u'CAST_-1207563248'), (u'PTRADD_-1207563244', u'INT_NOTEQUAL_-1207563357')]
null
null
00190b70
x64
O2
(translation_unit "void FUN_00190b70(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00190b70(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00190b70(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00650f10;" (assignment_expression "*param_1 = &PTR_FUN_00650f10" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00650f10" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_no_shared(Struct_no_shared * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_shared::~Struct_no_shared(Struct_no_shared *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_no_shared::~Struct_no_shared(Struct_no_shared *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_no_shared::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_no_shared(Struct_no_shared *this,int __in_chrg)" identifier (parameter_list "(Struct_no_shared *this,int __in_chrg)" ( (parameter_declaration "Struct_no_shared *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x60);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00650f10" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00650f10" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00650f10" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x60);" (call_expression "operator_delete(this,0x60)" identifier (argument_list "(this,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_00190b70(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}\n\n" (function_definition "void FUN_00190b70(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" primitive_type (function_declarator "FUN_00190b70(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00650f10;" (assignment_expression "*param_1 = &PTR_FUN_00650f10" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00650f10" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_0049e330();\n }" { (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" identifier (argument_list "(param_1,0x60)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00190b70(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00190b70(undefined8 *param_1)" (identifier "FUN_00190b70") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00650f10;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }\n thunk_FUN_0049e330(param_1,0x60);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00650f10;" (assignment_expression "*param_1 = &PTR_FUN_00650f10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00650f10" (& "&") (identifier "PTR_FUN_00650f10"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_0049e330();\n }" ({ "{") (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_0049e330(param_1,0x60);" (call_expression "thunk_FUN_0049e330(param_1,0x60)" (identifier "thunk_FUN_0049e330") (argument_list "(param_1,0x60)" (( "(") (identifier "param_1") (, ",") (number_literal "0x60") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_no_shared(Struct_no_shared * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00650f10; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x60); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00650f10; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_0049e330(); } thunk_FUN_0049e330(param_1,0x60); return; }
4729_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c
add_global_plt
FUN_002129e0
/* DWARF original prototype: bool add_global_plt(Output_data_got<64,_true> * this, Symbol * gsym, uint got_type) */ bool __thiscall gold::Output_data_got<64,_true>::add_global_plt (Output_data_got<64,_true> *this,Symbol *gsym,uint got_type) { uint uVar1; Got_entry got_entry; Got_entry got_entry_00; uint uVar2; Got_offset_list *pGVar3; Got_offset_list *pGVar4; undefined4 uStack_3c; pGVar4 = &gsym->got_offsets_; if (pGVar4 == (Got_offset_list *)0x0) { got_entry_00._12_4_ = uStack_3c; got_entry_00._8_4_ = 0xffffffff; got_entry_00.u_.gsym = gsym; got_entry_00.addend_ = 0; uVar2 = add_got_entry(this,got_entry_00); if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e; } else { uVar2 = (gsym->got_offsets_).got_type_; pGVar3 = pGVar4; while (got_type != uVar2) { pGVar3 = pGVar3->got_next_; if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d; uVar2 = pGVar3->got_type_; } if (pGVar3->got_offset_ != 0xffffffff) { return false; } LAB_00212a1d: got_entry._12_4_ = uStack_3c; got_entry._8_4_ = 0xffffffff; got_entry.u_.gsym = gsym; got_entry.addend_ = 0; uVar2 = add_got_entry(this,got_entry); uVar1 = (gsym->got_offsets_).got_type_; if (uVar1 != 0xffffffff) { while( true ) { if (got_type == uVar1) { pGVar4->got_offset_ = uVar2; return true; } pGVar4 = pGVar4->got_next_; if (pGVar4 == (Got_offset_list *)0x0) break; uVar1 = pGVar4->got_type_; } LAB_00212a9e: pGVar3 = (Got_offset_list *)operator_new(0x10); pGVar4 = (gsym->got_offsets_).got_next_; pGVar3->got_type_ = got_type; pGVar3->got_offset_ = uVar2; pGVar3->got_next_ = pGVar4; (gsym->got_offsets_).got_next_ = pGVar3; return true; } } (gsym->got_offsets_).got_type_ = got_type; (gsym->got_offsets_).got_offset_ = uVar2; return true; }
undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3) { int iVar1; int *piVar2; undefined8 uVar3; int iVar4; int *piVar5; piVar5 = (int *)(param_2 + 0x28); if (piVar5 == (int *)0x0) { iVar4 = FUN_00212740(); if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e; } else { iVar4 = *(int *)(param_2 + 0x28); piVar2 = piVar5; while (param_3 != iVar4) { piVar2 = *(int **)(piVar2 + 2); if (piVar2 == (int *)0x0) goto LAB_00212a1d; iVar4 = *piVar2; } if (piVar2[1] != -1) { return 0; } LAB_00212a1d: iVar4 = FUN_00212740(); iVar1 = *(int *)(param_2 + 0x28); if (iVar1 != -1) { while( true ) { if (param_3 == iVar1) { piVar5[1] = iVar4; return 1; } piVar5 = *(int **)(piVar5 + 2); if (piVar5 == (int *)0x0) break; iVar1 = *piVar5; } LAB_00212a9e: piVar5 = (int *)FUN_002d9490(0x10); uVar3 = *(undefined8 *)(param_2 + 0x30); *piVar5 = param_3; piVar5[1] = iVar4; *(undefined8 *)(piVar5 + 2) = uVar3; *(int **)(param_2 + 0x30) = piVar5; return 1; } } *(int *)(param_2 + 0x28) = param_3; *(int *)(param_2 + 0x2c) = iVar4; return 1; }
PUSH R13 PUSH R12 MOV R12,RSI PUSH RBP MOV RBP,RSI PUSH RBX MOV EBX,EDX SUB RSP,0x28 ADD RBP,0x28 JZ 0x00212acc MOV RAX,RBP CMP EDX,dword ptr [RSI + 0x28] JNZ 0x00212a14 JMP 0x00212a78 CMP EBX,dword ptr [RAX] JZ 0x00212a78 MOV RAX,qword ptr [RAX + 0x8] TEST RAX,RAX JNZ 0x00212a10 MOV dword ptr [RSP + 0x8],0xffffffff SUB RSP,0x8 MOV qword ptr [RSP + 0x18],0x0 MOV qword ptr [RSP + 0x8],R12 PUSH qword ptr [RSP + 0x18] PUSH qword ptr [RSP + 0x18] PUSH R12 CALL 0x00212740 ADD RSP,0x20 MOV R13D,EAX MOV EAX,dword ptr [R12 + 0x28] CMP EAX,-0x1 JZ 0x00212afb CMP EBX,EAX JNZ 0x00212a95 MOV dword ptr [RBP + 0x4],R13D ADD RSP,0x28 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 RET CMP dword ptr [RAX + 0x4],-0x1 JZ 0x00212a1d ADD RSP,0x28 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 RET CMP EBX,dword ptr [RBP] JZ 0x00212a5f MOV RBP,qword ptr [RBP + 0x8] TEST RBP,RBP JNZ 0x00212a90 MOV EDI,0x10 CALL 0x002d9490 MOV RDX,qword ptr [R12 + 0x30] MOV dword ptr [RAX],EBX MOV dword ptr [RAX + 0x4],R13D MOV qword ptr [RAX + 0x8],RDX MOV qword ptr [R12 + 0x30],RAX ADD RSP,0x28 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 RET MOV dword ptr [RSP + 0x8],0xffffffff MOV qword ptr [RSP + 0x10],0x0 PUSH RAX PUSH qword ptr [RSP + 0x18] PUSH qword ptr [RSP + 0x18] PUSH RSI CALL 0x00212740 ADD RSP,0x20 CMP dword ptr [R12 + 0x28],-0x1 MOV R13D,EAX JNZ 0x00212a9e MOV dword ptr [R12 + 0x28],EBX MOV EAX,0x1 MOV dword ptr [R12 + 0x2c],R13D ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 RET
null
null
null
null
[(u'MULTIEQUAL_-1203884705', u'INT_NOTEQUAL_-1203885514'), ('const-433', u'STORE_-1203885294'), ('const-4', u'PTRSUB_-1203884625'), (u'PTRSUB_-1203884726', u'LOAD_-1203885530'), ('const-4294967295', u'COPY_-1203884530'), ('const-1', u'COPY_-1203884935'), (u'PTRSUB_-1203884469', u'PTRSUB_-1203884468'), ('const-0', u'INT_EQUAL_-1203885212'), ('const-40', u'PTRSUB_-1203884444'), ('const-433', u'LOAD_-1203885341'), ('tmp_1055', u'CALL_-1203885361'), (u'LOAD_-1203885231', u'INT_EQUAL_-1203885212'), ('const-40', u'PTRSUB_-1203884456'), ('const-4', u'PTRSUB_-1203884437'), (u'MULTIEQUAL_-1203884707', u'PTRSUB_-1203884703'), ('const-433', u'STORE_-1203885159'), ('const-4294967295', u'INT_NOTEQUAL_-1203884935'), ('tmp_1034', u'CBRANCH_-1203884925'), ('const-433', u'LOAD_-1203885210'), ('tmp_583', u'CBRANCH_-1203885188'), ('const-433', u'STORE_-1203885152'), (u'INT_EQUAL_-1203885212', u'CBRANCH_-1203885209'), ('const-433', u'STORE_-1203885033'), (u'LOAD_-1203885394', u'INT_NOTEQUAL_-1203885378'), ('const-0', u'PTRSUB_-1203884455'), ('const-8', u'PTRSUB_-1203884533'), ('const-0', u'PTRSUB_-1203884468'), ('const-433', u'LOAD_-1203885530'), (u'PTRSUB_-1203884741', u'INT_EQUAL_-1203885542'), ('const-433', u'LOAD_-1203885231'), (u'PTRSUB_-1203884528', u'PTRSUB_-1203884516'), (u'COPY_-1203884530', u'PIECE_-1203884551'), (u'PIECE_-1203884573', u'CALL_-1203884966'), ('const-8', u'PTRSUB_-1203884516'), (u'PIECE_-1203884551', u'PIECE_-1203884574'), (u'COPY_-1203884701', u'PIECE_-1203884719'), ('const-40', u'PTRSUB_-1203884741'), (u'MULTIEQUAL_-1203884644', u'PTRSUB_-1203884568'), (u'COPY_-1203884935', u'RETURN_-1203885239'), (u'MULTIEQUAL_-1203884644', u'PTRSUB_-1203884625'), (u'LOAD_-1203885155', u'MULTIEQUAL_-1203884642'), (u'LOAD_-1203885210', u'MULTIEQUAL_-1203884644'), ('const-0', u'INT_EQUAL_-1203885542'), (u'COPY_-1203884702', u'PIECE_-1203884719'), ('const-40', u'PTRSUB_-1203884645'), ('const-0', u'RETURN_-1203885089'), ('tmp_1056', u'PTRSUB_-1203884528'), (u'COPY_-1203884527', u'PIECE_-1203884573'), ('const-8', u'PTRSUB_-1203884703'), (u'CALL_-1203884966', u'MULTIEQUAL_-1203884675'), (u'PTRSUB_-1203884516', u'STORE_-1203885145'), ('const-0', u'COPY_-1203884527'), ('const-0', u'RETURN_-1203885239'), (u'MULTIEQUAL_-1203884642', u'INT_EQUAL_-1203885299'), (u'PTRSUB_-1203884455', u'STORE_-1203885033'), ('tmp_1056', u'PTRSUB_-1203884469'), ('const-433', u'STORE_-1203885019'), (u'CALL_-1203885175', u'CAST_-1203884527'), ('const-4294967295', u'COPY_-1203884701'), ('tmp_432', u'CBRANCH_-1203885317'), (u'PIECE_-1203884742', u'PIECE_-1203884741'), (u'PTRSUB_-1203884533', u'STORE_-1203885152'), (u'CALL_-1203884966', u'MULTIEQUAL_-1203884583'), ('tmp_1056', u'PTRSUB_-1203884727'), ('tmp_1055', u'CALL_-1203884966'), (u'PIECE_-1203884574', u'PIECE_-1203884573'), ('const-4294967295', u'INT_NOTEQUAL_-1203885318'), (u'PTRSUB_-1203884532', u'LOAD_-1203885173'), ('const-4', u'PTRSUB_-1203884599'), ('tmp_2210', u'COPY_-1203884531'), ('const-0', u'PTRSUB_-1203884574'), ('const-4', u'PTRSUB_-1203884538'), (u'CALL_-1203885361', u'MULTIEQUAL_-1203884583'), (u'PTRSUB_-1203884444', u'PTRSUB_-1203884437'), ('const-40', u'PTRSUB_-1203884469'), ('const-1', u'COPY_-1203884771'), (u'LOAD_-1203885210', u'PTRSUB_-1203884574'), ('const-0', u'RETURN_-1203885319'), (u'PTRSUB_-1203884703', u'LOAD_-1203885231'), (u'PTRSUB_-1203884644', u'LOAD_-1203885341'), (u'PTRSUB_-1203884456', u'PTRSUB_-1203884455'), (u'PTRSUB_-1203884568', u'LOAD_-1203885210'), ('tmp_169', u'CBRANCH_-1203885376'), (u'COPY_-1203884697', u'PIECE_-1203884741'), (u'LOAD_-1203885231', u'PTRSUB_-1203884708'), ('const-40', u'PTRSUB_-1203884727'), (u'PTRSUB_-1203884741', u'COPY_-1203884752'), (u'COPY_-1203884752', u'MULTIEQUAL_-1203884707'), ('tmp_1057', u'STORE_-1203885164'), (u'PTRSUB_-1203884708', u'LOAD_-1203885222'), (u'LOAD_-1203885210', u'INT_EQUAL_-1203885191'), (u'LOAD_-1203885341', u'MULTIEQUAL_-1203884642'), ('tmp_1057', u'INT_EQUAL_-1203885299'), (u'MULTIEQUAL_-1203884675', u'STORE_-1203885159'), (u'CAST_-1203884527', u'PTRSUB_-1203884538'), (u'PTRSUB_-1203884625', u'STORE_-1203885294'), (u'LOAD_-1203885530', u'MULTIEQUAL_-1203884705'), ('tmp_1056', u'COPY_-1203884524'), ('tmp_865', u'CBRANCH_-1203885209'), ('const-433', u'LOAD_-1203885222'), ('const-4294967295', u'INT_NOTEQUAL_-1203885378'), (u'PTRSUB_-1203884468', u'LOAD_-1203884951'), ('tmp_1057', u'STORE_-1203885033'), (u'INT_NOTEQUAL_-1203885318', u'CBRANCH_-1203885317'), (u'PTRSUB_-1203884541', u'STORE_-1203885164'), ('tmp_1056', u'COPY_-1203884694'), (u'LOAD_-1203885341', u'INT_NOTEQUAL_-1203885318'), (u'PTRSUB_-1203884741', u'MULTIEQUAL_-1203884644'), ('const-40', u'PTRSUB_-1203884528'), (u'LOAD_-1203884951', u'INT_NOTEQUAL_-1203884935'), ('tmp_2210', u'COPY_-1203884702'), ('const-8', u'PTRSUB_-1203884532'), (u'PTRSUB_-1203884727', u'PTRSUB_-1203884726'), (u'LOAD_-1203885222', u'MULTIEQUAL_-1203884705'), (u'CAST_-1203884527', u'STORE_-1203885145'), ('const-433', u'LOAD_-1203884951'), (u'LOAD_-1203885173', u'STORE_-1203885152'), ('const-433', u'LOAD_-1203885173'), (u'COPY_-1203884524', u'PIECE_-1203884574'), (u'PTRSUB_-1203884599', u'LOAD_-1203885394'), (u'PTRSUB_-1203884645', u'PTRSUB_-1203884644'), (u'INT_EQUAL_-1203885191', u'CBRANCH_-1203885188'), (u'PTRSUB_-1203884548', u'PTRSUB_-1203884532'), (u'COPY_-1203884912', u'RETURN_-1203885319'), (u'COPY_-1203884694', u'PIECE_-1203884742'), ('tmp_464', u'CBRANCH_-1203885297'), (u'CAST_-1203884527', u'PTRSUB_-1203884541'), (u'MULTIEQUAL_-1203884583', u'STORE_-1203885019'), ('const-0', u'COPY_-1203884697'), (u'MULTIEQUAL_-1203884707', u'PTRSUB_-1203884599'), (u'PTRSUB_-1203884574', u'LOAD_-1203885155'), ('const-16', u'CALL_-1203885175'), (u'COPY_-1203884531', u'PIECE_-1203884551'), ('const-433', u'STORE_-1203885164'), (u'PTRSUB_-1203884437', u'STORE_-1203885019'), (u'CAST_-1203884527', u'PTRSUB_-1203884533'), ('const-8', u'PTRSUB_-1203884568'), ('const-433', u'STORE_-1203885145'), ('const-0', u'RETURN_-1203884969'), ('tmp_1056', u'PTRSUB_-1203884645'), ('tmp_1057', u'INT_NOTEQUAL_-1203885514'), (u'PIECE_-1203884741', u'CALL_-1203885361'), (u'COPY_-1203884845', u'RETURN_-1203885089'), (u'PIECE_-1203884719', u'PIECE_-1203884742'), (u'INT_NOTEQUAL_-1203885378', u'CBRANCH_-1203885376'), ('const-0', u'PTRSUB_-1203884708'), (u'INT_EQUAL_-1203885542', u'CBRANCH_-1203885539'), (u'PTRSUB_-1203884538', u'STORE_-1203885159'), ('const-0', u'PTRSUB_-1203884726'), ('const-0', u'COPY_-1203884912'), ('tmp_132', u'CBRANCH_-1203885512'), (u'CALL_-1203885361', u'MULTIEQUAL_-1203884675'), ('tmp_1056', u'PTRSUB_-1203884548'), (u'CALL_-1203885361', u'STORE_-1203885294'), (u'LOAD_-1203885231', u'MULTIEQUAL_-1203884707'), ('const-0', u'PTRSUB_-1203884644'), (u'INT_EQUAL_-1203885299', u'CBRANCH_-1203885297'), (u'INT_NOTEQUAL_-1203885514', u'CBRANCH_-1203885512'), ('const-0', u'PTRSUB_-1203884541'), ('const-433', u'LOAD_-1203885155'), ('const-1', u'COPY_-1203884845'), (u'COPY_-1203884771', u'RETURN_-1203884969'), ('tmp_1056', u'PTRSUB_-1203884741'), ('const-433', u'LOAD_-1203885394'), ('const-40', u'PTRSUB_-1203884548'), ('tmp_1056', u'PTRSUB_-1203884456'), ('tmp_92', u'CBRANCH_-1203885539'), ('tmp_1056', u'PTRSUB_-1203884444'), ('const-0', u'INT_EQUAL_-1203885191'), (u'INT_NOTEQUAL_-1203884935', u'CBRANCH_-1203884925')]
[(u'LOAD_-1203885231', u'LOAD_-1203885222'), ('const-433', u'LOAD_-1203885394'), (u'CAST_-1203884545', u'STORE_-1203885152'), ('const-40', u'INT_ADD_-1203885514'), ('tmp_1767', u'INT_ADD_-1203885514'), ('const-433', u'LOAD_-1203885173'), ('const-4', u'PTRADD_-1203884589'), ('const-433', u'STORE_-1203885019'), ('const-4', u'PTRADD_-1203884562'), ('const-0', u'INT_EQUAL_-1203885212'), (u'LOAD_-1203885231', u'INT_EQUAL_-1203885212'), (u'CAST_-1203884563', u'PTRADD_-1203884562'), (u'CAST_-1203884557', u'LOAD_-1203885173'), (u'MULTIEQUAL_-1203884573', u'STORE_-1203885019'), (u'MULTIEQUAL_-1203884657', u'PTRADD_-1203884589'), ('tmp_1034', u'CBRANCH_-1203884925'), ('tmp_583', u'CBRANCH_-1203885188'), ('const-1', u'PTRADD_-1203884619'), (u'INT_EQUAL_-1203885212', u'CBRANCH_-1203885209'), (u'MULTIEQUAL_-1203884657', u'PTRADD_-1203884645'), (u'CAST_-1203884746', u'MULTIEQUAL_-1203884657'), (u'LOAD_-1203885394', u'INT_NOTEQUAL_-1203885378'), ('const-433', u'LOAD_-1203885341'), (u'CALL_-1203885175', u'CAST_-1203884563'), ('const-433', u'STORE_-1203885033'), ('const-4', u'PTRADD_-1203884557'), (u'MULTIEQUAL_-1203884738', u'PTRADD_-1203884619'), ('tmp_1767', u'INT_ADD_-1203885131'), (u'LOAD_-1203885231', u'MULTIEQUAL_-1203884738'), ('const-433', u'LOAD_-1203885222'), ('const-433', u'LOAD_-1203885210'), (u'INT_ADD_-1203885157', u'CAST_-1203884557'), (u'MULTIEQUAL_-1203884655', u'INT_EQUAL_-1203885299'), ('const-2', u'PTRADD_-1203884557'), ('const-433', u'STORE_-1203885164'), ('const-0', u'INT_EQUAL_-1203885542'), ('const-433', u'LOAD_-1203885530'), (u'LOAD_-1203885341', u'MULTIEQUAL_-1203884655'), ('const-433', u'LOAD_-1203885155'), (u'PTRADD_-1203884619', u'LOAD_-1203885394'), ('const-40', u'INT_ADD_-1203885019'), ('const-0', u'RETURN_-1203885089'), (u'CALL_-1203884966', u'MULTIEQUAL_-1203884675'), (u'MULTIEQUAL_-1203884738', u'PTRADD_-1203884721'), ('const-0', u'RETURN_-1203885239'), ('tmp_1767', u'INT_ADD_-1203885005'), ('tmp_2241', u'INT_NOTEQUAL_-1203885514'), (u'INT_ADD_-1203885005', u'CAST_-1203884460'), ('const-1', u'COPY_-1203885278'), (u'LOAD_-1203885210', u'LOAD_-1203885155'), ('const-4', u'PTRADD_-1203884721'), ('tmp_432', u'CBRANCH_-1203885317'), (u'COPY_-1203885278', u'RETURN_-1203885239'), ('const-1', u'COPY_-1203885029'), ('const-40', u'INT_ADD_-1203885536'), (u'COPY_-1203885029', u'RETURN_-1203884969'), (u'CAST_-1203884709', u'LOAD_-1203885231'), (u'COPY_-1203884794', u'MULTIEQUAL_-1203884738'), ('const-1', u'COPY_-1203885128'), (u'CALL_-1203884966', u'MULTIEQUAL_-1203884573'), ('tmp_2241', u'STORE_-1203885164'), ('tmp_2241', u'INT_EQUAL_-1203885299'), (u'MULTIEQUAL_-1203884736', u'INT_NOTEQUAL_-1203885514'), ('const-0', u'RETURN_-1203885319'), ('const-433', u'STORE_-1203885159'), ('const-4294967295', u'INT_NOTEQUAL_-1203884935'), ('const-2', u'PTRADD_-1203884589'), ('tmp_169', u'CBRANCH_-1203885376'), ('const-40', u'INT_ADD_-1203885325'), (u'CAST_-1203884651', u'LOAD_-1203885341'), (u'CAST_-1203884540', u'STORE_-1203885145'), (u'INT_ADD_-1203885131', u'CAST_-1203884540'), ('const-44', u'INT_ADD_-1203885005'), ('const-4294967295', u'INT_NOTEQUAL_-1203885318'), ('const-40', u'INT_ADD_-1203884935'), ('tmp_1767', u'INT_ADD_-1203885019'), ('const-4294967295', u'INT_NOTEQUAL_-1203885378'), (u'CAST_-1203884460', u'STORE_-1203885019'), ('const-0', u'COPY_-1203885361'), (u'LOAD_-1203885210', u'INT_EQUAL_-1203885191'), (u'INT_ADD_-1203885019', u'CAST_-1203884471'), (u'CAST_-1203884578', u'LOAD_-1203885210'), (u'CAST_-1203884471', u'STORE_-1203885033'), ('const-433', u'STORE_-1203885152'), ('tmp_2241', u'STORE_-1203885033'), (u'PTRADD_-1203884645', u'STORE_-1203885294'), (u'MULTIEQUAL_-1203884675', u'STORE_-1203885159'), ('const-433', u'LOAD_-1203885231'), (u'COPY_-1203885361', u'RETURN_-1203885319'), ('tmp_865', u'CBRANCH_-1203885209'), ('const-1', u'PTRADD_-1203884562'), (u'PTRADD_-1203884589', u'CAST_-1203884578'), (u'CAST_-1203884491', u'LOAD_-1203884951'), (u'INT_NOTEQUAL_-1203885318', u'CBRANCH_-1203885317'), (u'LOAD_-1203885341', u'INT_NOTEQUAL_-1203885318'), (u'LOAD_-1203885530', u'MULTIEQUAL_-1203884736'), (u'LOAD_-1203884951', u'INT_NOTEQUAL_-1203884935'), ('const-4', u'PTRADD_-1203884619'), (u'CAST_-1203884563', u'PTRADD_-1203884557'), (u'LOAD_-1203885173', u'STORE_-1203885152'), ('const-16', u'CALL_-1203885175'), (u'INT_EQUAL_-1203885191', u'CBRANCH_-1203885188'), (u'INT_ADD_-1203884935', u'CAST_-1203884491'), (u'CALL_-1203885361', u'MULTIEQUAL_-1203884573'), ('tmp_464', u'CBRANCH_-1203885297'), ('const-433', u'STORE_-1203885145'), (u'LOAD_-1203885210', u'MULTIEQUAL_-1203884657'), ('tmp_1767', u'INT_ADD_-1203885325'), (u'CAST_-1203884731', u'LOAD_-1203885530'), (u'LOAD_-1203885222', u'MULTIEQUAL_-1203884736'), ('const-48', u'INT_ADD_-1203885157'), ('tmp_1767', u'INT_ADD_-1203885536'), (u'CAST_-1203884746', u'COPY_-1203884794'), (u'PTRADD_-1203884557', u'CAST_-1203884545'), (u'CAST_-1203884563', u'STORE_-1203885164'), ('const-1', u'PTRADD_-1203884645'), ('const-0', u'RETURN_-1203884969'), (u'CAST_-1203884746', u'INT_EQUAL_-1203885542'), ('const-4', u'PTRADD_-1203884645'), (u'CAST_-1203884563', u'STORE_-1203885145'), (u'COPY_-1203885128', u'RETURN_-1203885089'), ('tmp_1767', u'INT_ADD_-1203885157'), ('tmp_1767', u'INT_ADD_-1203884935'), (u'INT_NOTEQUAL_-1203885378', u'CBRANCH_-1203885376'), (u'INT_ADD_-1203885514', u'CAST_-1203884731'), ('const-2', u'PTRADD_-1203884721'), ('const-433', u'STORE_-1203885294'), (u'INT_ADD_-1203885536', u'CAST_-1203884746'), (u'INT_EQUAL_-1203885542', u'CBRANCH_-1203885539'), (u'CALL_-1203885361', u'MULTIEQUAL_-1203884675'), ('tmp_132', u'CBRANCH_-1203885512'), (u'INT_ADD_-1203885325', u'CAST_-1203884651'), (u'CALL_-1203885361', u'STORE_-1203885294'), (u'PTRADD_-1203884562', u'STORE_-1203885159'), (u'INT_EQUAL_-1203885299', u'CBRANCH_-1203885297'), ('const-48', u'INT_ADD_-1203885131'), (u'INT_NOTEQUAL_-1203885514', u'CBRANCH_-1203885512'), (u'LOAD_-1203885155', u'MULTIEQUAL_-1203884655'), (u'PTRADD_-1203884721', u'CAST_-1203884709'), ('const-433', u'LOAD_-1203884951'), ('tmp_92', u'CBRANCH_-1203885539'), ('const-0', u'INT_EQUAL_-1203885191'), (u'INT_NOTEQUAL_-1203884935', u'CBRANCH_-1203884925')]
null
null
002129e0
x64
O2
(translation_unit "undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}\n\n" (function_definition "undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" type_identifier (function_declarator "FUN_002129e0(undefined8 param_1,long param_2,int param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,int param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (expression_statement "piVar5 = (int *)(param_2 + 0x28);" (assignment_expression "piVar5 = (int *)(param_2 + 0x28)" identifier = (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) ;) (if_statement "if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }" { (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" identifier = (call_expression "FUN_00212740()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;" if (parenthesized_expression "(*(int *)(param_2 + 0x28) != -1)" ( (binary_expression "*(int *)(param_2 + 0x28) != -1" (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_00212a9e;" goto statement_identifier ;)) }) (else_clause "else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" else (compound_statement "{\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" { (expression_statement "iVar4 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar4 = *(int *)(param_2 + 0x28)" identifier = (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "piVar2 = piVar5;" (assignment_expression "piVar2 = piVar5" identifier = identifier) ;) (while_statement "while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" while (parenthesized_expression "(param_3 != iVar4)" ( (binary_expression "param_3 != iVar4" identifier != identifier) )) (compound_statement "{\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" { (expression_statement "piVar2 = *(int **)(piVar2 + 2);" (assignment_expression "piVar2 = *(int **)(piVar2 + 2)" identifier = (pointer_expression "*(int **)(piVar2 + 2)" * (cast_expression "(int **)(piVar2 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_00212a1d;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00212a1d;" goto statement_identifier ;)) (expression_statement "iVar4 = *piVar2;" (assignment_expression "iVar4 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) (if_statement "if (piVar2[1] != -1) {\n return 0;\n }" if (parenthesized_expression "(piVar2[1] != -1)" ( (binary_expression "piVar2[1] != -1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (labeled_statement "LAB_00212a1d:\n iVar4 = FUN_00212740();" statement_identifier : (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" identifier = (call_expression "FUN_00212740()" identifier (argument_list "()" ( )))) ;)) (expression_statement "iVar1 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x28)" identifier = (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" { (while_statement "while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" { (if_statement "if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }" if (parenthesized_expression "(param_3 == iVar1)" ( (binary_expression "param_3 == iVar1" identifier == identifier) )) (compound_statement "{\n piVar5[1] = iVar4;\n return 1;\n }" { (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "piVar5 = *(int **)(piVar5 + 2);" (assignment_expression "piVar5 = *(int **)(piVar5 + 2)" identifier = (pointer_expression "*(int **)(piVar5 + 2)" * (cast_expression "(int **)(piVar5 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar5 + 2)" ( (binary_expression "piVar5 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar5 == (int *)0x0) break;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar5;" (assignment_expression "iVar1 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) })) (labeled_statement "LAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);" statement_identifier : (expression_statement "piVar5 = (int *)FUN_002d9490(0x10);" (assignment_expression "piVar5 = (int *)FUN_002d9490(0x10)" identifier = (cast_expression "(int *)FUN_002d9490(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "uVar3 = *(undefined8 *)(param_2 + 0x30);" (assignment_expression "uVar3 = *(undefined8 *)(param_2 + 0x30)" identifier = (pointer_expression "*(undefined8 *)(param_2 + 0x30)" * (cast_expression "(undefined8 *)(param_2 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*piVar5 = param_3;" (assignment_expression "*piVar5 = param_3" (pointer_expression "*piVar5" * identifier) = identifier) ;) (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(piVar5 + 2) = uVar3;" (assignment_expression "*(undefined8 *)(piVar5 + 2) = uVar3" (pointer_expression "*(undefined8 *)(piVar5 + 2)" * (cast_expression "(undefined8 *)(piVar5 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar5 + 2)" ( (binary_expression "piVar5 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_2 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_2 + 0x30) = piVar5" (pointer_expression "*(int **)(param_2 + 0x30)" * (cast_expression "(int **)(param_2 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (expression_statement "*(int *)(param_2 + 0x28) = param_3;" (assignment_expression "*(int *)(param_2 + 0x28) = param_3" (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_2 + 0x2c) = iVar4;" (assignment_expression "*(int *)(param_2 + 0x2c) = iVar4" (pointer_expression "*(int *)(param_2 + 0x2c)" * (cast_expression "(int *)(param_2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit "/* DWARF original prototype: bool add_global_plt(Output_data_got<64,_true> * this, Symbol * gsym,\n uint got_type) */\n\nbool __thiscall\ngold::Output_data_got<64,_true>::add_global_plt\n (Output_data_got<64,_true> *this,Symbol *gsym,uint got_type)\n\n{\n uint uVar1;\n Got_entry got_entry;\n Got_entry got_entry_00;\n uint uVar2;\n Got_offset_list *pGVar3;\n Got_offset_list *pGVar4;\n undefined4 uStack_3c;\n \n pGVar4 = &gsym->got_offsets_;\n if (pGVar4 == (Got_offset_list *)0x0) {\n got_entry_00._12_4_ = uStack_3c;\n got_entry_00._8_4_ = 0xffffffff;\n got_entry_00.u_.gsym = gsym;\n got_entry_00.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry_00);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e;\n }\n else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar4;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return false;\n }\nLAB_00212a1d:\n got_entry._12_4_ = uStack_3c;\n got_entry._8_4_ = 0xffffffff;\n got_entry.u_.gsym = gsym;\n got_entry.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry);\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }\n }\n (gsym->got_offsets_).got_type_ = got_type;\n (gsym->got_offsets_).got_offset_ = uVar2;\n return true;\n}\n\n" comment (declaration "bool __thiscall\ngold::Output_data_got<64,_true>::add_global_plt\n (Output_data_got<64,_true> *this,Symbol *gsym,uint got_type)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::add_global_plt\n (Output_data_got<64,_true> *this,Symbol *gsym,uint got_type)\n\n{\n uint" identifier > : : (function_declarator "add_global_plt\n (Output_data_got<64,_true> *this,Symbol *gsym,uint got_type)" identifier (parameter_list "(Output_data_got<64,_true> *this,Symbol *gsym,uint got_type)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint got_type" type_identifier identifier) ))) { identifier) identifier ;) (declaration "Got_entry got_entry;" type_identifier identifier ;) (declaration "Got_entry got_entry_00;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "Got_offset_list *pGVar3;" type_identifier (pointer_declarator "*pGVar3" * identifier) ;) (declaration "Got_offset_list *pGVar4;" type_identifier (pointer_declarator "*pGVar4" * identifier) ;) (declaration "undefined4 uStack_3c;" type_identifier identifier ;) (expression_statement "pGVar4 = &gsym->got_offsets_;" (assignment_expression "pGVar4 = &gsym->got_offsets_" identifier = (pointer_expression "&gsym->got_offsets_" & (field_expression "gsym->got_offsets_" identifier -> field_identifier))) ;) (if_statement "if (pGVar4 == (Got_offset_list *)0x0) {\n got_entry_00._12_4_ = uStack_3c;\n got_entry_00._8_4_ = 0xffffffff;\n got_entry_00.u_.gsym = gsym;\n got_entry_00.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry_00);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e;\n }\n else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar4;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return false;\n }\nLAB_00212a1d:\n got_entry._12_4_ = uStack_3c;\n got_entry._8_4_ = 0xffffffff;\n got_entry.u_.gsym = gsym;\n got_entry.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry);\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }\n }" if (parenthesized_expression "(pGVar4 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar4 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n got_entry_00._12_4_ = uStack_3c;\n got_entry_00._8_4_ = 0xffffffff;\n got_entry_00.u_.gsym = gsym;\n got_entry_00.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry_00);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e;\n }" { (expression_statement "got_entry_00._12_4_ = uStack_3c;" (assignment_expression "got_entry_00._12_4_ = uStack_3c" (field_expression "got_entry_00._12_4_" identifier . field_identifier) = identifier) ;) (expression_statement "got_entry_00._8_4_ = 0xffffffff;" (assignment_expression "got_entry_00._8_4_ = 0xffffffff" (field_expression "got_entry_00._8_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "got_entry_00.u_.gsym = gsym;" (assignment_expression "got_entry_00.u_.gsym = gsym" (field_expression "got_entry_00.u_.gsym" (field_expression "got_entry_00.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry_00.addend_ = 0;" (assignment_expression "got_entry_00.addend_ = 0" (field_expression "got_entry_00.addend_" identifier . field_identifier) = number_literal) ;) (expression_statement "uVar2 = add_got_entry(this,got_entry_00);" (assignment_expression "uVar2 = add_got_entry(this,got_entry_00)" identifier = (call_expression "add_got_entry(this,got_entry_00)" identifier (argument_list "(this,got_entry_00)" ( identifier , identifier )))) ;) (if_statement "if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e;" if (parenthesized_expression "((gsym->got_offsets_).got_type_ != 0xffffffff)" ( (binary_expression "(gsym->got_offsets_).got_type_ != 0xffffffff" (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) != number_literal) )) (goto_statement "goto LAB_00212a9e;" goto statement_identifier ;)) }) (else_clause "else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar4;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return false;\n }\nLAB_00212a1d:\n got_entry._12_4_ = uStack_3c;\n got_entry._8_4_ = 0xffffffff;\n got_entry.u_.gsym = gsym;\n got_entry.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry);\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }\n }" else (compound_statement "{\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar4;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return false;\n }\nLAB_00212a1d:\n got_entry._12_4_ = uStack_3c;\n got_entry._8_4_ = 0xffffffff;\n got_entry.u_.gsym = gsym;\n got_entry.addend_ = 0;\n uVar2 = add_got_entry(this,got_entry);\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }\n }" { (expression_statement "uVar2 = (gsym->got_offsets_).got_type_;" (assignment_expression "uVar2 = (gsym->got_offsets_).got_type_" identifier = (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pGVar3 = pGVar4;" (assignment_expression "pGVar3 = pGVar4" identifier = identifier) ;) (while_statement "while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }" while (parenthesized_expression "(got_type != uVar2)" ( (binary_expression "got_type != uVar2" identifier != identifier) )) (compound_statement "{\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;\n uVar2 = pGVar3->got_type_;\n }" { (expression_statement "pGVar3 = pGVar3->got_next_;" (assignment_expression "pGVar3 = pGVar3->got_next_" identifier = (field_expression "pGVar3->got_next_" identifier -> field_identifier)) ;) (if_statement "if (pGVar3 == (Got_offset_list *)0x0) goto LAB_00212a1d;" if (parenthesized_expression "(pGVar3 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar3 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00212a1d;" goto statement_identifier ;)) (expression_statement "uVar2 = pGVar3->got_type_;" (assignment_expression "uVar2 = pGVar3->got_type_" identifier = (field_expression "pGVar3->got_type_" identifier -> field_identifier)) ;) })) (if_statement "if (pGVar3->got_offset_ != 0xffffffff) {\n return false;\n }" if (parenthesized_expression "(pGVar3->got_offset_ != 0xffffffff)" ( (binary_expression "pGVar3->got_offset_ != 0xffffffff" (field_expression "pGVar3->got_offset_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (labeled_statement "LAB_00212a1d:\n got_entry._12_4_ = uStack_3c;" statement_identifier : (expression_statement "got_entry._12_4_ = uStack_3c;" (assignment_expression "got_entry._12_4_ = uStack_3c" (field_expression "got_entry._12_4_" identifier . field_identifier) = identifier) ;)) (expression_statement "got_entry._8_4_ = 0xffffffff;" (assignment_expression "got_entry._8_4_ = 0xffffffff" (field_expression "got_entry._8_4_" identifier . field_identifier) = number_literal) ;) (expression_statement "got_entry.u_.gsym = gsym;" (assignment_expression "got_entry.u_.gsym = gsym" (field_expression "got_entry.u_.gsym" (field_expression "got_entry.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry.addend_ = 0;" (assignment_expression "got_entry.addend_ = 0" (field_expression "got_entry.addend_" identifier . field_identifier) = number_literal) ;) (expression_statement "uVar2 = add_got_entry(this,got_entry);" (assignment_expression "uVar2 = add_got_entry(this,got_entry)" identifier = (call_expression "add_got_entry(this,got_entry)" identifier (argument_list "(this,got_entry)" ( identifier , identifier )))) ;) (expression_statement "uVar1 = (gsym->got_offsets_).got_type_;" (assignment_expression "uVar1 = (gsym->got_offsets_).got_type_" identifier = (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar1 != 0xffffffff) {\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }" if (parenthesized_expression "(uVar1 != 0xffffffff)" ( (binary_expression "uVar1 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }\nLAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);\n pGVar4 = (gsym->got_offsets_).got_next_;\n pGVar3->got_type_ = got_type;\n pGVar3->got_offset_ = uVar2;\n pGVar3->got_next_ = pGVar4;\n (gsym->got_offsets_).got_next_ = pGVar3;\n return true;\n }" { (while_statement "while( true ) {\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }\n pGVar4 = pGVar4->got_next_;\n if (pGVar4 == (Got_offset_list *)0x0) break;\n uVar1 = pGVar4->got_type_;\n }" { (if_statement "if (got_type == uVar1) {\n pGVar4->got_offset_ = uVar2;\n return true;\n }" if (parenthesized_expression "(got_type == uVar1)" ( (binary_expression "got_type == uVar1" identifier == identifier) )) (compound_statement "{\n pGVar4->got_offset_ = uVar2;\n return true;\n }" { (expression_statement "pGVar4->got_offset_ = uVar2;" (assignment_expression "pGVar4->got_offset_ = uVar2" (field_expression "pGVar4->got_offset_" identifier -> field_identifier) = identifier) ;) (return_statement "return true;" return true ;) })) (expression_statement "pGVar4 = pGVar4->got_next_;" (assignment_expression "pGVar4 = pGVar4->got_next_" identifier = (field_expression "pGVar4->got_next_" identifier -> field_identifier)) ;) (if_statement "if (pGVar4 == (Got_offset_list *)0x0) break;" if (parenthesized_expression "(pGVar4 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar4 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar1 = pGVar4->got_type_;" (assignment_expression "uVar1 = pGVar4->got_type_" identifier = (field_expression "pGVar4->got_type_" identifier -> field_identifier)) ;) })) (labeled_statement "LAB_00212a9e:\n pGVar3 = (Got_offset_list *)operator_new(0x10);" statement_identifier : (expression_statement "pGVar3 = (Got_offset_list *)operator_new(0x10);" (assignment_expression "pGVar3 = (Got_offset_list *)operator_new(0x10)" identifier = (cast_expression "(Got_offset_list *)operator_new(0x10)" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "pGVar4 = (gsym->got_offsets_).got_next_;" (assignment_expression "pGVar4 = (gsym->got_offsets_).got_next_" identifier = (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pGVar3->got_type_ = got_type;" (assignment_expression "pGVar3->got_type_ = got_type" (field_expression "pGVar3->got_type_" identifier -> field_identifier) = identifier) ;) (expression_statement "pGVar3->got_offset_ = uVar2;" (assignment_expression "pGVar3->got_offset_ = uVar2" (field_expression "pGVar3->got_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "pGVar3->got_next_ = pGVar4;" (assignment_expression "pGVar3->got_next_ = pGVar4" (field_expression "pGVar3->got_next_" identifier -> field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_next_ = pGVar3;" (assignment_expression "(gsym->got_offsets_).got_next_ = pGVar3" (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return true;" return true ;) })) }))) (expression_statement "(gsym->got_offsets_).got_type_ = got_type;" (assignment_expression "(gsym->got_offsets_).got_type_ = got_type" (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_offset_ = uVar2;" (assignment_expression "(gsym->got_offsets_).got_offset_ = uVar2" (field_expression "(gsym->got_offsets_).got_offset_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return true;" return true ;) (ERROR "}" }))
(translation_unit "undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}\n\n" (function_definition "undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" type_identifier (function_declarator "FUN_002129e0(undefined8 param_1,long param_2,int param_3)" identifier (parameter_list "(undefined8 param_1,long param_2,int param_3)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (expression_statement "piVar5 = (int *)(param_2 + 0x28);" (assignment_expression "piVar5 = (int *)(param_2 + 0x28)" identifier = (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) ;) (if_statement "if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }" { (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" identifier = (call_expression "FUN_00212740()" identifier (argument_list "()" ( )))) ;) (if_statement "if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;" if (parenthesized_expression "(*(int *)(param_2 + 0x28) != -1)" ( (binary_expression "*(int *)(param_2 + 0x28) != -1" (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_00212a9e;" goto statement_identifier ;)) }) (else_clause "else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" else (compound_statement "{\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" { (expression_statement "iVar4 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar4 = *(int *)(param_2 + 0x28)" identifier = (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "piVar2 = piVar5;" (assignment_expression "piVar2 = piVar5" identifier = identifier) ;) (while_statement "while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" while (parenthesized_expression "(param_3 != iVar4)" ( (binary_expression "param_3 != iVar4" identifier != identifier) )) (compound_statement "{\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" { (expression_statement "piVar2 = *(int **)(piVar2 + 2);" (assignment_expression "piVar2 = *(int **)(piVar2 + 2)" identifier = (pointer_expression "*(int **)(piVar2 + 2)" * (cast_expression "(int **)(piVar2 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar2 + 2)" ( (binary_expression "piVar2 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_00212a1d;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00212a1d;" goto statement_identifier ;)) (expression_statement "iVar4 = *piVar2;" (assignment_expression "iVar4 = *piVar2" identifier = (pointer_expression "*piVar2" * identifier)) ;) })) (if_statement "if (piVar2[1] != -1) {\n return 0;\n }" if (parenthesized_expression "(piVar2[1] != -1)" ( (binary_expression "piVar2[1] != -1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (labeled_statement "LAB_00212a1d:\n iVar4 = FUN_00212740();" statement_identifier : (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" identifier = (call_expression "FUN_00212740()" identifier (argument_list "()" ( )))) ;)) (expression_statement "iVar1 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x28)" identifier = (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" { (while_statement "while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" { (if_statement "if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }" if (parenthesized_expression "(param_3 == iVar1)" ( (binary_expression "param_3 == iVar1" identifier == identifier) )) (compound_statement "{\n piVar5[1] = iVar4;\n return 1;\n }" { (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "piVar5 = *(int **)(piVar5 + 2);" (assignment_expression "piVar5 = *(int **)(piVar5 + 2)" identifier = (pointer_expression "*(int **)(piVar5 + 2)" * (cast_expression "(int **)(piVar5 + 2)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(piVar5 + 2)" ( (binary_expression "piVar5 + 2" identifier + number_literal) ))))) ;) (if_statement "if (piVar5 == (int *)0x0) break;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "iVar1 = *piVar5;" (assignment_expression "iVar1 = *piVar5" identifier = (pointer_expression "*piVar5" * identifier)) ;) })) (labeled_statement "LAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);" statement_identifier : (expression_statement "piVar5 = (int *)FUN_002d9490(0x10);" (assignment_expression "piVar5 = (int *)FUN_002d9490(0x10)" identifier = (cast_expression "(int *)FUN_002d9490(0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002d9490(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "uVar3 = *(undefined8 *)(param_2 + 0x30);" (assignment_expression "uVar3 = *(undefined8 *)(param_2 + 0x30)" identifier = (pointer_expression "*(undefined8 *)(param_2 + 0x30)" * (cast_expression "(undefined8 *)(param_2 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*piVar5 = param_3;" (assignment_expression "*piVar5 = param_3" (pointer_expression "*piVar5" * identifier) = identifier) ;) (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(piVar5 + 2) = uVar3;" (assignment_expression "*(undefined8 *)(piVar5 + 2) = uVar3" (pointer_expression "*(undefined8 *)(piVar5 + 2)" * (cast_expression "(undefined8 *)(piVar5 + 2)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar5 + 2)" ( (binary_expression "piVar5 + 2" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int **)(param_2 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_2 + 0x30) = piVar5" (pointer_expression "*(int **)(param_2 + 0x30)" * (cast_expression "(int **)(param_2 + 0x30)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) }))) (expression_statement "*(int *)(param_2 + 0x28) = param_3;" (assignment_expression "*(int *)(param_2 + 0x28) = param_3" (pointer_expression "*(int *)(param_2 + 0x28)" * (cast_expression "(int *)(param_2 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_2 + 0x2c) = iVar4;" (assignment_expression "*(int *)(param_2 + 0x2c) = iVar4" (pointer_expression "*(int *)(param_2 + 0x2c)" * (cast_expression "(int *)(param_2 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (return_statement return LIT ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return LIT ;) })) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return LIT ;) })))
(function_definition "undefined8 FUN_002129e0(undefined8 param_1,long param_2,int param_3)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" (type_identifier "undefined8") (function_declarator "FUN_002129e0(undefined8 param_1,long param_2,int param_3)" (identifier "FUN_002129e0") (parameter_list "(undefined8 param_1,long param_2,int param_3)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n int *piVar2;\n undefined8 uVar3;\n int iVar4;\n int *piVar5;\n \n piVar5 = (int *)(param_2 + 0x28);\n if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }\n *(int *)(param_2 + 0x28) = param_3;\n *(int *)(param_2 + 0x2c) = iVar4;\n return 1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (expression_statement "piVar5 = (int *)(param_2 + 0x28);" (assignment_expression "piVar5 = (int *)(param_2 + 0x28)" (identifier "piVar5") (= "=") (cast_expression "(int *)(param_2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (if_statement "if (piVar5 == (int *)0x0) {\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }\n else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar4 = FUN_00212740();\n if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;\n }" ({ "{") (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" (identifier "iVar4") (= "=") (call_expression "FUN_00212740()" (identifier "FUN_00212740") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e;" (if "if") (parenthesized_expression "(*(int *)(param_2 + 0x28) != -1)" (( "(") (binary_expression "*(int *)(param_2 + 0x28) != -1" (pointer_expression "*(int *)(param_2 + 0x28)" (* "*") (cast_expression "(int *)(param_2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (goto_statement "goto LAB_00212a9e;" (goto "goto") (statement_identifier "LAB_00212a9e") (; ";"))) (} "}")) (else_clause "else {\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" (else "else") (compound_statement "{\n iVar4 = *(int *)(param_2 + 0x28);\n piVar2 = piVar5;\n while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }\n if (piVar2[1] != -1) {\n return 0;\n }\nLAB_00212a1d:\n iVar4 = FUN_00212740();\n iVar1 = *(int *)(param_2 + 0x28);\n if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }\n }" ({ "{") (expression_statement "iVar4 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar4 = *(int *)(param_2 + 0x28)" (identifier "iVar4") (= "=") (pointer_expression "*(int *)(param_2 + 0x28)" (* "*") (cast_expression "(int *)(param_2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "piVar2 = piVar5;" (assignment_expression "piVar2 = piVar5" (identifier "piVar2") (= "=") (identifier "piVar5")) (; ";")) (while_statement "while (param_3 != iVar4) {\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" (while "while") (parenthesized_expression "(param_3 != iVar4)" (( "(") (binary_expression "param_3 != iVar4" (identifier "param_3") (!= "!=") (identifier "iVar4")) () ")")) (compound_statement "{\n piVar2 = *(int **)(piVar2 + 2);\n if (piVar2 == (int *)0x0) goto LAB_00212a1d;\n iVar4 = *piVar2;\n }" ({ "{") (expression_statement "piVar2 = *(int **)(piVar2 + 2);" (assignment_expression "piVar2 = *(int **)(piVar2 + 2)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(piVar2 + 2)" (* "*") (cast_expression "(int **)(piVar2 + 2)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar2 + 2)" (( "(") (binary_expression "piVar2 + 2" (identifier "piVar2") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (piVar2 == (int *)0x0) goto LAB_00212a1d;" (if "if") (parenthesized_expression "(piVar2 == (int *)0x0)" (( "(") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00212a1d;" (goto "goto") (statement_identifier "LAB_00212a1d") (; ";"))) (expression_statement "iVar4 = *piVar2;" (assignment_expression "iVar4 = *piVar2" (identifier "iVar4") (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (} "}"))) (if_statement "if (piVar2[1] != -1) {\n return 0;\n }" (if "if") (parenthesized_expression "(piVar2[1] != -1)" (( "(") (binary_expression "piVar2[1] != -1" (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (labeled_statement "LAB_00212a1d:\n iVar4 = FUN_00212740();" (statement_identifier "LAB_00212a1d") (: ":") (expression_statement "iVar4 = FUN_00212740();" (assignment_expression "iVar4 = FUN_00212740()" (identifier "iVar4") (= "=") (call_expression "FUN_00212740()" (identifier "FUN_00212740") (argument_list "()" (( "(") () ")")))) (; ";"))) (expression_statement "iVar1 = *(int *)(param_2 + 0x28);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x28)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_2 + 0x28)" (* "*") (cast_expression "(int *)(param_2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (iVar1 != -1) {\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" (if "if") (parenthesized_expression "(iVar1 != -1)" (( "(") (binary_expression "iVar1 != -1" (identifier "iVar1") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }\nLAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);\n uVar3 = *(undefined8 *)(param_2 + 0x30);\n *piVar5 = param_3;\n piVar5[1] = iVar4;\n *(undefined8 *)(piVar5 + 2) = uVar3;\n *(int **)(param_2 + 0x30) = piVar5;\n return 1;\n }" ({ "{") (while_statement "while( true ) {\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }\n piVar5 = *(int **)(piVar5 + 2);\n if (piVar5 == (int *)0x0) break;\n iVar1 = *piVar5;\n }" ({ "{") (if_statement "if (param_3 == iVar1) {\n piVar5[1] = iVar4;\n return 1;\n }" (if "if") (parenthesized_expression "(param_3 == iVar1)" (( "(") (binary_expression "param_3 == iVar1" (identifier "param_3") (== "==") (identifier "iVar1")) () ")")) (compound_statement "{\n piVar5[1] = iVar4;\n return 1;\n }" ({ "{") (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" (identifier "piVar5") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar4")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "piVar5 = *(int **)(piVar5 + 2);" (assignment_expression "piVar5 = *(int **)(piVar5 + 2)" (identifier "piVar5") (= "=") (pointer_expression "*(int **)(piVar5 + 2)" (* "*") (cast_expression "(int **)(piVar5 + 2)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(piVar5 + 2)" (( "(") (binary_expression "piVar5 + 2" (identifier "piVar5") (+ "+") (number_literal "2")) () ")"))))) (; ";")) (if_statement "if (piVar5 == (int *)0x0) break;" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar1 = *piVar5;" (assignment_expression "iVar1 = *piVar5" (identifier "iVar1") (= "=") (pointer_expression "*piVar5" (* "*") (identifier "piVar5"))) (; ";")) (} "}"))) (labeled_statement "LAB_00212a9e:\n piVar5 = (int *)FUN_002d9490(0x10);" (statement_identifier "LAB_00212a9e") (: ":") (expression_statement "piVar5 = (int *)FUN_002d9490(0x10);" (assignment_expression "piVar5 = (int *)FUN_002d9490(0x10)" (identifier "piVar5") (= "=") (cast_expression "(int *)FUN_002d9490(0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002d9490(0x10)" (identifier "FUN_002d9490") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";"))) (expression_statement "uVar3 = *(undefined8 *)(param_2 + 0x30);" (assignment_expression "uVar3 = *(undefined8 *)(param_2 + 0x30)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined8 *)(param_2 + 0x30)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "*piVar5 = param_3;" (assignment_expression "*piVar5 = param_3" (pointer_expression "*piVar5" (* "*") (identifier "piVar5")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "piVar5[1] = iVar4;" (assignment_expression "piVar5[1] = iVar4" (subscript_expression "piVar5[1]" (identifier "piVar5") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar4")) (; ";")) (expression_statement "*(undefined8 *)(piVar5 + 2) = uVar3;" (assignment_expression "*(undefined8 *)(piVar5 + 2) = uVar3" (pointer_expression "*(undefined8 *)(piVar5 + 2)" (* "*") (cast_expression "(undefined8 *)(piVar5 + 2)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar5 + 2)" (( "(") (binary_expression "piVar5 + 2" (identifier "piVar5") (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "*(int **)(param_2 + 0x30) = piVar5;" (assignment_expression "*(int **)(param_2 + 0x30) = piVar5" (pointer_expression "*(int **)(param_2 + 0x30)" (* "*") (cast_expression "(int **)(param_2 + 0x30)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "piVar5")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")))) (expression_statement "*(int *)(param_2 + 0x28) = param_3;" (assignment_expression "*(int *)(param_2 + 0x28) = param_3" (pointer_expression "*(int *)(param_2 + 0x28)" (* "*") (cast_expression "(int *)(param_2 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(int *)(param_2 + 0x2c) = iVar4;" (assignment_expression "*(int *)(param_2 + 0x2c) = iVar4" (pointer_expression "*(int *)(param_2 + 0x2c)" (* "*") (cast_expression "(int *)(param_2 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2c)" (( "(") (binary_expression "param_2 + 0x2c" (identifier "param_2") (+ "+") (number_literal "0x2c")) () ")")))) (= "=") (identifier "iVar4")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
/* DWARF original prototype: bool add_global_plt(Output_data_got<64,_true> * this, Symbol * gsym, uint got_type) */ bool __thiscall gold::Output_data_got<64,_true>::add_global_plt (Output_data_got<64,_true> *this,Symbol *gsym,type_2 var_3) { type_2 var_6; type_1 got_entry; type_1 got_entry_00; type_2 var_4; type_3 *var_5; type_3 *var_1; type_4 uStack_3c; var_1 = &gsym->got_offsets_; if (var_1 == (type_3 *)0x0) { got_entry_00._12_4_ = uStack_3c; got_entry_00._8_4_ = 0xffffffff; got_entry_00.u_.gsym = gsym; got_entry_00.addend_ = 0; var_4 = var_2(this,got_entry_00); if ((gsym->got_offsets_).got_type_ != 0xffffffff) goto LAB_00212a9e; } else { var_4 = (gsym->got_offsets_).got_type_; var_5 = var_1; while (var_3 != var_4) { var_5 = var_5->got_next_; if (var_5 == (type_3 *)0x0) goto LAB_00212a1d; var_4 = var_5->got_type_; } if (var_5->got_offset_ != 0xffffffff) { return false; } LAB_00212a1d: got_entry._12_4_ = uStack_3c; got_entry._8_4_ = 0xffffffff; got_entry.u_.gsym = gsym; got_entry.addend_ = 0; var_4 = var_2(this,got_entry); var_6 = (gsym->got_offsets_).got_type_; if (var_6 != 0xffffffff) { while( true ) { if (var_3 == var_6) { var_1->got_offset_ = var_4; return true; } var_1 = var_1->got_next_; if (var_1 == (type_3 *)0x0) break; var_6 = var_1->got_type_; } LAB_00212a9e: var_5 = (type_3 *)var_7(0x10); var_1 = (gsym->got_offsets_).got_next_; var_5->got_type_ = var_3; var_5->got_offset_ = var_4; var_5->got_next_ = var_1; (gsym->got_offsets_).got_next_ = var_5; return true; } } (gsym->got_offsets_).got_type_ = var_3; (gsym->got_offsets_).got_offset_ = var_4; return true; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement (number_literal)))))
null
undefined8 MASKED(undefined8 param_1,long param_2,int param_3) { int iVar1; int *piVar2; undefined8 uVar3; int iVar4; int *piVar5; piVar5 = (int *)(param_2 + 0x28); if (piVar5 == (int *)0x0) { iVar4 = FUN_00212740(); if (*(int *)(param_2 + 0x28) != -1) goto LAB_00212a9e; } else { iVar4 = *(int *)(param_2 + 0x28); piVar2 = piVar5; while (param_3 != iVar4) { piVar2 = *(int **)(piVar2 + 2); if (piVar2 == (int *)0x0) goto LAB_00212a1d; iVar4 = *piVar2; } if (piVar2[1] != -1) { return 0; } LAB_00212a1d: iVar4 = FUN_00212740(); iVar1 = *(int *)(param_2 + 0x28); if (iVar1 != -1) { while( true ) { if (param_3 == iVar1) { piVar5[1] = iVar4; return 1; } piVar5 = *(int **)(piVar5 + 2); if (piVar5 == (int *)0x0) break; iVar1 = *piVar5; } LAB_00212a9e: piVar5 = (int *)FUN_002d9490(0x10); uVar3 = *(undefined8 *)(param_2 + 0x30); *piVar5 = param_3; piVar5[1] = iVar4; *(undefined8 *)(piVar5 + 2) = uVar3; *(int **)(param_2 + 0x30) = piVar5; return 1; } } *(int *)(param_2 + 0x28) = param_3; *(int *)(param_2 + 0x2c) = iVar4; return 1; }
471_aarch64-linux-gnu-strip_and_aarch64-linux-gnu-strip_strip.c
bfd_decode_symclass
bfd_decode_symclass
/* WARNING: Control flow encountered bad instruction data */ void bfd_decode_symclass(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_decode_symclass(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207053758')]
[('const-1', u'RETURN_-1207053758')]
null
null
0012d238
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_decode_symclass(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_decode_symclass(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_decode_symclass(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_decode_symclass(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_decode_symclass(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_decode_symclass(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void bfd_decode_symclass(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_decode_symclass(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_decode_symclass(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void bfd_decode_symclass(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_decode_symclass(void)" (identifier "bfd_decode_symclass") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
143_aarch64-linux-gnu-addr2line_and_aarch64-linux-gnu-addr2line_strip.c
strlen
strlen
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* strlen@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t strlen(char *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206939454')]
[('const-1', u'RETURN_-1206939454')]
null
null
001090b8
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strlen@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t strlen(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strlen@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strlen@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strlen(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "size_t strlen(char *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "strlen(char *__s)" (identifier "strlen") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t function_1(char *__s) { /* WARNING: Bad instruction - Truncating control flow here */ /* strlen@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ size_t MASKED(char *__s) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
8296_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
do_always_noconv
FUN_002c09d0
/* std::codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const */ undefined8 std::codecvt<wchar_t,char,__mbstate_t>::do_always_noconv(void) { return 0; }
undefined8 FUN_002c09d0(void) { return 0; }
XOR EAX,EAX RET
null
null
null
null
[(u'COPY_-1204614700', u'RETURN_-1204614680'), ('const-0', u'COPY_-1204614700'), ('const-0', u'RETURN_-1204614680')]
[(u'COPY_-1204614700', u'RETURN_-1204614680'), ('const-0', u'COPY_-1204614700'), ('const-0', u'RETURN_-1204614680')]
null
null
002c09d0
x64
O2
(translation_unit "undefined8 FUN_002c09d0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002c09d0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_002c09d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
(translation_unit "/* std::codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const */\n\nundefined8 std::codecvt<wchar_t,char,__mbstate_t>::do_always_noconv(void)\n\n{\n return 0;\n}\n\n" comment (ERROR "undefined8 std::codecvt<wchar_t,char,__mbstate_t>::do_always_noconv(void)" type_identifier (ERROR "std::codecvt<" identifier : : identifier <) identifier , identifier , (ERROR "__mbstate_t>::" identifier > : :) (function_declarator "do_always_noconv(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) }))
(translation_unit "undefined8 FUN_002c09d0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_002c09d0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_002c09d0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
(function_definition "undefined8 FUN_002c09d0(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_002c09d0(void)" (identifier "FUN_002c09d0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
/* std::codecvt<wchar_t, char, __mbstate_t>::do_always_noconv() const */ undefined8 std::codecvt<wchar_t,char,__mbstate_t>::do_always_noconv(void) { return 0; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
null
undefined8 MASKED(void) { return 0; }
881_riscv64-linux-gnu-as_and_riscv64-linux-gnu-as_strip.c
dcngettext
dcngettext
/* WARNING: Control flow encountered bad instruction data */ void dcngettext(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* dcngettext@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void dcngettext(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207352526')]
[('const-1', u'RETURN_-1207352526')]
null
null
00164328
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcngettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dcngettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dcngettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcngettext@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void dcngettext(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcngettext@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dcngettext@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void dcngettext(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dcngettext(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dcngettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void dcngettext(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dcngettext(void)" (identifier "dcngettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* dcngettext@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
331_s390x-linux-gnu-readelf_and_s390x-linux-gnu-readelf_strip.c
expandargv
FUN_00156230
void expandargv(int *argcp,char ***argvp) { byte bVar1; char **argv; int iVar2; FILE *__stream; size_t sVar3; byte *input; size_t sVar4; char **__src; char **ppcVar5; byte *pbVar6; long lVar7; char *pcVar8; int iVar9; int iVar10; long lVar11; char *__format; int iVar12; long local_100; int local_d8; stat_conflict sb; argv = *argvp; iVar2 = *argcp; local_d8 = 2000; iVar10 = 0; do { iVar9 = iVar10 + 1; iVar12 = iVar10; if (iVar2 <= iVar9) { return; } while( true ) { lVar11 = (long)iVar9; local_100 = lVar11 * 8; pcVar8 = (*argvp)[lVar11]; iVar10 = iVar9; if (*pcVar8 != '@') break; local_d8 = local_d8 + -1; if (local_d8 == 0) { pcVar8 = **argvp; __format = "%s: error: too many @-files encountered\n"; LAB_00156562: fprintf(stderr,__format,pcVar8); /* WARNING: Subroutine does not return */ xexit(1); } pcVar8 = pcVar8 + 1; iVar2 = __xstat(1,pcVar8,(stat *)&sb); if (iVar2 < 0) { LAB_001563a0: iVar2 = *argcp; break; } if ((sb.st_mode & 0xf000) == 0x4000) { __format = "%s: error: @-file refers to a directory\n"; pcVar8 = **argvp; goto LAB_00156562; } __stream = fopen(pcVar8,"r"); if (__stream == (FILE *)0x0) goto LAB_001563a0; iVar2 = fseek(__stream,0,2); if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) && (iVar2 = fseek(__stream,0,0), iVar2 != -1)) { input = (byte *)xmalloc(sVar3 + 1); sVar4 = fread(input,1,sVar3,__stream); if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) { input[sVar4] = 0; if (*input == 0) { LAB_001563f0: __src = (char **)xmalloc(8); *__src = (char *)0x0; ppcVar5 = *argvp; if (argv == ppcVar5) { ppcVar5 = dupargv(argv); iVar2 = 0; lVar7 = 0; *argvp = ppcVar5; sVar3 = 0; } else { LAB_00156546: iVar2 = 0; lVar7 = 0; sVar3 = 0; } } else { bVar1 = (byte)_sch_istable[*input]; pbVar6 = input; while ((bVar1 & 0x40) != 0) { pbVar6 = pbVar6 + 1; if (*pbVar6 == 0) goto LAB_001563f0; bVar1 = (byte)_sch_istable[*pbVar6]; } __src = buildargv((char *)input); ppcVar5 = *argvp; pcVar8 = *__src; if (ppcVar5 == argv) { ppcVar5 = dupargv(argv); *argvp = ppcVar5; } if (pcVar8 == (char *)0x0) goto LAB_00156546; lVar7 = 0; do { lVar7 = lVar7 + 1; sVar3 = lVar7 * 8; } while (__src[lVar7] != (char *)0x0); iVar2 = (int)lVar7; local_100 = (lVar11 + lVar7) * 8; } free(ppcVar5[lVar11]); ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8); iVar10 = *argcp; *argvp = ppcVar5; memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1, (long)(iVar10 - iVar9) << 3); memcpy(*argvp + lVar11,__src,sVar3); *argcp = iVar2 + -1 + *argcp; free(__src); free(input); iVar10 = iVar12; } } fclose(__stream); iVar9 = iVar10 + 1; iVar2 = *argcp; iVar12 = iVar10; if (iVar2 <= iVar9) { return; } } } while( true ); }
void FUN_00156230(int *param_1,long *param_2) { long lVar1; byte bVar2; long lVar3; int iVar4; FILE *__stream; size_t sVar5; byte *__ptr; size_t sVar6; long *__src; long lVar7; byte *pbVar8; long lVar9; undefined8 uVar10; int iVar11; int iVar12; long lVar13; char *pcVar14; int iVar15; long local_100; int local_d8; stat local_c8; lVar3 = *param_2; iVar4 = *param_1; local_d8 = 2000; iVar12 = 0; do { iVar11 = iVar12 + 1; iVar15 = iVar12; if (iVar4 <= iVar11) { return; } while( true ) { lVar13 = (long)iVar11; lVar1 = lVar13 * 8; pcVar14 = (char *)((undefined8 *)*param_2)[lVar13]; iVar12 = iVar11; if (*pcVar14 != '@') break; local_d8 = local_d8 + -1; if (local_d8 == 0) { uVar10 = *(undefined8 *)*param_2; pcVar14 = "%s: error: too many @-files encountered\n"; LAB_00156562: fprintf(stderr,pcVar14,uVar10); /* WARNING: Subroutine does not return */ FUN_001593e0(1); } pcVar14 = pcVar14 + 1; iVar4 = __xstat(1,pcVar14,&local_c8); if (iVar4 < 0) { LAB_001563a0: iVar4 = *param_1; break; } if ((local_c8.st_mode & 0xf000) == 0x4000) { pcVar14 = "%s: error: @-file refers to a directory\n"; uVar10 = *(undefined8 *)*param_2; goto LAB_00156562; } __stream = fopen(pcVar14,"r"); if (__stream == (FILE *)0x0) goto LAB_001563a0; iVar4 = fseek(__stream,0,2); if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) && (iVar4 = fseek(__stream,0,0), iVar4 != -1)) { __ptr = (byte *)FUN_001594b0(sVar5 + 1); sVar6 = fread(__ptr,1,sVar5,__stream); if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) { __ptr[sVar6] = 0; local_100 = lVar1; if (*__ptr == 0) { LAB_001563f0: __src = (long *)FUN_001594b0(8); *__src = 0; lVar7 = *param_2; if (lVar3 == lVar7) { lVar7 = FUN_00155df0(); iVar4 = 0; lVar9 = 0; *param_2 = lVar7; sVar5 = 0; } else { LAB_00156546: iVar4 = 0; lVar9 = 0; sVar5 = 0; } } else { bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2]; pbVar8 = __ptr; while ((bVar2 & 0x40) != 0) { pbVar8 = pbVar8 + 1; if (*pbVar8 == 0) goto LAB_001563f0; bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2]; } __src = (long *)FUN_00155ee0(__ptr); lVar7 = *param_2; lVar9 = *__src; if (lVar7 == lVar3) { lVar7 = FUN_00155df0(lVar3); *param_2 = lVar7; } if (lVar9 == 0) goto LAB_00156546; lVar9 = 0; do { lVar9 = lVar9 + 1; sVar5 = lVar9 * 8; } while (__src[lVar9] != 0); iVar4 = (int)lVar9; local_100 = (lVar13 + lVar9) * 8; } free(*(void **)(lVar7 + lVar13 * 8)); lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8); iVar12 = *param_1; *param_2 = lVar13; memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1), (long)(iVar12 - iVar11) << 3); memcpy((void *)(*param_2 + lVar1),__src,sVar5); *param_1 = iVar4 + -1 + *param_1; free(__src); free(__ptr); iVar12 = iVar15; } } fclose(__stream); iVar11 = iVar12 + 1; iVar4 = *param_1; iVar15 = iVar12; if (iVar4 <= iVar11) { return; } } } while( true ); }
PUSH R15 MOV R15,RSI PUSH R14 XOR R14D,R14D PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0xe8 MOV RAX,qword ptr [RSI] MOV EDX,dword ptr [RDI] MOV qword ptr [RSP + 0x8],RDI MOV qword ptr [RSP + 0x48],RAX LEA RAX,[RSP + 0x50] MOV dword ptr [RSP + 0x40],0x7d0 MOV qword ptr [RSP + 0x10],RAX NOP dword ptr [RAX + RAX*0x1] LEA EBX,[R14 + 0x1] CMP EBX,EDX JGE 0x0015638e MOV RAX,qword ptr [R15] MOVSXD RBP,EBX LEA R13,[RBP*0x8] MOV RDI,qword ptr [RAX + RBP*0x8] CMP byte ptr [RDI],0x40 JNZ 0x001563a7 SUB dword ptr [RSP + 0x40],0x1 JZ 0x00156558 LEA R12,[RDI + 0x1] MOV RDX,qword ptr [RSP + 0x10] MOV EDI,0x1 MOV RSI,R12 CALL 0x001072d0 TEST EAX,EAX JS 0x001563a0 MOV EAX,dword ptr [RSP + 0x68] AND EAX,0xf000 CMP EAX,0x4000 JZ 0x0015657a MOV RDI,R12 LEA RSI,[0x16a85d] CALL 0x00107350 MOV R12,RAX TEST RAX,RAX JZ 0x001563a0 XOR ESI,ESI MOV EDX,0x2 MOV RDI,RAX CALL 0x00107300 CMP EAX,-0x1 JZ 0x00156370 MOV RDI,R12 CALL 0x00107290 MOV qword ptr [RSP + 0x18],RAX CMP RAX,-0x1 JZ 0x00156370 XOR EDX,EDX XOR ESI,ESI MOV RDI,R12 CALL 0x00107300 CMP EAX,-0x1 JZ 0x00156370 MOV RAX,qword ptr [RSP + 0x18] LEA RDI,[RAX + 0x1] CALL 0x001594b0 MOV RDX,qword ptr [RSP + 0x18] MOV RCX,R12 MOV ESI,0x1 MOV RDI,RAX MOV qword ptr [RSP + 0x20],RAX CALL 0x001070e0 MOV RDX,RAX CMP qword ptr [RSP + 0x18],RAX JZ 0x001563b0 MOV RDI,R12 MOV qword ptr [RSP + 0x18],RAX CALL 0x001070c0 MOV RDX,qword ptr [RSP + 0x18] TEST EAX,EAX JZ 0x001563b0 NOP MOV RDI,R12 MOV R14D,EBX CALL 0x00107100 MOV RAX,qword ptr [RSP + 0x8] LEA EBX,[R14 + 0x1] MOV EDX,dword ptr [RAX] CMP EBX,EDX JL 0x0015627c ADD RSP,0xe8 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RAX,qword ptr [RSP + 0x8] MOV EDX,dword ptr [RAX] MOV R14D,EBX JMP 0x00156270 MOV RAX,qword ptr [RSP + 0x20] MOV byte ptr [RAX + RDX*0x1],0x0 MOVZX EAX,byte ptr [RAX] TEST AL,AL JZ 0x001563f0 LEA RSI,[0x187e40] TEST byte ptr [RSI + RAX*0x2],0x40 JZ 0x00156440 MOV RDX,qword ptr [RSP + 0x20] JMP 0x001563e5 LEA RSI,[0x187e40] TEST byte ptr [RSI + RAX*0x2],0x40 JZ 0x00156440 ADD RDX,0x1 MOVZX EAX,byte ptr [RDX] TEST AL,AL JNZ 0x001563d8 MOV EDI,0x8 CALL 0x001594b0 MOV RDI,qword ptr [RSP + 0x48] MOV RCX,RAX MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [R15] CMP RDI,RAX JNZ 0x00156546 MOV qword ptr [RSP + 0x28],RCX CALL 0x00155df0 MOV qword ptr [RSP + 0x18],R13 XOR R9D,R9D XOR EDX,EDX MOV qword ptr [R15],RAX XOR R8D,R8D MOV RCX,qword ptr [RSP + 0x28] JMP 0x00156494 MOV RDI,qword ptr [RSP + 0x20] CALL 0x00155ee0 MOV RCX,RAX MOV RAX,qword ptr [R15] MOV RDX,qword ptr [RCX] CMP RAX,qword ptr [RSP + 0x48] JZ 0x00156589 TEST RDX,RDX JZ 0x00156546 XOR EDX,EDX NOP dword ptr [RAX] ADD RDX,0x1 CMP qword ptr [RCX + RDX*0x8],0x0 LEA R8,[RDX*0x8] JNZ 0x00156470 LEA RSI,[RBP + RDX*0x1] MOV R9D,EDX SHL RSI,0x3 MOV qword ptr [RSP + 0x18],RSI MOV RDI,qword ptr [RAX + RBP*0x8] MOV dword ptr [RSP + 0x44],R9D MOV qword ptr [RSP + 0x38],R8 MOV qword ptr [RSP + 0x30],RCX MOV qword ptr [RSP + 0x28],RDX CALL 0x00107030 MOV RBP,qword ptr [RSP + 0x8] MOV RDX,qword ptr [RSP + 0x28] MOV RDI,qword ptr [R15] MOVSXD RAX,dword ptr [RBP] LEA RSI,[RDX + RAX*0x1 + 0x1] SHL RSI,0x3 CALL 0x00159530 MOV ECX,dword ptr [RBP] MOV RDI,qword ptr [RSP + 0x18] MOV qword ptr [R15],RAX LEA RSI,[RAX + R13*0x1 + 0x8] MOV EDX,ECX ADD RDI,RAX MOV dword ptr [RSP + 0x28],ECX SUB EDX,EBX MOV EBX,R14D MOVSXD RDX,EDX SHL RDX,0x3 CALL 0x00107340 MOV R8,qword ptr [RSP + 0x38] MOV RCX,qword ptr [RSP + 0x30] MOV RDI,qword ptr [R15] MOV RSI,RCX MOV RDX,R8 MOV qword ptr [RSP + 0x18],RCX ADD RDI,R13 CALL 0x001072b0 MOV EAX,dword ptr [RBP] MOV R9D,dword ptr [RSP + 0x44] MOV RCX,qword ptr [RSP + 0x18] LEA EAX,[R9 + RAX*0x1 + -0x1] MOV dword ptr [RBP],EAX MOV RDI,RCX CALL 0x00107030 MOV RDI,qword ptr [RSP + 0x20] CALL 0x00107030 JMP 0x00156370 MOV qword ptr [RSP + 0x18],R13 XOR R9D,R9D XOR EDX,EDX XOR R8D,R8D JMP 0x00156494 MOV RDX,qword ptr [RAX] LEA RSI,[0x184b78] MOV RDI,qword ptr [0x001923e0] XOR EAX,EAX CALL 0x00107280 MOV EDI,0x1 CALL 0x001593e0 MOV RAX,qword ptr [R15] LEA RSI,[0x184ba8] MOV RDX,qword ptr [RAX] JMP 0x00156562 MOV RDI,qword ptr [RSP + 0x48] MOV qword ptr [RSP + 0x28],RCX MOV qword ptr [RSP + 0x18],RDX CALL 0x00155df0 MOV RCX,qword ptr [RSP + 0x28] MOV RDX,qword ptr [RSP + 0x18] MOV qword ptr [R15],RAX JMP 0x0015645e
null
null
null
null
[(u'INT_ADD_-1207276458', u'INT_SLESSEQUAL_-1207278366'), ('tmp_1311', u'BRANCH_-1207278037'), (u'MULTIEQUAL_-1207275693', u'MULTIEQUAL_-1207275460'), (u'MULTIEQUAL_-1207276692', u'MULTIEQUAL_-1207276705'), (u'CALL_-1207278451', u'INDIRECT_-1207276363'), ('const-4294967295', u'INT_NOTEQUAL_-1207278644'), ('const-433', u'STORE_-1207278288'), (u'CAST_-1207275539', u'STORE_-1207278147'), (u'INT_NOTEQUAL_-1207278608', u'CBRANCH_-1207278606'), (u'LOAD_-1207278993', u'CALL_-1207277298'), ('const-433', u'STORE_-1207277596'), ('const-433', u'LOAD_-1207278904'), ('const-433', u'LOAD_-1207278993'), ('tmp_758', u'CBRANCH_-1207278470'), (u'COPY_-1207275859', u'MULTIEQUAL_-1207276439'), ('const-0', u'COPY_-1207275971'), (u'LOAD_-1207278196', u'INT_ZEXT_-1207277046'), (u'MULTIEQUAL_-1207276771', u'CALL_-1207277632'), (u'CALL_-1207278632', u'INT_ADD_-1207278529'), (u'CALL_-1207278713', u'INDIRECT_-1207276500'), (u'CALL_-1207278713', u'CALL_-1207278660'), ('const-4294967295', u'INT_ADD_-1207277591'), (u'CALL_-1207278533', u'CAST_-1207275737'), (u'INT_EQUAL_-1207277727', u'CBRANCH_-1207277723'), (u'PTRADD_-1207275408', u'LOAD_-1207277940'), (u'INDIRECT_-1207275389', u'MULTIEQUAL_-1207275693'), ('tmp_2510', u'LOAD_-1207278904'), ('const-433', u'LOAD_-1207278252'), (u'MULTIEQUAL_-1207276276', u'MULTIEQUAL_-1207276269'), (u'LOAD_-1207277631', u'INT_ADD_-1207277589'), ('tmp_357', u'CBRANCH_-1207278780'), (u'CALL_-1207277632', u'INDIRECT_-1207275919'), ('const-1', u'INT_ADD_-1207278529'), (u'LOAD_-1207278883', u'LOAD_-1207278877'), ('tmp_2510', u'LOAD_-1207277878'), (u'CALL_-1207278162', u'INDIRECT_-1207275807'), (u'CALL_-1207278795', u'INDIRECT_-1207276546'), (u'MULTIEQUAL_-1207276684', u'INT_SEXT_-1207278883'), (u'INDIRECT_-1207275926', u'MULTIEQUAL_-1207276170'), ('const-1', u'PTRADD_-1207278763'), (u'INT_NOTEQUAL_-1207278644', u'CBRANCH_-1207278643'), (u'COPY_-1207276352', u'COPY_-1207276349'), ('const-1484893', u'COPY_-1207275918'), ('const-4294967295', u'INT_NOTEQUAL_-1207278555'), ('const-0', u'CALL_-1207278571'), (u'COPY_-1207278959', u'MULTIEQUAL_-1207276276'), ('const-8', u'PTRADD_-1207275441'), (u'COPY_-1207276692', u'MULTIEQUAL_-1207276504'), (u'PTRSUB_-1207275986', u'CAST_-1207275863'), (u'CAST_-1207275737', u'CALL_-1207278495'), (u'COPY_-1207276573', u'MULTIEQUAL_-1207276677'), (u'MULTIEQUAL_-1207276439', u'COPY_-1207275715'), ('const-0', u'SUBPIECE_-1207275576'), (u'LOAD_-1207278904', u'PTRADD_-1207275934'), (u'LOAD_-1207278877', u'INT_NOTEQUAL_-1207278861'), (u'COPY_-1207276803', u'COPY_-1207276007'), (u'CALL_-1207278713', u'CALL_-1207278571'), (u'INT_ADD_-1207277662', u'INT_ADD_-1207277618'), (u'INDIRECT_-1207276147', u'MULTIEQUAL_-1207276035'), ('const-3', u'INT_LEFT_-1207277708'), ('const-433', u'LOAD_-1207277940'), (u'CALL_-1207278533', u'INDIRECT_-1207276414'), (u'CALL_-1207277810', u'CAST_-1207275323'), (u'PTRADD_-1207275278', u'CALL_-1207277632'), (u'MULTIEQUAL_-1207276867', u'MULTIEQUAL_-1207276634'), ('const-1592232', u'COPY_-1207277310'), (u'CALL_-1207278495', u'INDIRECT_-1207275982'), (u'INDIRECT_-1207276472', u'MULTIEQUAL_-1207276326'), (u'CALL_-1207278451', u'INT_EQUAL_-1207278429'), (u'CALL_-1207277298', u'INDIRECT_-1207275794'), (u'INT_ADD_-1207277589', u'STORE_-1207277596'), (u'STORE_-1207277793', u'INDIRECT_-1207275971'), (u'INT_ADD_-1207278832', u'MULTIEQUAL_-1207276269'), ('const-433', u'LOAD_-1207277322'), ('const-1605184', u'PTRSUB_-1207275619'), (u'LOAD_-1207278252', u'SUBPIECE_-1207275601'), ('const-0', u'INT_EQUAL_-1207278835'), ('const-0', u'SUBPIECE_-1207275601'), (u'CALL_-1207277758', u'MULTIEQUAL_-1207276594'), (u'CALL_-1207277758', u'INDIRECT_-1207275729'), ('const-433', u'LOAD_-1207277748'), (u'CALL_-1207278632', u'INT_EQUAL_-1207278474'), ('tmp_461', u'CBRANCH_-1207278693'), (u'MULTIEQUAL_-1207276714', u'INT_ADD_-1207277662'), ('const-1', u'CALL_-1207277291'), ('const-433', u'LOAD_-1207277666'), (u'CALL_-1207278099', u'INDIRECT_-1207275769'), (u'INT_ADD_-1207276458', u'MULTIEQUAL_-1207276684'), (u'CALL_-1207277298', u'INDIRECT_-1207275389'), (u'LOAD_-1207278395', u'INT_SLESSEQUAL_-1207278366'), ('const-0', u'COPY_-1207276692'), (u'INDIRECT_-1207276067', u'MULTIEQUAL_-1207275928'), (u'CAST_-1207275539', u'MULTIEQUAL_-1207276594'), (u'INDIRECT_-1207276141', u'INT_AND_-1207278741'), (u'CALL_-1207278495', u'PTRADD_-1207278228'), ('const-0', u'INT_NOTEQUAL_-1207278239'), ('const-433', u'LOAD_-1207277753'), (u'LOAD_-1207278284', u'INT_ZEXT_-1207277096'), (u'CALL_-1207277566', u'INDIRECT_-1207275473'), (u'CALL_-1207277810', u'INDIRECT_-1207275590'), (u'INT_SEXT_-1207278883', u'INT_ADD_-1207275381'), (u'INT_SLESS_-1207278780', u'CBRANCH_-1207278780'), (u'INT_ADD_-1207278914', u'MULTIEQUAL_-1207276684'), (u'MULTIEQUAL_-1207276867', u'MULTIEQUAL_-1207276811'), (u'CAST_-1207275298', u'CALL_-1207277689'), (u'MULTIEQUAL_-1207276594', u'MULTIEQUAL_-1207276771'), (u'MULTIEQUAL_-1207276374', u'CALL_-1207277305'), ('const-433', u'LOAD_-1207277301'), (u'INT_SUB_-1207277738', u'INT_SEXT_-1207277725'), (u'INT_EQUAL_-1207278474', u'CBRANCH_-1207278470'), (u'CALL_-1207278162', u'INDIRECT_-1207276212'), (u'LOAD_-1207277666', u'INT_NOTEQUAL_-1207277650'), (u'INT_ADD_-1207277758', u'CAST_-1207275298'), ('const-0', u'COPY_-1207276803'), (u'INT_AND_-1207278226', u'INT_NOTEQUAL_-1207278239'), (u'INT_SEXT_-1207278883', u'PTRADD_-1207275934'), ('const-0', u'RETURN_-1207275695'), ('const-1', u'INT_ADD_-1207276458'), ('const-433', u'STORE_-1207278147'), (u'STORE_-1207277279', u'INDIRECT_-1207275762'), ('const-1', u'INT_ADD_-1207277850'), (u'MULTIEQUAL_-1207276170', u'MULTIEQUAL_-1207276177'), (u'LOAD_-1207278196', u'INT_EQUAL_-1207278177'), (u'MULTIEQUAL_-1207276684', u'INT_SUB_-1207277738'), ('const-1', u'PTRADD_-1207278228'), (u'LOAD_-1207277753', u'INT_EQUAL_-1207277727'), (u'MULTIEQUAL_-1207276269', u'MULTIEQUAL_-1207276276'), (u'CALL_-1207277632', u'INDIRECT_-1207275514'), (u'STORE_-1207277596', u'INDIRECT_-1207275886'), (u'INT_ADD_-1207277618', u'INT_MULT_-1207277591'), (u'CALL_-1207278099', u'MULTIEQUAL_-1207276811'), ('tmp_2509', u'LOAD_-1207278395'), (u'MULTIEQUAL_-1207276575', u'COPY_-1207276352'), (u'CALL_-1207278571', u'INDIRECT_-1207276434'), (u'CALL_-1207278713', u'INDIRECT_-1207276095'), (u'CAST_-1207275863', u'CALL_-1207278795'), (u'MULTIEQUAL_-1207276705', u'MULTIEQUAL_-1207276692'), ('tmp_2510', u'LOAD_-1207277753'), (u'MULTIEQUAL_-1207276692', u'INT_ADD_-1207278914'), (u'CALL_-1207278795', u'INDIRECT_-1207276141'), ('const-0', u'CALL_-1207278660'), ('const-8', u'CALL_-1207278162'), ('tmp_2387', u'BRANCH_-1207277294'), (u'COPY_-1207275279', u'MULTIEQUAL_-1207276439'), (u'INDIRECT_-1207275958', u'MULTIEQUAL_-1207275928'), ('const-8', u'PTRADD_-1207275278'), ('tmp_9104', u'MULTIEQUAL_-1207276177'), (u'CALL_-1207278660', u'INDIRECT_-1207276067'), ('const-0', u'COPY_-1207276267'), ('tmp_2077', u'CBRANCH_-1207277704'), (u'INT_EQUAL_-1207278835', u'CBRANCH_-1207278830'), (u'CALL_-1207277566', u'INDIRECT_-1207275878'), ('tmp_254', u'CBRANCH_-1207278859'), ('const-16384', u'INT_EQUAL_-1207278740'), (u'INT_MULT_-1207277826', u'CALL_-1207277810'), (u'INDIRECT_-1207276141', u'MULTIEQUAL_-1207275876'), (u'INT_ADD_-1207278832', u'MULTIEQUAL_-1207276276'), ('const-0', u'INT_EQUAL_-1207278429'), (u'CALL_-1207277758', u'MULTIEQUAL_-1207276771'), (u'CAST_-1207275323', u'CAST_-1207275299'), (u'LOAD_-1207277322', u'MULTIEQUAL_-1207276460'), (u'INDIRECT_-1207275838', u'COPY_-1207275878'), (u'INT_ADD_-1207278529', u'CALL_-1207278533'), ('const-2', u'CALL_-1207278660'), ('const-2', u'PTRADD_-1207275616'), (u'MULTIEQUAL_-1207276091', u'MULTIEQUAL_-1207276035'), ('const-1', u'INT_ADD_-1207277662'), (u'INT_EQUAL_-1207278740', u'CBRANCH_-1207278736'), ('const-433', u'LOAD_-1207278196'), (u'INT_MULT_-1207277591', u'MULTIEQUAL_-1207275905'), ('tmp_2510', u'LOAD_-1207278993'), ('const-1', u'INT_ADD_-1207278914'), (u'LOAD_-1207277940', u'CALL_-1207277895'), (u'CALL_-1207278411', u'INDIRECT_-1207276331'), (u'CALL_-1207278533', u'INDIRECT_-1207276009'), (u'CALL_-1207277810', u'INDIRECT_-1207275995'), ('const-0', u'PTRSUB_-1207275594'), ('tmp_2051', u'CBRANCH_-1207277723'), (u'PTRSUB_-1207275619', u'PTRADD_-1207275616'), (u'SUBPIECE_-1207276103', u'MULTIEQUAL_-1207276093'), (u'LOAD_-1207277878', u'CALL_-1207277810'), (u'PTRSUB_-1207275594', u'PTRADD_-1207275591'), (u'CALL_-1207277758', u'INDIRECT_-1207276134'), (u'MULTIEQUAL_-1207276684', u'COPY_-1207275859'), (u'COPY_-1207275971', u'MULTIEQUAL_-1207276093'), ('const-1', u'CALL_-1207278495'), (u'INDIRECT_-1207276134', u'MULTIEQUAL_-1207276091'), (u'COPY_-1207275918', u'CALL_-1207278713'), (u'MULTIEQUAL_-1207275822', u'CALL_-1207277305'), (u'INDIRECT_-1207276187', u'MULTIEQUAL_-1207275858'), (u'CALL_-1207277582', u'INDIRECT_-1207275889'), ('const-0', u'STORE_-1207278147'), (u'STORE_-1207278288', u'INDIRECT_-1207276265'), ('const-8', u'INT_MULT_-1207277826'), (u'CALL_-1207277758', u'PTRADD_-1207275441'), (u'MULTIEQUAL_-1207276568', u'MULTIEQUAL_-1207275822'), ('const-64', u'INT_AND_-1207278226'), ('tmp_529', u'CBRANCH_-1207278643'), ('tmp_2509', u'LOAD_-1207277809'), ('const-8', u'PTRADD_-1207275408'), (u'CAST_-1207275737', u'CAST_-1207275458'), (u'LOAD_-1207277809', u'INT_SUB_-1207277738'), ('const-1', u'CALL_-1207278795'), (u'INDIRECT_-1207275769', u'MULTIEQUAL_-1207275637'), ('tmp_1194', u'CBRANCH_-1207278118'), ('const-0', u'COPY_-1207276398'), (u'INT_SEXT_-1207278883', u'PTRADD_-1207275278'), (u'INT_ADD_-1207278832', u'INT_EQUAL_-1207278835'), ('const-4294967295', u'INT_ADD_-1207278832'), ('const-1592184', u'COPY_-1207277318'), (u'INT_ADD_-1207275381', u'PTRADD_-1207275334'), (u'INT_SEXT_-1207278883', u'INT_ADD_-1207277618'), (u'INT_ADD_-1207277850', u'INT_ADD_-1207277848'), ('tmp_1025', u'CBRANCH_-1207278264'), (u'COPY_-1207275965', u'MULTIEQUAL_-1207276692'), (u'CAST_-1207275737', u'LOAD_-1207278284'), (u'CALL_-1207278495', u'INT_EQUAL_-1207278474'), (u'INT_SEXT_-1207277856', u'INT_ADD_-1207277848'), ('const-0', u'COPY_-1207276876'), (u'INT_NOTEQUAL_-1207278861', u'CBRANCH_-1207278859'), ('const-64', u'INT_NOTEQUAL_-1207278861'), (u'CALL_-1207278713', u'INT_EQUAL_-1207278695'), (u'COPY_-1207276876', u'MULTIEQUAL_-1207276677'), (u'INT_NOTEQUAL_-1207277650', u'CBRANCH_-1207277636'), (u'COPY_-1207277318', u'MULTIEQUAL_-1207276374'), (u'COPY_-1207276267', u'MULTIEQUAL_-1207276093'), (u'CAST_-1207275299', u'INT_ADD_-1207277758'), (u'INT_EQUAL_-1207278265', u'CBRANCH_-1207278264'), (u'INT_ADD_-1207277591', u'INT_ADD_-1207277589'), ('tmp_2175', u'CBRANCH_-1207277636'), (u'PTRADD_-1207275334', u'CALL_-1207277689'), ('const-1', u'PTRADD_-1207278144'), (u'CALL_-1207277291', u'INDIRECT_-1207275838'), (u'MULTIEQUAL_-1207276771', u'CALL_-1207277582'), (u'CALL_-1207278660', u'INT_NOTEQUAL_-1207278644'), (u'MULTIEQUAL_-1207276634', u'MULTIEQUAL_-1207276811'), (u'INDIRECT_-1207276053', u'MULTIEQUAL_-1207275928'), (u'INT_ADD_-1207278914', u'INT_SLESSEQUAL_-1207278900'), (u'INT_EQUAL_-1207278695', u'CBRANCH_-1207278693'), (u'INT_ADD_-1207277662', u'INT_MULT_-1207277620'), ('tmp_1951', u'BRANCH_-1207277511'), (u'INT_EQUAL_-1207278177', u'CBRANCH_-1207278175'), (u'INDIRECT_-1207275807', u'MULTIEQUAL_-1207275460'), (u'CALL_-1207278632', u'INDIRECT_-1207276458'), ('const-433', u'STORE_-1207277279'), (u'INT_SLESSEQUAL_-1207278900', u'CBRANCH_-1207278908'), (u'INDIRECT_-1207276095', u'MULTIEQUAL_-1207275876'), ('tmp_196', u'CBRANCH_-1207278908'), ('const-1', u'INT_ADD_-1207275381'), (u'PTRADD_-1207278228', u'STORE_-1207278288'), (u'PTRADD_-1207275616', u'LOAD_-1207278252'), ('tmp_1132', u'CBRANCH_-1207278175'), (u'INDIRECT_-1207276029', u'MULTIEQUAL_-1207275928'), ('const-0', u'PTRSUB_-1207275619'), (u'MULTIEQUAL_-1207276679', u'COPY_-1207275279'), (u'LOAD_-1207278993', u'CALL_-1207278099'), ('const-0', u'SUBPIECE_-1207276103'), (u'COPY_-1207275990', u'MULTIEQUAL_-1207276679'), (u'MULTIEQUAL_-1207275905', u'INT_ADD_-1207277758'), (u'COPY_-1207277310', u'MULTIEQUAL_-1207276374'), (u'INDIRECT_-1207276363', u'MULTIEQUAL_-1207276326'), ('const-0', u'COPY_-1207276573'), ('const-1', u'RETURN_-1207277286'), ('const-433', u'LOAD_-1207277879'), ('const-0', u'INT_EQUAL_-1207277706'), ('tmp_669', u'CBRANCH_-1207278554'), (u'INDIRECT_-1207275878', u'MULTIEQUAL_-1207276326'), ('tmp_2509', u'LOAD_-1207277631'), ('tmp_2510', u'STORE_-1207277279'), (u'CALL_-1207278713', u'CALL_-1207278451'), (u'MULTIEQUAL_-1207276504', u'CALL_-1207277632'), (u'CALL_-1207277689', u'INDIRECT_-1207275952'), (u'LOAD_-1207278395', u'MULTIEQUAL_-1207276692'), ('tmp_2510', u'LOAD_-1207277672'), ('tmp_2509', u'LOAD_-1207277789'), (u'INT_ADD_-1207277662', u'SUBPIECE_-1207276103'), (u'MULTIEQUAL_-1207276177', u'MULTIEQUAL_-1207276170'), (u'COPY_-1207275647', u'MULTIEQUAL_-1207275608'), (u'INDIRECT_-1207276331', u'COPY_-1207275705'), ('const-61440', u'INT_AND_-1207278741'), ('const--1', u'INT_NOTEQUAL_-1207278608'), (u'MULTIEQUAL_-1207276568', u'MULTIEQUAL_-1207276575'), (u'LOAD_-1207278284', u'INT_EQUAL_-1207278265'), ('const-433', u'LOAD_-1207277314'), (u'CALL_-1207278451', u'INDIRECT_-1207275958'), ('tmp_577', u'CBRANCH_-1207278606'), (u'INDIRECT_-1207275958', u'MULTIEQUAL_-1207275863'), ('const-0', u'STORE_-1207278288'), (u'MULTIEQUAL_-1207276811', u'PTRADD_-1207275408'), ('tmp_2354', u'BRANCH_-1207277274'), ('const-8', u'INT_MULT_-1207278865'), (u'INT_NOTEQUAL_-1207278555', u'CBRANCH_-1207278554'), ('const-433', u'LOAD_-1207278877'), (u'CALL_-1207278162', u'CAST_-1207275539'), (u'INDIRECT_-1207276500', u'MULTIEQUAL_-1207276274'), (u'INDIRECT_-1207276546', u'MULTIEQUAL_-1207275822'), (u'CALL_-1207278411', u'INDIRECT_-1207275926'), ('const-0', u'INT_EQUAL_-1207278695'), (u'CALL_-1207278632', u'INDIRECT_-1207276053'), (u'INT_ADD_-1207277848', u'INT_MULT_-1207277826'), (u'INDIRECT_-1207275762', u'MULTIEQUAL_-1207276091'), (u'CALL_-1207277758', u'LOAD_-1207277748'), (u'INT_ADD_-1207277662', u'PTRADD_-1207275441'), ('const-433', u'LOAD_-1207277631'), ('const-1605184', u'PTRSUB_-1207275594'), (u'PTRADD_-1207275441', u'LOAD_-1207277666'), (u'INT_SLESSEQUAL_-1207278366', u'CBRANCH_-1207278374'), (u'CAST_-1207275737', u'PTRADD_-1207278228'), ('tmp_2510', u'STORE_-1207278063'), (u'CALL_-1207278632', u'INT_NOTEQUAL_-1207278608'), (u'MULTIEQUAL_-1207276091', u'MULTIEQUAL_-1207275858'), (u'MULTIEQUAL_-1207276684', u'COPY_-1207275965'), (u'SUBPIECE_-1207275601', u'MULTIEQUAL_-1207275604'), (u'CALL_-1207278099', u'STORE_-1207278063'), (u'MULTIEQUAL_-1207276705', u'INT_SLESSEQUAL_-1207278900'), ('const-8', u'INT_MULT_-1207277620'), ('const-1', u'PTRADD_-1207278144'), (u'MULTIEQUAL_-1207276269', u'INT_ADD_-1207278832'), (u'MULTIEQUAL_-1207276575', u'MULTIEQUAL_-1207276568'), (u'PTRADD_-1207278763', u'CALL_-1207278795'), (u'CALL_-1207277298', u'MULTIEQUAL_-1207276867'), ('const-433', u'LOAD_-1207278883'), (u'INT_EQUAL_-1207278429', u'CBRANCH_-1207278428'), (u'INT_ZEXT_-1207277046', u'PTRADD_-1207275591'), (u'LOAD_-1207277879', u'SUBPIECE_-1207275576'), (u'CALL_-1207278495', u'INDIRECT_-1207276387'), ('const-2000', u'COPY_-1207278959'), (u'COPY_-1207276007', u'MULTIEQUAL_-1207276692'), ('const-1', u'PTRADD_-1207278763'), (u'INDIRECT_-1207275729', u'MULTIEQUAL_-1207275693'), (u'MULTIEQUAL_-1207275858', u'MULTIEQUAL_-1207276035'), (u'LOAD_-1207278883', u'PTRADD_-1207278763'), (u'INDIRECT_-1207276434', u'MULTIEQUAL_-1207276326'), (u'LOAD_-1207278993', u'INT_EQUAL_-1207277727'), (u'COPY_-1207276810', u'MULTIEQUAL_-1207276714'), (u'MULTIEQUAL_-1207276677', u'INT_ADD_-1207277850'), (u'MULTIEQUAL_-1207276093', u'INT_ADD_-1207277591'), ('tmp_880', u'CBRANCH_-1207278374'), (u'INDIRECT_-1207276363', u'MULTIEQUAL_-1207276261'), (u'CAST_-1207275323', u'STORE_-1207277793'), ('tmp_2510', u'STORE_-1207277793'), (u'LOAD_-1207277748', u'INT_EQUAL_-1207277706'), (u'INT_AND_-1207278741', u'INT_EQUAL_-1207278740'), (u'MULTIEQUAL_-1207276460', u'CALL_-1207277305'), (u'MULTIEQUAL_-1207275608', u'PTRADD_-1207278144'), ('const-433', u'LOAD_-1207278140'), ('const-433', u'STORE_-1207278063'), ('const-0', u'INT_SLESS_-1207278780'), (u'CALL_-1207278571', u'INDIRECT_-1207276029'), (u'CALL_-1207278713', u'CALL_-1207278632'), ('const-8', u'INT_MULT_-1207277591'), (u'INT_ZEXT_-1207277096', u'PTRADD_-1207275616'), (u'CALL_-1207277689', u'INDIRECT_-1207275547'), (u'CALL_-1207278713', u'CALL_-1207278411'), (u'LOAD_-1207277753', u'MULTIEQUAL_-1207276867'), ('const-2', u'PTRADD_-1207275591'), (u'LOAD_-1207277789', u'MULTIEQUAL_-1207276705'), (u'LOAD_-1207277873', u'INT_SEXT_-1207277856'), (u'LOAD_-1207277314', u'LOAD_-1207277301'), (u'INT_EQUAL_-1207277706', u'CBRANCH_-1207277704'), ('tmp_1062', u'CBRANCH_-1207278237'), (u'LOAD_-1207278140', u'INT_EQUAL_-1207278121'), ('const-0', u'INT_NOTEQUAL_-1207277650'), ('const-433', u'LOAD_-1207277878'), (u'CAST_-1207275737', u'CALL_-1207277566'), (u'INT_MULT_-1207277620', u'MULTIEQUAL_-1207276504'), (u'COPY_-1207275715', u'MULTIEQUAL_-1207276679'), ('const-0', u'CALL_-1207278571'), (u'MULTIEQUAL_-1207275876', u'MULTIEQUAL_-1207276177'), (u'INT_MULT_-1207278865', u'MULTIEQUAL_-1207275905'), ('tmp_2509', u'LOAD_-1207277873'), ('tmp_1864', u'BRANCH_-1207277563'), ('tmp_2510', u'LOAD_-1207277314'), (u'LOAD_-1207277301', u'MULTIEQUAL_-1207276460'), ('tmp_2510', u'LOAD_-1207278140'), (u'CALL_-1207277298', u'STORE_-1207277279'), (u'LOAD_-1207278993', u'INT_EQUAL_-1207278121'), (u'CALL_-1207277582', u'INDIRECT_-1207275484'), (u'INT_SEXT_-1207277725', u'INT_LEFT_-1207277708'), (u'MULTIEQUAL_-1207276274', u'MULTIEQUAL_-1207276575'), (u'LOAD_-1207278988', u'MULTIEQUAL_-1207276705'), (u'CALL_-1207277305', u'INDIRECT_-1207275849'), ('const-0', u'COPY_-1207276810'), (u'INDIRECT_-1207275982', u'MULTIEQUAL_-1207275863'), (u'PTRADD_-1207275934', u'LOAD_-1207278883'), ('tmp_2509', u'STORE_-1207277596'), ('const-0', u'RETURN_-1207278310'), (u'INT_EQUAL_-1207278121', u'CBRANCH_-1207278118'), ('const-433', u'STORE_-1207277793'), (u'CALL_-1207278795', u'INT_SLESS_-1207278780'), ('const-433', u'LOAD_-1207277672'), (u'STORE_-1207278147', u'INDIRECT_-1207276187'), (u'CALL_-1207278660', u'INDIRECT_-1207276472'), ('const-0', u'INT_EQUAL_-1207278265'), (u'CALL_-1207277895', u'INDIRECT_-1207276027'), ('const-433', u'LOAD_-1207278284'), (u'CALL_-1207278632', u'CALL_-1207278495'), (u'CALL_-1207278571', u'INT_NOTEQUAL_-1207278555'), ('const-433', u'LOAD_-1207277789'), ('const-433', u'LOAD_-1207278988'), (u'INT_ADD_-1207277662', u'MULTIEQUAL_-1207276677'), ('const-433', u'LOAD_-1207277809'), (u'PTRADD_-1207275591', u'LOAD_-1207277879'), (u'CAST_-1207275458', u'CALL_-1207277758'), (u'INT_ADD_-1207277662', u'MULTIEQUAL_-1207276714'), ('tmp_9112', u'MULTIEQUAL_-1207276575'), (u'CALL_-1207278713', u'CALL_-1207278495'), ('tmp_6375', u'PTRSUB_-1207275986'), ('const--200', u'PTRSUB_-1207275986'), (u'COPY_-1207276398', u'MULTIEQUAL_-1207276504'), (u'PTRADD_-1207278144', u'MULTIEQUAL_-1207275608'), (u'CALL_-1207278099', u'INDIRECT_-1207276174'), (u'MULTIEQUAL_-1207275460', u'MULTIEQUAL_-1207275637'), ('const-8', u'PTRADD_-1207275334'), ('tmp_421', u'CBRANCH_-1207278736'), (u'INT_SEXT_-1207278883', u'PTRADD_-1207275408'), (u'INDIRECT_-1207276546', u'MULTIEQUAL_-1207276274'), (u'LOAD_-1207277672', u'PTRADD_-1207275278'), ('const-433', u'LOAD_-1207278395'), (u'INDIRECT_-1207275473', u'MULTIEQUAL_-1207275928'), (u'CALL_-1207277895', u'INDIRECT_-1207275622'), ('const-433', u'LOAD_-1207277873'), (u'PTRADD_-1207278763', u'CALL_-1207278713'), (u'INT_NOTEQUAL_-1207278239', u'CBRANCH_-1207278237'), (u'MULTIEQUAL_-1207275604', u'INT_AND_-1207278226'), (u'MULTIEQUAL_-1207276439', u'INT_ADD_-1207276458'), (u'INDIRECT_-1207276458', u'MULTIEQUAL_-1207276326'), (u'CAST_-1207275323', u'PTRADD_-1207275334'), (u'MULTIEQUAL_-1207275693', u'MULTIEQUAL_-1207275637'), ('tmp_306', u'CBRANCH_-1207278830'), (u'LOAD_-1207278140', u'MULTIEQUAL_-1207276634'), (u'INT_SEXT_-1207278883', u'INT_MULT_-1207278865'), (u'LOAD_-1207278904', u'LOAD_-1207277322'), ('tmp_2509', u'LOAD_-1207278988'), (u'INT_LEFT_-1207277708', u'CALL_-1207277689'), (u'STORE_-1207278063', u'INDIRECT_-1207276147'), (u'CAST_-1207275539', u'MULTIEQUAL_-1207276771'), (u'INDIRECT_-1207276387', u'MULTIEQUAL_-1207276261'), ('const-8', u'PTRADD_-1207275934'), (u'SUBPIECE_-1207275576', u'MULTIEQUAL_-1207275604'), (u'INDIRECT_-1207276331', u'MULTIEQUAL_-1207276568'), (u'MULTIEQUAL_-1207276692', u'COPY_-1207275990'), (u'CAST_-1207275737', u'COPY_-1207275647'), (u'PTRADD_-1207278144', u'LOAD_-1207278196'), ('tmp_810', u'CBRANCH_-1207278428'), ('const-0', u'INT_EQUAL_-1207278177')]
[('tmp_1311', u'BRANCH_-1207278037'), ('tmp_9294', u'MULTIEQUAL_-1207276570'), ('const-1592232', u'COPY_-1207277310'), (u'INT_NOTEQUAL_-1207278608', u'CBRANCH_-1207278606'), (u'LOAD_-1207278993', u'CALL_-1207277298'), ('const-433', u'LOAD_-1207277631'), ('tmp_758', u'CBRANCH_-1207278470'), (u'CALL_-1207278451', u'INDIRECT_-1207276358'), (u'CALL_-1207277582', u'INDIRECT_-1207275884'), (u'CALL_-1207278162', u'CAST_-1207275538'), (u'LOAD_-1207278196', u'INT_ZEXT_-1207277046'), ('tmp_6427', u'LOAD_-1207277873'), (u'CALL_-1207278632', u'INT_ADD_-1207278529'), (u'LOAD_-1207277789', u'MULTIEQUAL_-1207276700'), (u'CALL_-1207278713', u'CALL_-1207278660'), (u'CALL_-1207277895', u'INDIRECT_-1207276022'), ('const-3', u'INT_LEFT_-1207277708'), (u'CAST_-1207275297', u'CALL_-1207277689'), (u'COPY_-1207275969', u'MULTIEQUAL_-1207276687'), ('const-0', u'RETURN_-1207275697'), ('tmp_6420', u'LOAD_-1207278904'), ('const-1', u'CALL_-1207278495'), ('const-1605184', u'PTRSUB_-1207275589'), (u'INT_EQUAL_-1207277727', u'CBRANCH_-1207277723'), ('const-4294967295', u'INT_ADD_-1207277591'), (u'MULTIEQUAL_-1207276861', u'MULTIEQUAL_-1207276628'), (u'COPY_-1207276011', u'MULTIEQUAL_-1207276687'), ('const-2000', u'COPY_-1207278959'), (u'INDIRECT_-1207276142', u'MULTIEQUAL_-1207276030'), (u'INT_ADD_-1207277773', u'INT_ADD_-1207277771'), (u'COPY_-1207276262', u'MULTIEQUAL_-1207276088'), (u'LOAD_-1207277631', u'INT_ADD_-1207277589'), (u'INDIRECT_-1207276358', u'MULTIEQUAL_-1207276256'), ('const-0', u'CALL_-1207278571'), ('tmp_357', u'CBRANCH_-1207278780'), (u'MULTIEQUAL_-1207276628', u'MULTIEQUAL_-1207276805'), (u'INT_MULT_-1207277591', u'MULTIEQUAL_-1207275900'), (u'MULTIEQUAL_-1207276165', u'MULTIEQUAL_-1207276172'), ('const-1', u'INT_ADD_-1207278529'), (u'CAST_-1207275305', u'CALL_-1207277689'), (u'CALL_-1207278533', u'INDIRECT_-1207276004'), (u'MULTIEQUAL_-1207276563', u'MULTIEQUAL_-1207275817'), (u'MULTIEQUAL_-1207276264', u'INT_ADD_-1207278832'), (u'CALL_-1207278660', u'INDIRECT_-1207276467'), (u'COPY_-1207278959', u'MULTIEQUAL_-1207276271'), ('const-1', u'PTRADD_-1207278763'), (u'CALL_-1207278533', u'CAST_-1207275736'), (u'PTRADD_-1207278192', u'LOAD_-1207278252'), ('const-8', u'PTRADD_-1207275929'), (u'INT_NOTEQUAL_-1207278644', u'CBRANCH_-1207278643'), ('const-433', u'STORE_-1207278288'), ('const-433', u'LOAD_-1207278252'), ('const-433', u'LOAD_-1207277666'), (u'CALL_-1207278795', u'INDIRECT_-1207276136'), ('const-1', u'PTRADD_-1207277819'), (u'LOAD_-1207278877', u'INT_NOTEQUAL_-1207278861'), (u'CALL_-1207278713', u'CALL_-1207278571'), (u'INT_ADD_-1207277662', u'INT_ADD_-1207277618'), (u'MULTIEQUAL_-1207276086', u'MULTIEQUAL_-1207276030'), ('const-1', u'CALL_-1207277291'), ('const-0', u'INT_NOTEQUAL_-1207277650'), (u'STORE_-1207278147', u'INDIRECT_-1207276182'), (u'CAST_-1207275457', u'PTRADD_-1207275438'), (u'INDIRECT_-1207276024', u'MULTIEQUAL_-1207275923'), ('const-8', u'INT_ADD_-1207277773'), ('const-433', u'LOAD_-1207278395'), (u'LOAD_-1207278252', u'MULTIEQUAL_-1207275606'), (u'CALL_-1207278451', u'INT_EQUAL_-1207278429'), (u'INT_ADD_-1207277589', u'STORE_-1207277596'), (u'CALL_-1207277298', u'INDIRECT_-1207275384'), ('const-433', u'LOAD_-1207278140'), ('const-433', u'STORE_-1207277596'), (u'CALL_-1207278632', u'INDIRECT_-1207276048'), ('const-0', u'INT_EQUAL_-1207278835'), (u'LOAD_-1207278395', u'MULTIEQUAL_-1207276687'), (u'CALL_-1207278795', u'INDIRECT_-1207276541'), (u'CAST_-1207275736', u'CALL_-1207277566'), (u'LOAD_-1207277322', u'MULTIEQUAL_-1207276454'), (u'CALL_-1207278632', u'INT_EQUAL_-1207278474'), ('tmp_461', u'CBRANCH_-1207278693'), (u'INDIRECT_-1207276429', u'MULTIEQUAL_-1207276321'), (u'LOAD_-1207278395', u'INT_SLESSEQUAL_-1207278366'), ('const-433', u'LOAD_-1207277314'), (u'INT_ADD_-1207277771', u'CAST_-1207275305'), (u'COPY_-1207277310', u'MULTIEQUAL_-1207276368'), (u'INDIRECT_-1207276382', u'MULTIEQUAL_-1207276256'), (u'CALL_-1207278495', u'PTRADD_-1207278228'), (u'INDIRECT_-1207275833', u'COPY_-1207275873'), ('const-0', u'INT_NOTEQUAL_-1207278239'), (u'PTRSUB_-1207275589', u'PTRADD_-1207277819'), (u'INDIRECT_-1207276495', u'MULTIEQUAL_-1207276269'), ('const-8', u'PTRADD_-1207275438'), (u'CALL_-1207277758', u'CAST_-1207275457'), (u'LOAD_-1207278284', u'INT_ZEXT_-1207277096'), (u'CALL_-1207278533', u'INDIRECT_-1207276409'), ('const-433', u'LOAD_-1207277789'), (u'INT_SLESS_-1207278780', u'CBRANCH_-1207278780'), (u'INDIRECT_-1207276467', u'MULTIEQUAL_-1207276321'), (u'INDIRECT_-1207275921', u'MULTIEQUAL_-1207276165'), (u'INDIRECT_-1207276136', u'INT_AND_-1207278741'), (u'INDIRECT_-1207276358', u'MULTIEQUAL_-1207276321'), ('const-1', u'INT_ADD_-1207278914'), (u'INDIRECT_-1207276182', u'MULTIEQUAL_-1207275853'), (u'INDIRECT_-1207276326', u'COPY_-1207275707'), (u'CALL_-1207277810', u'INDIRECT_-1207275585'), (u'MULTIEQUAL_-1207276679', u'COPY_-1207275969'), (u'INT_SUB_-1207277738', u'INT_SEXT_-1207277725'), (u'MULTIEQUAL_-1207276805', u'INT_ADD_-1207277924'), (u'CALL_-1207277566', u'INDIRECT_-1207275468'), (u'INT_EQUAL_-1207278474', u'CBRANCH_-1207278470'), (u'COPY_-1207275966', u'MULTIEQUAL_-1207276088'), ('tmp_6427', u'LOAD_-1207277789'), (u'LOAD_-1207277666', u'INT_NOTEQUAL_-1207277650'), (u'INT_AND_-1207278226', u'INT_NOTEQUAL_-1207278239'), (u'COPY_-1207275283', u'MULTIEQUAL_-1207276434'), ('const-1', u'INT_ADD_-1207277850'), (u'CALL_-1207278713', u'INDIRECT_-1207276090'), (u'LOAD_-1207278196', u'INT_EQUAL_-1207278177'), (u'MULTIEQUAL_-1207276765', u'CALL_-1207277632'), (u'MULTIEQUAL_-1207276570', u'MULTIEQUAL_-1207276563'), (u'INT_ADD_-1207277662', u'SUBPIECE_-1207276098'), (u'LOAD_-1207277753', u'INT_EQUAL_-1207277727'), ('const-0', u'COPY_-1207276262'), (u'MULTIEQUAL_-1207276679', u'INT_SUB_-1207277738'), ('const-2', u'INT_MULT_-1207278226'), (u'COPY_-1207275913', u'CALL_-1207278713'), (u'MULTIEQUAL_-1207275688', u'MULTIEQUAL_-1207275455'), (u'INT_ADD_-1207277618', u'INT_MULT_-1207277591'), (u'INDIRECT_-1207275873', u'MULTIEQUAL_-1207276321'), (u'CAST_-1207275736', u'CALL_-1207277758'), (u'CALL_-1207277689', u'INDIRECT_-1207275542'), (u'CAST_-1207275377', u'LOAD_-1207277940'), (u'MULTIEQUAL_-1207275610', u'PTRADD_-1207278144'), ('const-433', u'LOAD_-1207278196'), (u'INT_ADD_-1207277662', u'PTRADD_-1207275438'), ('tmp_6427', u'LOAD_-1207277631'), (u'LOAD_-1207277314', u'CAST_-1207275151'), (u'MULTIEQUAL_-1207276086', u'MULTIEQUAL_-1207275853'), ('const-1', u'PTRADD_-1207278228'), ('const-2', u'INT_MULT_-1207277853'), ('const-433', u'LOAD_-1207278877'), ('tmp_2387', u'BRANCH_-1207277294'), (u'INDIRECT_-1207275953', u'MULTIEQUAL_-1207275858'), ('const-1605184', u'PTRSUB_-1207275614'), (u'COPY_-1207275863', u'MULTIEQUAL_-1207276434'), (u'PTRADD_-1207278144', u'MULTIEQUAL_-1207275610'), ('tmp_2077', u'CBRANCH_-1207277704'), (u'INT_EQUAL_-1207278835', u'CBRANCH_-1207278830'), ('tmp_254', u'CBRANCH_-1207278859'), (u'CAST_-1207275919', u'LOAD_-1207277322'), (u'INT_MULT_-1207277826', u'CALL_-1207277810'), ('tmp_6420', u'STORE_-1207278063'), ('const--1', u'INT_NOTEQUAL_-1207278608'), (u'LOAD_-1207277879', u'MULTIEQUAL_-1207275606'), ('const-0', u'INT_EQUAL_-1207278429'), (u'CALL_-1207277895', u'INDIRECT_-1207275617'), (u'INT_ADD_-1207277632', u'CAST_-1207275248'), ('tmp_6427', u'STORE_-1207277596'), (u'CALL_-1207278411', u'INDIRECT_-1207275921'), (u'MULTIEQUAL_-1207276671', u'INT_ADD_-1207277850'), (u'LOAD_-1207278904', u'CAST_-1207275919'), (u'INT_ADD_-1207278529', u'CALL_-1207278533'), (u'COPY_-1207275649', u'MULTIEQUAL_-1207275610'), ('const-1', u'INT_ADD_-1207277662'), (u'INT_EQUAL_-1207278740', u'CBRANCH_-1207278736'), (u'MULTIEQUAL_-1207275455', u'MULTIEQUAL_-1207275632'), (u'CALL_-1207277810', u'INDIRECT_-1207275990'), (u'LOAD_-1207277940', u'CALL_-1207277895'), (u'STORE_-1207278288', u'INDIRECT_-1207276260'), (u'INT_ADD_-1207277758', u'CAST_-1207275297'), ('tmp_2051', u'CBRANCH_-1207277723'), ('const-4294967295', u'INT_NOTEQUAL_-1207278555'), (u'LOAD_-1207277878', u'CALL_-1207277810'), (u'CAST_-1207275736', u'COPY_-1207275649'), ('const-433', u'LOAD_-1207277809'), ('const-433', u'LOAD_-1207278993'), (u'MULTIEQUAL_-1207276434', u'INT_ADD_-1207276453'), (u'MULTIEQUAL_-1207275817', u'CALL_-1207277305'), (u'COPY_-1207276687', u'MULTIEQUAL_-1207276499'), (u'CALL_-1207277582', u'INDIRECT_-1207275479'), ('const-4294967295', u'INT_NOTEQUAL_-1207278644'), ('tmp_6420', u'LOAD_-1207277672'), (u'MULTIEQUAL_-1207276434', u'COPY_-1207275719'), (u'CALL_-1207278660', u'INDIRECT_-1207276062'), ('const-433', u'LOAD_-1207277748'), ('const-64', u'INT_AND_-1207278226'), ('tmp_529', u'CBRANCH_-1207278643'), (u'LOAD_-1207278140', u'MULTIEQUAL_-1207276628'), ('const-0', u'CALL_-1207278571'), (u'STORE_-1207277793', u'INDIRECT_-1207275966'), (u'LOAD_-1207277809', u'INT_SUB_-1207277738'), (u'INDIRECT_-1207276129', u'MULTIEQUAL_-1207276086'), (u'CALL_-1207278571', u'INDIRECT_-1207276024'), (u'INDIRECT_-1207276453', u'MULTIEQUAL_-1207276321'), (u'INDIRECT_-1207275384', u'MULTIEQUAL_-1207275688'), ('const-1592184', u'COPY_-1207277318'), (u'CALL_-1207277566', u'INDIRECT_-1207275873'), ('tmp_1194', u'CBRANCH_-1207278118'), (u'INT_ADD_-1207278832', u'INT_EQUAL_-1207278835'), (u'INT_SEXT_-1207278883', u'INT_ADD_-1207277618'), (u'CALL_-1207277291', u'INDIRECT_-1207275833'), (u'INT_ADD_-1207277850', u'INT_ADD_-1207277848'), (u'MULTIEQUAL_-1207276700', u'MULTIEQUAL_-1207276687'), ('tmp_1025', u'CBRANCH_-1207278264'), (u'INDIRECT_-1207276541', u'MULTIEQUAL_-1207275817'), (u'MULTIEQUAL_-1207276679', u'INT_SEXT_-1207278883'), (u'CALL_-1207278713', u'INDIRECT_-1207276495'), (u'MULTIEQUAL_-1207276588', u'MULTIEQUAL_-1207276765'), (u'CALL_-1207278495', u'INT_EQUAL_-1207278474'), (u'INT_SEXT_-1207277856', u'INT_ADD_-1207277848'), (u'CAST_-1207275736', u'PTRADD_-1207278228'), (u'MULTIEQUAL_-1207276271', u'MULTIEQUAL_-1207276264'), (u'INT_NOTEQUAL_-1207278861', u'CBRANCH_-1207278859'), (u'CALL_-1207278713', u'INT_EQUAL_-1207278695'), (u'INT_NOTEQUAL_-1207277650', u'CBRANCH_-1207277636'), (u'SUBPIECE_-1207276098', u'MULTIEQUAL_-1207276088'), (u'INT_EQUAL_-1207278265', u'CBRANCH_-1207278264'), (u'INT_ADD_-1207277591', u'INT_ADD_-1207277589'), ('tmp_2175', u'CBRANCH_-1207277636'), (u'COPY_-1207276804', u'MULTIEQUAL_-1207276708'), (u'LOAD_-1207278883', u'CAST_-1207275904'), ('const-1', u'PTRADD_-1207278144'), (u'CALL_-1207278660', u'INT_NOTEQUAL_-1207278644'), (u'INDIRECT_-1207276062', u'MULTIEQUAL_-1207275923'), (u'CALL_-1207277298', u'INDIRECT_-1207275789'), ('const-0', u'COPY_-1207276804'), (u'INT_ADD_-1207278914', u'INT_SLESSEQUAL_-1207278900'), (u'INT_EQUAL_-1207278695', u'CBRANCH_-1207278693'), ('const-0', u'COPY_-1207276687'), (u'INT_ADD_-1207277662', u'INT_MULT_-1207277620'), (u'CALL_-1207277305', u'INDIRECT_-1207275844'), ('tmp_1951', u'BRANCH_-1207277511'), (u'INT_EQUAL_-1207278177', u'CBRANCH_-1207278175'), (u'PTRSUB_-1207275614', u'PTRADD_-1207278192'), ('const-64', u'INT_NOTEQUAL_-1207278861'), (u'INT_MULT_-1207277620', u'MULTIEQUAL_-1207276499'), (u'INT_SLESSEQUAL_-1207278900', u'CBRANCH_-1207278908'), (u'CALL_-1207278411', u'INDIRECT_-1207276326'), ('tmp_196', u'CBRANCH_-1207278908'), (u'MULTIEQUAL_-1207275688', u'MULTIEQUAL_-1207275632'), (u'CAST_-1207275538', u'MULTIEQUAL_-1207276765'), (u'PTRADD_-1207278228', u'STORE_-1207278288'), (u'LOAD_-1207277753', u'MULTIEQUAL_-1207276861'), (u'COPY_-1207277318', u'MULTIEQUAL_-1207276368'), (u'MULTIEQUAL_-1207276570', u'COPY_-1207276347'), ('tmp_1132', u'CBRANCH_-1207278175'), (u'COPY_-1207275661', u'MULTIEQUAL_-1207275900'), (u'CAST_-1207275919', u'PTRADD_-1207275929'), (u'PTRSUB_-1207275981', u'CALL_-1207278795'), ('tmp_6427', u'LOAD_-1207278395'), ('const-433', u'LOAD_-1207278284'), (u'INT_ADD_-1207277662', u'MULTIEQUAL_-1207276708'), ('const-433', u'STORE_-1207277793'), (u'MULTIEQUAL_-1207276861', u'MULTIEQUAL_-1207276805'), ('const-1', u'RETURN_-1207277286'), (u'LOAD_-1207278988', u'MULTIEQUAL_-1207276700'), ('tmp_6420', u'STORE_-1207277793'), ('const-0', u'INT_EQUAL_-1207277706'), ('const-433', u'STORE_-1207277279'), ('tmp_669', u'CBRANCH_-1207278554'), (u'LOAD_-1207277301', u'MULTIEQUAL_-1207276454'), ('const-1', u'PTRADD_-1207278763'), (u'CAST_-1207275457', u'MULTIEQUAL_-1207276765'), ('const-0', u'CALL_-1207278660'), (u'CALL_-1207278713', u'CALL_-1207278451'), ('const-1', u'PTRADD_-1207278192'), (u'INT_ADD_-1207278832', u'MULTIEQUAL_-1207276264'), ('tmp_9286', u'MULTIEQUAL_-1207276172'), ('tmp_6420', u'LOAD_-1207277753'), (u'MULTIEQUAL_-1207276454', u'CALL_-1207277305'), (u'MULTIEQUAL_-1207276264', u'MULTIEQUAL_-1207276271'), ('const-61440', u'INT_AND_-1207278741'), (u'INDIRECT_-1207275724', u'MULTIEQUAL_-1207275688'), (u'INT_MULT_-1207277912', u'INT_ADD_-1207277924'), (u'CALL_-1207277810', u'STORE_-1207277793'), (u'CALL_-1207278571', u'INDIRECT_-1207276429'), ('tmp_6419', u'PTRSUB_-1207275981'), (u'LOAD_-1207278284', u'INT_EQUAL_-1207278265'), ('tmp_577', u'CBRANCH_-1207278606'), (u'CAST_-1207275904', u'LOAD_-1207278877'), ('tmp_2354', u'BRANCH_-1207277274'), ('const-8', u'INT_MULT_-1207278865'), (u'INT_NOTEQUAL_-1207278555', u'CBRANCH_-1207278554'), (u'INDIRECT_-1207275977', u'MULTIEQUAL_-1207275858'), (u'CALL_-1207277632', u'INDIRECT_-1207275914'), (u'INT_ADD_-1207276453', u'INT_SLESSEQUAL_-1207278366'), (u'INDIRECT_-1207275953', u'MULTIEQUAL_-1207275923'), ('const-0', u'COPY_-1207276567'), (u'MULTIEQUAL_-1207276700', u'INT_SLESSEQUAL_-1207278900'), (u'COPY_-1207275994', u'MULTIEQUAL_-1207276674'), (u'MULTIEQUAL_-1207276708', u'INT_ADD_-1207277662'), ('const-0', u'INT_EQUAL_-1207278695'), (u'INT_ADD_-1207277848', u'INT_MULT_-1207277826'), ('const-433', u'LOAD_-1207277940'), ('const-8', u'INT_MULT_-1207277912'), (u'CAST_-1207275538', u'MULTIEQUAL_-1207276588'), ('const-433', u'LOAD_-1207278883'), (u'CALL_-1207277632', u'INDIRECT_-1207275509'), (u'INT_SLESSEQUAL_-1207278366', u'CBRANCH_-1207278374'), (u'COPY_-1207276393', u'MULTIEQUAL_-1207276499'), (u'STORE_-1207277279', u'INDIRECT_-1207275757'), (u'INT_ADD_-1207277662', u'MULTIEQUAL_-1207276671'), (u'COPY_-1207276567', u'MULTIEQUAL_-1207276671'), (u'INDIRECT_-1207275757', u'MULTIEQUAL_-1207276086'), (u'CALL_-1207278632', u'INT_NOTEQUAL_-1207278608'), (u'INDIRECT_-1207275764', u'MULTIEQUAL_-1207275632'), (u'CALL_-1207278495', u'INDIRECT_-1207275977'), (u'CALL_-1207278099', u'STORE_-1207278063'), ('const-433', u'LOAD_-1207277873'), ('tmp_6427', u'LOAD_-1207277809'), ('const-8', u'INT_MULT_-1207277620'), (u'INDIRECT_-1207276048', u'MULTIEQUAL_-1207275923'), (u'PTRADD_-1207278763', u'CALL_-1207278795'), ('const-0', u'STORE_-1207278147'), (u'INT_EQUAL_-1207278429', u'CBRANCH_-1207278428'), (u'PTRADD_-1207275438', u'LOAD_-1207277666'), (u'MULTIEQUAL_-1207276765', u'CALL_-1207277582'), (u'INT_ADD_-1207278914', u'MULTIEQUAL_-1207276679'), (u'MULTIEQUAL_-1207276499', u'CALL_-1207277632'), ('const-0', u'PTRSUB_-1207275614'), ('const-0', u'STORE_-1207278288'), ('const-433', u'LOAD_-1207277322'), (u'CALL_-1207278162', u'INDIRECT_-1207276207'), (u'LOAD_-1207278993', u'INT_EQUAL_-1207277727'), (u'INT_SEXT_-1207278883', u'INT_MULT_-1207277912'), ('const-0', u'PTRSUB_-1207275589'), ('tmp_6420', u'LOAD_-1207277878'), ('tmp_880', u'CBRANCH_-1207278374'), (u'CALL_-1207278099', u'INDIRECT_-1207276169'), (u'LOAD_-1207277748', u'INT_EQUAL_-1207277706'), (u'INT_AND_-1207278741', u'INT_EQUAL_-1207278740'), (u'INDIRECT_-1207276090', u'MULTIEQUAL_-1207275871'), ('const-0', u'INT_SLESS_-1207278780'), (u'CALL_-1207278713', u'CALL_-1207278632'), (u'CALL_-1207278632', u'INDIRECT_-1207276453'), (u'INDIRECT_-1207276326', u'MULTIEQUAL_-1207276563'), (u'CALL_-1207278713', u'CALL_-1207278411'), ('const-1', u'CALL_-1207278795'), ('const-8', u'CALL_-1207278162'), (u'LOAD_-1207277873', u'INT_SEXT_-1207277856'), (u'INT_EQUAL_-1207277706', u'CBRANCH_-1207277704'), (u'INT_MULT_-1207278865', u'INT_ADD_-1207277632'), ('const-1', u'PTRADD_-1207278144'), (u'MULTIEQUAL_-1207276088', u'INT_ADD_-1207277591'), ('const-1484893', u'COPY_-1207275913'), (u'CAST_-1207275151', u'LOAD_-1207277301'), ('tmp_1062', u'CBRANCH_-1207278237'), ('const-8', u'INT_MULT_-1207277591'), (u'COPY_-1207275719', u'MULTIEQUAL_-1207276674'), (u'LOAD_-1207278140', u'INT_EQUAL_-1207278121'), (u'CALL_-1207277758', u'INDIRECT_-1207275724'), (u'CALL_-1207277298', u'MULTIEQUAL_-1207276861'), (u'CALL_-1207277810', u'INT_ADD_-1207277773'), (u'MULTIEQUAL_-1207276687', u'COPY_-1207275994'), ('const-433', u'STORE_-1207278063'), (u'INDIRECT_-1207275802', u'MULTIEQUAL_-1207275455'), ('const-2', u'CALL_-1207278660'), (u'COPY_-1207276798', u'COPY_-1207276011'), ('tmp_1864', u'BRANCH_-1207277563'), ('const-433', u'LOAD_-1207277672'), (u'MULTIEQUAL_-1207276679', u'COPY_-1207275863'), ('const-433', u'LOAD_-1207277301'), (u'INT_ADD_-1207276453', u'MULTIEQUAL_-1207276679'), ('tmp_6427', u'LOAD_-1207278988'), (u'CALL_-1207278495', u'INDIRECT_-1207276382'), (u'COPY_-1207276870', u'MULTIEQUAL_-1207276671'), ('const-8', u'INT_MULT_-1207277826'), ('const-433', u'LOAD_-1207278904'), (u'CALL_-1207277298', u'STORE_-1207277279'), (u'INT_ZEXT_-1207277046', u'INT_MULT_-1207277853'), (u'LOAD_-1207278993', u'INT_EQUAL_-1207278121'), (u'INT_SEXT_-1207277725', u'INT_LEFT_-1207277708'), (u'MULTIEQUAL_-1207276687', u'MULTIEQUAL_-1207276700'), ('const-433', u'LOAD_-1207278988'), (u'CAST_-1207275248', u'CALL_-1207277632'), (u'MULTIEQUAL_-1207276269', u'MULTIEQUAL_-1207276570'), (u'INT_MULT_-1207277853', u'PTRADD_-1207277819'), ('const-16384', u'INT_EQUAL_-1207278740'), (u'CAST_-1207275538', u'STORE_-1207278147'), ('const-0', u'RETURN_-1207278310'), ('tmp_6420', u'STORE_-1207277279'), (u'CAST_-1207275457', u'LOAD_-1207277748'), (u'INDIRECT_-1207276136', u'MULTIEQUAL_-1207275871'), (u'CALL_-1207278099', u'INDIRECT_-1207275764'), (u'INT_EQUAL_-1207278121', u'CBRANCH_-1207278118'), (u'CALL_-1207278795', u'INT_SLESS_-1207278780'), (u'CALL_-1207277810', u'INT_ADD_-1207277758'), (u'CALL_-1207277689', u'INDIRECT_-1207275947'), (u'MULTIEQUAL_-1207275606', u'INT_AND_-1207278226'), ('const-0', u'COPY_-1207276393'), (u'CAST_-1207275904', u'PTRADD_-1207278763'), (u'CALL_-1207278099', u'MULTIEQUAL_-1207276805'), ('const-433', u'LOAD_-1207277753'), (u'CALL_-1207278162', u'INDIRECT_-1207275802'), ('const-0', u'INT_EQUAL_-1207278265'), ('const-0', u'COPY_-1207276798'), (u'MULTIEQUAL_-1207275900', u'INT_ADD_-1207277758'), ('tmp_6420', u'LOAD_-1207277314'), (u'CALL_-1207278632', u'CALL_-1207278495'), (u'INT_SEXT_-1207278883', u'PTRADD_-1207275929'), (u'PTRADD_-1207277819', u'LOAD_-1207277879'), (u'CALL_-1207278571', u'INT_NOTEQUAL_-1207278555'), (u'CAST_-1207275736', u'CALL_-1207278495'), (u'STORE_-1207278063', u'INDIRECT_-1207276142'), (u'INDIRECT_-1207276541', u'MULTIEQUAL_-1207276269'), ('const-433', u'LOAD_-1207277878'), (u'MULTIEQUAL_-1207275853', u'MULTIEQUAL_-1207276030'), ('const-0', u'COPY_-1207275966'), ('const-1', u'INT_ADD_-1207276453'), (u'CALL_-1207278713', u'CALL_-1207278495'), (u'MULTIEQUAL_-1207276368', u'CALL_-1207277305'), ('const-433', u'LOAD_-1207277879'), (u'INT_MULT_-1207278865', u'INT_ADD_-1207277771'), (u'CALL_-1207277758', u'INDIRECT_-1207276129'), (u'INDIRECT_-1207275468', u'MULTIEQUAL_-1207275923'), ('tmp_6420', u'LOAD_-1207278993'), ('tmp_421', u'CBRANCH_-1207278736'), (u'MULTIEQUAL_-1207276563', u'MULTIEQUAL_-1207276570'), (u'INT_MULT_-1207278865', u'COPY_-1207275661'), (u'CALL_-1207278451', u'INDIRECT_-1207275953'), (u'PTRADD_-1207278763', u'CALL_-1207278713'), (u'LOAD_-1207277672', u'INT_ADD_-1207277632'), (u'INT_NOTEQUAL_-1207278239', u'CBRANCH_-1207278237'), (u'MULTIEQUAL_-1207276172', u'MULTIEQUAL_-1207276165'), ('tmp_306', u'CBRANCH_-1207278830'), ('const-433', u'STORE_-1207278147'), (u'INT_SEXT_-1207278883', u'INT_MULT_-1207278865'), (u'PTRADD_-1207275929', u'LOAD_-1207278883'), (u'INT_ZEXT_-1207277096', u'INT_MULT_-1207278226'), (u'INT_ADD_-1207277924', u'CAST_-1207275377'), (u'INT_LEFT_-1207277708', u'CALL_-1207277689'), (u'STORE_-1207277596', u'INDIRECT_-1207275881'), ('const-4294967295', u'INT_ADD_-1207278832'), (u'CAST_-1207275736', u'LOAD_-1207278284'), (u'INT_ADD_-1207278832', u'MULTIEQUAL_-1207276271'), (u'MULTIEQUAL_-1207276674', u'COPY_-1207275283'), ('const--200', u'PTRSUB_-1207275981'), (u'COPY_-1207276347', u'COPY_-1207276344'), ('tmp_6420', u'LOAD_-1207278140'), ('const-0', u'COPY_-1207276870'), (u'INT_MULT_-1207278226', u'PTRADD_-1207278192'), (u'CAST_-1207275457', u'MULTIEQUAL_-1207276588'), (u'MULTIEQUAL_-1207275871', u'MULTIEQUAL_-1207276172'), ('const-0', u'SUBPIECE_-1207276098'), (u'MULTIEQUAL_-1207276687', u'INT_ADD_-1207278914'), (u'PTRADD_-1207278144', u'LOAD_-1207278196'), ('tmp_810', u'CBRANCH_-1207278428'), ('const-0', u'INT_EQUAL_-1207278177')]
null
null
00156230
x64
O2
(translation_unit "void FUN_00156230(int *param_1,long *param_2)\n\n{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}\n\n" (function_definition "void FUN_00156230(int *param_1,long *param_2)\n\n{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00156230(int *param_1,long *param_2)" identifier (parameter_list "(int *param_1,long *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "byte *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "long *__src;" (sized_type_specifier "long" long) (pointer_declarator "*__src" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "long local_100;" (sized_type_specifier "long" long) identifier ;) (declaration "int local_d8;" primitive_type identifier ;) (declaration "stat local_c8;" type_identifier identifier ;) (expression_statement "lVar3 = *param_2;" (assignment_expression "lVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "local_d8 = 2000;" (assignment_expression "local_d8 = 2000" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );" do (compound_statement "{\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n }" { (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" identifier = identifier) ;) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" if (parenthesized_expression "(iVar4 <= iVar11)" ( (binary_expression "iVar4 <= iVar11" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" { (expression_statement "lVar13 = (long)iVar11;" (assignment_expression "lVar13 = (long)iVar11" identifier = (cast_expression "(long)iVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar1 = lVar13 * 8;" (assignment_expression "lVar1 = lVar13 * 8" identifier = (binary_expression "lVar13 * 8" identifier * number_literal)) ;) (expression_statement "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];" (assignment_expression "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13]" identifier = (cast_expression "(char *)((undefined8 *)*param_2)[lVar13]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "((undefined8 *)*param_2)[lVar13]" (parenthesized_expression "((undefined8 *)*param_2)" ( (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) )) [ identifier ]))) ;) (expression_statement "iVar12 = iVar11;" (assignment_expression "iVar12 = iVar11" identifier = identifier) ;) (if_statement "if (*pcVar14 != '@') break;" if (parenthesized_expression "(*pcVar14 != '@')" ( (binary_expression "*pcVar14 != '@'" (pointer_expression "*pcVar14" * identifier) != (char_literal "'@'" ' character ')) )) (break_statement "break;" break ;)) (expression_statement "local_d8 = local_d8 + -1;" (assignment_expression "local_d8 = local_d8 + -1" identifier = (binary_expression "local_d8 + -1" identifier + number_literal)) ;) (if_statement "if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }" if (parenthesized_expression "(local_d8 == 0)" ( (binary_expression "local_d8 == 0" identifier == number_literal) )) (compound_statement "{\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n /* WARNING: Subroutine does not return */\n FUN_001593e0(1);\n }" { (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" identifier = (pointer_expression "*(undefined8 *)*param_2" * (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (expression_statement "pcVar14 = "%s: error: too many @-files encountered\n";" (assignment_expression "pcVar14 = "%s: error: too many @-files encountered\n"" identifier = (string_literal ""%s: error: too many @-files encountered\n"" " string_content escape_sequence ")) ;) (labeled_statement "LAB_00156562:\n fprintf(stderr,pcVar14,uVar10);" statement_identifier : (expression_statement "fprintf(stderr,pcVar14,uVar10);" (call_expression "fprintf(stderr,pcVar14,uVar10)" identifier (argument_list "(stderr,pcVar14,uVar10)" ( identifier , identifier , identifier ))) ;)) comment (expression_statement "FUN_001593e0(1);" (call_expression "FUN_001593e0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "pcVar14 = pcVar14 + 1;" (assignment_expression "pcVar14 = pcVar14 + 1" identifier = (binary_expression "pcVar14 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = __xstat(1,pcVar14,&local_c8);" (assignment_expression "iVar4 = __xstat(1,pcVar14,&local_c8)" identifier = (call_expression "__xstat(1,pcVar14,&local_c8)" identifier (argument_list "(1,pcVar14,&local_c8)" ( number_literal , identifier , (pointer_expression "&local_c8" & identifier) )))) ;) (if_statement "if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" { (labeled_statement "LAB_001563a0:\n iVar4 = *param_1;" statement_identifier : (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;)) (break_statement "break;" break ;) })) (if_statement "if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" if (parenthesized_expression "((local_c8.st_mode & 0xf000) == 0x4000)" ( (binary_expression "(local_c8.st_mode & 0xf000) == 0x4000" (parenthesized_expression "(local_c8.st_mode & 0xf000)" ( (binary_expression "local_c8.st_mode & 0xf000" (field_expression "local_c8.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" { (expression_statement "pcVar14 = "%s: error: @-file refers to a directory\n";" (assignment_expression "pcVar14 = "%s: error: @-file refers to a directory\n"" identifier = (string_literal ""%s: error: @-file refers to a directory\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" identifier = (pointer_expression "*(undefined8 *)*param_2" * (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (goto_statement "goto LAB_00156562;" goto statement_identifier ;) })) (expression_statement "__stream = fopen(pcVar14,"r");" (assignment_expression "__stream = fopen(pcVar14,"r")" identifier = (call_expression "fopen(pcVar14,"r")" identifier (argument_list "(pcVar14,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (if_statement "if (__stream == (FILE *)0x0) goto LAB_001563a0;" if (parenthesized_expression "(__stream == (FILE *)0x0)" ( (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001563a0;" goto statement_identifier ;)) (expression_statement "iVar4 = fseek(__stream,0,2);" (assignment_expression "iVar4 = fseek(__stream,0,2)" identifier = (call_expression "fseek(__stream,0,2)" identifier (argument_list "(__stream,0,2)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" if (parenthesized_expression "(((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1))" ( (binary_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)" (parenthesized_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff))" ( (binary_expression "(iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" (parenthesized_expression "(iVar4 != -1)" ( (binary_expression "iVar4 != -1" identifier != number_literal) )) && (parenthesized_expression "(sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" ( (comma_expression "sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff" (assignment_expression "sVar5 = ftell(__stream)" identifier = (call_expression "ftell(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "sVar5 != 0xffffffffffffffff" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar4 = fseek(__stream,0,0), iVar4 != -1)" ( (comma_expression "iVar4 = fseek(__stream,0,0), iVar4 != -1" (assignment_expression "iVar4 = fseek(__stream,0,0)" identifier = (call_expression "fseek(__stream,0,0)" identifier (argument_list "(__stream,0,0)" ( identifier , number_literal , number_literal )))) , (binary_expression "iVar4 != -1" identifier != number_literal)) ))) )) (compound_statement "{\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" { (expression_statement "__ptr = (byte *)FUN_001594b0(sVar5 + 1);" (assignment_expression "__ptr = (byte *)FUN_001594b0(sVar5 + 1)" identifier = (cast_expression "(byte *)FUN_001594b0(sVar5 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001594b0(sVar5 + 1)" identifier (argument_list "(sVar5 + 1)" ( (binary_expression "sVar5 + 1" identifier + number_literal) ))))) ;) (expression_statement "sVar6 = fread(__ptr,1,sVar5,__stream);" (assignment_expression "sVar6 = fread(__ptr,1,sVar5,__stream)" identifier = (call_expression "fread(__ptr,1,sVar5,__stream)" identifier (argument_list "(__ptr,1,sVar5,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" if (parenthesized_expression "((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0))" ( (binary_expression "(sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)" (parenthesized_expression "(sVar5 == sVar6)" ( (binary_expression "sVar5 == sVar6" identifier == identifier) )) || (parenthesized_expression "(iVar4 = ferror(__stream), iVar4 == 0)" ( (comma_expression "iVar4 = ferror(__stream), iVar4 == 0" (assignment_expression "iVar4 = ferror(__stream)" identifier = (call_expression "ferror(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" { (expression_statement "__ptr[sVar6] = 0;" (assignment_expression "__ptr[sVar6] = 0" (subscript_expression "__ptr[sVar6]" identifier [ identifier ]) = number_literal) ;) (expression_statement "local_100 = lVar1;" (assignment_expression "local_100 = lVar1" identifier = identifier) ;) (if_statement "if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" if (parenthesized_expression "(*__ptr == 0)" ( (binary_expression "*__ptr == 0" (pointer_expression "*__ptr" * identifier) == number_literal) )) (compound_statement "{\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }" { (labeled_statement "LAB_001563f0:\n __src = (long *)FUN_001594b0(8);" statement_identifier : (expression_statement "__src = (long *)FUN_001594b0(8);" (assignment_expression "__src = (long *)FUN_001594b0(8)" identifier = (cast_expression "(long *)FUN_001594b0(8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001594b0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;)) (expression_statement "*__src = 0;" (assignment_expression "*__src = 0" (pointer_expression "*__src" * identifier) = number_literal) ;) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" if (parenthesized_expression "(lVar3 == lVar7)" ( (binary_expression "lVar3 == lVar7" identifier == identifier) )) (compound_statement "{\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }" { (expression_statement "lVar7 = FUN_00155df0();" (assignment_expression "lVar7 = FUN_00155df0()" identifier = (call_expression "FUN_00155df0()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" else (compound_statement "{\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" { (labeled_statement "LAB_00156546:\n iVar4 = 0;" statement_identifier : (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;)) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" identifier = number_literal) ;) }))) }) (else_clause "else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" else (compound_statement "{\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" { (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2]" identifier = (subscript_expression "(&DAT_00187e40)[(ulong)*__ptr * 2]" (parenthesized_expression "(&DAT_00187e40)" ( (pointer_expression "&DAT_00187e40" & identifier) )) [ (binary_expression "(ulong)*__ptr * 2" (binary_expression "(ulong)*__ptr" (parenthesized_expression "(ulong)" ( identifier )) * identifier) * number_literal) ])) ;) (expression_statement "pbVar8 = __ptr;" (assignment_expression "pbVar8 = __ptr" identifier = identifier) ;) (while_statement "while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" while (parenthesized_expression "((bVar2 & 0x40) != 0)" ( (binary_expression "(bVar2 & 0x40) != 0" (parenthesized_expression "(bVar2 & 0x40)" ( (binary_expression "bVar2 & 0x40" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" { (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) (if_statement "if (*pbVar8 == 0) goto LAB_001563f0;" if (parenthesized_expression "(*pbVar8 == 0)" ( (binary_expression "*pbVar8 == 0" (pointer_expression "*pbVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001563f0;" goto statement_identifier ;)) (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2]" identifier = (subscript_expression "(&DAT_00187e40)[(ulong)*pbVar8 * 2]" (parenthesized_expression "(&DAT_00187e40)" ( (pointer_expression "&DAT_00187e40" & identifier) )) [ (binary_expression "(ulong)*pbVar8 * 2" (binary_expression "(ulong)*pbVar8" (parenthesized_expression "(ulong)" ( identifier )) * identifier) * number_literal) ])) ;) })) (expression_statement "__src = (long *)FUN_00155ee0(__ptr);" (assignment_expression "__src = (long *)FUN_00155ee0(__ptr)" identifier = (cast_expression "(long *)FUN_00155ee0(__ptr)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00155ee0(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))))) ;) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar9 = *__src;" (assignment_expression "lVar9 = *__src" identifier = (pointer_expression "*__src" * identifier)) ;) (if_statement "if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" if (parenthesized_expression "(lVar7 == lVar3)" ( (binary_expression "lVar7 == lVar3" identifier == identifier) )) (compound_statement "{\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" { (expression_statement "lVar7 = FUN_00155df0(lVar3);" (assignment_expression "lVar7 = FUN_00155df0(lVar3)" identifier = (call_expression "FUN_00155df0(lVar3)" identifier (argument_list "(lVar3)" ( identifier )))) ;) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) })) (if_statement "if (lVar9 == 0) goto LAB_00156546;" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00156546;" goto statement_identifier ;)) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);" do (compound_statement "{\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n }" { (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) (expression_statement "sVar5 = lVar9 * 8;" (assignment_expression "sVar5 = lVar9 * 8" identifier = (binary_expression "lVar9 * 8" identifier * number_literal)) ;) }) while (parenthesized_expression "(__src[lVar9] != 0)" ( (binary_expression "__src[lVar9] != 0" (subscript_expression "__src[lVar9]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "iVar4 = (int)lVar9;" (assignment_expression "iVar4 = (int)lVar9" identifier = (cast_expression "(int)lVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_100 = (lVar13 + lVar9) * 8;" (assignment_expression "local_100 = (lVar13 + lVar9) * 8" identifier = (binary_expression "(lVar13 + lVar9) * 8" (parenthesized_expression "(lVar13 + lVar9)" ( (binary_expression "lVar13 + lVar9" identifier + identifier) )) * number_literal)) ;) }))) (expression_statement "free(*(void **)(lVar7 + lVar13 * 8));" (call_expression "free(*(void **)(lVar7 + lVar13 * 8))" identifier (argument_list "(*(void **)(lVar7 + lVar13 * 8))" ( (pointer_expression "*(void **)(lVar7 + lVar13 * 8)" * (cast_expression "(void **)(lVar7 + lVar13 * 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + lVar13 * 8)" ( (binary_expression "lVar7 + lVar13 * 8" identifier + (binary_expression "lVar13 * 8" identifier * number_literal)) )))) ))) ;) (expression_statement "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);" (assignment_expression "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" identifier = (call_expression "FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" identifier (argument_list "(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" ( (pointer_expression "*param_2" * identifier) , (binary_expression "(lVar9 + 1 + (long)*param_1) * 8" (parenthesized_expression "(lVar9 + 1 + (long)*param_1)" ( (binary_expression "lVar9 + 1 + (long)*param_1" (binary_expression "lVar9 + 1" identifier + number_literal) + (cast_expression "(long)*param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*param_1" * identifier))) )) * number_literal) )))) ;) (expression_statement "iVar12 = *param_1;" (assignment_expression "iVar12 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = lVar13;" (assignment_expression "*param_2 = lVar13" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);" (call_expression "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" identifier (argument_list "((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" ( (cast_expression "(void *)(local_100 + lVar13)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_100 + lVar13)" ( (binary_expression "local_100 + lVar13" identifier + identifier) ))) , (cast_expression "(void *)(lVar13 + 8 + lVar1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 8 + lVar1)" ( (binary_expression "lVar13 + 8 + lVar1" (binary_expression "lVar13 + 8" identifier + number_literal) + identifier) ))) , (binary_expression "(long)(iVar12 - iVar11) << 3" (cast_expression "(long)(iVar12 - iVar11)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar12 - iVar11)" ( (binary_expression "iVar12 - iVar11" identifier - identifier) ))) << number_literal) ))) ;) (expression_statement "memcpy((void *)(*param_2 + lVar1),__src,sVar5);" (call_expression "memcpy((void *)(*param_2 + lVar1),__src,sVar5)" identifier (argument_list "((void *)(*param_2 + lVar1),__src,sVar5)" ( (cast_expression "(void *)(*param_2 + lVar1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_2 + lVar1)" ( (binary_expression "*param_2 + lVar1" (pointer_expression "*param_2" * identifier) + identifier) ))) , identifier , identifier ))) ;) (expression_statement "*param_1 = iVar4 + -1 + *param_1;" (assignment_expression "*param_1 = iVar4 + -1 + *param_1" (pointer_expression "*param_1" * identifier) = (binary_expression "iVar4 + -1 + *param_1" (binary_expression "iVar4 + -1" identifier + number_literal) + (pointer_expression "*param_1" * identifier))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar12 = iVar15;" (assignment_expression "iVar12 = iVar15" identifier = identifier) ;) })) })) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" identifier = identifier) ;) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" if (parenthesized_expression "(iVar4 <= iVar11)" ( (binary_expression "iVar4 <= iVar11" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "void expandargv(int *argcp,char ***argvp)\n\n{\n byte bVar1;\n char **argv;\n int iVar2;\n FILE *__stream;\n size_t sVar3;\n byte *input;\n size_t sVar4;\n char **__src;\n char **ppcVar5;\n byte *pbVar6;\n long lVar7;\n char *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n char *__format;\n int iVar12;\n long local_100;\n int local_d8;\n stat_conflict sb;\n \n argv = *argvp;\n iVar2 = *argcp;\n local_d8 = 2000;\n iVar10 = 0;\n do {\n iVar9 = iVar10 + 1;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }\n } while( true );\n}\n\n" (function_definition "void expandargv(int *argcp,char ***argvp)\n\n{\n byte bVar1;\n char **argv;\n int iVar2;\n FILE *__stream;\n size_t sVar3;\n byte *input;\n size_t sVar4;\n char **__src;\n char **ppcVar5;\n byte *pbVar6;\n long lVar7;\n char *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n char *__format;\n int iVar12;\n long local_100;\n int local_d8;\n stat_conflict sb;\n \n argv = *argvp;\n iVar2 = *argcp;\n local_d8 = 2000;\n iVar10 = 0;\n do {\n iVar9 = iVar10 + 1;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }\n } while( true );\n}" primitive_type (function_declarator "expandargv(int *argcp,char ***argvp)" identifier (parameter_list "(int *argcp,char ***argvp)" ( (parameter_declaration "int *argcp" primitive_type (pointer_declarator "*argcp" * identifier)) , (parameter_declaration "char ***argvp" primitive_type (pointer_declarator "***argvp" * (pointer_declarator "**argvp" * (pointer_declarator "*argvp" * identifier)))) ))) (compound_statement "{\n byte bVar1;\n char **argv;\n int iVar2;\n FILE *__stream;\n size_t sVar3;\n byte *input;\n size_t sVar4;\n char **__src;\n char **ppcVar5;\n byte *pbVar6;\n long lVar7;\n char *pcVar8;\n int iVar9;\n int iVar10;\n long lVar11;\n char *__format;\n int iVar12;\n long local_100;\n int local_d8;\n stat_conflict sb;\n \n argv = *argvp;\n iVar2 = *argcp;\n local_d8 = 2000;\n iVar10 = 0;\n do {\n iVar9 = iVar10 + 1;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }\n } while( true );\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "char **argv;" primitive_type (pointer_declarator "**argv" * (pointer_declarator "*argv" * identifier)) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "byte *input;" type_identifier (pointer_declarator "*input" * identifier) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "char **__src;" primitive_type (pointer_declarator "**__src" * (pointer_declarator "*__src" * identifier)) ;) (declaration "char **ppcVar5;" primitive_type (pointer_declarator "**ppcVar5" * (pointer_declarator "*ppcVar5" * identifier)) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "long local_100;" (sized_type_specifier "long" long) identifier ;) (declaration "int local_d8;" primitive_type identifier ;) (declaration "stat_conflict sb;" type_identifier identifier ;) (expression_statement "argv = *argvp;" (assignment_expression "argv = *argvp" identifier = (pointer_expression "*argvp" * identifier)) ;) (expression_statement "iVar2 = *argcp;" (assignment_expression "iVar2 = *argcp" identifier = (pointer_expression "*argcp" * identifier)) ;) (expression_statement "local_d8 = 2000;" (assignment_expression "local_d8 = 2000" identifier = number_literal) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar9 = iVar10 + 1;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }\n } while( true );" do (compound_statement "{\n iVar9 = iVar10 + 1;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }\n }" { (expression_statement "iVar9 = iVar10 + 1;" (assignment_expression "iVar9 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "iVar12 = iVar10;" (assignment_expression "iVar12 = iVar10" identifier = identifier) ;) (if_statement "if (iVar2 <= iVar9) {\n return;\n }" if (parenthesized_expression "(iVar2 <= iVar9)" ( (binary_expression "iVar2 <= iVar9" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while( true ) {\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar11 = (long)iVar9;\n local_100 = lVar11 * 8;\n pcVar8 = (*argvp)[lVar11];\n iVar10 = iVar9;\n if (*pcVar8 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }\n pcVar8 = pcVar8 + 1;\n iVar2 = __xstat(1,pcVar8,(stat *)&sb);\n if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }\n if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar8,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar2 = fseek(__stream,0,2);\n if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }\n fclose(__stream);\n iVar9 = iVar10 + 1;\n iVar2 = *argcp;\n iVar12 = iVar10;\n if (iVar2 <= iVar9) {\n return;\n }\n }" { (expression_statement "lVar11 = (long)iVar9;" (assignment_expression "lVar11 = (long)iVar9" identifier = (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "local_100 = lVar11 * 8;" (assignment_expression "local_100 = lVar11 * 8" identifier = (binary_expression "lVar11 * 8" identifier * number_literal)) ;) (expression_statement "pcVar8 = (*argvp)[lVar11];" (assignment_expression "pcVar8 = (*argvp)[lVar11]" identifier = (subscript_expression "(*argvp)[lVar11]" (parenthesized_expression "(*argvp)" ( (pointer_expression "*argvp" * identifier) )) [ identifier ])) ;) (expression_statement "iVar10 = iVar9;" (assignment_expression "iVar10 = iVar9" identifier = identifier) ;) (if_statement "if (*pcVar8 != '@') break;" if (parenthesized_expression "(*pcVar8 != '@')" ( (binary_expression "*pcVar8 != '@'" (pointer_expression "*pcVar8" * identifier) != (char_literal "'@'" ' character ')) )) (break_statement "break;" break ;)) (expression_statement "local_d8 = local_d8 + -1;" (assignment_expression "local_d8 = local_d8 + -1" identifier = (binary_expression "local_d8 + -1" identifier + number_literal)) ;) (if_statement "if (local_d8 == 0) {\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" if (parenthesized_expression "(local_d8 == 0)" ( (binary_expression "local_d8 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar8 = **argvp;\n __format = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,__format,pcVar8);\n /* WARNING: Subroutine does not return */\n xexit(1);\n }" { (expression_statement "pcVar8 = **argvp;" (assignment_expression "pcVar8 = **argvp" identifier = (pointer_expression "**argvp" * (pointer_expression "*argvp" * identifier))) ;) (expression_statement "__format = "%s: error: too many @-files encountered\n";" (assignment_expression "__format = "%s: error: too many @-files encountered\n"" identifier = (string_literal ""%s: error: too many @-files encountered\n"" " string_content escape_sequence ")) ;) (labeled_statement "LAB_00156562:\n fprintf(stderr,__format,pcVar8);" statement_identifier : (expression_statement "fprintf(stderr,__format,pcVar8);" (call_expression "fprintf(stderr,__format,pcVar8)" identifier (argument_list "(stderr,__format,pcVar8)" ( identifier , identifier , identifier ))) ;)) comment (expression_statement "xexit(1);" (call_expression "xexit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "pcVar8 = pcVar8 + 1;" (assignment_expression "pcVar8 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "iVar2 = __xstat(1,pcVar8,(stat *)&sb);" (assignment_expression "iVar2 = __xstat(1,pcVar8,(stat *)&sb)" identifier = (call_expression "__xstat(1,pcVar8,(stat *)&sb)" identifier (argument_list "(1,pcVar8,(stat *)&sb)" ( number_literal , identifier , (cast_expression "(stat *)&sb" ( (type_descriptor "stat *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&sb" & identifier)) )))) ;) (if_statement "if (iVar2 < 0) {\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }" if (parenthesized_expression "(iVar2 < 0)" ( (binary_expression "iVar2 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_001563a0:\n iVar2 = *argcp;\n break;\n }" { (labeled_statement "LAB_001563a0:\n iVar2 = *argcp;" statement_identifier : (expression_statement "iVar2 = *argcp;" (assignment_expression "iVar2 = *argcp" identifier = (pointer_expression "*argcp" * identifier)) ;)) (break_statement "break;" break ;) })) (if_statement "if ((sb.st_mode & 0xf000) == 0x4000) {\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }" if (parenthesized_expression "((sb.st_mode & 0xf000) == 0x4000)" ( (binary_expression "(sb.st_mode & 0xf000) == 0x4000" (parenthesized_expression "(sb.st_mode & 0xf000)" ( (binary_expression "sb.st_mode & 0xf000" (field_expression "sb.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n __format = "%s: error: @-file refers to a directory\n";\n pcVar8 = **argvp;\n goto LAB_00156562;\n }" { (expression_statement "__format = "%s: error: @-file refers to a directory\n";" (assignment_expression "__format = "%s: error: @-file refers to a directory\n"" identifier = (string_literal ""%s: error: @-file refers to a directory\n"" " string_content escape_sequence ")) ;) (expression_statement "pcVar8 = **argvp;" (assignment_expression "pcVar8 = **argvp" identifier = (pointer_expression "**argvp" * (pointer_expression "*argvp" * identifier))) ;) (goto_statement "goto LAB_00156562;" goto statement_identifier ;) })) (expression_statement "__stream = fopen(pcVar8,"r");" (assignment_expression "__stream = fopen(pcVar8,"r")" identifier = (call_expression "fopen(pcVar8,"r")" identifier (argument_list "(pcVar8,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (if_statement "if (__stream == (FILE *)0x0) goto LAB_001563a0;" if (parenthesized_expression "(__stream == (FILE *)0x0)" ( (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001563a0;" goto statement_identifier ;)) (expression_statement "iVar2 = fseek(__stream,0,2);" (assignment_expression "iVar2 = fseek(__stream,0,2)" identifier = (call_expression "fseek(__stream,0,2)" identifier (argument_list "(__stream,0,2)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)) {\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }" if (parenthesized_expression "(((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1))" ( (binary_expression "((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)) &&\n (iVar2 = fseek(__stream,0,0), iVar2 != -1)" (parenthesized_expression "((iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff))" ( (binary_expression "(iVar2 != -1) && (sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)" (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) && (parenthesized_expression "(sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff)" ( (comma_expression "sVar3 = ftell(__stream), sVar3 != 0xffffffffffffffff" (assignment_expression "sVar3 = ftell(__stream)" identifier = (call_expression "ftell(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "sVar3 != 0xffffffffffffffff" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar2 = fseek(__stream,0,0), iVar2 != -1)" ( (comma_expression "iVar2 = fseek(__stream,0,0), iVar2 != -1" (assignment_expression "iVar2 = fseek(__stream,0,0)" identifier = (call_expression "fseek(__stream,0,0)" identifier (argument_list "(__stream,0,0)" ( identifier , number_literal , number_literal )))) , (binary_expression "iVar2 != -1" identifier != number_literal)) ))) )) (compound_statement "{\n input = (byte *)xmalloc(sVar3 + 1);\n sVar4 = fread(input,1,sVar3,__stream);\n if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }\n }" { (expression_statement "input = (byte *)xmalloc(sVar3 + 1);" (assignment_expression "input = (byte *)xmalloc(sVar3 + 1)" identifier = (cast_expression "(byte *)xmalloc(sVar3 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(sVar3 + 1)" identifier (argument_list "(sVar3 + 1)" ( (binary_expression "sVar3 + 1" identifier + number_literal) ))))) ;) (expression_statement "sVar4 = fread(input,1,sVar3,__stream);" (assignment_expression "sVar4 = fread(input,1,sVar3,__stream)" identifier = (call_expression "fread(input,1,sVar3,__stream)" identifier (argument_list "(input,1,sVar3,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if ((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)) {\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }" if (parenthesized_expression "((sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0))" ( (binary_expression "(sVar3 == sVar4) || (iVar2 = ferror(__stream), iVar2 == 0)" (parenthesized_expression "(sVar3 == sVar4)" ( (binary_expression "sVar3 == sVar4" identifier == identifier) )) || (parenthesized_expression "(iVar2 = ferror(__stream), iVar2 == 0)" ( (comma_expression "iVar2 = ferror(__stream), iVar2 == 0" (assignment_expression "iVar2 = ferror(__stream)" identifier = (call_expression "ferror(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "iVar2 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n input[sVar4] = 0;\n if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }\n free(ppcVar5[lVar11]);\n ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);\n iVar10 = *argcp;\n *argvp = ppcVar5;\n memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);\n memcpy(*argvp + lVar11,__src,sVar3);\n *argcp = iVar2 + -1 + *argcp;\n free(__src);\n free(input);\n iVar10 = iVar12;\n }" { (expression_statement "input[sVar4] = 0;" (assignment_expression "input[sVar4] = 0" (subscript_expression "input[sVar4]" identifier [ identifier ]) = number_literal) ;) (if_statement "if (*input == 0) {\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }\n else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }" if (parenthesized_expression "(*input == 0)" ( (binary_expression "*input == 0" (pointer_expression "*input" * identifier) == number_literal) )) (compound_statement "{\nLAB_001563f0:\n __src = (char **)xmalloc(8);\n *__src = (char *)0x0;\n ppcVar5 = *argvp;\n if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }\n }" { (labeled_statement "LAB_001563f0:\n __src = (char **)xmalloc(8);" statement_identifier : (expression_statement "__src = (char **)xmalloc(8);" (assignment_expression "__src = (char **)xmalloc(8)" identifier = (cast_expression "(char **)xmalloc(8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;)) (expression_statement "*__src = (char *)0x0;" (assignment_expression "*__src = (char *)0x0" (pointer_expression "*__src" * identifier) = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "ppcVar5 = *argvp;" (assignment_expression "ppcVar5 = *argvp" identifier = (pointer_expression "*argvp" * identifier)) ;) (if_statement "if (argv == ppcVar5) {\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }\n else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }" if (parenthesized_expression "(argv == ppcVar5)" ( (binary_expression "argv == ppcVar5" identifier == identifier) )) (compound_statement "{\n ppcVar5 = dupargv(argv);\n iVar2 = 0;\n lVar7 = 0;\n *argvp = ppcVar5;\n sVar3 = 0;\n }" { (expression_statement "ppcVar5 = dupargv(argv);" (assignment_expression "ppcVar5 = dupargv(argv)" identifier = (call_expression "dupargv(argv)" identifier (argument_list "(argv)" ( identifier )))) ;) (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (expression_statement "*argvp = ppcVar5;" (assignment_expression "*argvp = ppcVar5" (pointer_expression "*argvp" * identifier) = identifier) ;) (expression_statement "sVar3 = 0;" (assignment_expression "sVar3 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }" else (compound_statement "{\nLAB_00156546:\n iVar2 = 0;\n lVar7 = 0;\n sVar3 = 0;\n }" { (labeled_statement "LAB_00156546:\n iVar2 = 0;" statement_identifier : (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;)) (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (expression_statement "sVar3 = 0;" (assignment_expression "sVar3 = 0" identifier = number_literal) ;) }))) }) (else_clause "else {\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }" else (compound_statement "{\n bVar1 = (byte)_sch_istable[*input];\n pbVar6 = input;\n while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }\n __src = buildargv((char *)input);\n ppcVar5 = *argvp;\n pcVar8 = *__src;\n if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }\n if (pcVar8 == (char *)0x0) goto LAB_00156546;\n lVar7 = 0;\n do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);\n iVar2 = (int)lVar7;\n local_100 = (lVar11 + lVar7) * 8;\n }" { (expression_statement "bVar1 = (byte)_sch_istable[*input];" (assignment_expression "bVar1 = (byte)_sch_istable[*input]" identifier = (cast_expression "(byte)_sch_istable[*input]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_istable[*input]" identifier [ (pointer_expression "*input" * identifier) ]))) ;) (expression_statement "pbVar6 = input;" (assignment_expression "pbVar6 = input" identifier = identifier) ;) (while_statement "while ((bVar1 & 0x40) != 0) {\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }" while (parenthesized_expression "((bVar1 & 0x40) != 0)" ( (binary_expression "(bVar1 & 0x40) != 0" (parenthesized_expression "(bVar1 & 0x40)" ( (binary_expression "bVar1 & 0x40" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar6 = pbVar6 + 1;\n if (*pbVar6 == 0) goto LAB_001563f0;\n bVar1 = (byte)_sch_istable[*pbVar6];\n }" { (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (if_statement "if (*pbVar6 == 0) goto LAB_001563f0;" if (parenthesized_expression "(*pbVar6 == 0)" ( (binary_expression "*pbVar6 == 0" (pointer_expression "*pbVar6" * identifier) == number_literal) )) (goto_statement "goto LAB_001563f0;" goto statement_identifier ;)) (expression_statement "bVar1 = (byte)_sch_istable[*pbVar6];" (assignment_expression "bVar1 = (byte)_sch_istable[*pbVar6]" identifier = (cast_expression "(byte)_sch_istable[*pbVar6]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "_sch_istable[*pbVar6]" identifier [ (pointer_expression "*pbVar6" * identifier) ]))) ;) })) (expression_statement "__src = buildargv((char *)input);" (assignment_expression "__src = buildargv((char *)input)" identifier = (call_expression "buildargv((char *)input)" identifier (argument_list "((char *)input)" ( (cast_expression "(char *)input" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "ppcVar5 = *argvp;" (assignment_expression "ppcVar5 = *argvp" identifier = (pointer_expression "*argvp" * identifier)) ;) (expression_statement "pcVar8 = *__src;" (assignment_expression "pcVar8 = *__src" identifier = (pointer_expression "*__src" * identifier)) ;) (if_statement "if (ppcVar5 == argv) {\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }" if (parenthesized_expression "(ppcVar5 == argv)" ( (binary_expression "ppcVar5 == argv" identifier == identifier) )) (compound_statement "{\n ppcVar5 = dupargv(argv);\n *argvp = ppcVar5;\n }" { (expression_statement "ppcVar5 = dupargv(argv);" (assignment_expression "ppcVar5 = dupargv(argv)" identifier = (call_expression "dupargv(argv)" identifier (argument_list "(argv)" ( identifier )))) ;) (expression_statement "*argvp = ppcVar5;" (assignment_expression "*argvp = ppcVar5" (pointer_expression "*argvp" * identifier) = identifier) ;) })) (if_statement "if (pcVar8 == (char *)0x0) goto LAB_00156546;" if (parenthesized_expression "(pcVar8 == (char *)0x0)" ( (binary_expression "pcVar8 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00156546;" goto statement_identifier ;)) (expression_statement "lVar7 = 0;" (assignment_expression "lVar7 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n } while (__src[lVar7] != (char *)0x0);" do (compound_statement "{\n lVar7 = lVar7 + 1;\n sVar3 = lVar7 * 8;\n }" { (expression_statement "lVar7 = lVar7 + 1;" (assignment_expression "lVar7 = lVar7 + 1" identifier = (binary_expression "lVar7 + 1" identifier + number_literal)) ;) (expression_statement "sVar3 = lVar7 * 8;" (assignment_expression "sVar3 = lVar7 * 8" identifier = (binary_expression "lVar7 * 8" identifier * number_literal)) ;) }) while (parenthesized_expression "(__src[lVar7] != (char *)0x0)" ( (binary_expression "__src[lVar7] != (char *)0x0" (subscript_expression "__src[lVar7]" identifier [ identifier ]) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (expression_statement "iVar2 = (int)lVar7;" (assignment_expression "iVar2 = (int)lVar7" identifier = (cast_expression "(int)lVar7" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_100 = (lVar11 + lVar7) * 8;" (assignment_expression "local_100 = (lVar11 + lVar7) * 8" identifier = (binary_expression "(lVar11 + lVar7) * 8" (parenthesized_expression "(lVar11 + lVar7)" ( (binary_expression "lVar11 + lVar7" identifier + identifier) )) * number_literal)) ;) }))) (expression_statement "free(ppcVar5[lVar11]);" (call_expression "free(ppcVar5[lVar11])" identifier (argument_list "(ppcVar5[lVar11])" ( (subscript_expression "ppcVar5[lVar11]" identifier [ identifier ]) ))) ;) (expression_statement "ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8);" (assignment_expression "ppcVar5 = (char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8)" identifier = (cast_expression "(char **)xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (call_expression "xrealloc(*argvp,(lVar7 + 1 + (long)*argcp) * 8)" identifier (argument_list "(*argvp,(lVar7 + 1 + (long)*argcp) * 8)" ( (pointer_expression "*argvp" * identifier) , (binary_expression "(lVar7 + 1 + (long)*argcp) * 8" (parenthesized_expression "(lVar7 + 1 + (long)*argcp)" ( (binary_expression "lVar7 + 1 + (long)*argcp" (binary_expression "lVar7 + 1" identifier + number_literal) + (cast_expression "(long)*argcp" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*argcp" * identifier))) )) * number_literal) ))))) ;) (expression_statement "iVar10 = *argcp;" (assignment_expression "iVar10 = *argcp" identifier = (pointer_expression "*argcp" * identifier)) ;) (expression_statement "*argvp = ppcVar5;" (assignment_expression "*argvp = ppcVar5" (pointer_expression "*argvp" * identifier) = identifier) ;) (expression_statement "memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3);" (call_expression "memmove((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3)" identifier (argument_list "((void *)(local_100 + (long)ppcVar5),ppcVar5 + lVar11 + 1,\n (long)(iVar10 - iVar9) << 3)" ( (cast_expression "(void *)(local_100 + (long)ppcVar5)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_100 + (long)ppcVar5)" ( (binary_expression "local_100 + (long)ppcVar5" identifier + (cast_expression "(long)ppcVar5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) , (binary_expression "ppcVar5 + lVar11 + 1" (binary_expression "ppcVar5 + lVar11" identifier + identifier) + number_literal) , (binary_expression "(long)(iVar10 - iVar9) << 3" (cast_expression "(long)(iVar10 - iVar9)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar10 - iVar9)" ( (binary_expression "iVar10 - iVar9" identifier - identifier) ))) << number_literal) ))) ;) (expression_statement "memcpy(*argvp + lVar11,__src,sVar3);" (call_expression "memcpy(*argvp + lVar11,__src,sVar3)" identifier (argument_list "(*argvp + lVar11,__src,sVar3)" ( (binary_expression "*argvp + lVar11" (pointer_expression "*argvp" * identifier) + identifier) , identifier , identifier ))) ;) (expression_statement "*argcp = iVar2 + -1 + *argcp;" (assignment_expression "*argcp = iVar2 + -1 + *argcp" (pointer_expression "*argcp" * identifier) = (binary_expression "iVar2 + -1 + *argcp" (binary_expression "iVar2 + -1" identifier + number_literal) + (pointer_expression "*argcp" * identifier))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (expression_statement "free(input);" (call_expression "free(input)" identifier (argument_list "(input)" ( identifier ))) ;) (expression_statement "iVar10 = iVar12;" (assignment_expression "iVar10 = iVar12" identifier = identifier) ;) })) })) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "iVar9 = iVar10 + 1;" (assignment_expression "iVar9 = iVar10 + 1" identifier = (binary_expression "iVar10 + 1" identifier + number_literal)) ;) (expression_statement "iVar2 = *argcp;" (assignment_expression "iVar2 = *argcp" identifier = (pointer_expression "*argcp" * identifier)) ;) (expression_statement "iVar12 = iVar10;" (assignment_expression "iVar12 = iVar10" identifier = identifier) ;) (if_statement "if (iVar2 <= iVar9) {\n return;\n }" if (parenthesized_expression "(iVar2 <= iVar9)" ( (binary_expression "iVar2 <= iVar9" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit "void FUN_00156230(int *param_1,long *param_2)\n\n{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}\n\n" (function_definition "void FUN_00156230(int *param_1,long *param_2)\n\n{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_00156230(int *param_1,long *param_2)" identifier (parameter_list "(int *param_1,long *param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "FILE *__stream;" type_identifier (pointer_declarator "*__stream" * identifier) ;) (declaration "size_t sVar5;" primitive_type identifier ;) (declaration "byte *__ptr;" type_identifier (pointer_declarator "*__ptr" * identifier) ;) (declaration "size_t sVar6;" primitive_type identifier ;) (declaration "long *__src;" (sized_type_specifier "long" long) (pointer_declarator "*__src" * identifier) ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "long lVar9;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar14;" primitive_type (pointer_declarator "*pcVar14" * identifier) ;) (declaration "int iVar15;" primitive_type identifier ;) (declaration "long local_100;" (sized_type_specifier "long" long) identifier ;) (declaration "int local_d8;" primitive_type identifier ;) (declaration "stat local_c8;" type_identifier identifier ;) (expression_statement "lVar3 = *param_2;" (assignment_expression "lVar3 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "local_d8 = 2000;" (assignment_expression "local_d8 = 2000" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (do_statement "do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );" do (compound_statement "{\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n }" { (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" identifier = identifier) ;) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" if (parenthesized_expression "(iVar4 <= iVar11)" ( (binary_expression "iVar4 <= iVar11" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (while_statement "while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" { (expression_statement "lVar13 = (long)iVar11;" (assignment_expression "lVar13 = (long)iVar11" identifier = (cast_expression "(long)iVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "lVar1 = lVar13 * 8;" (assignment_expression "lVar1 = lVar13 * 8" identifier = (binary_expression "lVar13 * 8" identifier * number_literal)) ;) (expression_statement "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];" (assignment_expression "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13]" identifier = (cast_expression "(char *)((undefined8 *)*param_2)[lVar13]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "((undefined8 *)*param_2)[lVar13]" (parenthesized_expression "((undefined8 *)*param_2)" ( (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) )) [ identifier ]))) ;) (expression_statement "iVar12 = iVar11;" (assignment_expression "iVar12 = iVar11" identifier = identifier) ;) (if_statement "if (*pcVar14 != '@') break;" if (parenthesized_expression "(*pcVar14 != '@')" ( (binary_expression "*pcVar14 != '@'" (pointer_expression "*pcVar14" * identifier) != (char_literal "'@'" ' character ')) )) (break_statement "break;" break ;)) (expression_statement "local_d8 = local_d8 + -1;" (assignment_expression "local_d8 = local_d8 + -1" identifier = (binary_expression "local_d8 + -1" identifier + number_literal)) ;) (if_statement "if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }" if (parenthesized_expression "(local_d8 == 0)" ( (binary_expression "local_d8 == 0" identifier == number_literal) )) (compound_statement "{\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }" { (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" identifier = (pointer_expression "*(undefined8 *)*param_2" * (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (expression_statement "pcVar14 = "%s: error: too many @-files encountered\n";" (assignment_expression "pcVar14 = "%s: error: too many @-files encountered\n"" identifier = (string_literal ""%s: error: too many @-files encountered\n"" " string_content escape_sequence ")) ;) (labeled_statement "LAB_00156562:\n fprintf(stderr,pcVar14,uVar10);" statement_identifier : (expression_statement "fprintf(stderr,pcVar14,uVar10);" (call_expression "fprintf(stderr,pcVar14,uVar10)" identifier (argument_list "(stderr,pcVar14,uVar10)" ( identifier , identifier , identifier ))) ;)) (expression_statement "FUN_001593e0(1);" (call_expression "FUN_001593e0(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "pcVar14 = pcVar14 + 1;" (assignment_expression "pcVar14 = pcVar14 + 1" identifier = (binary_expression "pcVar14 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = __xstat(1,pcVar14,&local_c8);" (assignment_expression "iVar4 = __xstat(1,pcVar14,&local_c8)" identifier = (call_expression "__xstat(1,pcVar14,&local_c8)" identifier (argument_list "(1,pcVar14,&local_c8)" ( number_literal , identifier , (pointer_expression "&local_c8" & identifier) )))) ;) (if_statement "if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" if (parenthesized_expression "(iVar4 < 0)" ( (binary_expression "iVar4 < 0" identifier < number_literal) )) (compound_statement "{\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" { (labeled_statement "LAB_001563a0:\n iVar4 = *param_1;" statement_identifier : (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;)) (break_statement "break;" break ;) })) (if_statement "if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" if (parenthesized_expression "((local_c8.st_mode & 0xf000) == 0x4000)" ( (binary_expression "(local_c8.st_mode & 0xf000) == 0x4000" (parenthesized_expression "(local_c8.st_mode & 0xf000)" ( (binary_expression "local_c8.st_mode & 0xf000" (field_expression "local_c8.st_mode" identifier . field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" { (expression_statement "pcVar14 = "%s: error: @-file refers to a directory\n";" (assignment_expression "pcVar14 = "%s: error: @-file refers to a directory\n"" identifier = (string_literal ""%s: error: @-file refers to a directory\n"" " string_content escape_sequence ")) ;) (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" identifier = (pointer_expression "*(undefined8 *)*param_2" * (cast_expression "(undefined8 *)*param_2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)))) ;) (goto_statement "goto LAB_00156562;" goto statement_identifier ;) })) (expression_statement "__stream = fopen(pcVar14,"r");" (assignment_expression "__stream = fopen(pcVar14,"r")" identifier = (call_expression "fopen(pcVar14,"r")" identifier (argument_list "(pcVar14,"r")" ( identifier , (string_literal ""r"" " string_content ") )))) ;) (if_statement "if (__stream == (FILE *)0x0) goto LAB_001563a0;" if (parenthesized_expression "(__stream == (FILE *)0x0)" ( (binary_expression "__stream == (FILE *)0x0" identifier == (cast_expression "(FILE *)0x0" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001563a0;" goto statement_identifier ;)) (expression_statement "iVar4 = fseek(__stream,0,2);" (assignment_expression "iVar4 = fseek(__stream,0,2)" identifier = (call_expression "fseek(__stream,0,2)" identifier (argument_list "(__stream,0,2)" ( identifier , number_literal , number_literal )))) ;) (if_statement "if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" if (parenthesized_expression "(((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1))" ( (binary_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)" (parenthesized_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff))" ( (binary_expression "(iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" (parenthesized_expression "(iVar4 != -1)" ( (binary_expression "iVar4 != -1" identifier != number_literal) )) && (parenthesized_expression "(sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" ( (comma_expression "sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff" (assignment_expression "sVar5 = ftell(__stream)" identifier = (call_expression "ftell(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "sVar5 != 0xffffffffffffffff" identifier != number_literal)) ))) )) && (parenthesized_expression "(iVar4 = fseek(__stream,0,0), iVar4 != -1)" ( (comma_expression "iVar4 = fseek(__stream,0,0), iVar4 != -1" (assignment_expression "iVar4 = fseek(__stream,0,0)" identifier = (call_expression "fseek(__stream,0,0)" identifier (argument_list "(__stream,0,0)" ( identifier , number_literal , number_literal )))) , (binary_expression "iVar4 != -1" identifier != number_literal)) ))) )) (compound_statement "{\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" { (expression_statement "__ptr = (byte *)FUN_001594b0(sVar5 + 1);" (assignment_expression "__ptr = (byte *)FUN_001594b0(sVar5 + 1)" identifier = (cast_expression "(byte *)FUN_001594b0(sVar5 + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001594b0(sVar5 + 1)" identifier (argument_list "(sVar5 + 1)" ( (binary_expression "sVar5 + 1" identifier + number_literal) ))))) ;) (expression_statement "sVar6 = fread(__ptr,1,sVar5,__stream);" (assignment_expression "sVar6 = fread(__ptr,1,sVar5,__stream)" identifier = (call_expression "fread(__ptr,1,sVar5,__stream)" identifier (argument_list "(__ptr,1,sVar5,__stream)" ( identifier , number_literal , identifier , identifier )))) ;) (if_statement "if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" if (parenthesized_expression "((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0))" ( (binary_expression "(sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)" (parenthesized_expression "(sVar5 == sVar6)" ( (binary_expression "sVar5 == sVar6" identifier == identifier) )) || (parenthesized_expression "(iVar4 = ferror(__stream), iVar4 == 0)" ( (comma_expression "iVar4 = ferror(__stream), iVar4 == 0" (assignment_expression "iVar4 = ferror(__stream)" identifier = (call_expression "ferror(__stream)" identifier (argument_list "(__stream)" ( identifier )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" { (expression_statement "__ptr[sVar6] = 0;" (assignment_expression "__ptr[sVar6] = 0" (subscript_expression "__ptr[sVar6]" identifier [ identifier ]) = number_literal) ;) (expression_statement "local_100 = lVar1;" (assignment_expression "local_100 = lVar1" identifier = identifier) ;) (if_statement "if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" if (parenthesized_expression "(*__ptr == 0)" ( (binary_expression "*__ptr == 0" (pointer_expression "*__ptr" * identifier) == number_literal) )) (compound_statement "{\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }" { (labeled_statement "LAB_001563f0:\n __src = (long *)FUN_001594b0(8);" statement_identifier : (expression_statement "__src = (long *)FUN_001594b0(8);" (assignment_expression "__src = (long *)FUN_001594b0(8)" identifier = (cast_expression "(long *)FUN_001594b0(8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001594b0(8)" identifier (argument_list "(8)" ( number_literal ))))) ;)) (expression_statement "*__src = 0;" (assignment_expression "*__src = 0" (pointer_expression "*__src" * identifier) = number_literal) ;) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" if (parenthesized_expression "(lVar3 == lVar7)" ( (binary_expression "lVar3 == lVar7" identifier == identifier) )) (compound_statement "{\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }" { (expression_statement "lVar7 = FUN_00155df0();" (assignment_expression "lVar7 = FUN_00155df0()" identifier = (call_expression "FUN_00155df0()" identifier (argument_list "()" ( )))) ;) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" identifier = number_literal) ;) }) (else_clause "else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" else (compound_statement "{\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" { (labeled_statement "LAB_00156546:\n iVar4 = 0;" statement_identifier : (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" identifier = number_literal) ;)) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" identifier = number_literal) ;) }))) }) (else_clause "else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" else (compound_statement "{\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" { (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2]" identifier = (subscript_expression "(&DAT_00187e40)[(ulong)*__ptr * 2]" (parenthesized_expression "(&DAT_00187e40)" ( (pointer_expression "&DAT_00187e40" & identifier) )) [ (binary_expression "(ulong)*__ptr * 2" (binary_expression "(ulong)*__ptr" (parenthesized_expression "(ulong)" ( identifier )) * identifier) * number_literal) ])) ;) (expression_statement "pbVar8 = __ptr;" (assignment_expression "pbVar8 = __ptr" identifier = identifier) ;) (while_statement "while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" while (parenthesized_expression "((bVar2 & 0x40) != 0)" ( (binary_expression "(bVar2 & 0x40) != 0" (parenthesized_expression "(bVar2 & 0x40)" ( (binary_expression "bVar2 & 0x40" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" { (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) (if_statement "if (*pbVar8 == 0) goto LAB_001563f0;" if (parenthesized_expression "(*pbVar8 == 0)" ( (binary_expression "*pbVar8 == 0" (pointer_expression "*pbVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001563f0;" goto statement_identifier ;)) (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2]" identifier = (subscript_expression "(&DAT_00187e40)[(ulong)*pbVar8 * 2]" (parenthesized_expression "(&DAT_00187e40)" ( (pointer_expression "&DAT_00187e40" & identifier) )) [ (binary_expression "(ulong)*pbVar8 * 2" (binary_expression "(ulong)*pbVar8" (parenthesized_expression "(ulong)" ( identifier )) * identifier) * number_literal) ])) ;) })) (expression_statement "__src = (long *)FUN_00155ee0(__ptr);" (assignment_expression "__src = (long *)FUN_00155ee0(__ptr)" identifier = (cast_expression "(long *)FUN_00155ee0(__ptr)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00155ee0(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))))) ;) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "lVar9 = *__src;" (assignment_expression "lVar9 = *__src" identifier = (pointer_expression "*__src" * identifier)) ;) (if_statement "if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" if (parenthesized_expression "(lVar7 == lVar3)" ( (binary_expression "lVar7 == lVar3" identifier == identifier) )) (compound_statement "{\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" { (expression_statement "lVar7 = FUN_00155df0(lVar3);" (assignment_expression "lVar7 = FUN_00155df0(lVar3)" identifier = (call_expression "FUN_00155df0(lVar3)" identifier (argument_list "(lVar3)" ( identifier )))) ;) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" * identifier) = identifier) ;) })) (if_statement "if (lVar9 == 0) goto LAB_00156546;" if (parenthesized_expression "(lVar9 == 0)" ( (binary_expression "lVar9 == 0" identifier == number_literal) )) (goto_statement "goto LAB_00156546;" goto statement_identifier ;)) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" identifier = number_literal) ;) (do_statement "do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);" do (compound_statement "{\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n }" { (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" identifier = (binary_expression "lVar9 + 1" identifier + number_literal)) ;) (expression_statement "sVar5 = lVar9 * 8;" (assignment_expression "sVar5 = lVar9 * 8" identifier = (binary_expression "lVar9 * 8" identifier * number_literal)) ;) }) while (parenthesized_expression "(__src[lVar9] != 0)" ( (binary_expression "__src[lVar9] != 0" (subscript_expression "__src[lVar9]" identifier [ identifier ]) != number_literal) )) ;) (expression_statement "iVar4 = (int)lVar9;" (assignment_expression "iVar4 = (int)lVar9" identifier = (cast_expression "(int)lVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "local_100 = (lVar13 + lVar9) * 8;" (assignment_expression "local_100 = (lVar13 + lVar9) * 8" identifier = (binary_expression "(lVar13 + lVar9) * 8" (parenthesized_expression "(lVar13 + lVar9)" ( (binary_expression "lVar13 + lVar9" identifier + identifier) )) * number_literal)) ;) }))) (expression_statement "free(*(void **)(lVar7 + lVar13 * 8));" (call_expression "free(*(void **)(lVar7 + lVar13 * 8))" identifier (argument_list "(*(void **)(lVar7 + lVar13 * 8))" ( (pointer_expression "*(void **)(lVar7 + lVar13 * 8)" * (cast_expression "(void **)(lVar7 + lVar13 * 8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar7 + lVar13 * 8)" ( (binary_expression "lVar7 + lVar13 * 8" identifier + (binary_expression "lVar13 * 8" identifier * number_literal)) )))) ))) ;) (expression_statement "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);" (assignment_expression "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" identifier = (call_expression "FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" identifier (argument_list "(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" ( (pointer_expression "*param_2" * identifier) , (binary_expression "(lVar9 + 1 + (long)*param_1) * 8" (parenthesized_expression "(lVar9 + 1 + (long)*param_1)" ( (binary_expression "lVar9 + 1 + (long)*param_1" (binary_expression "lVar9 + 1" identifier + number_literal) + (cast_expression "(long)*param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*param_1" * identifier))) )) * number_literal) )))) ;) (expression_statement "iVar12 = *param_1;" (assignment_expression "iVar12 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*param_2 = lVar13;" (assignment_expression "*param_2 = lVar13" (pointer_expression "*param_2" * identifier) = identifier) ;) (expression_statement "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);" (call_expression "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" identifier (argument_list "((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" ( (cast_expression "(void *)(local_100 + lVar13)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_100 + lVar13)" ( (binary_expression "local_100 + lVar13" identifier + identifier) ))) , (cast_expression "(void *)(lVar13 + 8 + lVar1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 8 + lVar1)" ( (binary_expression "lVar13 + 8 + lVar1" (binary_expression "lVar13 + 8" identifier + number_literal) + identifier) ))) , (binary_expression "(long)(iVar12 - iVar11) << 3" (cast_expression "(long)(iVar12 - iVar11)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar12 - iVar11)" ( (binary_expression "iVar12 - iVar11" identifier - identifier) ))) << number_literal) ))) ;) (expression_statement "memcpy((void *)(*param_2 + lVar1),__src,sVar5);" (call_expression "memcpy((void *)(*param_2 + lVar1),__src,sVar5)" identifier (argument_list "((void *)(*param_2 + lVar1),__src,sVar5)" ( (cast_expression "(void *)(*param_2 + lVar1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_2 + lVar1)" ( (binary_expression "*param_2 + lVar1" (pointer_expression "*param_2" * identifier) + identifier) ))) , identifier , identifier ))) ;) (expression_statement "*param_1 = iVar4 + -1 + *param_1;" (assignment_expression "*param_1 = iVar4 + -1 + *param_1" (pointer_expression "*param_1" * identifier) = (binary_expression "iVar4 + -1 + *param_1" (binary_expression "iVar4 + -1" identifier + number_literal) + (pointer_expression "*param_1" * identifier))) ;) (expression_statement "free(__src);" (call_expression "free(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (expression_statement "iVar12 = iVar15;" (assignment_expression "iVar12 = iVar15" identifier = identifier) ;) })) })) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" identifier (argument_list "(__stream)" ( identifier ))) ;) (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" identifier = (binary_expression "iVar12 + 1" identifier + number_literal)) ;) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" identifier = identifier) ;) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" if (parenthesized_expression "(iVar4 <= iVar11)" ( (binary_expression "iVar4 <= iVar11" identifier <= identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return ;) })) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ IDENT ]))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' character ')) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , (pointer_expression & IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;)) (break_statement break ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (field_expression IDENT . field_identifier) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content escape_sequence ")) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression IDENT != LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) * LIT) ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) * LIT) ])) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) }) while (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ IDENT ]) != LIT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression IDENT + IDENT) )) * LIT)) ;) }))) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * IDENT) , (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * IDENT))) )) * LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) + IDENT) ))) , (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) << LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + IDENT) ))) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (binary_expression IDENT + LIT) + (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return ;) })) })) }) while (parenthesized_expression ( BOOL )) ;) })))
(function_definition "void FUN_00156230(int *param_1,long *param_2)\n\n{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00156230(int *param_1,long *param_2)" (identifier "FUN_00156230") (parameter_list "(int *param_1,long *param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n byte bVar2;\n long lVar3;\n int iVar4;\n FILE *__stream;\n size_t sVar5;\n byte *__ptr;\n size_t sVar6;\n long *__src;\n long lVar7;\n byte *pbVar8;\n long lVar9;\n undefined8 uVar10;\n int iVar11;\n int iVar12;\n long lVar13;\n char *pcVar14;\n int iVar15;\n long local_100;\n int local_d8;\n stat local_c8;\n \n lVar3 = *param_2;\n iVar4 = *param_1;\n local_d8 = 2000;\n iVar12 = 0;\n do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "FILE *__stream;" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream")) (; ";")) (declaration "size_t sVar5;" (primitive_type "size_t") (identifier "sVar5") (; ";")) (declaration "byte *__ptr;" (type_identifier "byte") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "size_t sVar6;" (primitive_type "size_t") (identifier "sVar6") (; ";")) (declaration "long *__src;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "byte *pbVar8;" (type_identifier "byte") (pointer_declarator "*pbVar8" (* "*") (identifier "pbVar8")) (; ";")) (declaration "long lVar9;" (sized_type_specifier "long" (long "long")) (identifier "lVar9") (; ";")) (declaration "undefined8 uVar10;" (type_identifier "undefined8") (identifier "uVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "char *pcVar14;" (primitive_type "char") (pointer_declarator "*pcVar14" (* "*") (identifier "pcVar14")) (; ";")) (declaration "int iVar15;" (primitive_type "int") (identifier "iVar15") (; ";")) (declaration "long local_100;" (sized_type_specifier "long" (long "long")) (identifier "local_100") (; ";")) (declaration "int local_d8;" (primitive_type "int") (identifier "local_d8") (; ";")) (declaration "stat local_c8;" (type_identifier "stat") (identifier "local_c8") (; ";")) (expression_statement "lVar3 = *param_2;" (assignment_expression "lVar3 = *param_2" (identifier "lVar3") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" (identifier "iVar4") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "local_d8 = 2000;" (assignment_expression "local_d8 = 2000" (identifier "local_d8") (= "=") (number_literal "2000")) (; ";")) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" (identifier "iVar12") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n } while( true );" (do "do") (compound_statement "{\n iVar11 = iVar12 + 1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }\n }" ({ "{") (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar12 + 1" (identifier "iVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" (identifier "iVar15") (= "=") (identifier "iVar12")) (; ";")) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" (if "if") (parenthesized_expression "(iVar4 <= iVar11)" (( "(") (binary_expression "iVar4 <= iVar11" (identifier "iVar4") (<= "<=") (identifier "iVar11")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (while_statement "while( true ) {\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n lVar13 = (long)iVar11;\n lVar1 = lVar13 * 8;\n pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];\n iVar12 = iVar11;\n if (*pcVar14 != '@') break;\n local_d8 = local_d8 + -1;\n if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }\n pcVar14 = pcVar14 + 1;\n iVar4 = __xstat(1,pcVar14,&local_c8);\n if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }\n if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }\n __stream = fopen(pcVar14,"r");\n if (__stream == (FILE *)0x0) goto LAB_001563a0;\n iVar4 = fseek(__stream,0,2);\n if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }\n fclose(__stream);\n iVar11 = iVar12 + 1;\n iVar4 = *param_1;\n iVar15 = iVar12;\n if (iVar4 <= iVar11) {\n return;\n }\n }" ({ "{") (expression_statement "lVar13 = (long)iVar11;" (assignment_expression "lVar13 = (long)iVar11" (identifier "lVar13") (= "=") (cast_expression "(long)iVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar11"))) (; ";")) (expression_statement "lVar1 = lVar13 * 8;" (assignment_expression "lVar1 = lVar13 * 8" (identifier "lVar1") (= "=") (binary_expression "lVar13 * 8" (identifier "lVar13") (* "*") (number_literal "8"))) (; ";")) (expression_statement "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13];" (assignment_expression "pcVar14 = (char *)((undefined8 *)*param_2)[lVar13]" (identifier "pcVar14") (= "=") (cast_expression "(char *)((undefined8 *)*param_2)[lVar13]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "((undefined8 *)*param_2)[lVar13]" (parenthesized_expression "((undefined8 *)*param_2)" (( "(") (cast_expression "(undefined8 *)*param_2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) () ")")) ([ "[") (identifier "lVar13") (] "]")))) (; ";")) (expression_statement "iVar12 = iVar11;" (assignment_expression "iVar12 = iVar11" (identifier "iVar12") (= "=") (identifier "iVar11")) (; ";")) (if_statement "if (*pcVar14 != '@') break;" (if "if") (parenthesized_expression "(*pcVar14 != '@')" (( "(") (binary_expression "*pcVar14 != '@'" (pointer_expression "*pcVar14" (* "*") (identifier "pcVar14")) (!= "!=") (char_literal "'@'" (' "'") (character "@") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "local_d8 = local_d8 + -1;" (assignment_expression "local_d8 = local_d8 + -1" (identifier "local_d8") (= "=") (binary_expression "local_d8 + -1" (identifier "local_d8") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (local_d8 == 0) {\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }" (if "if") (parenthesized_expression "(local_d8 == 0)" (( "(") (binary_expression "local_d8 == 0" (identifier "local_d8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar10 = *(undefined8 *)*param_2;\n pcVar14 = "%s: error: too many @-files encountered\n";\nLAB_00156562:\n fprintf(stderr,pcVar14,uVar10);\n \n FUN_001593e0(1);\n }" ({ "{") (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" (identifier "uVar10") (= "=") (pointer_expression "*(undefined8 *)*param_2" (* "*") (cast_expression "(undefined8 *)*param_2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))))) (; ";")) (expression_statement "pcVar14 = "%s: error: too many @-files encountered\n";" (assignment_expression "pcVar14 = "%s: error: too many @-files encountered\n"" (identifier "pcVar14") (= "=") (string_literal ""%s: error: too many @-files encountered\n"" (" """) (string_content "%s: error: too many @-files encountered") (escape_sequence "\n") (" """))) (; ";")) (labeled_statement "LAB_00156562:\n fprintf(stderr,pcVar14,uVar10);" (statement_identifier "LAB_00156562") (: ":") (expression_statement "fprintf(stderr,pcVar14,uVar10);" (call_expression "fprintf(stderr,pcVar14,uVar10)" (identifier "fprintf") (argument_list "(stderr,pcVar14,uVar10)" (( "(") (identifier "stderr") (, ",") (identifier "pcVar14") (, ",") (identifier "uVar10") () ")"))) (; ";"))) (expression_statement "FUN_001593e0(1);" (call_expression "FUN_001593e0(1)" (identifier "FUN_001593e0") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) (expression_statement "pcVar14 = pcVar14 + 1;" (assignment_expression "pcVar14 = pcVar14 + 1" (identifier "pcVar14") (= "=") (binary_expression "pcVar14 + 1" (identifier "pcVar14") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar4 = __xstat(1,pcVar14,&local_c8);" (assignment_expression "iVar4 = __xstat(1,pcVar14,&local_c8)" (identifier "iVar4") (= "=") (call_expression "__xstat(1,pcVar14,&local_c8)" (identifier "__xstat") (argument_list "(1,pcVar14,&local_c8)" (( "(") (number_literal "1") (, ",") (identifier "pcVar14") (, ",") (pointer_expression "&local_c8" (& "&") (identifier "local_c8")) () ")")))) (; ";")) (if_statement "if (iVar4 < 0) {\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" (if "if") (parenthesized_expression "(iVar4 < 0)" (( "(") (binary_expression "iVar4 < 0" (identifier "iVar4") (< "<") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001563a0:\n iVar4 = *param_1;\n break;\n }" ({ "{") (labeled_statement "LAB_001563a0:\n iVar4 = *param_1;" (statement_identifier "LAB_001563a0") (: ":") (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" (identifier "iVar4") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (if_statement "if ((local_c8.st_mode & 0xf000) == 0x4000) {\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" (if "if") (parenthesized_expression "((local_c8.st_mode & 0xf000) == 0x4000)" (( "(") (binary_expression "(local_c8.st_mode & 0xf000) == 0x4000" (parenthesized_expression "(local_c8.st_mode & 0xf000)" (( "(") (binary_expression "local_c8.st_mode & 0xf000" (field_expression "local_c8.st_mode" (identifier "local_c8") (. ".") (field_identifier "st_mode")) (& "&") (number_literal "0xf000")) () ")")) (== "==") (number_literal "0x4000")) () ")")) (compound_statement "{\n pcVar14 = "%s: error: @-file refers to a directory\n";\n uVar10 = *(undefined8 *)*param_2;\n goto LAB_00156562;\n }" ({ "{") (expression_statement "pcVar14 = "%s: error: @-file refers to a directory\n";" (assignment_expression "pcVar14 = "%s: error: @-file refers to a directory\n"" (identifier "pcVar14") (= "=") (string_literal ""%s: error: @-file refers to a directory\n"" (" """) (string_content "%s: error: @-file refers to a directory") (escape_sequence "\n") (" """))) (; ";")) (expression_statement "uVar10 = *(undefined8 *)*param_2;" (assignment_expression "uVar10 = *(undefined8 *)*param_2" (identifier "uVar10") (= "=") (pointer_expression "*(undefined8 *)*param_2" (* "*") (cast_expression "(undefined8 *)*param_2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))))) (; ";")) (goto_statement "goto LAB_00156562;" (goto "goto") (statement_identifier "LAB_00156562") (; ";")) (} "}"))) (expression_statement "__stream = fopen(pcVar14,"r");" (assignment_expression "__stream = fopen(pcVar14,"r")" (identifier "__stream") (= "=") (call_expression "fopen(pcVar14,"r")" (identifier "fopen") (argument_list "(pcVar14,"r")" (( "(") (identifier "pcVar14") (, ",") (string_literal ""r"" (" """) (string_content "r") (" """)) () ")")))) (; ";")) (if_statement "if (__stream == (FILE *)0x0) goto LAB_001563a0;" (if "if") (parenthesized_expression "(__stream == (FILE *)0x0)" (( "(") (binary_expression "__stream == (FILE *)0x0" (identifier "__stream") (== "==") (cast_expression "(FILE *)0x0" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_001563a0;" (goto "goto") (statement_identifier "LAB_001563a0") (; ";"))) (expression_statement "iVar4 = fseek(__stream,0,2);" (assignment_expression "iVar4 = fseek(__stream,0,2)" (identifier "iVar4") (= "=") (call_expression "fseek(__stream,0,2)" (identifier "fseek") (argument_list "(__stream,0,2)" (( "(") (identifier "__stream") (, ",") (number_literal "0") (, ",") (number_literal "2") () ")")))) (; ";")) (if_statement "if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)) {\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" (if "if") (parenthesized_expression "(((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1))" (( "(") (binary_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) &&\n (iVar4 = fseek(__stream,0,0), iVar4 != -1)" (parenthesized_expression "((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff))" (( "(") (binary_expression "(iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" (parenthesized_expression "(iVar4 != -1)" (( "(") (binary_expression "iVar4 != -1" (identifier "iVar4") (!= "!=") (number_literal "-1")) () ")")) (&& "&&") (parenthesized_expression "(sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)" (( "(") (comma_expression "sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff" (assignment_expression "sVar5 = ftell(__stream)" (identifier "sVar5") (= "=") (call_expression "ftell(__stream)" (identifier "ftell") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")")))) (, ",") (binary_expression "sVar5 != 0xffffffffffffffff" (identifier "sVar5") (!= "!=") (number_literal "0xffffffffffffffff"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar4 = fseek(__stream,0,0), iVar4 != -1)" (( "(") (comma_expression "iVar4 = fseek(__stream,0,0), iVar4 != -1" (assignment_expression "iVar4 = fseek(__stream,0,0)" (identifier "iVar4") (= "=") (call_expression "fseek(__stream,0,0)" (identifier "fseek") (argument_list "(__stream,0,0)" (( "(") (identifier "__stream") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")")))) (, ",") (binary_expression "iVar4 != -1" (identifier "iVar4") (!= "!=") (number_literal "-1"))) () ")"))) () ")")) (compound_statement "{\n __ptr = (byte *)FUN_001594b0(sVar5 + 1);\n sVar6 = fread(__ptr,1,sVar5,__stream);\n if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }\n }" ({ "{") (expression_statement "__ptr = (byte *)FUN_001594b0(sVar5 + 1);" (assignment_expression "__ptr = (byte *)FUN_001594b0(sVar5 + 1)" (identifier "__ptr") (= "=") (cast_expression "(byte *)FUN_001594b0(sVar5 + 1)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001594b0(sVar5 + 1)" (identifier "FUN_001594b0") (argument_list "(sVar5 + 1)" (( "(") (binary_expression "sVar5 + 1" (identifier "sVar5") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "sVar6 = fread(__ptr,1,sVar5,__stream);" (assignment_expression "sVar6 = fread(__ptr,1,sVar5,__stream)" (identifier "sVar6") (= "=") (call_expression "fread(__ptr,1,sVar5,__stream)" (identifier "fread") (argument_list "(__ptr,1,sVar5,__stream)" (( "(") (identifier "__ptr") (, ",") (number_literal "1") (, ",") (identifier "sVar5") (, ",") (identifier "__stream") () ")")))) (; ";")) (if_statement "if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) {\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" (if "if") (parenthesized_expression "((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0))" (( "(") (binary_expression "(sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)" (parenthesized_expression "(sVar5 == sVar6)" (( "(") (binary_expression "sVar5 == sVar6" (identifier "sVar5") (== "==") (identifier "sVar6")) () ")")) (|| "||") (parenthesized_expression "(iVar4 = ferror(__stream), iVar4 == 0)" (( "(") (comma_expression "iVar4 = ferror(__stream), iVar4 == 0" (assignment_expression "iVar4 = ferror(__stream)" (identifier "iVar4") (= "=") (call_expression "ferror(__stream)" (identifier "ferror") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")")))) (, ",") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n __ptr[sVar6] = 0;\n local_100 = lVar1;\n if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }\n free(*(void **)(lVar7 + lVar13 * 8));\n lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);\n iVar12 = *param_1;\n *param_2 = lVar13;\n memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);\n memcpy((void *)(*param_2 + lVar1),__src,sVar5);\n *param_1 = iVar4 + -1 + *param_1;\n free(__src);\n free(__ptr);\n iVar12 = iVar15;\n }" ({ "{") (expression_statement "__ptr[sVar6] = 0;" (assignment_expression "__ptr[sVar6] = 0" (subscript_expression "__ptr[sVar6]" (identifier "__ptr") ([ "[") (identifier "sVar6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_100 = lVar1;" (assignment_expression "local_100 = lVar1" (identifier "local_100") (= "=") (identifier "lVar1")) (; ";")) (if_statement "if (*__ptr == 0) {\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }\n else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" (if "if") (parenthesized_expression "(*__ptr == 0)" (( "(") (binary_expression "*__ptr == 0" (pointer_expression "*__ptr" (* "*") (identifier "__ptr")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001563f0:\n __src = (long *)FUN_001594b0(8);\n *__src = 0;\n lVar7 = *param_2;\n if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }\n }" ({ "{") (labeled_statement "LAB_001563f0:\n __src = (long *)FUN_001594b0(8);" (statement_identifier "LAB_001563f0") (: ":") (expression_statement "__src = (long *)FUN_001594b0(8);" (assignment_expression "__src = (long *)FUN_001594b0(8)" (identifier "__src") (= "=") (cast_expression "(long *)FUN_001594b0(8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001594b0(8)" (identifier "FUN_001594b0") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";"))) (expression_statement "*__src = 0;" (assignment_expression "*__src = 0" (pointer_expression "*__src" (* "*") (identifier "__src")) (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" (identifier "lVar7") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (if_statement "if (lVar3 == lVar7) {\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }\n else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" (if "if") (parenthesized_expression "(lVar3 == lVar7)" (( "(") (binary_expression "lVar3 == lVar7" (identifier "lVar3") (== "==") (identifier "lVar7")) () ")")) (compound_statement "{\n lVar7 = FUN_00155df0();\n iVar4 = 0;\n lVar9 = 0;\n *param_2 = lVar7;\n sVar5 = 0;\n }" ({ "{") (expression_statement "lVar7 = FUN_00155df0();" (assignment_expression "lVar7 = FUN_00155df0()" (identifier "lVar7") (= "=") (call_expression "FUN_00155df0()" (identifier "FUN_00155df0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";")) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" (identifier "lVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "lVar7")) (; ";")) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" (identifier "sVar5") (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" (else "else") (compound_statement "{\nLAB_00156546:\n iVar4 = 0;\n lVar9 = 0;\n sVar5 = 0;\n }" ({ "{") (labeled_statement "LAB_00156546:\n iVar4 = 0;" (statement_identifier "LAB_00156546") (: ":") (expression_statement "iVar4 = 0;" (assignment_expression "iVar4 = 0" (identifier "iVar4") (= "=") (number_literal "0")) (; ";"))) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" (identifier "lVar9") (= "=") (number_literal "0")) (; ";")) (expression_statement "sVar5 = 0;" (assignment_expression "sVar5 = 0" (identifier "sVar5") (= "=") (number_literal "0")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" (else "else") (compound_statement "{\n bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];\n pbVar8 = __ptr;\n while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }\n __src = (long *)FUN_00155ee0(__ptr);\n lVar7 = *param_2;\n lVar9 = *__src;\n if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }\n if (lVar9 == 0) goto LAB_00156546;\n lVar9 = 0;\n do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);\n iVar4 = (int)lVar9;\n local_100 = (lVar13 + lVar9) * 8;\n }" ({ "{") (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2]" (identifier "bVar2") (= "=") (subscript_expression "(&DAT_00187e40)[(ulong)*__ptr * 2]" (parenthesized_expression "(&DAT_00187e40)" (( "(") (pointer_expression "&DAT_00187e40" (& "&") (identifier "DAT_00187e40")) () ")")) ([ "[") (binary_expression "(ulong)*__ptr * 2" (binary_expression "(ulong)*__ptr" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "__ptr")) (* "*") (number_literal "2")) (] "]"))) (; ";")) (expression_statement "pbVar8 = __ptr;" (assignment_expression "pbVar8 = __ptr" (identifier "pbVar8") (= "=") (identifier "__ptr")) (; ";")) (while_statement "while ((bVar2 & 0x40) != 0) {\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" (while "while") (parenthesized_expression "((bVar2 & 0x40) != 0)" (( "(") (binary_expression "(bVar2 & 0x40) != 0" (parenthesized_expression "(bVar2 & 0x40)" (( "(") (binary_expression "bVar2 & 0x40" (identifier "bVar2") (& "&") (number_literal "0x40")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pbVar8 = pbVar8 + 1;\n if (*pbVar8 == 0) goto LAB_001563f0;\n bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];\n }" ({ "{") (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" (identifier "pbVar8") (= "=") (binary_expression "pbVar8 + 1" (identifier "pbVar8") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*pbVar8 == 0) goto LAB_001563f0;" (if "if") (parenthesized_expression "(*pbVar8 == 0)" (( "(") (binary_expression "*pbVar8 == 0" (pointer_expression "*pbVar8" (* "*") (identifier "pbVar8")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001563f0;" (goto "goto") (statement_identifier "LAB_001563f0") (; ";"))) (expression_statement "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2];" (assignment_expression "bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2]" (identifier "bVar2") (= "=") (subscript_expression "(&DAT_00187e40)[(ulong)*pbVar8 * 2]" (parenthesized_expression "(&DAT_00187e40)" (( "(") (pointer_expression "&DAT_00187e40" (& "&") (identifier "DAT_00187e40")) () ")")) ([ "[") (binary_expression "(ulong)*pbVar8 * 2" (binary_expression "(ulong)*pbVar8" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (identifier "pbVar8")) (* "*") (number_literal "2")) (] "]"))) (; ";")) (} "}"))) (expression_statement "__src = (long *)FUN_00155ee0(__ptr);" (assignment_expression "__src = (long *)FUN_00155ee0(__ptr)" (identifier "__src") (= "=") (cast_expression "(long *)FUN_00155ee0(__ptr)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00155ee0(__ptr)" (identifier "FUN_00155ee0") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))))) (; ";")) (expression_statement "lVar7 = *param_2;" (assignment_expression "lVar7 = *param_2" (identifier "lVar7") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "lVar9 = *__src;" (assignment_expression "lVar9 = *__src" (identifier "lVar9") (= "=") (pointer_expression "*__src" (* "*") (identifier "__src"))) (; ";")) (if_statement "if (lVar7 == lVar3) {\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" (if "if") (parenthesized_expression "(lVar7 == lVar3)" (( "(") (binary_expression "lVar7 == lVar3" (identifier "lVar7") (== "==") (identifier "lVar3")) () ")")) (compound_statement "{\n lVar7 = FUN_00155df0(lVar3);\n *param_2 = lVar7;\n }" ({ "{") (expression_statement "lVar7 = FUN_00155df0(lVar3);" (assignment_expression "lVar7 = FUN_00155df0(lVar3)" (identifier "lVar7") (= "=") (call_expression "FUN_00155df0(lVar3)" (identifier "FUN_00155df0") (argument_list "(lVar3)" (( "(") (identifier "lVar3") () ")")))) (; ";")) (expression_statement "*param_2 = lVar7;" (assignment_expression "*param_2 = lVar7" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "lVar7")) (; ";")) (} "}"))) (if_statement "if (lVar9 == 0) goto LAB_00156546;" (if "if") (parenthesized_expression "(lVar9 == 0)" (( "(") (binary_expression "lVar9 == 0" (identifier "lVar9") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00156546;" (goto "goto") (statement_identifier "LAB_00156546") (; ";"))) (expression_statement "lVar9 = 0;" (assignment_expression "lVar9 = 0" (identifier "lVar9") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n } while (__src[lVar9] != 0);" (do "do") (compound_statement "{\n lVar9 = lVar9 + 1;\n sVar5 = lVar9 * 8;\n }" ({ "{") (expression_statement "lVar9 = lVar9 + 1;" (assignment_expression "lVar9 = lVar9 + 1" (identifier "lVar9") (= "=") (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "sVar5 = lVar9 * 8;" (assignment_expression "sVar5 = lVar9 * 8" (identifier "sVar5") (= "=") (binary_expression "lVar9 * 8" (identifier "lVar9") (* "*") (number_literal "8"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(__src[lVar9] != 0)" (( "(") (binary_expression "__src[lVar9] != 0" (subscript_expression "__src[lVar9]" (identifier "__src") ([ "[") (identifier "lVar9") (] "]")) (!= "!=") (number_literal "0")) () ")")) (; ";")) (expression_statement "iVar4 = (int)lVar9;" (assignment_expression "iVar4 = (int)lVar9" (identifier "iVar4") (= "=") (cast_expression "(int)lVar9" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar9"))) (; ";")) (expression_statement "local_100 = (lVar13 + lVar9) * 8;" (assignment_expression "local_100 = (lVar13 + lVar9) * 8" (identifier "local_100") (= "=") (binary_expression "(lVar13 + lVar9) * 8" (parenthesized_expression "(lVar13 + lVar9)" (( "(") (binary_expression "lVar13 + lVar9" (identifier "lVar13") (+ "+") (identifier "lVar9")) () ")")) (* "*") (number_literal "8"))) (; ";")) (} "}")))) (expression_statement "free(*(void **)(lVar7 + lVar13 * 8));" (call_expression "free(*(void **)(lVar7 + lVar13 * 8))" (identifier "free") (argument_list "(*(void **)(lVar7 + lVar13 * 8))" (( "(") (pointer_expression "*(void **)(lVar7 + lVar13 * 8)" (* "*") (cast_expression "(void **)(lVar7 + lVar13 * 8)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar7 + lVar13 * 8)" (( "(") (binary_expression "lVar7 + lVar13 * 8" (identifier "lVar7") (+ "+") (binary_expression "lVar13 * 8" (identifier "lVar13") (* "*") (number_literal "8"))) () ")")))) () ")"))) (; ";")) (expression_statement "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8);" (assignment_expression "lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" (identifier "lVar13") (= "=") (call_expression "FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" (identifier "FUN_00159530") (argument_list "(*param_2,(lVar9 + 1 + (long)*param_1) * 8)" (( "(") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (binary_expression "(lVar9 + 1 + (long)*param_1) * 8" (parenthesized_expression "(lVar9 + 1 + (long)*param_1)" (( "(") (binary_expression "lVar9 + 1 + (long)*param_1" (binary_expression "lVar9 + 1" (identifier "lVar9") (+ "+") (number_literal "1")) (+ "+") (cast_expression "(long)*param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) () ")")) (* "*") (number_literal "8")) () ")")))) (; ";")) (expression_statement "iVar12 = *param_1;" (assignment_expression "iVar12 = *param_1" (identifier "iVar12") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*param_2 = lVar13;" (assignment_expression "*param_2 = lVar13" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "lVar13")) (; ";")) (expression_statement "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3);" (call_expression "memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" (identifier "memmove") (argument_list "((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1),\n (long)(iVar12 - iVar11) << 3)" (( "(") (cast_expression "(void *)(local_100 + lVar13)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_100 + lVar13)" (( "(") (binary_expression "local_100 + lVar13" (identifier "local_100") (+ "+") (identifier "lVar13")) () ")"))) (, ",") (cast_expression "(void *)(lVar13 + 8 + lVar1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 8 + lVar1)" (( "(") (binary_expression "lVar13 + 8 + lVar1" (binary_expression "lVar13 + 8" (identifier "lVar13") (+ "+") (number_literal "8")) (+ "+") (identifier "lVar1")) () ")"))) (, ",") (binary_expression "(long)(iVar12 - iVar11) << 3" (cast_expression "(long)(iVar12 - iVar11)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(iVar12 - iVar11)" (( "(") (binary_expression "iVar12 - iVar11" (identifier "iVar12") (- "-") (identifier "iVar11")) () ")"))) (<< "<<") (number_literal "3")) () ")"))) (; ";")) (expression_statement "memcpy((void *)(*param_2 + lVar1),__src,sVar5);" (call_expression "memcpy((void *)(*param_2 + lVar1),__src,sVar5)" (identifier "memcpy") (argument_list "((void *)(*param_2 + lVar1),__src,sVar5)" (( "(") (cast_expression "(void *)(*param_2 + lVar1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_2 + lVar1)" (( "(") (binary_expression "*param_2 + lVar1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (identifier "lVar1")) () ")"))) (, ",") (identifier "__src") (, ",") (identifier "sVar5") () ")"))) (; ";")) (expression_statement "*param_1 = iVar4 + -1 + *param_1;" (assignment_expression "*param_1 = iVar4 + -1 + *param_1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "iVar4 + -1 + *param_1" (binary_expression "iVar4 + -1" (identifier "iVar4") (+ "+") (number_literal "-1")) (+ "+") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "free(__src);" (call_expression "free(__src)" (identifier "free") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (expression_statement "iVar12 = iVar15;" (assignment_expression "iVar12 = iVar15" (identifier "iVar12") (= "=") (identifier "iVar15")) (; ";")) (} "}"))) (} "}"))) (expression_statement "fclose(__stream);" (call_expression "fclose(__stream)" (identifier "fclose") (argument_list "(__stream)" (( "(") (identifier "__stream") () ")"))) (; ";")) (expression_statement "iVar11 = iVar12 + 1;" (assignment_expression "iVar11 = iVar12 + 1" (identifier "iVar11") (= "=") (binary_expression "iVar12 + 1" (identifier "iVar12") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar4 = *param_1;" (assignment_expression "iVar4 = *param_1" (identifier "iVar4") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "iVar15 = iVar12;" (assignment_expression "iVar15 = iVar12" (identifier "iVar15") (= "=") (identifier "iVar12")) (; ";")) (if_statement "if (iVar4 <= iVar11) {\n return;\n }" (if "if") (parenthesized_expression "(iVar4 <= iVar11)" (( "(") (binary_expression "iVar4 <= iVar11" (identifier "iVar4") (<= "<=") (identifier "iVar11")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
void function_1(int *argcp,char ***argvp) { type_1 var_22; char **var_19; int var_2; type_2 *var_11; size_t var_14; type_1 *input; size_t var_17; char **__src; char **var_20; type_1 *var_23; long var_25; char *var_8; int var_3; int var_1; long var_4; char *__format; int iVar12; long var_29; int var_5; type_3 sb; var_19 = *argvp; var_2 = *argcp; var_5 = 2000; var_1 = 0; do { var_3 = var_1 + 1; iVar12 = var_1; if (var_2 <= var_3) { return; } while( true ) { var_4 = (long)var_3; var_29 = var_4 * 8; var_8 = (*argvp)[var_4]; var_1 = var_3; if (*var_8 != '@') break; var_5 = var_5 + -1; if (var_5 == 0) { var_8 = **argvp; __format = "%s: error: too many @-files encountered\n"; LAB_00156562: var_6(stderr,__format,var_8); /* WARNING: Subroutine does not return */ var_7(1); } var_8 = var_8 + 1; var_2 = var_9(1,var_8,(type_4 *)&sb); if (var_2 < 0) { LAB_001563a0: var_2 = *argcp; break; } if ((sb.st_mode & 0xf000) == 0x4000) { __format = "%s: error: @-file refers to a directory\n"; var_8 = **argvp; goto LAB_00156562; } var_11 = var_10(var_8,"r"); if (var_11 == (type_2 *)0x0) goto LAB_001563a0; var_2 = var_12(var_11,0,2); if (((var_2 != -1) && (var_14 = var_13(var_11), var_14 != 0xffffffffffffffff)) && (var_2 = var_12(var_11,0,0), var_2 != -1)) { input = (type_1 *)var_15(var_14 + 1); var_17 = var_16(input,1,var_14,var_11); if ((var_14 == var_17) || (var_2 = var_18(var_11), var_2 == 0)) { input[var_17] = 0; if (*input == 0) { LAB_001563f0: __src = (char **)var_15(8); *__src = (char *)0x0; var_20 = *argvp; if (var_19 == var_20) { var_20 = var_21(var_19); var_2 = 0; var_25 = 0; *argvp = var_20; var_14 = 0; } else { LAB_00156546: var_2 = 0; var_25 = 0; var_14 = 0; } } else { var_22 = (type_1)_sch_istable[*input]; var_23 = input; while ((var_22 & 0x40) != 0) { var_23 = var_23 + 1; if (*var_23 == 0) goto LAB_001563f0; var_22 = (type_1)_sch_istable[*var_23]; } __src = var_24((char *)input); var_20 = *argvp; var_8 = *__src; if (var_20 == var_19) { var_20 = var_21(var_19); *argvp = var_20; } if (var_8 == (char *)0x0) goto LAB_00156546; var_25 = 0; do { var_25 = var_25 + 1; var_14 = var_25 * 8; } while (__src[var_25] != (char *)0x0); var_2 = (int)var_25; var_29 = (var_4 + var_25) * 8; } var_26(var_20[var_4]); var_20 = (char **)var_27(*argvp,(var_25 + 1 + (long)*argcp) * 8); var_1 = *argcp; *argvp = var_20; var_28((void *)(var_29 + (long)var_20),var_20 + var_4 + 1, (long)(var_1 - var_3) << 3); var_30(*argvp + var_4,__src,var_14); *argcp = var_2 + -1 + *argcp; var_26(__src); var_26(input); var_1 = iVar12; } } var_31(var_11); var_3 = var_1 + 1; var_2 = *argcp; iVar12 = var_1; if (var_2 <= var_3) { return; } } } while( true ); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (break_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content) (escape_sequence)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (identifier))))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (identifier) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement)))))) condition: (parenthesized_expression (true))))))
null
void MASKED(int *param_1,long *param_2) { long lVar1; byte bVar2; long lVar3; int iVar4; FILE *__stream; size_t sVar5; byte *__ptr; size_t sVar6; long *__src; long lVar7; byte *pbVar8; long lVar9; undefined8 uVar10; int iVar11; int iVar12; long lVar13; char *pcVar14; int iVar15; long local_100; int local_d8; stat local_c8; lVar3 = *param_2; iVar4 = *param_1; local_d8 = 2000; iVar12 = 0; do { iVar11 = iVar12 + 1; iVar15 = iVar12; if (iVar4 <= iVar11) { return; } while( true ) { lVar13 = (long)iVar11; lVar1 = lVar13 * 8; pcVar14 = (char *)((undefined8 *)*param_2)[lVar13]; iVar12 = iVar11; if (*pcVar14 != '@') break; local_d8 = local_d8 + -1; if (local_d8 == 0) { uVar10 = *(undefined8 *)*param_2; pcVar14 = "%s: error: too many @-files encountered\n"; LAB_00156562: fprintf(stderr,pcVar14,uVar10); /* WARNING: Subroutine does not return */ FUN_001593e0(1); } pcVar14 = pcVar14 + 1; iVar4 = __xstat(1,pcVar14,&local_c8); if (iVar4 < 0) { LAB_001563a0: iVar4 = *param_1; break; } if ((local_c8.st_mode & 0xf000) == 0x4000) { pcVar14 = "%s: error: @-file refers to a directory\n"; uVar10 = *(undefined8 *)*param_2; goto LAB_00156562; } __stream = fopen(pcVar14,"r"); if (__stream == (FILE *)0x0) goto LAB_001563a0; iVar4 = fseek(__stream,0,2); if (((iVar4 != -1) && (sVar5 = ftell(__stream), sVar5 != 0xffffffffffffffff)) && (iVar4 = fseek(__stream,0,0), iVar4 != -1)) { __ptr = (byte *)FUN_001594b0(sVar5 + 1); sVar6 = fread(__ptr,1,sVar5,__stream); if ((sVar5 == sVar6) || (iVar4 = ferror(__stream), iVar4 == 0)) { __ptr[sVar6] = 0; local_100 = lVar1; if (*__ptr == 0) { LAB_001563f0: __src = (long *)FUN_001594b0(8); *__src = 0; lVar7 = *param_2; if (lVar3 == lVar7) { lVar7 = FUN_00155df0(); iVar4 = 0; lVar9 = 0; *param_2 = lVar7; sVar5 = 0; } else { LAB_00156546: iVar4 = 0; lVar9 = 0; sVar5 = 0; } } else { bVar2 = (&DAT_00187e40)[(ulong)*__ptr * 2]; pbVar8 = __ptr; while ((bVar2 & 0x40) != 0) { pbVar8 = pbVar8 + 1; if (*pbVar8 == 0) goto LAB_001563f0; bVar2 = (&DAT_00187e40)[(ulong)*pbVar8 * 2]; } __src = (long *)FUN_00155ee0(__ptr); lVar7 = *param_2; lVar9 = *__src; if (lVar7 == lVar3) { lVar7 = FUN_00155df0(lVar3); *param_2 = lVar7; } if (lVar9 == 0) goto LAB_00156546; lVar9 = 0; do { lVar9 = lVar9 + 1; sVar5 = lVar9 * 8; } while (__src[lVar9] != 0); iVar4 = (int)lVar9; local_100 = (lVar13 + lVar9) * 8; } free(*(void **)(lVar7 + lVar13 * 8)); lVar13 = FUN_00159530(*param_2,(lVar9 + 1 + (long)*param_1) * 8); iVar12 = *param_1; *param_2 = lVar13; memmove((void *)(local_100 + lVar13),(void *)(lVar13 + 8 + lVar1), (long)(iVar12 - iVar11) << 3); memcpy((void *)(*param_2 + lVar1),__src,sVar5); *param_1 = iVar4 + -1 + *param_1; free(__src); free(__ptr); iVar12 = iVar15; } } fclose(__stream); iVar11 = iVar12 + 1; iVar4 = *param_1; iVar15 = iVar12; if (iVar4 <= iVar11) { return; } } } while( true ); }
769_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
ScaleKernelInfo
ScaleKernelInfo
/* WARNING: Enum "GeometryFlags": Some values do not have unique names */ void ScaleKernelInfo(KernelInfo *kernel,double scaling_factor,GeometryFlags normalize_flags) { (*(code *)PTR_ScaleKernelInfo_006d3808)(); return; }
void ScaleKernelInfo(void) { (*(code *)PTR_ScaleKernelInfo_006d3808)(); return; }
JMP qword ptr [0x006d3808]
null
null
null
null
[('tmp_40', u'CAST_-1207186948'), (u'INDIRECT_-1207186953', u'COPY_-1207187012'), (u'CAST_-1207186948', u'CALLIND_-1207187016'), ('const-1', u'RETURN_-1207187013'), (u'CALLIND_-1207187016', u'INDIRECT_-1207186953')]
[(u'INDIRECT_-1207186956', u'COPY_-1207187015'), (u'CALLIND_-1207187016', u'INDIRECT_-1207186956'), (u'CAST_-1207186951', u'CALLIND_-1207187016'), ('const-1', u'RETURN_-1207187013'), ('tmp_22', u'CAST_-1207186951')]
null
null
0014c9b0
x64
O2
(translation_unit "void ScaleKernelInfo(void)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}\n\n" (function_definition "void ScaleKernelInfo(void)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" primitive_type (function_declarator "ScaleKernelInfo(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" { (expression_statement "(*(code *)PTR_ScaleKernelInfo_006d3808)();" (call_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)()" (parenthesized_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)" ( (pointer_expression "*(code *)PTR_ScaleKernelInfo_006d3808" * (cast_expression "(code *)PTR_ScaleKernelInfo_006d3808" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* WARNING: Enum "GeometryFlags": Some values do not have unique names */\n\nvoid ScaleKernelInfo(KernelInfo *kernel,double scaling_factor,GeometryFlags normalize_flags)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}\n\n" comment (function_definition "void ScaleKernelInfo(KernelInfo *kernel,double scaling_factor,GeometryFlags normalize_flags)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" primitive_type (function_declarator "ScaleKernelInfo(KernelInfo *kernel,double scaling_factor,GeometryFlags normalize_flags)" identifier (parameter_list "(KernelInfo *kernel,double scaling_factor,GeometryFlags normalize_flags)" ( (parameter_declaration "KernelInfo *kernel" type_identifier (pointer_declarator "*kernel" * identifier)) , (parameter_declaration "double scaling_factor" primitive_type identifier) , (parameter_declaration "GeometryFlags normalize_flags" type_identifier identifier) ))) (compound_statement "{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" { (expression_statement "(*(code *)PTR_ScaleKernelInfo_006d3808)();" (call_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)()" (parenthesized_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)" ( (pointer_expression "*(code *)PTR_ScaleKernelInfo_006d3808" * (cast_expression "(code *)PTR_ScaleKernelInfo_006d3808" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void ScaleKernelInfo(void)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}\n\n" (function_definition "void ScaleKernelInfo(void)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" primitive_type (function_declarator "ScaleKernelInfo(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" { (expression_statement "(*(code *)PTR_ScaleKernelInfo_006d3808)();" (call_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)()" (parenthesized_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)" ( (pointer_expression "*(code *)PTR_ScaleKernelInfo_006d3808" * (cast_expression "(code *)PTR_ScaleKernelInfo_006d3808" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void ScaleKernelInfo(void)\n\n{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" (primitive_type "void") (function_declarator "ScaleKernelInfo(void)" (identifier "ScaleKernelInfo") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_ScaleKernelInfo_006d3808)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_ScaleKernelInfo_006d3808)();" (call_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)()" (parenthesized_expression "(*(code *)PTR_ScaleKernelInfo_006d3808)" (( "(") (pointer_expression "*(code *)PTR_ScaleKernelInfo_006d3808" (* "*") (cast_expression "(code *)PTR_ScaleKernelInfo_006d3808" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ScaleKernelInfo_006d3808"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* WARNING: Enum "GeometryFlags": Some values do not have unique names */ void function_1(type_1 *kernel,double scaling_factor,type_2 normalize_flags) { (*(type_3 *)PTR_ScaleKernelInfo_006d3808)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { (*(code *)PTR_MASKED_006d3808)(); return; }
92_riscv64-linux-gnu-readelf_and_riscv64-linux-gnu-readelf_strip.c
elf_riscv_reloc_type
FUN_0010c330
/* WARNING: Unknown calling convention */ char * elf_riscv_reloc_type(ulong rtype) { switch(rtype) { case 0: return "R_RISCV_NONE"; case 1: return "R_RISCV_32"; case 2: return "R_RISCV_64"; case 3: return "R_RISCV_RELATIVE"; case 4: return "R_RISCV_COPY"; case 5: return "R_RISCV_JUMP_SLOT"; case 6: return "R_RISCV_TLS_DTPMOD32"; case 7: return "R_RISCV_TLS_DTPMOD64"; case 8: return "R_RISCV_TLS_DTPREL32"; case 9: return "R_RISCV_TLS_DTPREL64"; case 10: return "R_RISCV_TLS_TPREL32"; case 0xb: return "R_RISCV_TLS_TPREL64"; default: return (char *)0x0; case 0x10: return "R_RISCV_BRANCH"; case 0x11: return "R_RISCV_JAL"; case 0x12: return "R_RISCV_CALL"; case 0x13: return "R_RISCV_CALL_PLT"; case 0x14: return "R_RISCV_GOT_HI20"; case 0x15: return "R_RISCV_TLS_GOT_HI20"; case 0x16: return "R_RISCV_TLS_GD_HI20"; case 0x17: return "R_RISCV_PCREL_HI20"; case 0x18: return "R_RISCV_PCREL_LO12_I"; case 0x19: return "R_RISCV_PCREL_LO12_S"; case 0x1a: return "R_RISCV_HI20"; case 0x1b: return "R_RISCV_LO12_I"; case 0x1c: return "R_RISCV_LO12_S"; case 0x1d: return "R_RISCV_TPREL_HI20"; case 0x1e: return "R_RISCV_TPREL_LO12_I"; case 0x1f: return "R_RISCV_TPREL_LO12_S"; case 0x20: return "R_RISCV_TPREL_ADD"; case 0x21: return "R_RISCV_ADD8"; case 0x22: return "R_RISCV_ADD16"; case 0x23: return "R_RISCV_ADD32"; case 0x24: return "R_RISCV_ADD64"; case 0x25: return "R_RISCV_SUB8"; case 0x26: return "R_RISCV_SUB16"; case 0x27: return "R_RISCV_SUB32"; case 0x28: return "R_RISCV_SUB64"; case 0x29: return "R_RISCV_GNU_VTINHERIT"; case 0x2a: return "R_RISCV_GNU_VTENTRY"; case 0x2b: return "R_RISCV_ALIGN"; case 0x2c: return "R_RISCV_RVC_BRANCH"; case 0x2d: return "R_RISCV_RVC_JUMP"; case 0x2e: return "R_RISCV_RVC_LUI"; case 0x2f: return "R_RISCV_GPREL_I"; case 0x30: return "R_RISCV_GPREL_S"; case 0x31: return "R_RISCV_TPREL_I"; case 0x32: return "R_RISCV_TPREL_S"; case 0x33: return "R_RISCV_RELAX"; case 0x34: return "R_RISCV_SUB6"; case 0x35: return "R_RISCV_SET6"; case 0x36: return "R_RISCV_SET8"; case 0x37: return "R_RISCV_SET16"; case 0x38: return "R_RISCV_SET32"; case 0x39: return "R_RISCV_32_PCREL"; } }
char * FUN_0010c330(undefined8 param_1) { switch(param_1) { case 0: return "R_RISCV_NONE"; case 1: return "R_RISCV_32"; case 2: return "R_RISCV_64"; case 3: return "R_RISCV_RELATIVE"; case 4: return "R_RISCV_COPY"; case 5: return "R_RISCV_JUMP_SLOT"; case 6: return "R_RISCV_TLS_DTPMOD32"; case 7: return "R_RISCV_TLS_DTPMOD64"; case 8: return "R_RISCV_TLS_DTPREL32"; case 9: return "R_RISCV_TLS_DTPREL64"; case 10: return "R_RISCV_TLS_TPREL32"; case 0xb: return "R_RISCV_TLS_TPREL64"; default: return (char *)0x0; case 0x10: return "R_RISCV_BRANCH"; case 0x11: return "R_RISCV_JAL"; case 0x12: return "R_RISCV_CALL"; case 0x13: return "R_RISCV_CALL_PLT"; case 0x14: return "R_RISCV_GOT_HI20"; case 0x15: return "R_RISCV_TLS_GOT_HI20"; case 0x16: return "R_RISCV_TLS_GD_HI20"; case 0x17: return "R_RISCV_PCREL_HI20"; case 0x18: return "R_RISCV_PCREL_LO12_I"; case 0x19: return "R_RISCV_PCREL_LO12_S"; case 0x1a: return "R_RISCV_HI20"; case 0x1b: return "R_RISCV_LO12_I"; case 0x1c: return "R_RISCV_LO12_S"; case 0x1d: return "R_RISCV_TPREL_HI20"; case 0x1e: return "R_RISCV_TPREL_LO12_I"; case 0x1f: return "R_RISCV_TPREL_LO12_S"; case 0x20: return "R_RISCV_TPREL_ADD"; case 0x21: return "R_RISCV_ADD8"; case 0x22: return "R_RISCV_ADD16"; case 0x23: return "R_RISCV_ADD32"; case 0x24: return "R_RISCV_ADD64"; case 0x25: return "R_RISCV_SUB8"; case 0x26: return "R_RISCV_SUB16"; case 0x27: return "R_RISCV_SUB32"; case 0x28: return "R_RISCV_SUB64"; case 0x29: return "R_RISCV_GNU_VTINHERIT"; case 0x2a: return "R_RISCV_GNU_VTENTRY"; case 0x2b: return "R_RISCV_ALIGN"; case 0x2c: return "R_RISCV_RVC_BRANCH"; case 0x2d: return "R_RISCV_RVC_JUMP"; case 0x2e: return "R_RISCV_RVC_LUI"; case 0x2f: return "R_RISCV_GPREL_I"; case 0x30: return "R_RISCV_GPREL_S"; case 0x31: return "R_RISCV_TPREL_I"; case 0x32: return "R_RISCV_TPREL_S"; case 0x33: return "R_RISCV_RELAX"; case 0x34: return "R_RISCV_SUB6"; case 0x35: return "R_RISCV_SET6"; case 0x36: return "R_RISCV_SET8"; case 0x37: return "R_RISCV_SET16"; case 0x38: return "R_RISCV_SET32"; case 0x39: return "R_RISCV_32_PCREL"; } }
CMP RDI,0x39 JA 0x0010c6b0 LEA RDX,[0x177dd0] MOVSXD RAX,dword ptr [RDX + RDI*0x4] ADD RAX,RDX JMP RAX LEA RAX,[0x160078] RET LEA RAX,[0x1603d1] RET LEA RAX,[0x1603c3] RET LEA RAX,[0x1603b5] RET LEA RAX,[0x1603a8] RET LEA RAX,[0x16039b] RET LEA RAX,[0x16038e] RET LEA RAX,[0x160380] RET LEA RAX,[0x160370] RET LEA RAX,[0x160360] RET LEA RAX,[0x160350] RET LEA RAX,[0x160340] RET LEA RAX,[0x160330] RET LEA RAX,[0x16031f] RET LEA RAX,[0x16030c] RET LEA RAX,[0x1602fe] RET LEA RAX,[0x1602ea] RET LEA RAX,[0x1602d4] RET LEA RAX,[0x1602c6] RET LEA RAX,[0x1602b8] RET LEA RAX,[0x1602aa] RET LEA RAX,[0x16029d] RET LEA RAX,[0x16028f] RET LEA RAX,[0x160281] RET LEA RAX,[0x160273] RET LEA RAX,[0x160266] RET LEA RAX,[0x160254] RET LEA RAX,[0x16023f] RET LEA RAX,[0x16022a] RET LEA RAX,[0x160217] RET LEA RAX,[0x160208] RET LEA RAX,[0x1601f9] RET LEA RAX,[0x1601ec] RET LEA RAX,[0x1601d7] RET LEA RAX,[0x1601c2] RET LEA RAX,[0x1601af] RET LEA RAX,[0x16019b] RET LEA RAX,[0x160186] RET LEA RAX,[0x160175] RET LEA RAX,[0x160164] RET LEA RAX,[0x160157] RET LEA RAX,[0x16014b] RET LEA RAX,[0x16013c] RET LEA RAX,[0x160128] RET LEA RAX,[0x160114] RET LEA RAX,[0x1600ff] RET LEA RAX,[0x1600ea] RET LEA RAX,[0x1600d5] RET LEA RAX,[0x1600c0] RET LEA RAX,[0x1600ae] RET LEA RAX,[0x1600a1] RET LEA RAX,[0x160090] RET LEA RAX,[0x160085] RET LEA RAX,[0x1603e2] RET XOR EAX,EAX RET
null
null
null
null
[('const-0', u'RETURN_-1206926015'), ('const-0', u'RETURN_-1206925975'), ('const-0', u'RETURN_-1206926055'), ('const-1442688', u'COPY_-1206926334'), ('const-1442406', u'COPY_-1206925974'), ('const-0', u'RETURN_-1206926335'), ('const-1442672', u'COPY_-1206926314'), ('const-0', u'RETURN_-1206926395'), ('const-1442538', u'COPY_-1206926154'), ('const-0', u'RETURN_-1206925475'), ('const-0', u'RETURN_-1206925675'), ('const-1442572', u'COPY_-1206926194'), ('const-0', u'RETURN_-1206925635'), (u'COPY_-1206926334', u'RETURN_-1206926315'), (u'COPY_-1206925674', u'RETURN_-1206925655'), (u'COPY_-1206925616', u'RETURN_-1206925596'), ('const-1442223', u'COPY_-1206925774'), ('const-0', u'RETURN_-1206925596'), (u'COPY_-1206926258', u'RETURN_-1206926239'), ('const-0', u'RETURN_-1206926115'), (u'COPY_-1206925474', u'RETURN_-1206925455'), (u'COPY_-1206925834', u'RETURN_-1206925815'), (u'COPY_-1206925494', u'RETURN_-1206925475'), (u'COPY_-1206925994', u'RETURN_-1206925975'), ('const-1441912', u'COPY_-1206926258'), ('const-1442419', u'COPY_-1206925994'), ('const-1442367', u'COPY_-1206925934'), ('const-0', u'RETURN_-1206925435'), ('const-1442047', u'COPY_-1206925574'), ('const-1442474', u'COPY_-1206926074'), ('const-1442461', u'COPY_-1206926054'), ('const-1442516', u'COPY_-1206926134'), (u'COPY_-1206925594', u'RETURN_-1206925575'), ('const-0', u'RETURN_-1206926355'), (u'COPY_-1206926074', u'RETURN_-1206926055'), (u'COPY_-1206926034', u'RETURN_-1206926015'), (u'COPY_-1206926454', u'RETURN_-1206926435'), (u'COPY_-1206926294', u'RETURN_-1206926275'), ('const-0', u'RETURN_-1206925455'), ('const-0', u'RETURN_-1206925535'), (u'COPY_-1206926154', u'RETURN_-1206926135'), (u'COPY_-1206925954', u'RETURN_-1206925935'), ('const-0', u'RETURN_-1206925815'), (u'COPY_-1206926174', u'RETURN_-1206926155'), ('const-1441925', u'COPY_-1206925434'), ('const-0', u'RETURN_-1206926435'), (u'COPY_-1206926434', u'RETURN_-1206926415'), ('const-1442026', u'COPY_-1206925554'), (u'COPY_-1206925894', u'RETURN_-1206925875'), ('const-1442312', u'COPY_-1206925874'), (u'COPY_-1206926054', u'RETURN_-1206926035'), (u'COPY_-1206925694', u'RETURN_-1206925675'), (u'COPY_-1206925734', u'RETURN_-1206925715'), ('const-1441936', u'COPY_-1206925454'), ('const-0', u'RETURN_-1206925715'), ('const-1442297', u'COPY_-1206925854'), ('const-0', u'RETURN_-1206926235'), (u'COPY_-1206926134', u'RETURN_-1206926115'), ('const-1442433', u'COPY_-1206926014'), (u'COPY_-1206926254', u'RETURN_-1206926235'), ('tmp_706', u'BRANCHIND_-1206926487'), (u'COPY_-1206925574', u'RETURN_-1206925555'), ('const-0', u'RETURN_-1206926095'), (u'COPY_-1206925854', u'RETURN_-1206925835'), ('const-1442148', u'COPY_-1206925694'), (u'COPY_-1206926194', u'RETURN_-1206926175'), (u'COPY_-1206925794', u'RETURN_-1206925775'), ('const-1442702', u'COPY_-1206926354'), ('const-0', u'RETURN_-1206925575'), ('const-1442608', u'COPY_-1206926234'), (u'COPY_-1206925434', u'RETURN_-1206925415'), (u'COPY_-1206925754', u'RETURN_-1206925735'), (u'COPY_-1206925614', u'RETURN_-1206925595'), (u'COPY_-1206926394', u'RETURN_-1206926375'), ('const-0', u'RETURN_-1206926075'), ('const-1441953', u'COPY_-1206925474'), ('const-0', u'RETURN_-1206926255'), ('const-0', u'RETURN_-1206925515'), ('const-1442346', u'COPY_-1206925914'), ('const-0', u'RETURN_-1206925595'), (u'COPY_-1206925874', u'RETURN_-1206925855'), ('const-0', u'RETURN_-1206925855'), ('const-1442182', u'COPY_-1206925734'), ('const-0', u'RETURN_-1206925915'), (u'COPY_-1206926274', u'RETURN_-1206926255'), (u'COPY_-1206925714', u'RETURN_-1206925695'), ('const-1442558', u'COPY_-1206926174'), ('const-0', u'RETURN_-1206925555'), ('const-0', u'RETURN_-1206926375'), (u'COPY_-1206925554', u'RETURN_-1206925535'), (u'COPY_-1206925634', u'RETURN_-1206925615'), (u'COPY_-1206926094', u'RETURN_-1206926075'), (u'COPY_-1206925534', u'RETURN_-1206925515'), ('const-0', u'RETURN_-1206925735'), ('const-1442123', u'COPY_-1206925654'), (u'COPY_-1206925914', u'RETURN_-1206925895'), ('const-1442786', u'COPY_-1206925414'), (u'COPY_-1206926414', u'RETURN_-1206926395'), ('const-0', u'RETURN_-1206926239'), ('const-1442502', u'COPY_-1206926114'), ('const-1442327', u'COPY_-1206925894'), ('const-1442108', u'COPY_-1206925634'), ('const-1442741', u'COPY_-1206926414'), ('const-1442263', u'COPY_-1206925814'), ('const-0', u'RETURN_-1206926315'), ('const-1442165', u'COPY_-1206925714'), ('const-0', u'COPY_-1206925616'), ('const-0', u'RETURN_-1206926215'), (u'COPY_-1206925774', u'RETURN_-1206925755'), ('const-1442715', u'COPY_-1206926374'), ('const-1442242', u'COPY_-1206925794'), ('const-0', u'RETURN_-1206926415'), ('const-1442728', u'COPY_-1206926394'), ('const-0', u'RETURN_-1206925655'), (u'COPY_-1206926234', u'RETURN_-1206926215'), ('const-0', u'RETURN_-1206925495'), (u'COPY_-1206926354', u'RETURN_-1206926335'), ('const-0', u'RETURN_-1206926295'), (u'COPY_-1206926314', u'RETURN_-1206926295'), ('const-1441966', u'COPY_-1206925494'), ('const-1442447', u'COPY_-1206926034'), ('const-1442591', u'COPY_-1206926214'), ('const-1442656', u'COPY_-1206926294'), ('const-0', u'RETURN_-1206925695'), ('const-0', u'RETURN_-1206925875'), ('const-0', u'RETURN_-1206925775'), ('const-0', u'RETURN_-1206926275'), ('const-0', u'RETURN_-1206925415'), ('const-1442005', u'COPY_-1206925534'), ('const-0', u'RETURN_-1206926175'), (u'COPY_-1206925814', u'RETURN_-1206925795'), ('const-1442068', u'COPY_-1206925594'), (u'COPY_-1206925514', u'RETURN_-1206925495'), (u'COPY_-1206926374', u'RETURN_-1206926355'), ('const-0', u'RETURN_-1206925795'), ('const-0', u'RETURN_-1206925935'), ('const-1441984', u'COPY_-1206925514'), ('const-0', u'RETURN_-1206925395'), ('const-0', u'RETURN_-1206926155'), (u'COPY_-1206926114', u'RETURN_-1206926095'), ('const-0', u'RETURN_-1206925955'), ('const-1442388', u'COPY_-1206925954'), ('const-0', u'RETURN_-1206925995'), ('const-0', u'RETURN_-1206925615'), ('const-0', u'RETURN_-1206926035'), ('const-1442088', u'COPY_-1206925614'), ('const-1442640', u'COPY_-1206926274'), (u'COPY_-1206926214', u'RETURN_-1206926195'), (u'COPY_-1206925414', u'RETURN_-1206925395'), (u'COPY_-1206925934', u'RETURN_-1206925915'), ('const-0', u'RETURN_-1206925755'), (u'COPY_-1206925654', u'RETURN_-1206925635'), ('const-0', u'RETURN_-1206926195'), ('const-1442203', u'COPY_-1206925754'), ('const-1442284', u'COPY_-1206925834'), (u'COPY_-1206926014', u'RETURN_-1206925995'), ('const-1442624', u'COPY_-1206926254'), ('const-0', u'RETURN_-1206925835'), ('const-1442769', u'COPY_-1206926454'), ('const-0', u'RETURN_-1206925895'), ('const-1442135', u'COPY_-1206925674'), (u'COPY_-1206925454', u'RETURN_-1206925435'), (u'COPY_-1206925974', u'RETURN_-1206925955'), ('const-1442488', u'COPY_-1206926094'), ('const-1442755', u'COPY_-1206926434'), ('const-0', u'RETURN_-1206926135')]
[('const-1442088', u'COPY_-1206925614'), ('const-1442488', u'COPY_-1206926094'), ('const-0', u'RETURN_-1206926015'), ('const-0', u'RETURN_-1206925975'), ('const-0', u'RETURN_-1206926055'), ('const-1442263', u'COPY_-1206925814'), ('const-0', u'RETURN_-1206926335'), ('const-1442502', u'COPY_-1206926114'), ('const-0', u'RETURN_-1206926395'), ('const-0', u'RETURN_-1206925475'), ('const-0', u'RETURN_-1206925675'), ('const-0', u'RETURN_-1206925635'), ('tmp_822', u'BRANCHIND_-1206926487'), ('const-1442165', u'COPY_-1206925714'), (u'COPY_-1206926334', u'RETURN_-1206926315'), (u'COPY_-1206925674', u'RETURN_-1206925655'), (u'COPY_-1206925616', u'RETURN_-1206925596'), ('const-0', u'RETURN_-1206925596'), (u'COPY_-1206926258', u'RETURN_-1206926239'), ('const-0', u'RETURN_-1206926115'), (u'COPY_-1206925474', u'RETURN_-1206925455'), (u'COPY_-1206925834', u'RETURN_-1206925815'), ('const-1442656', u'COPY_-1206926294'), ('const-1442135', u'COPY_-1206925674'), ('const-1441984', u'COPY_-1206925514'), (u'COPY_-1206925494', u'RETURN_-1206925475'), (u'COPY_-1206925994', u'RETURN_-1206925975'), ('const-1442433', u'COPY_-1206926014'), ('const-0', u'RETURN_-1206925435'), ('const-1442474', u'COPY_-1206926074'), ('const-1442327', u'COPY_-1206925894'), (u'COPY_-1206925594', u'RETURN_-1206925575'), ('const-1442715', u'COPY_-1206926374'), ('const-0', u'RETURN_-1206926355'), (u'COPY_-1206926074', u'RETURN_-1206926055'), (u'COPY_-1206926034', u'RETURN_-1206926015'), (u'COPY_-1206926454', u'RETURN_-1206926435'), ('const-1442640', u'COPY_-1206926274'), (u'COPY_-1206926294', u'RETURN_-1206926275'), ('const-0', u'RETURN_-1206925455'), ('const-1442688', u'COPY_-1206926334'), ('const-1441925', u'COPY_-1206925434'), ('const-0', u'RETURN_-1206925535'), (u'COPY_-1206926154', u'RETURN_-1206926135'), (u'COPY_-1206925954', u'RETURN_-1206925935'), ('const-0', u'RETURN_-1206925815'), (u'COPY_-1206926174', u'RETURN_-1206926155'), ('const-0', u'RETURN_-1206926435'), ('const-1442741', u'COPY_-1206926414'), (u'COPY_-1206926434', u'RETURN_-1206926415'), (u'COPY_-1206925894', u'RETURN_-1206925875'), (u'COPY_-1206926054', u'RETURN_-1206926035'), (u'COPY_-1206925694', u'RETURN_-1206925675'), ('const-1442755', u'COPY_-1206926434'), (u'COPY_-1206925734', u'RETURN_-1206925715'), ('const-0', u'RETURN_-1206925715'), ('const-1442624', u'COPY_-1206926254'), ('const-1442108', u'COPY_-1206925634'), ('const-0', u'RETURN_-1206926235'), ('const-1442672', u'COPY_-1206926314'), (u'COPY_-1206926134', u'RETURN_-1206926115'), (u'COPY_-1206926254', u'RETURN_-1206926235'), ('const-1441912', u'COPY_-1206926258'), (u'COPY_-1206925574', u'RETURN_-1206925555'), ('const-1442005', u'COPY_-1206925534'), ('const-0', u'RETURN_-1206926095'), ('const-1441936', u'COPY_-1206925454'), (u'COPY_-1206925854', u'RETURN_-1206925835'), (u'COPY_-1206926194', u'RETURN_-1206926175'), (u'COPY_-1206925794', u'RETURN_-1206925775'), ('const-1442242', u'COPY_-1206925794'), ('const-0', u'RETURN_-1206925575'), (u'COPY_-1206925434', u'RETURN_-1206925415'), (u'COPY_-1206925754', u'RETURN_-1206925735'), (u'COPY_-1206925614', u'RETURN_-1206925595'), (u'COPY_-1206926394', u'RETURN_-1206926375'), ('const-1442608', u'COPY_-1206926234'), ('const-0', u'RETURN_-1206926075'), ('const-1442447', u'COPY_-1206926034'), ('const-0', u'RETURN_-1206926255'), ('const-1442591', u'COPY_-1206926214'), ('const-0', u'RETURN_-1206925515'), ('const-1442769', u'COPY_-1206926454'), ('const-0', u'RETURN_-1206925595'), (u'COPY_-1206925874', u'RETURN_-1206925855'), ('const-1442406', u'COPY_-1206925974'), ('const-1442728', u'COPY_-1206926394'), ('const-0', u'RETURN_-1206925855'), ('const-0', u'RETURN_-1206925915'), (u'COPY_-1206926274', u'RETURN_-1206926255'), ('const-1442388', u'COPY_-1206925954'), (u'COPY_-1206925714', u'RETURN_-1206925695'), ('const-0', u'RETURN_-1206925555'), ('const-1441966', u'COPY_-1206925494'), ('const-0', u'RETURN_-1206926375'), ('const-1442148', u'COPY_-1206925694'), (u'COPY_-1206925554', u'RETURN_-1206925535'), ('const-1442558', u'COPY_-1206926174'), (u'COPY_-1206925634', u'RETURN_-1206925615'), (u'COPY_-1206926094', u'RETURN_-1206926075'), (u'COPY_-1206925534', u'RETURN_-1206925515'), ('const-0', u'RETURN_-1206925735'), (u'COPY_-1206925914', u'RETURN_-1206925895'), (u'COPY_-1206926414', u'RETURN_-1206926395'), ('const-0', u'RETURN_-1206926239'), ('const-1442786', u'COPY_-1206925414'), ('const-1442702', u'COPY_-1206926354'), ('const-0', u'RETURN_-1206926315'), ('const-1442123', u'COPY_-1206925654'), ('const-0', u'RETURN_-1206926215'), (u'COPY_-1206925774', u'RETURN_-1206925755'), ('const-1442203', u'COPY_-1206925754'), ('const-0', u'COPY_-1206925616'), ('const-0', u'RETURN_-1206926415'), ('const-1442223', u'COPY_-1206925774'), ('const-0', u'RETURN_-1206925655'), ('const-1442419', u'COPY_-1206925994'), (u'COPY_-1206926234', u'RETURN_-1206926215'), ('const-0', u'RETURN_-1206925495'), (u'COPY_-1206926354', u'RETURN_-1206926335'), ('const-0', u'RETURN_-1206926295'), (u'COPY_-1206926314', u'RETURN_-1206926295'), ('const-0', u'RETURN_-1206925695'), ('const-0', u'RETURN_-1206925875'), ('const-0', u'RETURN_-1206925775'), ('const-1442284', u'COPY_-1206925834'), ('const-0', u'RETURN_-1206926275'), ('const-0', u'RETURN_-1206925415'), ('const-0', u'RETURN_-1206926175'), (u'COPY_-1206925814', u'RETURN_-1206925795'), (u'COPY_-1206925514', u'RETURN_-1206925495'), ('const-1442461', u'COPY_-1206926054'), (u'COPY_-1206926374', u'RETURN_-1206926355'), ('const-1442538', u'COPY_-1206926154'), ('const-1442516', u'COPY_-1206926134'), ('const-0', u'RETURN_-1206925795'), ('const-1442346', u'COPY_-1206925914'), ('const-1442068', u'COPY_-1206925594'), ('const-0', u'RETURN_-1206925935'), ('const-0', u'RETURN_-1206925395'), ('const-0', u'RETURN_-1206926155'), (u'COPY_-1206926114', u'RETURN_-1206926095'), ('const-0', u'RETURN_-1206925955'), ('const-1442367', u'COPY_-1206925934'), ('const-1442572', u'COPY_-1206926194'), ('const-0', u'RETURN_-1206925995'), ('const-1442182', u'COPY_-1206925734'), ('const-0', u'RETURN_-1206925615'), ('const-0', u'RETURN_-1206926035'), (u'COPY_-1206926214', u'RETURN_-1206926195'), (u'COPY_-1206925414', u'RETURN_-1206925395'), (u'COPY_-1206925934', u'RETURN_-1206925915'), ('const-0', u'RETURN_-1206925755'), (u'COPY_-1206925654', u'RETURN_-1206925635'), ('const-0', u'RETURN_-1206926195'), (u'COPY_-1206926014', u'RETURN_-1206925995'), ('const-0', u'RETURN_-1206925835'), ('const-1442026', u'COPY_-1206925554'), ('const-1441953', u'COPY_-1206925474'), ('const-0', u'RETURN_-1206925895'), ('const-1442312', u'COPY_-1206925874'), (u'COPY_-1206925454', u'RETURN_-1206925435'), (u'COPY_-1206925974', u'RETURN_-1206925955'), ('const-1442297', u'COPY_-1206925854'), ('const-1442047', u'COPY_-1206925574'), ('const-0', u'RETURN_-1206926135')]
null
null
0010c330
x64
O2
(translation_unit "char * FUN_0010c330(undefined8 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}\n\n" (function_definition "char * FUN_0010c330(undefined8 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" primitive_type (pointer_declarator "* FUN_0010c330(undefined8 param_1)" * (function_declarator "FUN_0010c330(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" { (switch_statement "switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" { (case_statement "case 0:\n return "R_RISCV_NONE";" case number_literal : (return_statement "return "R_RISCV_NONE";" return (string_literal ""R_RISCV_NONE"" " string_content ") ;)) (case_statement "case 1:\n return "R_RISCV_32";" case number_literal : (return_statement "return "R_RISCV_32";" return (string_literal ""R_RISCV_32"" " string_content ") ;)) (case_statement "case 2:\n return "R_RISCV_64";" case number_literal : (return_statement "return "R_RISCV_64";" return (string_literal ""R_RISCV_64"" " string_content ") ;)) (case_statement "case 3:\n return "R_RISCV_RELATIVE";" case number_literal : (return_statement "return "R_RISCV_RELATIVE";" return (string_literal ""R_RISCV_RELATIVE"" " string_content ") ;)) (case_statement "case 4:\n return "R_RISCV_COPY";" case number_literal : (return_statement "return "R_RISCV_COPY";" return (string_literal ""R_RISCV_COPY"" " string_content ") ;)) (case_statement "case 5:\n return "R_RISCV_JUMP_SLOT";" case number_literal : (return_statement "return "R_RISCV_JUMP_SLOT";" return (string_literal ""R_RISCV_JUMP_SLOT"" " string_content ") ;)) (case_statement "case 6:\n return "R_RISCV_TLS_DTPMOD32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD32";" return (string_literal ""R_RISCV_TLS_DTPMOD32"" " string_content ") ;)) (case_statement "case 7:\n return "R_RISCV_TLS_DTPMOD64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD64";" return (string_literal ""R_RISCV_TLS_DTPMOD64"" " string_content ") ;)) (case_statement "case 8:\n return "R_RISCV_TLS_DTPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL32";" return (string_literal ""R_RISCV_TLS_DTPREL32"" " string_content ") ;)) (case_statement "case 9:\n return "R_RISCV_TLS_DTPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL64";" return (string_literal ""R_RISCV_TLS_DTPREL64"" " string_content ") ;)) (case_statement "case 10:\n return "R_RISCV_TLS_TPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL32";" return (string_literal ""R_RISCV_TLS_TPREL32"" " string_content ") ;)) (case_statement "case 0xb:\n return "R_RISCV_TLS_TPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL64";" return (string_literal ""R_RISCV_TLS_TPREL64"" " string_content ") ;)) (case_statement "default:\n return (char *)0x0;" default : (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;)) (case_statement "case 0x10:\n return "R_RISCV_BRANCH";" case number_literal : (return_statement "return "R_RISCV_BRANCH";" return (string_literal ""R_RISCV_BRANCH"" " string_content ") ;)) (case_statement "case 0x11:\n return "R_RISCV_JAL";" case number_literal : (return_statement "return "R_RISCV_JAL";" return (string_literal ""R_RISCV_JAL"" " string_content ") ;)) (case_statement "case 0x12:\n return "R_RISCV_CALL";" case number_literal : (return_statement "return "R_RISCV_CALL";" return (string_literal ""R_RISCV_CALL"" " string_content ") ;)) (case_statement "case 0x13:\n return "R_RISCV_CALL_PLT";" case number_literal : (return_statement "return "R_RISCV_CALL_PLT";" return (string_literal ""R_RISCV_CALL_PLT"" " string_content ") ;)) (case_statement "case 0x14:\n return "R_RISCV_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_GOT_HI20";" return (string_literal ""R_RISCV_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x15:\n return "R_RISCV_TLS_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GOT_HI20";" return (string_literal ""R_RISCV_TLS_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x16:\n return "R_RISCV_TLS_GD_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GD_HI20";" return (string_literal ""R_RISCV_TLS_GD_HI20"" " string_content ") ;)) (case_statement "case 0x17:\n return "R_RISCV_PCREL_HI20";" case number_literal : (return_statement "return "R_RISCV_PCREL_HI20";" return (string_literal ""R_RISCV_PCREL_HI20"" " string_content ") ;)) (case_statement "case 0x18:\n return "R_RISCV_PCREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_I";" return (string_literal ""R_RISCV_PCREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x19:\n return "R_RISCV_PCREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_S";" return (string_literal ""R_RISCV_PCREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x1a:\n return "R_RISCV_HI20";" case number_literal : (return_statement "return "R_RISCV_HI20";" return (string_literal ""R_RISCV_HI20"" " string_content ") ;)) (case_statement "case 0x1b:\n return "R_RISCV_LO12_I";" case number_literal : (return_statement "return "R_RISCV_LO12_I";" return (string_literal ""R_RISCV_LO12_I"" " string_content ") ;)) (case_statement "case 0x1c:\n return "R_RISCV_LO12_S";" case number_literal : (return_statement "return "R_RISCV_LO12_S";" return (string_literal ""R_RISCV_LO12_S"" " string_content ") ;)) (case_statement "case 0x1d:\n return "R_RISCV_TPREL_HI20";" case number_literal : (return_statement "return "R_RISCV_TPREL_HI20";" return (string_literal ""R_RISCV_TPREL_HI20"" " string_content ") ;)) (case_statement "case 0x1e:\n return "R_RISCV_TPREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_I";" return (string_literal ""R_RISCV_TPREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x1f:\n return "R_RISCV_TPREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_S";" return (string_literal ""R_RISCV_TPREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x20:\n return "R_RISCV_TPREL_ADD";" case number_literal : (return_statement "return "R_RISCV_TPREL_ADD";" return (string_literal ""R_RISCV_TPREL_ADD"" " string_content ") ;)) (case_statement "case 0x21:\n return "R_RISCV_ADD8";" case number_literal : (return_statement "return "R_RISCV_ADD8";" return (string_literal ""R_RISCV_ADD8"" " string_content ") ;)) (case_statement "case 0x22:\n return "R_RISCV_ADD16";" case number_literal : (return_statement "return "R_RISCV_ADD16";" return (string_literal ""R_RISCV_ADD16"" " string_content ") ;)) (case_statement "case 0x23:\n return "R_RISCV_ADD32";" case number_literal : (return_statement "return "R_RISCV_ADD32";" return (string_literal ""R_RISCV_ADD32"" " string_content ") ;)) (case_statement "case 0x24:\n return "R_RISCV_ADD64";" case number_literal : (return_statement "return "R_RISCV_ADD64";" return (string_literal ""R_RISCV_ADD64"" " string_content ") ;)) (case_statement "case 0x25:\n return "R_RISCV_SUB8";" case number_literal : (return_statement "return "R_RISCV_SUB8";" return (string_literal ""R_RISCV_SUB8"" " string_content ") ;)) (case_statement "case 0x26:\n return "R_RISCV_SUB16";" case number_literal : (return_statement "return "R_RISCV_SUB16";" return (string_literal ""R_RISCV_SUB16"" " string_content ") ;)) (case_statement "case 0x27:\n return "R_RISCV_SUB32";" case number_literal : (return_statement "return "R_RISCV_SUB32";" return (string_literal ""R_RISCV_SUB32"" " string_content ") ;)) (case_statement "case 0x28:\n return "R_RISCV_SUB64";" case number_literal : (return_statement "return "R_RISCV_SUB64";" return (string_literal ""R_RISCV_SUB64"" " string_content ") ;)) (case_statement "case 0x29:\n return "R_RISCV_GNU_VTINHERIT";" case number_literal : (return_statement "return "R_RISCV_GNU_VTINHERIT";" return (string_literal ""R_RISCV_GNU_VTINHERIT"" " string_content ") ;)) (case_statement "case 0x2a:\n return "R_RISCV_GNU_VTENTRY";" case number_literal : (return_statement "return "R_RISCV_GNU_VTENTRY";" return (string_literal ""R_RISCV_GNU_VTENTRY"" " string_content ") ;)) (case_statement "case 0x2b:\n return "R_RISCV_ALIGN";" case number_literal : (return_statement "return "R_RISCV_ALIGN";" return (string_literal ""R_RISCV_ALIGN"" " string_content ") ;)) (case_statement "case 0x2c:\n return "R_RISCV_RVC_BRANCH";" case number_literal : (return_statement "return "R_RISCV_RVC_BRANCH";" return (string_literal ""R_RISCV_RVC_BRANCH"" " string_content ") ;)) (case_statement "case 0x2d:\n return "R_RISCV_RVC_JUMP";" case number_literal : (return_statement "return "R_RISCV_RVC_JUMP";" return (string_literal ""R_RISCV_RVC_JUMP"" " string_content ") ;)) (case_statement "case 0x2e:\n return "R_RISCV_RVC_LUI";" case number_literal : (return_statement "return "R_RISCV_RVC_LUI";" return (string_literal ""R_RISCV_RVC_LUI"" " string_content ") ;)) (case_statement "case 0x2f:\n return "R_RISCV_GPREL_I";" case number_literal : (return_statement "return "R_RISCV_GPREL_I";" return (string_literal ""R_RISCV_GPREL_I"" " string_content ") ;)) (case_statement "case 0x30:\n return "R_RISCV_GPREL_S";" case number_literal : (return_statement "return "R_RISCV_GPREL_S";" return (string_literal ""R_RISCV_GPREL_S"" " string_content ") ;)) (case_statement "case 0x31:\n return "R_RISCV_TPREL_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_I";" return (string_literal ""R_RISCV_TPREL_I"" " string_content ") ;)) (case_statement "case 0x32:\n return "R_RISCV_TPREL_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_S";" return (string_literal ""R_RISCV_TPREL_S"" " string_content ") ;)) (case_statement "case 0x33:\n return "R_RISCV_RELAX";" case number_literal : (return_statement "return "R_RISCV_RELAX";" return (string_literal ""R_RISCV_RELAX"" " string_content ") ;)) (case_statement "case 0x34:\n return "R_RISCV_SUB6";" case number_literal : (return_statement "return "R_RISCV_SUB6";" return (string_literal ""R_RISCV_SUB6"" " string_content ") ;)) (case_statement "case 0x35:\n return "R_RISCV_SET6";" case number_literal : (return_statement "return "R_RISCV_SET6";" return (string_literal ""R_RISCV_SET6"" " string_content ") ;)) (case_statement "case 0x36:\n return "R_RISCV_SET8";" case number_literal : (return_statement "return "R_RISCV_SET8";" return (string_literal ""R_RISCV_SET8"" " string_content ") ;)) (case_statement "case 0x37:\n return "R_RISCV_SET16";" case number_literal : (return_statement "return "R_RISCV_SET16";" return (string_literal ""R_RISCV_SET16"" " string_content ") ;)) (case_statement "case 0x38:\n return "R_RISCV_SET32";" case number_literal : (return_statement "return "R_RISCV_SET32";" return (string_literal ""R_RISCV_SET32"" " string_content ") ;)) (case_statement "case 0x39:\n return "R_RISCV_32_PCREL";" case number_literal : (return_statement "return "R_RISCV_32_PCREL";" return (string_literal ""R_RISCV_32_PCREL"" " string_content ") ;)) })) })))
(translation_unit "/* WARNING: Unknown calling convention */\n\nchar * elf_riscv_reloc_type(ulong rtype)\n\n{\n switch(rtype) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}\n\n" comment (function_definition "char * elf_riscv_reloc_type(ulong rtype)\n\n{\n switch(rtype) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" primitive_type (pointer_declarator "* elf_riscv_reloc_type(ulong rtype)" * (function_declarator "elf_riscv_reloc_type(ulong rtype)" identifier (parameter_list "(ulong rtype)" ( (parameter_declaration "ulong rtype" type_identifier identifier) )))) (compound_statement "{\n switch(rtype) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" { (switch_statement "switch(rtype) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" switch (parenthesized_expression "(rtype)" ( identifier )) (compound_statement "{\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" { (case_statement "case 0:\n return "R_RISCV_NONE";" case number_literal : (return_statement "return "R_RISCV_NONE";" return (string_literal ""R_RISCV_NONE"" " string_content ") ;)) (case_statement "case 1:\n return "R_RISCV_32";" case number_literal : (return_statement "return "R_RISCV_32";" return (string_literal ""R_RISCV_32"" " string_content ") ;)) (case_statement "case 2:\n return "R_RISCV_64";" case number_literal : (return_statement "return "R_RISCV_64";" return (string_literal ""R_RISCV_64"" " string_content ") ;)) (case_statement "case 3:\n return "R_RISCV_RELATIVE";" case number_literal : (return_statement "return "R_RISCV_RELATIVE";" return (string_literal ""R_RISCV_RELATIVE"" " string_content ") ;)) (case_statement "case 4:\n return "R_RISCV_COPY";" case number_literal : (return_statement "return "R_RISCV_COPY";" return (string_literal ""R_RISCV_COPY"" " string_content ") ;)) (case_statement "case 5:\n return "R_RISCV_JUMP_SLOT";" case number_literal : (return_statement "return "R_RISCV_JUMP_SLOT";" return (string_literal ""R_RISCV_JUMP_SLOT"" " string_content ") ;)) (case_statement "case 6:\n return "R_RISCV_TLS_DTPMOD32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD32";" return (string_literal ""R_RISCV_TLS_DTPMOD32"" " string_content ") ;)) (case_statement "case 7:\n return "R_RISCV_TLS_DTPMOD64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD64";" return (string_literal ""R_RISCV_TLS_DTPMOD64"" " string_content ") ;)) (case_statement "case 8:\n return "R_RISCV_TLS_DTPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL32";" return (string_literal ""R_RISCV_TLS_DTPREL32"" " string_content ") ;)) (case_statement "case 9:\n return "R_RISCV_TLS_DTPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL64";" return (string_literal ""R_RISCV_TLS_DTPREL64"" " string_content ") ;)) (case_statement "case 10:\n return "R_RISCV_TLS_TPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL32";" return (string_literal ""R_RISCV_TLS_TPREL32"" " string_content ") ;)) (case_statement "case 0xb:\n return "R_RISCV_TLS_TPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL64";" return (string_literal ""R_RISCV_TLS_TPREL64"" " string_content ") ;)) (case_statement "default:\n return (char *)0x0;" default : (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;)) (case_statement "case 0x10:\n return "R_RISCV_BRANCH";" case number_literal : (return_statement "return "R_RISCV_BRANCH";" return (string_literal ""R_RISCV_BRANCH"" " string_content ") ;)) (case_statement "case 0x11:\n return "R_RISCV_JAL";" case number_literal : (return_statement "return "R_RISCV_JAL";" return (string_literal ""R_RISCV_JAL"" " string_content ") ;)) (case_statement "case 0x12:\n return "R_RISCV_CALL";" case number_literal : (return_statement "return "R_RISCV_CALL";" return (string_literal ""R_RISCV_CALL"" " string_content ") ;)) (case_statement "case 0x13:\n return "R_RISCV_CALL_PLT";" case number_literal : (return_statement "return "R_RISCV_CALL_PLT";" return (string_literal ""R_RISCV_CALL_PLT"" " string_content ") ;)) (case_statement "case 0x14:\n return "R_RISCV_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_GOT_HI20";" return (string_literal ""R_RISCV_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x15:\n return "R_RISCV_TLS_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GOT_HI20";" return (string_literal ""R_RISCV_TLS_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x16:\n return "R_RISCV_TLS_GD_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GD_HI20";" return (string_literal ""R_RISCV_TLS_GD_HI20"" " string_content ") ;)) (case_statement "case 0x17:\n return "R_RISCV_PCREL_HI20";" case number_literal : (return_statement "return "R_RISCV_PCREL_HI20";" return (string_literal ""R_RISCV_PCREL_HI20"" " string_content ") ;)) (case_statement "case 0x18:\n return "R_RISCV_PCREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_I";" return (string_literal ""R_RISCV_PCREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x19:\n return "R_RISCV_PCREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_S";" return (string_literal ""R_RISCV_PCREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x1a:\n return "R_RISCV_HI20";" case number_literal : (return_statement "return "R_RISCV_HI20";" return (string_literal ""R_RISCV_HI20"" " string_content ") ;)) (case_statement "case 0x1b:\n return "R_RISCV_LO12_I";" case number_literal : (return_statement "return "R_RISCV_LO12_I";" return (string_literal ""R_RISCV_LO12_I"" " string_content ") ;)) (case_statement "case 0x1c:\n return "R_RISCV_LO12_S";" case number_literal : (return_statement "return "R_RISCV_LO12_S";" return (string_literal ""R_RISCV_LO12_S"" " string_content ") ;)) (case_statement "case 0x1d:\n return "R_RISCV_TPREL_HI20";" case number_literal : (return_statement "return "R_RISCV_TPREL_HI20";" return (string_literal ""R_RISCV_TPREL_HI20"" " string_content ") ;)) (case_statement "case 0x1e:\n return "R_RISCV_TPREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_I";" return (string_literal ""R_RISCV_TPREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x1f:\n return "R_RISCV_TPREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_S";" return (string_literal ""R_RISCV_TPREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x20:\n return "R_RISCV_TPREL_ADD";" case number_literal : (return_statement "return "R_RISCV_TPREL_ADD";" return (string_literal ""R_RISCV_TPREL_ADD"" " string_content ") ;)) (case_statement "case 0x21:\n return "R_RISCV_ADD8";" case number_literal : (return_statement "return "R_RISCV_ADD8";" return (string_literal ""R_RISCV_ADD8"" " string_content ") ;)) (case_statement "case 0x22:\n return "R_RISCV_ADD16";" case number_literal : (return_statement "return "R_RISCV_ADD16";" return (string_literal ""R_RISCV_ADD16"" " string_content ") ;)) (case_statement "case 0x23:\n return "R_RISCV_ADD32";" case number_literal : (return_statement "return "R_RISCV_ADD32";" return (string_literal ""R_RISCV_ADD32"" " string_content ") ;)) (case_statement "case 0x24:\n return "R_RISCV_ADD64";" case number_literal : (return_statement "return "R_RISCV_ADD64";" return (string_literal ""R_RISCV_ADD64"" " string_content ") ;)) (case_statement "case 0x25:\n return "R_RISCV_SUB8";" case number_literal : (return_statement "return "R_RISCV_SUB8";" return (string_literal ""R_RISCV_SUB8"" " string_content ") ;)) (case_statement "case 0x26:\n return "R_RISCV_SUB16";" case number_literal : (return_statement "return "R_RISCV_SUB16";" return (string_literal ""R_RISCV_SUB16"" " string_content ") ;)) (case_statement "case 0x27:\n return "R_RISCV_SUB32";" case number_literal : (return_statement "return "R_RISCV_SUB32";" return (string_literal ""R_RISCV_SUB32"" " string_content ") ;)) (case_statement "case 0x28:\n return "R_RISCV_SUB64";" case number_literal : (return_statement "return "R_RISCV_SUB64";" return (string_literal ""R_RISCV_SUB64"" " string_content ") ;)) (case_statement "case 0x29:\n return "R_RISCV_GNU_VTINHERIT";" case number_literal : (return_statement "return "R_RISCV_GNU_VTINHERIT";" return (string_literal ""R_RISCV_GNU_VTINHERIT"" " string_content ") ;)) (case_statement "case 0x2a:\n return "R_RISCV_GNU_VTENTRY";" case number_literal : (return_statement "return "R_RISCV_GNU_VTENTRY";" return (string_literal ""R_RISCV_GNU_VTENTRY"" " string_content ") ;)) (case_statement "case 0x2b:\n return "R_RISCV_ALIGN";" case number_literal : (return_statement "return "R_RISCV_ALIGN";" return (string_literal ""R_RISCV_ALIGN"" " string_content ") ;)) (case_statement "case 0x2c:\n return "R_RISCV_RVC_BRANCH";" case number_literal : (return_statement "return "R_RISCV_RVC_BRANCH";" return (string_literal ""R_RISCV_RVC_BRANCH"" " string_content ") ;)) (case_statement "case 0x2d:\n return "R_RISCV_RVC_JUMP";" case number_literal : (return_statement "return "R_RISCV_RVC_JUMP";" return (string_literal ""R_RISCV_RVC_JUMP"" " string_content ") ;)) (case_statement "case 0x2e:\n return "R_RISCV_RVC_LUI";" case number_literal : (return_statement "return "R_RISCV_RVC_LUI";" return (string_literal ""R_RISCV_RVC_LUI"" " string_content ") ;)) (case_statement "case 0x2f:\n return "R_RISCV_GPREL_I";" case number_literal : (return_statement "return "R_RISCV_GPREL_I";" return (string_literal ""R_RISCV_GPREL_I"" " string_content ") ;)) (case_statement "case 0x30:\n return "R_RISCV_GPREL_S";" case number_literal : (return_statement "return "R_RISCV_GPREL_S";" return (string_literal ""R_RISCV_GPREL_S"" " string_content ") ;)) (case_statement "case 0x31:\n return "R_RISCV_TPREL_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_I";" return (string_literal ""R_RISCV_TPREL_I"" " string_content ") ;)) (case_statement "case 0x32:\n return "R_RISCV_TPREL_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_S";" return (string_literal ""R_RISCV_TPREL_S"" " string_content ") ;)) (case_statement "case 0x33:\n return "R_RISCV_RELAX";" case number_literal : (return_statement "return "R_RISCV_RELAX";" return (string_literal ""R_RISCV_RELAX"" " string_content ") ;)) (case_statement "case 0x34:\n return "R_RISCV_SUB6";" case number_literal : (return_statement "return "R_RISCV_SUB6";" return (string_literal ""R_RISCV_SUB6"" " string_content ") ;)) (case_statement "case 0x35:\n return "R_RISCV_SET6";" case number_literal : (return_statement "return "R_RISCV_SET6";" return (string_literal ""R_RISCV_SET6"" " string_content ") ;)) (case_statement "case 0x36:\n return "R_RISCV_SET8";" case number_literal : (return_statement "return "R_RISCV_SET8";" return (string_literal ""R_RISCV_SET8"" " string_content ") ;)) (case_statement "case 0x37:\n return "R_RISCV_SET16";" case number_literal : (return_statement "return "R_RISCV_SET16";" return (string_literal ""R_RISCV_SET16"" " string_content ") ;)) (case_statement "case 0x38:\n return "R_RISCV_SET32";" case number_literal : (return_statement "return "R_RISCV_SET32";" return (string_literal ""R_RISCV_SET32"" " string_content ") ;)) (case_statement "case 0x39:\n return "R_RISCV_32_PCREL";" case number_literal : (return_statement "return "R_RISCV_32_PCREL";" return (string_literal ""R_RISCV_32_PCREL"" " string_content ") ;)) })) })))
(translation_unit "char * FUN_0010c330(undefined8 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}\n\n" (function_definition "char * FUN_0010c330(undefined8 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" primitive_type (pointer_declarator "* FUN_0010c330(undefined8 param_1)" * (function_declarator "FUN_0010c330(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" { (switch_statement "switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" { (case_statement "case 0:\n return "R_RISCV_NONE";" case number_literal : (return_statement "return "R_RISCV_NONE";" return (string_literal ""R_RISCV_NONE"" " string_content ") ;)) (case_statement "case 1:\n return "R_RISCV_32";" case number_literal : (return_statement "return "R_RISCV_32";" return (string_literal ""R_RISCV_32"" " string_content ") ;)) (case_statement "case 2:\n return "R_RISCV_64";" case number_literal : (return_statement "return "R_RISCV_64";" return (string_literal ""R_RISCV_64"" " string_content ") ;)) (case_statement "case 3:\n return "R_RISCV_RELATIVE";" case number_literal : (return_statement "return "R_RISCV_RELATIVE";" return (string_literal ""R_RISCV_RELATIVE"" " string_content ") ;)) (case_statement "case 4:\n return "R_RISCV_COPY";" case number_literal : (return_statement "return "R_RISCV_COPY";" return (string_literal ""R_RISCV_COPY"" " string_content ") ;)) (case_statement "case 5:\n return "R_RISCV_JUMP_SLOT";" case number_literal : (return_statement "return "R_RISCV_JUMP_SLOT";" return (string_literal ""R_RISCV_JUMP_SLOT"" " string_content ") ;)) (case_statement "case 6:\n return "R_RISCV_TLS_DTPMOD32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD32";" return (string_literal ""R_RISCV_TLS_DTPMOD32"" " string_content ") ;)) (case_statement "case 7:\n return "R_RISCV_TLS_DTPMOD64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPMOD64";" return (string_literal ""R_RISCV_TLS_DTPMOD64"" " string_content ") ;)) (case_statement "case 8:\n return "R_RISCV_TLS_DTPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL32";" return (string_literal ""R_RISCV_TLS_DTPREL32"" " string_content ") ;)) (case_statement "case 9:\n return "R_RISCV_TLS_DTPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_DTPREL64";" return (string_literal ""R_RISCV_TLS_DTPREL64"" " string_content ") ;)) (case_statement "case 10:\n return "R_RISCV_TLS_TPREL32";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL32";" return (string_literal ""R_RISCV_TLS_TPREL32"" " string_content ") ;)) (case_statement "case 0xb:\n return "R_RISCV_TLS_TPREL64";" case number_literal : (return_statement "return "R_RISCV_TLS_TPREL64";" return (string_literal ""R_RISCV_TLS_TPREL64"" " string_content ") ;)) (case_statement "default:\n return (char *)0x0;" default : (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;)) (case_statement "case 0x10:\n return "R_RISCV_BRANCH";" case number_literal : (return_statement "return "R_RISCV_BRANCH";" return (string_literal ""R_RISCV_BRANCH"" " string_content ") ;)) (case_statement "case 0x11:\n return "R_RISCV_JAL";" case number_literal : (return_statement "return "R_RISCV_JAL";" return (string_literal ""R_RISCV_JAL"" " string_content ") ;)) (case_statement "case 0x12:\n return "R_RISCV_CALL";" case number_literal : (return_statement "return "R_RISCV_CALL";" return (string_literal ""R_RISCV_CALL"" " string_content ") ;)) (case_statement "case 0x13:\n return "R_RISCV_CALL_PLT";" case number_literal : (return_statement "return "R_RISCV_CALL_PLT";" return (string_literal ""R_RISCV_CALL_PLT"" " string_content ") ;)) (case_statement "case 0x14:\n return "R_RISCV_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_GOT_HI20";" return (string_literal ""R_RISCV_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x15:\n return "R_RISCV_TLS_GOT_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GOT_HI20";" return (string_literal ""R_RISCV_TLS_GOT_HI20"" " string_content ") ;)) (case_statement "case 0x16:\n return "R_RISCV_TLS_GD_HI20";" case number_literal : (return_statement "return "R_RISCV_TLS_GD_HI20";" return (string_literal ""R_RISCV_TLS_GD_HI20"" " string_content ") ;)) (case_statement "case 0x17:\n return "R_RISCV_PCREL_HI20";" case number_literal : (return_statement "return "R_RISCV_PCREL_HI20";" return (string_literal ""R_RISCV_PCREL_HI20"" " string_content ") ;)) (case_statement "case 0x18:\n return "R_RISCV_PCREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_I";" return (string_literal ""R_RISCV_PCREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x19:\n return "R_RISCV_PCREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_PCREL_LO12_S";" return (string_literal ""R_RISCV_PCREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x1a:\n return "R_RISCV_HI20";" case number_literal : (return_statement "return "R_RISCV_HI20";" return (string_literal ""R_RISCV_HI20"" " string_content ") ;)) (case_statement "case 0x1b:\n return "R_RISCV_LO12_I";" case number_literal : (return_statement "return "R_RISCV_LO12_I";" return (string_literal ""R_RISCV_LO12_I"" " string_content ") ;)) (case_statement "case 0x1c:\n return "R_RISCV_LO12_S";" case number_literal : (return_statement "return "R_RISCV_LO12_S";" return (string_literal ""R_RISCV_LO12_S"" " string_content ") ;)) (case_statement "case 0x1d:\n return "R_RISCV_TPREL_HI20";" case number_literal : (return_statement "return "R_RISCV_TPREL_HI20";" return (string_literal ""R_RISCV_TPREL_HI20"" " string_content ") ;)) (case_statement "case 0x1e:\n return "R_RISCV_TPREL_LO12_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_I";" return (string_literal ""R_RISCV_TPREL_LO12_I"" " string_content ") ;)) (case_statement "case 0x1f:\n return "R_RISCV_TPREL_LO12_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_LO12_S";" return (string_literal ""R_RISCV_TPREL_LO12_S"" " string_content ") ;)) (case_statement "case 0x20:\n return "R_RISCV_TPREL_ADD";" case number_literal : (return_statement "return "R_RISCV_TPREL_ADD";" return (string_literal ""R_RISCV_TPREL_ADD"" " string_content ") ;)) (case_statement "case 0x21:\n return "R_RISCV_ADD8";" case number_literal : (return_statement "return "R_RISCV_ADD8";" return (string_literal ""R_RISCV_ADD8"" " string_content ") ;)) (case_statement "case 0x22:\n return "R_RISCV_ADD16";" case number_literal : (return_statement "return "R_RISCV_ADD16";" return (string_literal ""R_RISCV_ADD16"" " string_content ") ;)) (case_statement "case 0x23:\n return "R_RISCV_ADD32";" case number_literal : (return_statement "return "R_RISCV_ADD32";" return (string_literal ""R_RISCV_ADD32"" " string_content ") ;)) (case_statement "case 0x24:\n return "R_RISCV_ADD64";" case number_literal : (return_statement "return "R_RISCV_ADD64";" return (string_literal ""R_RISCV_ADD64"" " string_content ") ;)) (case_statement "case 0x25:\n return "R_RISCV_SUB8";" case number_literal : (return_statement "return "R_RISCV_SUB8";" return (string_literal ""R_RISCV_SUB8"" " string_content ") ;)) (case_statement "case 0x26:\n return "R_RISCV_SUB16";" case number_literal : (return_statement "return "R_RISCV_SUB16";" return (string_literal ""R_RISCV_SUB16"" " string_content ") ;)) (case_statement "case 0x27:\n return "R_RISCV_SUB32";" case number_literal : (return_statement "return "R_RISCV_SUB32";" return (string_literal ""R_RISCV_SUB32"" " string_content ") ;)) (case_statement "case 0x28:\n return "R_RISCV_SUB64";" case number_literal : (return_statement "return "R_RISCV_SUB64";" return (string_literal ""R_RISCV_SUB64"" " string_content ") ;)) (case_statement "case 0x29:\n return "R_RISCV_GNU_VTINHERIT";" case number_literal : (return_statement "return "R_RISCV_GNU_VTINHERIT";" return (string_literal ""R_RISCV_GNU_VTINHERIT"" " string_content ") ;)) (case_statement "case 0x2a:\n return "R_RISCV_GNU_VTENTRY";" case number_literal : (return_statement "return "R_RISCV_GNU_VTENTRY";" return (string_literal ""R_RISCV_GNU_VTENTRY"" " string_content ") ;)) (case_statement "case 0x2b:\n return "R_RISCV_ALIGN";" case number_literal : (return_statement "return "R_RISCV_ALIGN";" return (string_literal ""R_RISCV_ALIGN"" " string_content ") ;)) (case_statement "case 0x2c:\n return "R_RISCV_RVC_BRANCH";" case number_literal : (return_statement "return "R_RISCV_RVC_BRANCH";" return (string_literal ""R_RISCV_RVC_BRANCH"" " string_content ") ;)) (case_statement "case 0x2d:\n return "R_RISCV_RVC_JUMP";" case number_literal : (return_statement "return "R_RISCV_RVC_JUMP";" return (string_literal ""R_RISCV_RVC_JUMP"" " string_content ") ;)) (case_statement "case 0x2e:\n return "R_RISCV_RVC_LUI";" case number_literal : (return_statement "return "R_RISCV_RVC_LUI";" return (string_literal ""R_RISCV_RVC_LUI"" " string_content ") ;)) (case_statement "case 0x2f:\n return "R_RISCV_GPREL_I";" case number_literal : (return_statement "return "R_RISCV_GPREL_I";" return (string_literal ""R_RISCV_GPREL_I"" " string_content ") ;)) (case_statement "case 0x30:\n return "R_RISCV_GPREL_S";" case number_literal : (return_statement "return "R_RISCV_GPREL_S";" return (string_literal ""R_RISCV_GPREL_S"" " string_content ") ;)) (case_statement "case 0x31:\n return "R_RISCV_TPREL_I";" case number_literal : (return_statement "return "R_RISCV_TPREL_I";" return (string_literal ""R_RISCV_TPREL_I"" " string_content ") ;)) (case_statement "case 0x32:\n return "R_RISCV_TPREL_S";" case number_literal : (return_statement "return "R_RISCV_TPREL_S";" return (string_literal ""R_RISCV_TPREL_S"" " string_content ") ;)) (case_statement "case 0x33:\n return "R_RISCV_RELAX";" case number_literal : (return_statement "return "R_RISCV_RELAX";" return (string_literal ""R_RISCV_RELAX"" " string_content ") ;)) (case_statement "case 0x34:\n return "R_RISCV_SUB6";" case number_literal : (return_statement "return "R_RISCV_SUB6";" return (string_literal ""R_RISCV_SUB6"" " string_content ") ;)) (case_statement "case 0x35:\n return "R_RISCV_SET6";" case number_literal : (return_statement "return "R_RISCV_SET6";" return (string_literal ""R_RISCV_SET6"" " string_content ") ;)) (case_statement "case 0x36:\n return "R_RISCV_SET8";" case number_literal : (return_statement "return "R_RISCV_SET8";" return (string_literal ""R_RISCV_SET8"" " string_content ") ;)) (case_statement "case 0x37:\n return "R_RISCV_SET16";" case number_literal : (return_statement "return "R_RISCV_SET16";" return (string_literal ""R_RISCV_SET16"" " string_content ") ;)) (case_statement "case 0x38:\n return "R_RISCV_SET32";" case number_literal : (return_statement "return "R_RISCV_SET32";" return (string_literal ""R_RISCV_SET32"" " string_content ") ;)) (case_statement "case 0x39:\n return "R_RISCV_32_PCREL";" case number_literal : (return_statement "return "R_RISCV_32_PCREL";" return (string_literal ""R_RISCV_32_PCREL"" " string_content ") ;)) })) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement default : (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) })) })))
(function_definition "char * FUN_0010c330(undefined8 param_1)\n\n{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" (primitive_type "char") (pointer_declarator "* FUN_0010c330(undefined8 param_1)" (* "*") (function_declarator "FUN_0010c330(undefined8 param_1)" (identifier "FUN_0010c330") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")")))) (compound_statement "{\n switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }\n}" ({ "{") (switch_statement "switch(param_1) {\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" (switch "switch") (parenthesized_expression "(param_1)" (( "(") (identifier "param_1") () ")")) (compound_statement "{\n case 0:\n return "R_RISCV_NONE";\n case 1:\n return "R_RISCV_32";\n case 2:\n return "R_RISCV_64";\n case 3:\n return "R_RISCV_RELATIVE";\n case 4:\n return "R_RISCV_COPY";\n case 5:\n return "R_RISCV_JUMP_SLOT";\n case 6:\n return "R_RISCV_TLS_DTPMOD32";\n case 7:\n return "R_RISCV_TLS_DTPMOD64";\n case 8:\n return "R_RISCV_TLS_DTPREL32";\n case 9:\n return "R_RISCV_TLS_DTPREL64";\n case 10:\n return "R_RISCV_TLS_TPREL32";\n case 0xb:\n return "R_RISCV_TLS_TPREL64";\n default:\n return (char *)0x0;\n case 0x10:\n return "R_RISCV_BRANCH";\n case 0x11:\n return "R_RISCV_JAL";\n case 0x12:\n return "R_RISCV_CALL";\n case 0x13:\n return "R_RISCV_CALL_PLT";\n case 0x14:\n return "R_RISCV_GOT_HI20";\n case 0x15:\n return "R_RISCV_TLS_GOT_HI20";\n case 0x16:\n return "R_RISCV_TLS_GD_HI20";\n case 0x17:\n return "R_RISCV_PCREL_HI20";\n case 0x18:\n return "R_RISCV_PCREL_LO12_I";\n case 0x19:\n return "R_RISCV_PCREL_LO12_S";\n case 0x1a:\n return "R_RISCV_HI20";\n case 0x1b:\n return "R_RISCV_LO12_I";\n case 0x1c:\n return "R_RISCV_LO12_S";\n case 0x1d:\n return "R_RISCV_TPREL_HI20";\n case 0x1e:\n return "R_RISCV_TPREL_LO12_I";\n case 0x1f:\n return "R_RISCV_TPREL_LO12_S";\n case 0x20:\n return "R_RISCV_TPREL_ADD";\n case 0x21:\n return "R_RISCV_ADD8";\n case 0x22:\n return "R_RISCV_ADD16";\n case 0x23:\n return "R_RISCV_ADD32";\n case 0x24:\n return "R_RISCV_ADD64";\n case 0x25:\n return "R_RISCV_SUB8";\n case 0x26:\n return "R_RISCV_SUB16";\n case 0x27:\n return "R_RISCV_SUB32";\n case 0x28:\n return "R_RISCV_SUB64";\n case 0x29:\n return "R_RISCV_GNU_VTINHERIT";\n case 0x2a:\n return "R_RISCV_GNU_VTENTRY";\n case 0x2b:\n return "R_RISCV_ALIGN";\n case 0x2c:\n return "R_RISCV_RVC_BRANCH";\n case 0x2d:\n return "R_RISCV_RVC_JUMP";\n case 0x2e:\n return "R_RISCV_RVC_LUI";\n case 0x2f:\n return "R_RISCV_GPREL_I";\n case 0x30:\n return "R_RISCV_GPREL_S";\n case 0x31:\n return "R_RISCV_TPREL_I";\n case 0x32:\n return "R_RISCV_TPREL_S";\n case 0x33:\n return "R_RISCV_RELAX";\n case 0x34:\n return "R_RISCV_SUB6";\n case 0x35:\n return "R_RISCV_SET6";\n case 0x36:\n return "R_RISCV_SET8";\n case 0x37:\n return "R_RISCV_SET16";\n case 0x38:\n return "R_RISCV_SET32";\n case 0x39:\n return "R_RISCV_32_PCREL";\n }" ({ "{") (case_statement "case 0:\n return "R_RISCV_NONE";" (case "case") (number_literal "0") (: ":") (return_statement "return "R_RISCV_NONE";" (return "return") (string_literal ""R_RISCV_NONE"" (" """) (string_content "R_RISCV_NONE") (" """)) (; ";"))) (case_statement "case 1:\n return "R_RISCV_32";" (case "case") (number_literal "1") (: ":") (return_statement "return "R_RISCV_32";" (return "return") (string_literal ""R_RISCV_32"" (" """) (string_content "R_RISCV_32") (" """)) (; ";"))) (case_statement "case 2:\n return "R_RISCV_64";" (case "case") (number_literal "2") (: ":") (return_statement "return "R_RISCV_64";" (return "return") (string_literal ""R_RISCV_64"" (" """) (string_content "R_RISCV_64") (" """)) (; ";"))) (case_statement "case 3:\n return "R_RISCV_RELATIVE";" (case "case") (number_literal "3") (: ":") (return_statement "return "R_RISCV_RELATIVE";" (return "return") (string_literal ""R_RISCV_RELATIVE"" (" """) (string_content "R_RISCV_RELATIVE") (" """)) (; ";"))) (case_statement "case 4:\n return "R_RISCV_COPY";" (case "case") (number_literal "4") (: ":") (return_statement "return "R_RISCV_COPY";" (return "return") (string_literal ""R_RISCV_COPY"" (" """) (string_content "R_RISCV_COPY") (" """)) (; ";"))) (case_statement "case 5:\n return "R_RISCV_JUMP_SLOT";" (case "case") (number_literal "5") (: ":") (return_statement "return "R_RISCV_JUMP_SLOT";" (return "return") (string_literal ""R_RISCV_JUMP_SLOT"" (" """) (string_content "R_RISCV_JUMP_SLOT") (" """)) (; ";"))) (case_statement "case 6:\n return "R_RISCV_TLS_DTPMOD32";" (case "case") (number_literal "6") (: ":") (return_statement "return "R_RISCV_TLS_DTPMOD32";" (return "return") (string_literal ""R_RISCV_TLS_DTPMOD32"" (" """) (string_content "R_RISCV_TLS_DTPMOD32") (" """)) (; ";"))) (case_statement "case 7:\n return "R_RISCV_TLS_DTPMOD64";" (case "case") (number_literal "7") (: ":") (return_statement "return "R_RISCV_TLS_DTPMOD64";" (return "return") (string_literal ""R_RISCV_TLS_DTPMOD64"" (" """) (string_content "R_RISCV_TLS_DTPMOD64") (" """)) (; ";"))) (case_statement "case 8:\n return "R_RISCV_TLS_DTPREL32";" (case "case") (number_literal "8") (: ":") (return_statement "return "R_RISCV_TLS_DTPREL32";" (return "return") (string_literal ""R_RISCV_TLS_DTPREL32"" (" """) (string_content "R_RISCV_TLS_DTPREL32") (" """)) (; ";"))) (case_statement "case 9:\n return "R_RISCV_TLS_DTPREL64";" (case "case") (number_literal "9") (: ":") (return_statement "return "R_RISCV_TLS_DTPREL64";" (return "return") (string_literal ""R_RISCV_TLS_DTPREL64"" (" """) (string_content "R_RISCV_TLS_DTPREL64") (" """)) (; ";"))) (case_statement "case 10:\n return "R_RISCV_TLS_TPREL32";" (case "case") (number_literal "10") (: ":") (return_statement "return "R_RISCV_TLS_TPREL32";" (return "return") (string_literal ""R_RISCV_TLS_TPREL32"" (" """) (string_content "R_RISCV_TLS_TPREL32") (" """)) (; ";"))) (case_statement "case 0xb:\n return "R_RISCV_TLS_TPREL64";" (case "case") (number_literal "0xb") (: ":") (return_statement "return "R_RISCV_TLS_TPREL64";" (return "return") (string_literal ""R_RISCV_TLS_TPREL64"" (" """) (string_content "R_RISCV_TLS_TPREL64") (" """)) (; ";"))) (case_statement "default:\n return (char *)0x0;" (default "default") (: ":") (return_statement "return (char *)0x0;" (return "return") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";"))) (case_statement "case 0x10:\n return "R_RISCV_BRANCH";" (case "case") (number_literal "0x10") (: ":") (return_statement "return "R_RISCV_BRANCH";" (return "return") (string_literal ""R_RISCV_BRANCH"" (" """) (string_content "R_RISCV_BRANCH") (" """)) (; ";"))) (case_statement "case 0x11:\n return "R_RISCV_JAL";" (case "case") (number_literal "0x11") (: ":") (return_statement "return "R_RISCV_JAL";" (return "return") (string_literal ""R_RISCV_JAL"" (" """) (string_content "R_RISCV_JAL") (" """)) (; ";"))) (case_statement "case 0x12:\n return "R_RISCV_CALL";" (case "case") (number_literal "0x12") (: ":") (return_statement "return "R_RISCV_CALL";" (return "return") (string_literal ""R_RISCV_CALL"" (" """) (string_content "R_RISCV_CALL") (" """)) (; ";"))) (case_statement "case 0x13:\n return "R_RISCV_CALL_PLT";" (case "case") (number_literal "0x13") (: ":") (return_statement "return "R_RISCV_CALL_PLT";" (return "return") (string_literal ""R_RISCV_CALL_PLT"" (" """) (string_content "R_RISCV_CALL_PLT") (" """)) (; ";"))) (case_statement "case 0x14:\n return "R_RISCV_GOT_HI20";" (case "case") (number_literal "0x14") (: ":") (return_statement "return "R_RISCV_GOT_HI20";" (return "return") (string_literal ""R_RISCV_GOT_HI20"" (" """) (string_content "R_RISCV_GOT_HI20") (" """)) (; ";"))) (case_statement "case 0x15:\n return "R_RISCV_TLS_GOT_HI20";" (case "case") (number_literal "0x15") (: ":") (return_statement "return "R_RISCV_TLS_GOT_HI20";" (return "return") (string_literal ""R_RISCV_TLS_GOT_HI20"" (" """) (string_content "R_RISCV_TLS_GOT_HI20") (" """)) (; ";"))) (case_statement "case 0x16:\n return "R_RISCV_TLS_GD_HI20";" (case "case") (number_literal "0x16") (: ":") (return_statement "return "R_RISCV_TLS_GD_HI20";" (return "return") (string_literal ""R_RISCV_TLS_GD_HI20"" (" """) (string_content "R_RISCV_TLS_GD_HI20") (" """)) (; ";"))) (case_statement "case 0x17:\n return "R_RISCV_PCREL_HI20";" (case "case") (number_literal "0x17") (: ":") (return_statement "return "R_RISCV_PCREL_HI20";" (return "return") (string_literal ""R_RISCV_PCREL_HI20"" (" """) (string_content "R_RISCV_PCREL_HI20") (" """)) (; ";"))) (case_statement "case 0x18:\n return "R_RISCV_PCREL_LO12_I";" (case "case") (number_literal "0x18") (: ":") (return_statement "return "R_RISCV_PCREL_LO12_I";" (return "return") (string_literal ""R_RISCV_PCREL_LO12_I"" (" """) (string_content "R_RISCV_PCREL_LO12_I") (" """)) (; ";"))) (case_statement "case 0x19:\n return "R_RISCV_PCREL_LO12_S";" (case "case") (number_literal "0x19") (: ":") (return_statement "return "R_RISCV_PCREL_LO12_S";" (return "return") (string_literal ""R_RISCV_PCREL_LO12_S"" (" """) (string_content "R_RISCV_PCREL_LO12_S") (" """)) (; ";"))) (case_statement "case 0x1a:\n return "R_RISCV_HI20";" (case "case") (number_literal "0x1a") (: ":") (return_statement "return "R_RISCV_HI20";" (return "return") (string_literal ""R_RISCV_HI20"" (" """) (string_content "R_RISCV_HI20") (" """)) (; ";"))) (case_statement "case 0x1b:\n return "R_RISCV_LO12_I";" (case "case") (number_literal "0x1b") (: ":") (return_statement "return "R_RISCV_LO12_I";" (return "return") (string_literal ""R_RISCV_LO12_I"" (" """) (string_content "R_RISCV_LO12_I") (" """)) (; ";"))) (case_statement "case 0x1c:\n return "R_RISCV_LO12_S";" (case "case") (number_literal "0x1c") (: ":") (return_statement "return "R_RISCV_LO12_S";" (return "return") (string_literal ""R_RISCV_LO12_S"" (" """) (string_content "R_RISCV_LO12_S") (" """)) (; ";"))) (case_statement "case 0x1d:\n return "R_RISCV_TPREL_HI20";" (case "case") (number_literal "0x1d") (: ":") (return_statement "return "R_RISCV_TPREL_HI20";" (return "return") (string_literal ""R_RISCV_TPREL_HI20"" (" """) (string_content "R_RISCV_TPREL_HI20") (" """)) (; ";"))) (case_statement "case 0x1e:\n return "R_RISCV_TPREL_LO12_I";" (case "case") (number_literal "0x1e") (: ":") (return_statement "return "R_RISCV_TPREL_LO12_I";" (return "return") (string_literal ""R_RISCV_TPREL_LO12_I"" (" """) (string_content "R_RISCV_TPREL_LO12_I") (" """)) (; ";"))) (case_statement "case 0x1f:\n return "R_RISCV_TPREL_LO12_S";" (case "case") (number_literal "0x1f") (: ":") (return_statement "return "R_RISCV_TPREL_LO12_S";" (return "return") (string_literal ""R_RISCV_TPREL_LO12_S"" (" """) (string_content "R_RISCV_TPREL_LO12_S") (" """)) (; ";"))) (case_statement "case 0x20:\n return "R_RISCV_TPREL_ADD";" (case "case") (number_literal "0x20") (: ":") (return_statement "return "R_RISCV_TPREL_ADD";" (return "return") (string_literal ""R_RISCV_TPREL_ADD"" (" """) (string_content "R_RISCV_TPREL_ADD") (" """)) (; ";"))) (case_statement "case 0x21:\n return "R_RISCV_ADD8";" (case "case") (number_literal "0x21") (: ":") (return_statement "return "R_RISCV_ADD8";" (return "return") (string_literal ""R_RISCV_ADD8"" (" """) (string_content "R_RISCV_ADD8") (" """)) (; ";"))) (case_statement "case 0x22:\n return "R_RISCV_ADD16";" (case "case") (number_literal "0x22") (: ":") (return_statement "return "R_RISCV_ADD16";" (return "return") (string_literal ""R_RISCV_ADD16"" (" """) (string_content "R_RISCV_ADD16") (" """)) (; ";"))) (case_statement "case 0x23:\n return "R_RISCV_ADD32";" (case "case") (number_literal "0x23") (: ":") (return_statement "return "R_RISCV_ADD32";" (return "return") (string_literal ""R_RISCV_ADD32"" (" """) (string_content "R_RISCV_ADD32") (" """)) (; ";"))) (case_statement "case 0x24:\n return "R_RISCV_ADD64";" (case "case") (number_literal "0x24") (: ":") (return_statement "return "R_RISCV_ADD64";" (return "return") (string_literal ""R_RISCV_ADD64"" (" """) (string_content "R_RISCV_ADD64") (" """)) (; ";"))) (case_statement "case 0x25:\n return "R_RISCV_SUB8";" (case "case") (number_literal "0x25") (: ":") (return_statement "return "R_RISCV_SUB8";" (return "return") (string_literal ""R_RISCV_SUB8"" (" """) (string_content "R_RISCV_SUB8") (" """)) (; ";"))) (case_statement "case 0x26:\n return "R_RISCV_SUB16";" (case "case") (number_literal "0x26") (: ":") (return_statement "return "R_RISCV_SUB16";" (return "return") (string_literal ""R_RISCV_SUB16"" (" """) (string_content "R_RISCV_SUB16") (" """)) (; ";"))) (case_statement "case 0x27:\n return "R_RISCV_SUB32";" (case "case") (number_literal "0x27") (: ":") (return_statement "return "R_RISCV_SUB32";" (return "return") (string_literal ""R_RISCV_SUB32"" (" """) (string_content "R_RISCV_SUB32") (" """)) (; ";"))) (case_statement "case 0x28:\n return "R_RISCV_SUB64";" (case "case") (number_literal "0x28") (: ":") (return_statement "return "R_RISCV_SUB64";" (return "return") (string_literal ""R_RISCV_SUB64"" (" """) (string_content "R_RISCV_SUB64") (" """)) (; ";"))) (case_statement "case 0x29:\n return "R_RISCV_GNU_VTINHERIT";" (case "case") (number_literal "0x29") (: ":") (return_statement "return "R_RISCV_GNU_VTINHERIT";" (return "return") (string_literal ""R_RISCV_GNU_VTINHERIT"" (" """) (string_content "R_RISCV_GNU_VTINHERIT") (" """)) (; ";"))) (case_statement "case 0x2a:\n return "R_RISCV_GNU_VTENTRY";" (case "case") (number_literal "0x2a") (: ":") (return_statement "return "R_RISCV_GNU_VTENTRY";" (return "return") (string_literal ""R_RISCV_GNU_VTENTRY"" (" """) (string_content "R_RISCV_GNU_VTENTRY") (" """)) (; ";"))) (case_statement "case 0x2b:\n return "R_RISCV_ALIGN";" (case "case") (number_literal "0x2b") (: ":") (return_statement "return "R_RISCV_ALIGN";" (return "return") (string_literal ""R_RISCV_ALIGN"" (" """) (string_content "R_RISCV_ALIGN") (" """)) (; ";"))) (case_statement "case 0x2c:\n return "R_RISCV_RVC_BRANCH";" (case "case") (number_literal "0x2c") (: ":") (return_statement "return "R_RISCV_RVC_BRANCH";" (return "return") (string_literal ""R_RISCV_RVC_BRANCH"" (" """) (string_content "R_RISCV_RVC_BRANCH") (" """)) (; ";"))) (case_statement "case 0x2d:\n return "R_RISCV_RVC_JUMP";" (case "case") (number_literal "0x2d") (: ":") (return_statement "return "R_RISCV_RVC_JUMP";" (return "return") (string_literal ""R_RISCV_RVC_JUMP"" (" """) (string_content "R_RISCV_RVC_JUMP") (" """)) (; ";"))) (case_statement "case 0x2e:\n return "R_RISCV_RVC_LUI";" (case "case") (number_literal "0x2e") (: ":") (return_statement "return "R_RISCV_RVC_LUI";" (return "return") (string_literal ""R_RISCV_RVC_LUI"" (" """) (string_content "R_RISCV_RVC_LUI") (" """)) (; ";"))) (case_statement "case 0x2f:\n return "R_RISCV_GPREL_I";" (case "case") (number_literal "0x2f") (: ":") (return_statement "return "R_RISCV_GPREL_I";" (return "return") (string_literal ""R_RISCV_GPREL_I"" (" """) (string_content "R_RISCV_GPREL_I") (" """)) (; ";"))) (case_statement "case 0x30:\n return "R_RISCV_GPREL_S";" (case "case") (number_literal "0x30") (: ":") (return_statement "return "R_RISCV_GPREL_S";" (return "return") (string_literal ""R_RISCV_GPREL_S"" (" """) (string_content "R_RISCV_GPREL_S") (" """)) (; ";"))) (case_statement "case 0x31:\n return "R_RISCV_TPREL_I";" (case "case") (number_literal "0x31") (: ":") (return_statement "return "R_RISCV_TPREL_I";" (return "return") (string_literal ""R_RISCV_TPREL_I"" (" """) (string_content "R_RISCV_TPREL_I") (" """)) (; ";"))) (case_statement "case 0x32:\n return "R_RISCV_TPREL_S";" (case "case") (number_literal "0x32") (: ":") (return_statement "return "R_RISCV_TPREL_S";" (return "return") (string_literal ""R_RISCV_TPREL_S"" (" """) (string_content "R_RISCV_TPREL_S") (" """)) (; ";"))) (case_statement "case 0x33:\n return "R_RISCV_RELAX";" (case "case") (number_literal "0x33") (: ":") (return_statement "return "R_RISCV_RELAX";" (return "return") (string_literal ""R_RISCV_RELAX"" (" """) (string_content "R_RISCV_RELAX") (" """)) (; ";"))) (case_statement "case 0x34:\n return "R_RISCV_SUB6";" (case "case") (number_literal "0x34") (: ":") (return_statement "return "R_RISCV_SUB6";" (return "return") (string_literal ""R_RISCV_SUB6"" (" """) (string_content "R_RISCV_SUB6") (" """)) (; ";"))) (case_statement "case 0x35:\n return "R_RISCV_SET6";" (case "case") (number_literal "0x35") (: ":") (return_statement "return "R_RISCV_SET6";" (return "return") (string_literal ""R_RISCV_SET6"" (" """) (string_content "R_RISCV_SET6") (" """)) (; ";"))) (case_statement "case 0x36:\n return "R_RISCV_SET8";" (case "case") (number_literal "0x36") (: ":") (return_statement "return "R_RISCV_SET8";" (return "return") (string_literal ""R_RISCV_SET8"" (" """) (string_content "R_RISCV_SET8") (" """)) (; ";"))) (case_statement "case 0x37:\n return "R_RISCV_SET16";" (case "case") (number_literal "0x37") (: ":") (return_statement "return "R_RISCV_SET16";" (return "return") (string_literal ""R_RISCV_SET16"" (" """) (string_content "R_RISCV_SET16") (" """)) (; ";"))) (case_statement "case 0x38:\n return "R_RISCV_SET32";" (case "case") (number_literal "0x38") (: ":") (return_statement "return "R_RISCV_SET32";" (return "return") (string_literal ""R_RISCV_SET32"" (" """) (string_content "R_RISCV_SET32") (" """)) (; ";"))) (case_statement "case 0x39:\n return "R_RISCV_32_PCREL";" (case "case") (number_literal "0x39") (: ":") (return_statement "return "R_RISCV_32_PCREL";" (return "return") (string_literal ""R_RISCV_32_PCREL"" (" """) (string_content "R_RISCV_32_PCREL") (" """)) (; ";"))) (} "}"))) (} "}")))
/* WARNING: Unknown calling convention */ char * function_1(type_1 rtype) { switch(rtype) { case 0: return "R_RISCV_NONE"; case 1: return "R_RISCV_32"; case 2: return "R_RISCV_64"; case 3: return "R_RISCV_RELATIVE"; case 4: return "R_RISCV_COPY"; case 5: return "R_RISCV_JUMP_SLOT"; case 6: return "R_RISCV_TLS_DTPMOD32"; case 7: return "R_RISCV_TLS_DTPMOD64"; case 8: return "R_RISCV_TLS_DTPREL32"; case 9: return "R_RISCV_TLS_DTPREL64"; case 10: return "R_RISCV_TLS_TPREL32"; case 0xb: return "R_RISCV_TLS_TPREL64"; default: return (char *)0x0; case 0x10: return "R_RISCV_BRANCH"; case 0x11: return "R_RISCV_JAL"; case 0x12: return "R_RISCV_CALL"; case 0x13: return "R_RISCV_CALL_PLT"; case 0x14: return "R_RISCV_GOT_HI20"; case 0x15: return "R_RISCV_TLS_GOT_HI20"; case 0x16: return "R_RISCV_TLS_GD_HI20"; case 0x17: return "R_RISCV_PCREL_HI20"; case 0x18: return "R_RISCV_PCREL_LO12_I"; case 0x19: return "R_RISCV_PCREL_LO12_S"; case 0x1a: return "R_RISCV_HI20"; case 0x1b: return "R_RISCV_LO12_I"; case 0x1c: return "R_RISCV_LO12_S"; case 0x1d: return "R_RISCV_TPREL_HI20"; case 0x1e: return "R_RISCV_TPREL_LO12_I"; case 0x1f: return "R_RISCV_TPREL_LO12_S"; case 0x20: return "R_RISCV_TPREL_ADD"; case 0x21: return "R_RISCV_ADD8"; case 0x22: return "R_RISCV_ADD16"; case 0x23: return "R_RISCV_ADD32"; case 0x24: return "R_RISCV_ADD64"; case 0x25: return "R_RISCV_SUB8"; case 0x26: return "R_RISCV_SUB16"; case 0x27: return "R_RISCV_SUB32"; case 0x28: return "R_RISCV_SUB64"; case 0x29: return "R_RISCV_GNU_VTINHERIT"; case 0x2a: return "R_RISCV_GNU_VTENTRY"; case 0x2b: return "R_RISCV_ALIGN"; case 0x2c: return "R_RISCV_RVC_BRANCH"; case 0x2d: return "R_RISCV_RVC_JUMP"; case 0x2e: return "R_RISCV_RVC_LUI"; case 0x2f: return "R_RISCV_GPREL_I"; case 0x30: return "R_RISCV_GPREL_S"; case 0x31: return "R_RISCV_TPREL_I"; case 0x32: return "R_RISCV_TPREL_S"; case 0x33: return "R_RISCV_RELAX"; case 0x34: return "R_RISCV_SUB6"; case 0x35: return "R_RISCV_SET6"; case 0x36: return "R_RISCV_SET8"; case 0x37: return "R_RISCV_SET16"; case 0x38: return "R_RISCV_SET32"; case 0x39: return "R_RISCV_32_PCREL"; } }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))))))))
null
char * MASKED(undefined8 param_1) { switch(param_1) { case 0: return "R_RISCV_NONE"; case 1: return "R_RISCV_32"; case 2: return "R_RISCV_64"; case 3: return "R_RISCV_RELATIVE"; case 4: return "R_RISCV_COPY"; case 5: return "R_RISCV_JUMP_SLOT"; case 6: return "R_RISCV_TLS_DTPMOD32"; case 7: return "R_RISCV_TLS_DTPMOD64"; case 8: return "R_RISCV_TLS_DTPREL32"; case 9: return "R_RISCV_TLS_DTPREL64"; case 10: return "R_RISCV_TLS_TPREL32"; case 0xb: return "R_RISCV_TLS_TPREL64"; default: return (char *)0x0; case 0x10: return "R_RISCV_BRANCH"; case 0x11: return "R_RISCV_JAL"; case 0x12: return "R_RISCV_CALL"; case 0x13: return "R_RISCV_CALL_PLT"; case 0x14: return "R_RISCV_GOT_HI20"; case 0x15: return "R_RISCV_TLS_GOT_HI20"; case 0x16: return "R_RISCV_TLS_GD_HI20"; case 0x17: return "R_RISCV_PCREL_HI20"; case 0x18: return "R_RISCV_PCREL_LO12_I"; case 0x19: return "R_RISCV_PCREL_LO12_S"; case 0x1a: return "R_RISCV_HI20"; case 0x1b: return "R_RISCV_LO12_I"; case 0x1c: return "R_RISCV_LO12_S"; case 0x1d: return "R_RISCV_TPREL_HI20"; case 0x1e: return "R_RISCV_TPREL_LO12_I"; case 0x1f: return "R_RISCV_TPREL_LO12_S"; case 0x20: return "R_RISCV_TPREL_ADD"; case 0x21: return "R_RISCV_ADD8"; case 0x22: return "R_RISCV_ADD16"; case 0x23: return "R_RISCV_ADD32"; case 0x24: return "R_RISCV_ADD64"; case 0x25: return "R_RISCV_SUB8"; case 0x26: return "R_RISCV_SUB16"; case 0x27: return "R_RISCV_SUB32"; case 0x28: return "R_RISCV_SUB64"; case 0x29: return "R_RISCV_GNU_VTINHERIT"; case 0x2a: return "R_RISCV_GNU_VTENTRY"; case 0x2b: return "R_RISCV_ALIGN"; case 0x2c: return "R_RISCV_RVC_BRANCH"; case 0x2d: return "R_RISCV_RVC_JUMP"; case 0x2e: return "R_RISCV_RVC_LUI"; case 0x2f: return "R_RISCV_GPREL_I"; case 0x30: return "R_RISCV_GPREL_S"; case 0x31: return "R_RISCV_TPREL_I"; case 0x32: return "R_RISCV_TPREL_S"; case 0x33: return "R_RISCV_RELAX"; case 0x34: return "R_RISCV_SUB6"; case 0x35: return "R_RISCV_SET6"; case 0x36: return "R_RISCV_SET8"; case 0x37: return "R_RISCV_SET16"; case 0x38: return "R_RISCV_SET32"; case 0x39: return "R_RISCV_32_PCREL"; } }
9066_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
c_str
FUN_0030ce70
/* std::string::c_str() const */ undefined8 __thiscall std::string::c_str(string *this) { return *(undefined8 *)this; }
undefined8 FUN_0030ce70(undefined8 *param_1) { return *param_1; }
MOV RAX,qword ptr [RDI] RET
null
null
null
null
[(u'CAST_-1204826442', u'LOAD_-1204826510'), ('tmp_15', u'CAST_-1204826442'), ('const-433', u'LOAD_-1204826510'), (u'COPY_-1204826510', u'RETURN_-1204826495'), ('const-0', u'RETURN_-1204826495'), (u'LOAD_-1204826510', u'COPY_-1204826510')]
[('const-433', u'LOAD_-1204826510'), ('tmp_16', u'LOAD_-1204826510'), (u'COPY_-1204826510', u'RETURN_-1204826495'), ('const-0', u'RETURN_-1204826495'), (u'LOAD_-1204826510', u'COPY_-1204826510')]
null
null
0030ce70
x64
O2
(translation_unit "undefined8 FUN_0030ce70(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_0030ce70(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0030ce70(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit "/* std::string::c_str() const */\n\nundefined8 __thiscall std::string::c_str(string *this)\n\n{\n return *(undefined8 *)this;\n}\n\n" comment (function_definition "undefined8 __thiscall std::string::c_str(string *this)\n\n{\n return *(undefined8 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "c_str(string *this)" identifier (parameter_list "(string *this)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(undefined8 *)this;\n}" { (return_statement "return *(undefined8 *)this;" return (pointer_expression "*(undefined8 *)this" * (cast_expression "(undefined8 *)this" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })))
(translation_unit "undefined8 FUN_0030ce70(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_0030ce70(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_0030ce70(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1;\n}" { (return_statement "return *param_1;" return (pointer_expression "*param_1" * identifier) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (pointer_expression * IDENT) ;) })))
(function_definition "undefined8 FUN_0030ce70(undefined8 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_0030ce70(undefined8 *param_1)" (identifier "FUN_0030ce70") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n return *param_1;\n}" ({ "{") (return_statement "return *param_1;" (return "return") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (; ";")) (} "}")))
/* std::string::c_str() const */ type_1 __thiscall std::type_2::function_1(type_2 *this) { return *(type_1 *)this; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (return_statement (pointer_expression argument: (identifier))))))
null
undefined8 MASKED(undefined8 *param_1) { return *param_1; }
31_sg_start_and_sg_start_strip.c
getenv
getenv
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * getenv(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ /* getenv@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * getenv(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206951926')]
[('const-1', u'RETURN_-1206951926')]
null
null
00106000
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * getenv(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getenv@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* getenv(char *__name)" * (function_declarator "getenv(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declaration "char *__name" primitive_type (pointer_declarator "*__name" * identifier)) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "char * getenv(char *__name)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* getenv(char *__name)" (* "*") (function_declarator "getenv(char *__name)" (identifier "getenv") (parameter_list "(char *__name)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (* "*") (identifier "__name"))) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ /* getenv@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(char *__name) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4999_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
record_global_got_symbol
FUN_002990f0
/* DWARF original prototype: void record_global_got_symbol(Mips_got_info<64,_false> * this, Mips_symbol<64> * mips_sym, Mips_relobj<64,_false> * object, uint r_type, bool dyn_reloc, bool for_call) */ void __thiscall anon_unknown.dwarf_ead2ad::Mips_got_info<64,_false>::record_global_got_symbol (Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object, uint r_type,bool dyn_reloc,bool for_call) { undefined1 *puVar1; byte bVar2; byte bVar3; uint uVar4; Mips_got_entry<64,_false> *entry; uchar uVar5; Mips_symbol<64> *local_20; if (!for_call) { mips_sym->got_only_for_calls_ = false; } bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a; if ((bVar2 & 0x40) == 0) { bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b; if ((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) || ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 && ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)) { if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) { puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b; *puVar1 = *puVar1 | 0x10; } else { puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a; *puVar1 = *puVar1 | 0x40; } } } uVar4 = r_type & 0xffffffbf; local_20 = mips_sym; if ((uVar4 == 0x2a) || (r_type == 0xa2)) { uVar5 = '\x01'; } else if ((r_type == 0xa3) || (uVar4 == 0x2b)) { uVar5 = '\x02'; } else if ((r_type == 0xa6) || (uVar4 == 0x2e)) { uVar5 = '\x04'; } else { uVar5 = '\0'; std:: _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_> :: _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_> ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_> *)&this->global_got_symbols_,&local_20); } if (dyn_reloc) { if (local_20->global_got_area_ != GGA_NONE) { return; } local_20->global_got_area_ = GGA_RELOC_ONLY; return; } entry = (Mips_got_entry<64,_false> *)operator_new(0x20); entry->tls_type_ = uVar5; (entry->d).sym = local_20; entry->addend_ = 0; entry->symndx_ = 0xffffffff; entry->is_section_symbol_ = false; entry->shndx_ = 0xffffffff; record_got_entry(this,entry,object); return; }
void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5, char param_6) { uint uVar1; undefined8 *puVar2; undefined1 uVar3; long local_20; if (param_6 == '\0') { *(undefined1 *)(param_2 + 0x6c) = 0; } if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) { if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) || (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) && ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) { if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) { *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10; } else { *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40; } } } uVar1 = param_4 & 0xffffffbf; local_20 = param_2; if ((uVar1 == 0x2a) || (param_4 == 0xa2)) { uVar3 = 1; } else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) { uVar3 = 2; } else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) { uVar3 = 4; } else { uVar3 = 0; FUN_00295700(param_1 + 0x18,&local_20); } if (param_5 != '\0') { if (*(int *)(local_20 + 100) != 2) { return; } *(undefined4 *)(local_20 + 100) = 1; return; } puVar2 = (undefined8 *)FUN_0049cb70(0x20); *(undefined1 *)(puVar2 + 3) = uVar3; puVar2[2] = local_20; *puVar2 = 0; *(undefined4 *)(puVar2 + 1) = 0xffffffff; *(undefined1 *)((long)puVar2 + 0x19) = 0; *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff; FUN_00298e50(param_1,puVar2,param_3); return; }
PUSH R12 PUSH RBP MOV RBP,RDI PUSH RBX MOV RBX,RDX SUB RSP,0x10 MOV qword ptr [RSP + 0x8],RSI TEST R9B,R9B JNZ 0x0029910c MOV byte ptr [RSI + 0x6c],0x0 MOVZX EAX,byte ptr [RSI + 0x3a] TEST AL,0x40 JNZ 0x00299148 MOVZX EDI,byte ptr [RSI + 0x3b] MOV EDX,EDI SHR DL,0x4 AND EDX,0x1 TEST AL,AL JS 0x002991e8 TEST DL,DL JNZ 0x00299148 MOVZX EAX,byte ptr [RSI + 0x39] AND EAX,0x3 SUB EAX,0x1 CMP EAX,0x1 JBE 0x00299240 OR byte ptr [RSI + 0x3a],0x40 NOP dword ptr [RAX + RAX*0x1] MOV EAX,ECX AND EAX,0xffffffbf CMP EAX,0x2a JZ 0x0029915a CMP ECX,0xa2 JNZ 0x00299180 MOV R12D,0x1 TEST R8B,R8B JZ 0x0029919c MOV RAX,qword ptr [RSP + 0x8] CMP dword ptr [RAX + 0x64],0x2 JZ 0x00299210 ADD RSP,0x10 POP RBX POP RBP POP R12 RET CMP ECX,0xa3 JZ 0x00299191 CMP EAX,0x2b JNZ 0x00299220 MOV R12D,0x2 TEST R8B,R8B JNZ 0x00299165 MOV EDI,0x20 CALL 0x0049cb70 MOV RDX,qword ptr [RSP + 0x8] MOV RDI,RBP MOV byte ptr [RAX + 0x18],R12B MOV RSI,RAX MOV qword ptr [RAX + 0x10],RDX MOV RDX,RBX MOV qword ptr [RAX],0x0 MOV dword ptr [RAX + 0x8],0xffffffff MOV byte ptr [RAX + 0x19],0x0 MOV dword ptr [RAX + 0x1c],0xffffffff CALL 0x00298e50 ADD RSP,0x10 POP RBX POP RBP POP R12 RET AND EDI,0x1 JZ 0x00299128 MOVZX EAX,byte ptr [RSI + 0x39] AND EAX,0x3 JZ 0x00299148 CMP AL,0x3 JNZ 0x00299128 JMP 0x00299148 MOV dword ptr [RAX + 0x64],0x1 ADD RSP,0x10 POP RBX POP RBP POP R12 RET CMP ECX,0xa6 JZ 0x0029922d CMP EAX,0x2e JNZ 0x00299250 MOV R12D,0x4 JMP 0x00299160 OR byte ptr [RSI + 0x3b],0x10 JMP 0x00299148 LEA RSI,[RSP + 0x8] LEA RDI,[RBP + 0x18] MOV dword ptr [RSP + 0x4],R8D XOR R12D,R12D CALL 0x00295700 MOV R8D,dword ptr [RSP + 0x4] JMP 0x00299160
null
null
null
null
[('tmp_1037', u'CBRANCH_-1204382798'), (u'INT_OR_-1204382705', u'STORE_-1204382729'), ('const-42', u'INT_EQUAL_-1204383204'), (u'INT_EQUAL_-1204382998', u'CBRANCH_-1204382993'), (u'PTRSUB_-1204382128', u'STORE_-1204382946'), (u'PTRSUB_-1204382202', u'STORE_-1204382968'), ('const-0', u'PTRSUB_-1204382369'), ('const-2', u'INT_LESS_-1204383256'), (u'BOOL_NEGATE_-1204382462', u'CBRANCH_-1204383444'), ('const-433', u'STORE_-1204383009'), ('const-24', u'PTRSUB_-1204382055'), ('const-0', u'INT_EQUAL_-1204382793'), ('const-1', u'INT_SUB_-1204383275'), ('const-433', u'STORE_-1204382961'), ('const-64', u'INT_OR_-1204383231'), (u'INT_AND_-1204382752', u'INT_NOTEQUAL_-1204382745'), (u'CALL_-1204382947', u'INDIRECT_-1204382253'), ('const-0', u'PTRSUB_-1204382079'), (u'INDIRECT_-1204382115', u'MULTIEQUAL_-1204382274'), (u'PTRSUB_-1204382369', u'LOAD_-1204383436'), (u'PTRSUB_-1204382079', u'PTRSUB_-1204382063'), ('const-2', u'INT_NOTEQUAL_-1204383135'), ('tmp_332', u'CBRANCH_-1204383316'), (u'PTRSUB_-1204382185', u'STORE_-1204382998'), ('const-0', u'RETURN_-1204382900'), ('const-24', u'PTRSUB_-1204382234'), (u'INT_EQUAL_-1204383204', u'CBRANCH_-1204383202'), (u'PTRSUB_-1204382315', u'STORE_-1204383255'), ('tmp_1294', u'INT_EQUAL_-1204382803'), ('tmp_304', u'CBRANCH_-1204383335'), (u'LOAD_-1204382732', u'INT_OR_-1204382705'), (u'PTRSUB_-1204382210', u'STORE_-1204382978'), ('const-108', u'PTRSUB_-1204382410'), (u'INDIRECT_-1204382306', u'STORE_-1204382998'), ('const-433', u'STORE_-1204382729'), (u'INT_AND_-1204383281', u'INT_SUB_-1204383275'), ('const-46', u'INT_EQUAL_-1204382784'), ('const-0', u'PTRSUB_-1204382348'), ('const-166', u'INT_EQUAL_-1204382803'), ('tmp_1136', u'BRANCH_-1204382691'), ('tmp_1292', u'PTRSUB_-1204382161'), (u'INT_SUB_-1204383275', u'INT_LESS_-1204383256'), ('tmp_1274', u'CBRANCH_-1204382744'), (u'PTRSUB_-1204382345', u'PTRSUB_-1204382335'), ('const-433', u'LOAD_-1204383436'), (u'INT_NOTEQUAL_-1204383135', u'CBRANCH_-1204383133'), ('const-0', u'PTRSUB_-1204382395'), ('tmp_1291', u'CALL_-1204382947'), (u'INT_LESS_-1204383256', u'CBRANCH_-1204383265'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204383204'), ('const-255', u'INT_SLESS_-1204383335'), (u'COPY_-1204382245', u'MULTIEQUAL_-1204382273'), (u'PTRSUB_-1204382315', u'LOAD_-1204383258'), (u'PTRSUB_-1204382410', u'STORE_-1204383441'), (u'PTRSUB_-1204382161', u'PTRSUB_-1204382144'), ('const-0', u'PTRSUB_-1204382405'), (u'PTRSUB_-1204382405', u'PTRSUB_-1204382381'), ('tmp_537', u'CBRANCH_-1204383202'), (u'INT_EQUAL_-1204382793', u'CBRANCH_-1204382791'), ('const-100', u'PTRSUB_-1204382303'), ('const-163', u'INT_EQUAL_-1204382998'), ('const-0', u'RETURN_-1204383090'), ('tmp_1292', u'PTRSUB_-1204382405'), ('tmp_1292', u'COPY_-1204382356'), (u'PTRSUB_-1204382348', u'PTRSUB_-1204382324'), (u'CAST_-1204382208', u'PTRSUB_-1204382197'), (u'PTRSUB_-1204382381', u'PTRSUB_-1204382369'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204382784'), ('const-433', u'STORE_-1204383441'), ('const-4294967295', u'STORE_-1204382961'), (u'LOAD_-1204383151', u'INT_NOTEQUAL_-1204383135'), (u'INT_AND_-1204383402', u'INT_EQUAL_-1204383416'), (u'PTRSUB_-1204382056', u'STORE_-1204382729'), ('tmp_1292', u'PTRSUB_-1204382395'), (u'CALL_-1204382703', u'INDIRECT_-1204382115'), (u'PTRSUB_-1204382324', u'PTRSUB_-1204382315'), (u'MULTIEQUAL_-1204382274', u'PTRSUB_-1204382303'), ('const-162', u'INT_EQUAL_-1204383188'), ('const-16', u'PTRSUB_-1204382226'), ('const-1', u'INT_AND_-1204382446'), (u'INT_NOTEQUAL_-1204382745', u'CBRANCH_-1204382744'), (u'PTRSUB_-1204382369', u'PTRSUB_-1204382345'), (u'CALL_-1204383025', u'CAST_-1204382208'), (u'PTRSUB_-1204382063', u'PTRSUB_-1204382056'), (u'CAST_-1204382208', u'CALL_-1204382947'), (u'INT_EQUAL_-1204382803', u'CBRANCH_-1204382798'), (u'MULTIEQUAL_-1204382273', u'STORE_-1204383009'), ('const-4', u'INT_RIGHT_-1204383372'), (u'CAST_-1204382208', u'PTRSUB_-1204382226'), (u'INT_EQUAL_-1204382979', u'CBRANCH_-1204382976'), ('const-433', u'LOAD_-1204383315'), (u'PTRSUB_-1204382218', u'STORE_-1204382988'), ('const-0', u'INT_EQUAL_-1204383416'), ('const-0', u'PTRSUB_-1204382218'), ('tmp_1294', u'INT_EQUAL_-1204382998'), ('const-0', u'RETURN_-1204382907'), (u'PTRSUB_-1204382226', u'PTRSUB_-1204382185'), ('const-43', u'INT_EQUAL_-1204382979'), (u'INT_EQUAL_-1204382784', u'CBRANCH_-1204382781'), ('const-433', u'LOAD_-1204383258'), ('const-4294967295', u'STORE_-1204382978'), (u'LOAD_-1204383436', u'INT_AND_-1204383402'), (u'PTRSUB_-1204382371', u'PTRSUB_-1204382360'), ('const-57', u'PTRSUB_-1204382335'), ('const--32', u'PTRSUB_-1204382061'), ('const-4294967231', u'INT_AND_-1204383204'), (u'CAST_-1204382323', u'INT_ZEXT_-1204382737'), ('const-64', u'INT_AND_-1204383402'), ('const-433', u'LOAD_-1204382732'), (u'CAST_-1204382208', u'PTRSUB_-1204382234'), ('const-0', u'PTRSUB_-1204382381'), ('const-4', u'COPY_-1204382245'), ('tmp_1293', u'CALL_-1204382947'), ('const-58', u'PTRSUB_-1204382315'), ('const-16', u'INT_OR_-1204382705'), (u'CAST_-1204382208', u'PTRSUB_-1204382202'), ('const-1', u'COPY_-1204382455'), ('tmp_1007', u'CBRANCH_-1204382949'), ('tmp_1073', u'BRANCH_-1204382772'), ('const-8', u'PTRSUB_-1204382210'), ('tmp_945', u'CBRANCH_-1204382993'), ('tmp_1291', u'PTRSUB_-1204382055'), ('tmp_1295', u'CBRANCH_-1204382949'), ('const-433', u'LOAD_-1204382786'), (u'CAST_-1204382340', u'INT_SLESS_-1204383335'), (u'INT_SLESS_-1204383335', u'CBRANCH_-1204383335'), ('const-0', u'COPY_-1204382198'), (u'INT_OR_-1204383231', u'STORE_-1204383255'), (u'INT_AND_-1204382286', u'INT_EQUAL_-1204382793'), (u'LOAD_-1204383258', u'INT_OR_-1204383231'), ('const-58', u'PTRSUB_-1204382369'), (u'PTRSUB_-1204382335', u'LOAD_-1204383315'), ('const-25', u'PTRSUB_-1204382202'), ('const-0', u'PTRSUB_-1204382161'), ('const-0', u'PTRSUB_-1204382063'), ('tmp_569', u'CBRANCH_-1204383182'), ('tmp_1292', u'PTRSUB_-1204382410'), ('const-0', u'INT_NOTEQUAL_-1204382764'), (u'MULTIEQUAL_-1204382274', u'PTRSUB_-1204382128'), ('const-0', u'INT_EQUAL_-1204383318'), ('const-433', u'STORE_-1204382988'), (u'INT_EQUAL_-1204383416', u'CBRANCH_-1204383414'), ('tmp_88', u'CBRANCH_-1204383444'), ('tmp_1292', u'PTRSUB_-1204382369'), ('const-0', u'STORE_-1204382968'), ('tmp_2607', u'PTRSUB_-1204382061'), (u'INT_EQUAL_-1204383188', u'CBRANCH_-1204383182'), ('tmp_134', u'CBRANCH_-1204383414'), (u'PTRSUB_-1204382136', u'LOAD_-1204382786'), ('const-100', u'PTRSUB_-1204382128'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204382979'), ('const-3', u'INT_AND_-1204383281'), ('const-3', u'INT_AND_-1204382272'), (u'LOAD_-1204382786', u'INT_AND_-1204382272'), ('const-0', u'STORE_-1204382988'), (u'INT_AND_-1204382446', u'INT_EQUAL_-1204383318'), (u'PTRSUB_-1204382197', u'STORE_-1204382961'), ('tmp_1294', u'INT_EQUAL_-1204383188'), (u'PTRSUB_-1204382303', u'LOAD_-1204383151'), (u'CAST_-1204382017', u'CALL_-1204382703'), (u'COPY_-1204382356', u'MULTIEQUAL_-1204382274'), ('const-0', u'PTRSUB_-1204382371'), ('const-433', u'STORE_-1204382998'), ('const-3', u'INT_AND_-1204382752'), (u'COPY_-1204382455', u'MULTIEQUAL_-1204382273'), (u'INT_RIGHT_-1204383372', u'INT_AND_-1204382446'), (u'LOAD_-1204382786', u'INT_AND_-1204382752'), (u'LOAD_-1204383413', u'INT_RIGHT_-1204383372'), ('const-433', u'STORE_-1204382978'), ('tmp_1296', u'BOOL_NEGATE_-1204382462'), (u'COPY_-1204382198', u'MULTIEQUAL_-1204382273'), (u'PTRSUB_-1204382234', u'STORE_-1204383009'), (u'PTRSUB_-1204382056', u'LOAD_-1204382732'), ('const-0', u'PTRSUB_-1204382324'), ('const-2', u'COPY_-1204382416'), (u'PTRSUB_-1204382395', u'PTRSUB_-1204382371'), ('const-433', u'STORE_-1204382968'), ('const-0', u'PTRSUB_-1204382185'), ('const-59', u'PTRSUB_-1204382360'), ('const-433', u'STORE_-1204382946'), ('const-59', u'PTRSUB_-1204382056'), (u'PTRSUB_-1204382061', u'CALL_-1204382703'), (u'PTRSUB_-1204382055', u'CAST_-1204382017'), (u'PTRSUB_-1204382360', u'LOAD_-1204383413'), ('tmp_1206', u'CBRANCH_-1204382791'), ('tmp_429', u'CBRANCH_-1204383265'), (u'CALL_-1204383025', u'INDIRECT_-1204382306'), (u'CAST_-1204382208', u'PTRSUB_-1204382210'), (u'INT_ZEXT_-1204382737', u'INT_AND_-1204383281'), ('const-1', u'STORE_-1204382946'), ('const-32', u'CALL_-1204383025'), ('tmp_1179', u'BRANCH_-1204382714'), (u'LOAD_-1204383315', u'CAST_-1204382323'), ('const-433', u'LOAD_-1204383413'), ('const-3', u'INT_NOTEQUAL_-1204382745'), (u'CAST_-1204382208', u'PTRSUB_-1204382218'), (u'INT_AND_-1204382272', u'INT_NOTEQUAL_-1204382764'), ('const-1', u'INT_AND_-1204382286'), (u'LOAD_-1204383436', u'CAST_-1204382340'), ('tmp_1292', u'PTRSUB_-1204382348'), ('const-0', u'PTRSUB_-1204382144'), (u'PTRSUB_-1204382144', u'PTRSUB_-1204382136'), (u'INT_NOTEQUAL_-1204382764', u'CBRANCH_-1204382763'), ('const-433', u'STORE_-1204383255'), ('tmp_1294', u'INT_AND_-1204383204'), (u'COPY_-1204382416', u'MULTIEQUAL_-1204382273'), ('tmp_641', u'CBRANCH_-1204383133'), ('const-28', u'PTRSUB_-1204382197'), ('const-57', u'PTRSUB_-1204382136'), ('tmp_1292', u'PTRSUB_-1204382079'), ('const-433', u'LOAD_-1204383151'), ('tmp_1244', u'CBRANCH_-1204382763'), ('const-0', u'PTRSUB_-1204382345'), (u'LOAD_-1204383413', u'INT_AND_-1204382286'), ('const-0', u'STORE_-1204383441'), ('tmp_1069', u'CBRANCH_-1204382781'), ('tmp_977', u'CBRANCH_-1204382976'), (u'INT_EQUAL_-1204383318', u'CBRANCH_-1204383316')]
[('const-1', u'COPY_-1204382457'), ('const-4294967295', u'STORE_-1204382978'), ('tmp_2616', u'INT_EQUAL_-1204383447'), (u'CAST_-1204382343', u'LOAD_-1204383258'), ('tmp_1037', u'CBRANCH_-1204382798'), (u'INT_OR_-1204382705', u'STORE_-1204382729'), ('const-2', u'INT_LESS_-1204383256'), (u'INT_EQUAL_-1204382998', u'CBRANCH_-1204382993'), (u'CAST_-1204382168', u'LOAD_-1204382786'), ('const-2', u'COPY_-1204382418'), ('const-24', u'INT_ADD_-1204382720'), (u'INT_AND_-1204382752', u'INT_NOTEQUAL_-1204382745'), ('const-64', u'INT_OR_-1204383231'), (u'INT_ADD_-1204383244', u'CAST_-1204382343'), (u'CAST_-1204382292', u'LOAD_-1204383151'), ('const-433', u'LOAD_-1204382786'), ('tmp_3034', u'INT_NOTEQUAL_-1204382951'), ('tmp_332', u'CBRANCH_-1204383316'), ('const-0', u'RETURN_-1204382900'), ('const-162', u'INT_EQUAL_-1204383188'), ('const-3', u'INT_AND_-1204382752'), (u'INT_EQUAL_-1204383204', u'CBRANCH_-1204383202'), ('const-4', u'COPY_-1204382247'), ('const-433', u'STORE_-1204383009'), (u'INT_ADD_-1204382718', u'CAST_-1204382087'), ('tmp_304', u'CBRANCH_-1204383335'), (u'CAST_-1204382087', u'STORE_-1204382729'), (u'LOAD_-1204382732', u'INT_OR_-1204382705'), (u'MULTIEQUAL_-1204382277', u'INT_ADD_-1204382932'), (u'COPY_-1204382200', u'MULTIEQUAL_-1204382276'), (u'CAST_-1204382200', u'INT_ADD_-1204382954'), ('const-433', u'LOAD_-1204383436'), ('const-1', u'INT_SUB_-1204383275'), ('tmp_2615', u'INT_ADD_-1204383397'), (u'INT_AND_-1204383281', u'INT_SUB_-1204383275'), (u'COPY_-1204382418', u'MULTIEQUAL_-1204382276'), ('const-2', u'PTRADD_-1204382241'), (u'CAST_-1204382087', u'LOAD_-1204382732'), ('const-100', u'INT_ADD_-1204383135'), (u'CAST_-1204382391', u'LOAD_-1204383413'), (u'INT_ADD_-1204382947', u'CAST_-1204382193'), ('tmp_1136', u'BRANCH_-1204382691'), ('const-0', u'STORE_-1204383441'), ('const-0', u'INT_NOTEQUAL_-1204382951'), ('const-1', u'PTRADD_-1204382226'), ('const-59', u'INT_ADD_-1204383397'), (u'INT_SUB_-1204383275', u'INT_LESS_-1204383256'), (u'INT_AND_-1204382288', u'INT_EQUAL_-1204382793'), ('tmp_1274', u'CBRANCH_-1204382744'), (u'CAST_-1204382208', u'STORE_-1204382978'), (u'INT_NOTEQUAL_-1204383135', u'CBRANCH_-1204383133'), ('tmp_2615', u'INT_ADD_-1204383420'), (u'INT_LESS_-1204383256', u'CBRANCH_-1204383265'), ('tmp_2614', u'CALL_-1204382947'), (u'LOAD_-1204383413', u'INT_AND_-1204382288'), ('tmp_2615', u'INT_ADD_-1204383299'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204383204'), ('const-42', u'INT_EQUAL_-1204383204'), (u'CAST_-1204382199', u'STORE_-1204382968'), (u'CAST_-1204382230', u'STORE_-1204383009'), ('const-433', u'LOAD_-1204383315'), (u'LOAD_-1204382786', u'INT_AND_-1204382274'), (u'CAST_-1204382244', u'PTRADD_-1204382249'), (u'CAST_-1204382244', u'STORE_-1204382988'), (u'CAST_-1204382194', u'INT_ADD_-1204382947'), ('tmp_537', u'CBRANCH_-1204383202'), (u'INT_EQUAL_-1204382793', u'CBRANCH_-1204382791'), ('const-0', u'RETURN_-1204383090'), (u'CAST_-1204382244', u'CAST_-1204382194'), ('const-25', u'INT_ADD_-1204382954'), (u'INT_ADD_-1204382720', u'CALL_-1204382703'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204382784'), ('tmp_2615', u'INT_ADD_-1204383244'), ('const-32', u'CALL_-1204383025'), (u'LOAD_-1204383151', u'INT_NOTEQUAL_-1204383135'), ('const-57', u'INT_ADD_-1204382770'), (u'INT_AND_-1204383402', u'INT_EQUAL_-1204383416'), ('const-43', u'INT_EQUAL_-1204382979'), ('const-433', u'STORE_-1204382988'), ('const-0', u'INT_EQUAL_-1204383447'), ('const-4294967295', u'STORE_-1204382961'), (u'CAST_-1204382193', u'STORE_-1204382961'), (u'INT_NOTEQUAL_-1204382745', u'CBRANCH_-1204382744'), ('const-8', u'PTRADD_-1204382249'), ('tmp_2612', u'CALL_-1204382947'), (u'INT_EQUAL_-1204382803', u'CBRANCH_-1204382798'), ('const-0', u'INT_NOTEQUAL_-1204382764'), (u'INT_EQUAL_-1204382979', u'CBRANCH_-1204382976'), ('const-0', u'INT_EQUAL_-1204383416'), ('const-163', u'INT_EQUAL_-1204382998'), ('tmp_2656', u'INT_EQUAL_-1204382998'), ('tmp_2615', u'INT_ADD_-1204383427'), ('const-0', u'RETURN_-1204382907'), ('const-433', u'LOAD_-1204383413'), (u'CALL_-1204383025', u'INDIRECT_-1204382308'), ('const-8', u'PTRADD_-1204382226'), (u'INT_EQUAL_-1204382784', u'CBRANCH_-1204382781'), (u'INDIRECT_-1204382117', u'MULTIEQUAL_-1204382277'), ('const-433', u'STORE_-1204382998'), (u'PTRSUB_-1204382083', u'CALL_-1204382703'), ('const-0', u'STORE_-1204382988'), (u'INT_NOTEQUAL_-1204382951', u'CBRANCH_-1204382949'), (u'LOAD_-1204383436', u'INT_AND_-1204383402'), (u'CALL_-1204382703', u'INDIRECT_-1204382117'), (u'COPY_-1204382247', u'MULTIEQUAL_-1204382276'), ('tmp_2615', u'COPY_-1204382397'), (u'INT_ADD_-1204383299', u'CAST_-1204382364'), (u'INT_ADD_-1204383397', u'CAST_-1204382391'), (u'CAST_-1204382244', u'CALL_-1204382947'), ('const--32', u'PTRSUB_-1204382083'), ('const-4294967231', u'INT_AND_-1204383204'), ('const-433', u'STORE_-1204382978'), ('const-64', u'INT_AND_-1204383402'), ('tmp_2656', u'INT_EQUAL_-1204383188'), (u'INT_RIGHT_-1204383372', u'INT_AND_-1204382448'), (u'MULTIEQUAL_-1204382277', u'INT_ADD_-1204383135'), ('const-57', u'INT_ADD_-1204383299'), ('const-16', u'INT_OR_-1204382705'), ('tmp_1007', u'CBRANCH_-1204382949'), ('tmp_1073', u'BRANCH_-1204382772'), ('tmp_945', u'CBRANCH_-1204382993'), (u'CAST_-1204382364', u'LOAD_-1204383315'), (u'COPY_-1204382457', u'MULTIEQUAL_-1204382276'), ('tmp_2615', u'INT_ADD_-1204382718'), (u'INT_SLESS_-1204383335', u'CBRANCH_-1204383335'), (u'INT_AND_-1204382274', u'INT_NOTEQUAL_-1204382764'), (u'INT_OR_-1204383231', u'STORE_-1204383255'), (u'MULTIEQUAL_-1204382276', u'STORE_-1204383009'), (u'LOAD_-1204383258', u'INT_OR_-1204383231'), (u'CAST_-1204382378', u'INT_SLESS_-1204383335'), (u'INT_ADD_-1204382770', u'CAST_-1204382168'), ('const-3', u'PTRADD_-1204382249'), (u'PTRADD_-1204382249', u'CAST_-1204382230'), ('const-433', u'STORE_-1204382946'), ('const-8', u'PTRADD_-1204382241'), ('const-1', u'INT_AND_-1204382448'), ('const-166', u'INT_EQUAL_-1204382803'), (u'INDIRECT_-1204382308', u'STORE_-1204382998'), ('tmp_569', u'CBRANCH_-1204383182'), (u'INT_ADD_-1204382954', u'CAST_-1204382199'), ('const-433', u'LOAD_-1204383258'), (u'LOAD_-1204383436', u'CAST_-1204382378'), ('const-4', u'INT_RIGHT_-1204383372'), ('const-46', u'INT_EQUAL_-1204382784'), (u'INT_ZEXT_-1204382739', u'INT_AND_-1204383281'), (u'INT_AND_-1204382448', u'INT_EQUAL_-1204383318'), ('const-0', u'INT_EQUAL_-1204383318'), ('const-0', u'STORE_-1204382968'), ('const-3', u'INT_NOTEQUAL_-1204382745'), (u'INT_EQUAL_-1204383416', u'CBRANCH_-1204383414'), (u'INT_ADD_-1204383135', u'CAST_-1204382292'), ('tmp_88', u'CBRANCH_-1204383444'), ('const-433', u'STORE_-1204383441'), ('const-255', u'INT_SLESS_-1204383335'), ('const-2', u'INT_NOTEQUAL_-1204383135'), ('const-58', u'INT_ADD_-1204383244'), ('const-433', u'LOAD_-1204382732'), (u'INT_EQUAL_-1204383188', u'CBRANCH_-1204383182'), (u'CAST_-1204382125', u'STORE_-1204382946'), ('const-0', u'COPY_-1204382200'), ('tmp_134', u'CBRANCH_-1204383414'), (u'INT_AND_-1204383204', u'INT_EQUAL_-1204382979'), ('tmp_2610', u'PTRSUB_-1204382083'), ('const-3', u'INT_AND_-1204383281'), ('const-1', u'INT_AND_-1204382288'), (u'LOAD_-1204383315', u'INT_ZEXT_-1204382739'), (u'INT_EQUAL_-1204383447', u'CBRANCH_-1204383444'), ('const-433', u'LOAD_-1204383151'), (u'CALL_-1204383025', u'CAST_-1204382244'), ('const-433', u'STORE_-1204382961'), (u'LOAD_-1204382786', u'INT_AND_-1204382752'), (u'CAST_-1204382244', u'PTRADD_-1204382241'), (u'LOAD_-1204383413', u'INT_RIGHT_-1204383372'), (u'CAST_-1204382343', u'STORE_-1204383255'), ('const-1', u'STORE_-1204382946'), (u'CAST_-1204382400', u'LOAD_-1204383436'), (u'PTRADD_-1204382241', u'STORE_-1204382998'), ('const-108', u'INT_ADD_-1204383427'), (u'INT_ADD_-1204383427', u'CAST_-1204382405'), (u'CALL_-1204382947', u'INDIRECT_-1204382255'), ('const-433', u'STORE_-1204383255'), (u'CAST_-1204382244', u'CAST_-1204382200'), ('const-3', u'INT_AND_-1204382274'), ('tmp_2615', u'INT_ADD_-1204382770'), ('tmp_1206', u'CBRANCH_-1204382791'), ('tmp_429', u'CBRANCH_-1204383265'), ('const-58', u'INT_ADD_-1204383420'), ('const-100', u'INT_ADD_-1204382932'), ('tmp_1179', u'BRANCH_-1204382714'), ('tmp_2612', u'INT_ADD_-1204382720'), ('const-59', u'INT_ADD_-1204382718'), (u'PTRADD_-1204382226', u'CAST_-1204382208'), (u'INT_NOTEQUAL_-1204382764', u'CBRANCH_-1204382763'), ('const-433', u'STORE_-1204382729'), ('tmp_2656', u'INT_AND_-1204383204'), ('const-433', u'STORE_-1204382968'), ('tmp_641', u'CBRANCH_-1204383133'), (u'COPY_-1204382397', u'MULTIEQUAL_-1204382277'), ('const-0', u'INT_EQUAL_-1204382793'), ('tmp_1244', u'CBRANCH_-1204382763'), (u'INT_ADD_-1204383420', u'CAST_-1204382400'), ('tmp_1069', u'CBRANCH_-1204382781'), (u'INT_EQUAL_-1204383318', u'CBRANCH_-1204383316'), ('tmp_977', u'CBRANCH_-1204382976'), (u'CAST_-1204382405', u'STORE_-1204383441'), (u'CAST_-1204382244', u'PTRADD_-1204382226'), (u'INT_ADD_-1204382932', u'CAST_-1204382125'), ('tmp_2656', u'INT_EQUAL_-1204382803'), ('const-28', u'INT_ADD_-1204382947')]
null
null
002990f0
x64
O2
(translation_unit "void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}\n\n" (function_definition "void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" identifier (parameter_list "(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "char param_5" primitive_type identifier) , (parameter_declaration "char param_6" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined1 uVar3;" type_identifier identifier ;) (declaration "long local_20;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" if (parenthesized_expression "(param_6 == '\0')" ( (binary_expression "param_6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" { (expression_statement "*(undefined1 *)(param_2 + 0x6c) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 0x6c) = 0" (pointer_expression "*(undefined1 *)(param_2 + 0x6c)" * (cast_expression "(undefined1 *)(param_2 + 0x6c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x6c)" ( (binary_expression "param_2 + 0x6c" identifier + number_literal) )))) = number_literal) ;) })) (if_statement "if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x3a) & 0x40) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3a) & 0x40) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3a) & 0x40)" ( (binary_expression "*(byte *)(param_2 + 0x3a) & 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" { (if_statement "if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" if (parenthesized_expression "((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0))" ( (binary_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" (parenthesized_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))))" ( (binary_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" (parenthesized_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0))" ( (binary_expression "(-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)" (parenthesized_expression "(-1 < (char)*(byte *)(param_2 + 0x3a))" ( (binary_expression "-1 < (char)*(byte *)(param_2 + 0x3a)" number_literal < (cast_expression "(char)*(byte *)(param_2 + 0x3a)" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))))) )) || (parenthesized_expression "((*(byte *)(param_2 + 0x3b) & 1) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3b) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) & 1)" ( (binary_expression "*(byte *)(param_2 + 0x3b) & 1" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "(((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" ( (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 3)" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 3" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) && (parenthesized_expression "((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1)" ( (binary_expression "*(byte *)(param_2 + 0x3b) >> 4 & 1" (binary_expression "*(byte *)(param_2 + 0x3b) >> 4" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) >> number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" { (if_statement "if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) - 1 < 2)" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1 < 2" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) - number_literal) < number_literal) )) (compound_statement "{\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }" { (expression_statement "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;" (assignment_expression "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) | number_literal)) ;) }) (else_clause "else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" else (compound_statement "{\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" { (expression_statement "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;" (assignment_expression "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) | number_literal)) ;) }))) })) })) (expression_statement "uVar1 = param_4 & 0xffffffbf;" (assignment_expression "uVar1 = param_4 & 0xffffffbf" identifier = (binary_expression "param_4 & 0xffffffbf" identifier & number_literal)) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (if_statement "if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((uVar1 == 0x2a) || (param_4 == 0xa2))" ( (binary_expression "(uVar1 == 0x2a) || (param_4 == 0xa2)" (parenthesized_expression "(uVar1 == 0x2a)" ( (binary_expression "uVar1 == 0x2a" identifier == number_literal) )) || (parenthesized_expression "(param_4 == 0xa2)" ( (binary_expression "param_4 == 0xa2" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) }) (else_clause "else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (if_statement "if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((param_4 == 0xa3) || (uVar1 == 0x2b))" ( (binary_expression "(param_4 == 0xa3) || (uVar1 == 0x2b)" (parenthesized_expression "(param_4 == 0xa3)" ( (binary_expression "param_4 == 0xa3" identifier == number_literal) )) || (parenthesized_expression "(uVar1 == 0x2b)" ( (binary_expression "uVar1 == 0x2b" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 2;\n }" { (expression_statement "uVar3 = 2;" (assignment_expression "uVar3 = 2" identifier = number_literal) ;) }) (else_clause "else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (if_statement "if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((param_4 == 0xa6) || (uVar1 == 0x2e))" ( (binary_expression "(param_4 == 0xa6) || (uVar1 == 0x2e)" (parenthesized_expression "(param_4 == 0xa6)" ( (binary_expression "param_4 == 0xa6" identifier == number_literal) )) || (parenthesized_expression "(uVar1 == 0x2e)" ( (binary_expression "uVar1 == 0x2e" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 4;\n }" { (expression_statement "uVar3 = 4;" (assignment_expression "uVar3 = 4" identifier = number_literal) ;) }) (else_clause "else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (compound_statement "{\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (expression_statement "FUN_00295700(param_1 + 0x18,&local_20);" (call_expression "FUN_00295700(param_1 + 0x18,&local_20)" identifier (argument_list "(param_1 + 0x18,&local_20)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "&local_20" & identifier) ))) ;) }))))))) (if_statement "if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" if (parenthesized_expression "(param_5 != '\0')" ( (binary_expression "param_5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" { (if_statement "if (*(int *)(local_20 + 100) != 2) {\n return;\n }" if (parenthesized_expression "(*(int *)(local_20 + 100) != 2)" ( (binary_expression "*(int *)(local_20 + 100) != 2" (pointer_expression "*(int *)(local_20 + 100)" * (cast_expression "(int *)(local_20 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 100)" ( (binary_expression "local_20 + 100" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(local_20 + 100) = 1;" (assignment_expression "*(undefined4 *)(local_20 + 100) = 1" (pointer_expression "*(undefined4 *)(local_20 + 100)" * (cast_expression "(undefined4 *)(local_20 + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 100)" ( (binary_expression "local_20 + 100" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "puVar2 = (undefined8 *)FUN_0049cb70(0x20);" (assignment_expression "puVar2 = (undefined8 *)FUN_0049cb70(0x20)" identifier = (cast_expression "(undefined8 *)FUN_0049cb70(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb70(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "*(undefined1 *)(puVar2 + 3) = uVar3;" (assignment_expression "*(undefined1 *)(puVar2 + 3) = uVar3" (pointer_expression "*(undefined1 *)(puVar2 + 3)" * (cast_expression "(undefined1 *)(puVar2 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 3)" ( (binary_expression "puVar2 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = local_20;" (assignment_expression "puVar2[2] = local_20" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)puVar2 + 0x19) = 0;" (assignment_expression "*(undefined1 *)((long)puVar2 + 0x19) = 0" (pointer_expression "*(undefined1 *)((long)puVar2 + 0x19)" * (cast_expression "(undefined1 *)((long)puVar2 + 0x19)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x19)" ( (binary_expression "(long)puVar2 + 0x19" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x1c)" ( (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00298e50(param_1,puVar2,param_3);" (call_expression "FUN_00298e50(param_1,puVar2,param_3)" identifier (argument_list "(param_1,puVar2,param_3)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void record_global_got_symbol(Mips_got_info<64,_false> * this,\n Mips_symbol<64> * mips_sym, Mips_relobj<64,_false> * object, uint r_type, bool dyn_reloc, bool\n for_call) */\n\nvoid __thiscall\nanon_unknown.dwarf_ead2ad::Mips_got_info<64,_false>::record_global_got_symbol\n (Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object,\n uint r_type,bool dyn_reloc,bool for_call)\n\n{\n undefined1 *puVar1;\n byte bVar2;\n byte bVar3;\n uint uVar4;\n Mips_got_entry<64,_false> *entry;\n uchar uVar5;\n Mips_symbol<64> *local_20;\n \n if (!for_call) {\n mips_sym->got_only_for_calls_ = false;\n }\n bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n if ((bVar2 & 0x40) == 0) {\n bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n if ((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)) {\n if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }\n }\n }\n uVar4 = r_type & 0xffffffbf;\n local_20 = mips_sym;\n if ((uVar4 == 0x2a) || (r_type == 0xa2)) {\n uVar5 = '\x01';\n }\n else if ((r_type == 0xa3) || (uVar4 == 0x2b)) {\n uVar5 = '\x02';\n }\n else if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }\n if (dyn_reloc) {\n if (local_20->global_got_area_ != GGA_NONE) {\n return;\n }\n local_20->global_got_area_ = GGA_RELOC_ONLY;\n return;\n }\n entry = (Mips_got_entry<64,_false> *)operator_new(0x20);\n entry->tls_type_ = uVar5;\n (entry->d).sym = local_20;\n entry->addend_ = 0;\n entry->symndx_ = 0xffffffff;\n entry->is_section_symbol_ = false;\n entry->shndx_ = 0xffffffff;\n record_got_entry(this,entry,object);\n return;\n}\n\n" comment (declaration "void __thiscall\nanon_unknown.dwarf_ead2ad::Mips_got_info<64,_false>::record_global_got_symbol\n (Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object,\n uint r_type,bool dyn_reloc,bool for_call)\n\n{\n undefined1 *puVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "anon_unknown.dwarf_ead2ad::" identifier . identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::record_global_got_symbol\n (Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object,\n uint r_type,bool dyn_reloc,bool for_call)\n\n{\n undefined1" identifier > : : (function_declarator "record_global_got_symbol\n (Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object,\n uint r_type,bool dyn_reloc,bool for_call)" identifier (parameter_list "(Mips_got_info<64,_false> *this,Mips_symbol<64> *mips_sym,Mips_relobj<64,_false> *object,\n uint r_type,bool dyn_reloc,bool for_call)" ( (parameter_declaration "Mips_got_info" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Mips_symbol<64> *mips_sym" type_identifier (ERROR "<64>" < number_literal >) (pointer_declarator "*mips_sym" * identifier)) , (parameter_declaration "Mips_relobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *object" type_identifier (ERROR ">" >) (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint r_type" type_identifier identifier) , (parameter_declaration "bool dyn_reloc" primitive_type identifier) , (parameter_declaration "bool for_call" primitive_type identifier) ))) { identifier) (pointer_declarator "*puVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (expression_statement "Mips_got_entry<64,_false> *entry;" (update_expression "Mips_got_entry<64,_false> *entry" (binary_expression "Mips_got_entry<64,_false> *entry" (binary_expression "Mips_got_entry<64" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*entry" * identifier)) --) ;) (declaration "uchar uVar5;" type_identifier identifier ;) (expression_statement "Mips_symbol<64> *local_20;" (update_expression "Mips_symbol<64> *local_20" (binary_expression "Mips_symbol<64> *local_20" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*local_20" * identifier)) --) ;) (if_statement "if (!for_call) {\n mips_sym->got_only_for_calls_ = false;\n }" if (parenthesized_expression "(!for_call)" ( (unary_expression "!for_call" ! identifier) )) (compound_statement "{\n mips_sym->got_only_for_calls_ = false;\n }" { (expression_statement "mips_sym->got_only_for_calls_ = false;" (assignment_expression "mips_sym->got_only_for_calls_ = false" (field_expression "mips_sym->got_only_for_calls_" identifier -> field_identifier) = false) ;) })) (expression_statement "bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;" (assignment_expression "bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a" identifier = (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a" (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol" (parenthesized_expression "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((bVar2 & 0x40) == 0) {\n bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n if ((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)) {\n if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }\n }\n }" if (parenthesized_expression "((bVar2 & 0x40) == 0)" ( (binary_expression "(bVar2 & 0x40) == 0" (parenthesized_expression "(bVar2 & 0x40)" ( (binary_expression "bVar2 & 0x40" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n if ((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)) {\n if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }\n }\n }" { (expression_statement "bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;" (assignment_expression "bVar3 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b" identifier = (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b" (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol" (parenthesized_expression "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)) {\n if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }\n }" if (parenthesized_expression "((((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0))" ( (binary_expression "(((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))) && ((bVar3 >> 4 & 1) == 0)" (parenthesized_expression "(((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3))))" ( (binary_expression "((-1 < (char)bVar2) || ((bVar3 & 1) == 0)) ||\n ((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))" (parenthesized_expression "((-1 < (char)bVar2) || ((bVar3 & 1) == 0))" ( (binary_expression "(-1 < (char)bVar2) || ((bVar3 & 1) == 0)" (parenthesized_expression "(-1 < (char)bVar2)" ( (binary_expression "-1 < (char)bVar2" number_literal < (cast_expression "(char)bVar2" ( (type_descriptor "char" primitive_type) ) identifier)) )) || (parenthesized_expression "((bVar3 & 1) == 0)" ( (binary_expression "(bVar3 & 1) == 0" (parenthesized_expression "(bVar3 & 1)" ( (binary_expression "bVar3 & 1" identifier & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "((bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)))" ( (parenthesized_expression "(bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3))" ( (comma_expression "bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39, (bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)" (assignment_expression "bVar2 = (mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39" identifier = (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39" (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol" (parenthesized_expression "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier)) , (binary_expression "(bVar2 & 3) != 0 &&\n ((bVar2 & 3) != 3)" (binary_expression "(bVar2 & 3) != 0" (parenthesized_expression "(bVar2 & 3)" ( (binary_expression "bVar2 & 3" identifier & number_literal) )) != number_literal) && (parenthesized_expression "((bVar2 & 3) != 3)" ( (binary_expression "(bVar2 & 3) != 3" (parenthesized_expression "(bVar2 & 3)" ( (binary_expression "bVar2 & 3" identifier & number_literal) )) != number_literal) )))) )) ))) )) && (parenthesized_expression "((bVar3 >> 4 & 1) == 0)" ( (binary_expression "(bVar3 >> 4 & 1) == 0" (parenthesized_expression "(bVar3 >> 4 & 1)" ( (binary_expression "bVar3 >> 4 & 1" (binary_expression "bVar3 >> 4" identifier >> number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }\n }" { (if_statement "if (((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2) {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }\n else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }" if (parenthesized_expression "(((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2)" ( (binary_expression "((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1 < 2" (binary_expression "((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3) - 1" (parenthesized_expression "((byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3)" ( (binary_expression "(byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39 & 3" (field_expression "(byte)(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x39" (field_expression "(byte)(mips_sym->super_Sized_symbol<64>).super_Symbol" (call_expression "(byte)(mips_sym->super_Sized_symbol<64>)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) ))) . field_identifier) . field_identifier) & number_literal) )) - number_literal) < number_literal) )) (compound_statement "{\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;\n *puVar1 = *puVar1 | 0x10;\n }" { (expression_statement "puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b;" (assignment_expression "puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b" identifier = (pointer_expression "&(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b" & (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3b" (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol" (parenthesized_expression "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 | 0x10;" (assignment_expression "*puVar1 = *puVar1 | 0x10" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 0x10" (pointer_expression "*puVar1" * identifier) | number_literal)) ;) }) (else_clause "else {\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }" else (compound_statement "{\n puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;\n *puVar1 = *puVar1 | 0x40;\n }" { (expression_statement "puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a;" (assignment_expression "puVar1 = &(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a" identifier = (pointer_expression "&(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a" & (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol.field_0x3a" (field_expression "(mips_sym->super_Sized_symbol<64>).super_Symbol" (parenthesized_expression "(mips_sym->super_Sized_symbol<64>)" ( (binary_expression "mips_sym->super_Sized_symbol<64>" (binary_expression "mips_sym->super_Sized_symbol<64" (field_expression "mips_sym->super_Sized_symbol" identifier -> field_identifier) < number_literal) > identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 | 0x40;" (assignment_expression "*puVar1 = *puVar1 | 0x40" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 | 0x40" (pointer_expression "*puVar1" * identifier) | number_literal)) ;) }))) })) })) (expression_statement "uVar4 = r_type & 0xffffffbf;" (assignment_expression "uVar4 = r_type & 0xffffffbf" identifier = (binary_expression "r_type & 0xffffffbf" identifier & number_literal)) ;) (expression_statement "local_20 = mips_sym;" (assignment_expression "local_20 = mips_sym" identifier = identifier) ;) (if_statement "if ((uVar4 == 0x2a) || (r_type == 0xa2)) {\n uVar5 = '\x01';\n }\n else if ((r_type == 0xa3) || (uVar4 == 0x2b)) {\n uVar5 = '\x02';\n }\n else if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" if (parenthesized_expression "((uVar4 == 0x2a) || (r_type == 0xa2))" ( (binary_expression "(uVar4 == 0x2a) || (r_type == 0xa2)" (parenthesized_expression "(uVar4 == 0x2a)" ( (binary_expression "uVar4 == 0x2a" identifier == number_literal) )) || (parenthesized_expression "(r_type == 0xa2)" ( (binary_expression "r_type == 0xa2" identifier == number_literal) ))) )) (compound_statement "{\n uVar5 = '\x01';\n }" { (expression_statement "uVar5 = '\x01';" (assignment_expression "uVar5 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) }) (else_clause "else if ((r_type == 0xa3) || (uVar4 == 0x2b)) {\n uVar5 = '\x02';\n }\n else if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" else (if_statement "if ((r_type == 0xa3) || (uVar4 == 0x2b)) {\n uVar5 = '\x02';\n }\n else if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" if (parenthesized_expression "((r_type == 0xa3) || (uVar4 == 0x2b))" ( (binary_expression "(r_type == 0xa3) || (uVar4 == 0x2b)" (parenthesized_expression "(r_type == 0xa3)" ( (binary_expression "r_type == 0xa3" identifier == number_literal) )) || (parenthesized_expression "(uVar4 == 0x2b)" ( (binary_expression "uVar4 == 0x2b" identifier == number_literal) ))) )) (compound_statement "{\n uVar5 = '\x02';\n }" { (expression_statement "uVar5 = '\x02';" (assignment_expression "uVar5 = '\x02'" identifier = (char_literal "'\x02'" ' escape_sequence ')) ;) }) (else_clause "else if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" else (if_statement "if ((r_type == 0xa6) || (uVar4 == 0x2e)) {\n uVar5 = '\x04';\n }\n else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" if (parenthesized_expression "((r_type == 0xa6) || (uVar4 == 0x2e))" ( (binary_expression "(r_type == 0xa6) || (uVar4 == 0x2e)" (parenthesized_expression "(r_type == 0xa6)" ( (binary_expression "r_type == 0xa6" identifier == number_literal) )) || (parenthesized_expression "(uVar4 == 0x2e)" ( (binary_expression "uVar4 == 0x2e" identifier == number_literal) ))) )) (compound_statement "{\n uVar5 = '\x04';\n }" { (expression_statement "uVar5 = '\x04';" (assignment_expression "uVar5 = '\x04'" identifier = (char_literal "'\x04'" ' escape_sequence ')) ;) }) (else_clause "else {\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" else (compound_statement "{\n uVar5 = '\0';\n std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);\n }" { (expression_statement "uVar5 = '\0';" (assignment_expression "uVar5 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) ;) (labeled_statement "std::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::\n _Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std:" : : (binary_expression "_Hashtable<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*,_(anonymous_namespace)" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*,_(anonymous_namespace)" * (ERROR "," ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier ))))) : : (binary_expression "Mips_symbol<64>*,_std" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*>,_std" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*>,_std" * (ERROR ">," > ,) identifier)) : : (comma_expression "__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std" identifier (ERROR "::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>" : : (comma_expression "_Identity,_std" identifier , identifier) : : (binary_expression "equal_to<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*>,_(anonymous_namespace)" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*>,_(anonymous_namespace)" * (ERROR ">," > ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier ))))) : : (binary_expression "Mips_symbol_hash<64" identifier < number_literal) >) , identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : (comma_expression "__detail::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&,_std" identifier (ERROR "::_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)::Mips_symbol<64>*_const&" : : (comma_expression "_Hashtable_traits<true,_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_true,_true>_>\n ::\n _M_insert<(anonymous_namespace)" identifier , (binary_expression "_true>_>\n ::\n _M_insert<(anonymous_namespace)" (binary_expression "_true>_>\n ::\n _M_insert" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) identifier) < (parenthesized_expression "(anonymous_namespace)" ( identifier ))))) : : (binary_expression "Mips_symbol<64>*_const" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*_const" * identifier)) &) , identifier) :) : (labeled_statement "__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_AllocNode<std::allocator<std:" : : (binary_expression "_AllocNode<std" identifier < identifier) : : (binary_expression "allocator<std" identifier < identifier) :) : (labeled_statement "__detail::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Hash_node<(anonymous_namespace)::Mips_symbol<64>*,_true>_>_>_>\n ((_Hashtable<(anonymous_namespace)::Mips_symbol<64>*,_(anonymous_namespace)::Mips_symbol<64>*,_std::allocator<(anonymous_namespace)::Mips_symbol<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std:" : : (binary_expression "_Hash_node<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*,_true>_>_>_" (binary_expression "Mips_symbol<64>*,_true>_>_" (binary_expression "Mips_symbol<64>*,_true>_" (binary_expression "Mips_symbol<64>*,_true" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*,_true" * (ERROR "," ,) identifier)) > identifier) > identifier) > identifier) > ( ( (binary_expression "_Hashtable<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*,_(anonymous_namespace)" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*,_(anonymous_namespace)" * (ERROR "," ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier ))))) : : (binary_expression "Mips_symbol<64>*,_std" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*,_std" * (ERROR "," ,) identifier)) : : (binary_expression "allocator<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*>,_std" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*>,_std" * (ERROR ">," > ,) identifier)) : : (comma_expression "__detail::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>,_std" identifier (ERROR "::_Identity,_std::equal_to<(anonymous_namespace)::Mips_symbol<64>*>,_(anonymous_namespace)::Mips_symbol_hash<64>" : : (comma_expression "_Identity,_std" identifier , identifier) : : (binary_expression "equal_to<(anonymous_namespace)" identifier < (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : : (binary_expression "Mips_symbol<64>*>,_(anonymous_namespace)" (binary_expression "Mips_symbol<64" identifier < number_literal) > (pointer_expression "*>,_(anonymous_namespace)" * (ERROR ">," > ,) (call_expression "_(anonymous_namespace)" identifier (argument_list "(anonymous_namespace)" ( identifier ))))) : : (binary_expression "Mips_symbol_hash<64" identifier < number_literal) >) , identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20);" (comma_expression "_Hashtable_traits<true,_true,_true>_>\n *)&this->global_got_symbols_,&local_20" (binary_expression "_Hashtable_traits<true" identifier < true) , (comma_expression "_true,_true>_>\n *)&this->global_got_symbols_,&local_20" identifier , (comma_expression "_true>_>\n *)&this->global_got_symbols_,&local_20" (binary_expression "_true>_>\n *)&this->global_got_symbols_" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*)&this->global_got_symbols_" * (ERROR ")" )) (pointer_expression "&this->global_got_symbols_" & (field_expression "this->global_got_symbols_" identifier -> field_identifier)))) , (pointer_expression "&local_20" & identifier)))) (ERROR ")" )) ;))))))))))) }))))))) (if_statement "if (dyn_reloc) {\n if (local_20->global_got_area_ != GGA_NONE) {\n return;\n }\n local_20->global_got_area_ = GGA_RELOC_ONLY;\n return;\n }" if (parenthesized_expression "(dyn_reloc)" ( identifier )) (compound_statement "{\n if (local_20->global_got_area_ != GGA_NONE) {\n return;\n }\n local_20->global_got_area_ = GGA_RELOC_ONLY;\n return;\n }" { (if_statement "if (local_20->global_got_area_ != GGA_NONE) {\n return;\n }" if (parenthesized_expression "(local_20->global_got_area_ != GGA_NONE)" ( (binary_expression "local_20->global_got_area_ != GGA_NONE" (field_expression "local_20->global_got_area_" identifier -> field_identifier) != identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "local_20->global_got_area_ = GGA_RELOC_ONLY;" (assignment_expression "local_20->global_got_area_ = GGA_RELOC_ONLY" (field_expression "local_20->global_got_area_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "entry = (Mips_got_entry<64,_false> *)operator_new(0x20);" (assignment_expression "entry = (Mips_got_entry<64,_false> *)operator_new(0x20)" identifier = (parenthesized_expression "(Mips_got_entry<64,_false> *)operator_new(0x20)" ( (comma_expression "Mips_got_entry<64,_false> *)operator_new(0x20)" (binary_expression "Mips_got_entry<64" identifier < number_literal) , (binary_expression "_false> *)operator_new(0x20)" identifier > (pointer_expression "*)operator_new(0x20)" * (ERROR ")" )) (call_expression "operator_new(0x20)" identifier (argument_list "(0x20)" ( number_literal )))))) ))) ;) (expression_statement "entry->tls_type_ = uVar5;" (assignment_expression "entry->tls_type_ = uVar5" (field_expression "entry->tls_type_" identifier -> field_identifier) = identifier) ;) (expression_statement "(entry->d).sym = local_20;" (assignment_expression "(entry->d).sym = local_20" (field_expression "(entry->d).sym" (parenthesized_expression "(entry->d)" ( (field_expression "entry->d" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "entry->addend_ = 0;" (assignment_expression "entry->addend_ = 0" (field_expression "entry->addend_" identifier -> field_identifier) = number_literal) ;) (expression_statement "entry->symndx_ = 0xffffffff;" (assignment_expression "entry->symndx_ = 0xffffffff" (field_expression "entry->symndx_" identifier -> field_identifier) = number_literal) ;) (expression_statement "entry->is_section_symbol_ = false;" (assignment_expression "entry->is_section_symbol_ = false" (field_expression "entry->is_section_symbol_" identifier -> field_identifier) = false) ;) (expression_statement "entry->shndx_ = 0xffffffff;" (assignment_expression "entry->shndx_ = 0xffffffff" (field_expression "entry->shndx_" identifier -> field_identifier) = number_literal) ;) (expression_statement "record_got_entry(this,entry,object);" (call_expression "record_got_entry(this,entry,object)" identifier (argument_list "(this,entry,object)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}\n\n" (function_definition "void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" primitive_type (function_declarator "FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" identifier (parameter_list "(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "char param_5" primitive_type identifier) , (parameter_declaration "char param_6" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined1 uVar3;" type_identifier identifier ;) (declaration "long local_20;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" if (parenthesized_expression "(param_6 == '\0')" ( (binary_expression "param_6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" { (expression_statement "*(undefined1 *)(param_2 + 0x6c) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 0x6c) = 0" (pointer_expression "*(undefined1 *)(param_2 + 0x6c)" * (cast_expression "(undefined1 *)(param_2 + 0x6c)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x6c)" ( (binary_expression "param_2 + 0x6c" identifier + number_literal) )))) = number_literal) ;) })) (if_statement "if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x3a) & 0x40) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3a) & 0x40) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3a) & 0x40)" ( (binary_expression "*(byte *)(param_2 + 0x3a) & 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" { (if_statement "if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" if (parenthesized_expression "((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0))" ( (binary_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" (parenthesized_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))))" ( (binary_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" (parenthesized_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0))" ( (binary_expression "(-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)" (parenthesized_expression "(-1 < (char)*(byte *)(param_2 + 0x3a))" ( (binary_expression "-1 < (char)*(byte *)(param_2 + 0x3a)" number_literal < (cast_expression "(char)*(byte *)(param_2 + 0x3a)" ( (type_descriptor "char" primitive_type) ) (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))))) )) || (parenthesized_expression "((*(byte *)(param_2 + 0x3b) & 1) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3b) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) & 1)" ( (binary_expression "*(byte *)(param_2 + 0x3b) & 1" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) & number_literal) )) == number_literal) ))) )) || (parenthesized_expression "(((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" ( (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) != number_literal) && (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 3)" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 3" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) != number_literal) ))) )) ))) )) && (parenthesized_expression "((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" ( (binary_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1)" ( (binary_expression "*(byte *)(param_2 + 0x3b) >> 4 & 1" (binary_expression "*(byte *)(param_2 + 0x3b) >> 4" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) >> number_literal) & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" { (if_statement "if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" if (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) - 1 < 2)" ( (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1 < 2" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" ( (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" * (cast_expression "(byte *)(param_2 + 0x39)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x39)" ( (binary_expression "param_2 + 0x39" identifier + number_literal) )))) & number_literal) )) - number_literal) < number_literal) )) (compound_statement "{\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }" { (expression_statement "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;" (assignment_expression "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" * (cast_expression "(byte *)(param_2 + 0x3b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3b)" ( (binary_expression "param_2 + 0x3b" identifier + number_literal) )))) | number_literal)) ;) }) (else_clause "else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" else (compound_statement "{\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" { (expression_statement "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;" (assignment_expression "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) = (binary_expression "*(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" * (cast_expression "(byte *)(param_2 + 0x3a)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x3a)" ( (binary_expression "param_2 + 0x3a" identifier + number_literal) )))) | number_literal)) ;) }))) })) })) (expression_statement "uVar1 = param_4 & 0xffffffbf;" (assignment_expression "uVar1 = param_4 & 0xffffffbf" identifier = (binary_expression "param_4 & 0xffffffbf" identifier & number_literal)) ;) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" identifier = identifier) ;) (if_statement "if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((uVar1 == 0x2a) || (param_4 == 0xa2))" ( (binary_expression "(uVar1 == 0x2a) || (param_4 == 0xa2)" (parenthesized_expression "(uVar1 == 0x2a)" ( (binary_expression "uVar1 == 0x2a" identifier == number_literal) )) || (parenthesized_expression "(param_4 == 0xa2)" ( (binary_expression "param_4 == 0xa2" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 1;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) }) (else_clause "else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (if_statement "if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((param_4 == 0xa3) || (uVar1 == 0x2b))" ( (binary_expression "(param_4 == 0xa3) || (uVar1 == 0x2b)" (parenthesized_expression "(param_4 == 0xa3)" ( (binary_expression "param_4 == 0xa3" identifier == number_literal) )) || (parenthesized_expression "(uVar1 == 0x2b)" ( (binary_expression "uVar1 == 0x2b" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 2;\n }" { (expression_statement "uVar3 = 2;" (assignment_expression "uVar3 = 2" identifier = number_literal) ;) }) (else_clause "else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (if_statement "if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" if (parenthesized_expression "((param_4 == 0xa6) || (uVar1 == 0x2e))" ( (binary_expression "(param_4 == 0xa6) || (uVar1 == 0x2e)" (parenthesized_expression "(param_4 == 0xa6)" ( (binary_expression "param_4 == 0xa6" identifier == number_literal) )) || (parenthesized_expression "(uVar1 == 0x2e)" ( (binary_expression "uVar1 == 0x2e" identifier == number_literal) ))) )) (compound_statement "{\n uVar3 = 4;\n }" { (expression_statement "uVar3 = 4;" (assignment_expression "uVar3 = 4" identifier = number_literal) ;) }) (else_clause "else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" else (compound_statement "{\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" { (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (expression_statement "FUN_00295700(param_1 + 0x18,&local_20);" (call_expression "FUN_00295700(param_1 + 0x18,&local_20)" identifier (argument_list "(param_1 + 0x18,&local_20)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) , (pointer_expression "&local_20" & identifier) ))) ;) }))))))) (if_statement "if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" if (parenthesized_expression "(param_5 != '\0')" ( (binary_expression "param_5 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" { (if_statement "if (*(int *)(local_20 + 100) != 2) {\n return;\n }" if (parenthesized_expression "(*(int *)(local_20 + 100) != 2)" ( (binary_expression "*(int *)(local_20 + 100) != 2" (pointer_expression "*(int *)(local_20 + 100)" * (cast_expression "(int *)(local_20 + 100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 100)" ( (binary_expression "local_20 + 100" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(local_20 + 100) = 1;" (assignment_expression "*(undefined4 *)(local_20 + 100) = 1" (pointer_expression "*(undefined4 *)(local_20 + 100)" * (cast_expression "(undefined4 *)(local_20 + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_20 + 100)" ( (binary_expression "local_20 + 100" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "puVar2 = (undefined8 *)FUN_0049cb70(0x20);" (assignment_expression "puVar2 = (undefined8 *)FUN_0049cb70(0x20)" identifier = (cast_expression "(undefined8 *)FUN_0049cb70(0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0049cb70(0x20)" identifier (argument_list "(0x20)" ( number_literal ))))) ;) (expression_statement "*(undefined1 *)(puVar2 + 3) = uVar3;" (assignment_expression "*(undefined1 *)(puVar2 + 3) = uVar3" (pointer_expression "*(undefined1 *)(puVar2 + 3)" * (cast_expression "(undefined1 *)(puVar2 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 3)" ( (binary_expression "puVar2 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = local_20;" (assignment_expression "puVar2[2] = local_20" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(puVar2 + 1)" * (cast_expression "(undefined4 *)(puVar2 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)((long)puVar2 + 0x19) = 0;" (assignment_expression "*(undefined1 *)((long)puVar2 + 0x19) = 0" (pointer_expression "*(undefined1 *)((long)puVar2 + 0x19)" * (cast_expression "(undefined1 *)((long)puVar2 + 0x19)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x19)" ( (binary_expression "(long)puVar2 + 0x19" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" * (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar2 + 0x1c)" ( (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "FUN_00298e50(param_1,puVar2,param_3);" (call_expression "FUN_00298e50(param_1,puVar2,param_3)" identifier (argument_list "(param_1,puVar2,param_3)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) ))) )) || (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) != LIT) ))) )) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) >> LIT) & LIT) )) == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) | LIT)) ;) }))) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression & IDENT) ))) ;) }))))))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)\n\n{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002990f0(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" (identifier "FUN_002990f0") (parameter_list "(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5,\n char param_6)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "char param_5" (primitive_type "char") (identifier "param_5")) (, ",") (parameter_declaration "char param_6" (primitive_type "char") (identifier "param_6")) () ")"))) (compound_statement "{\n uint uVar1;\n undefined8 *puVar2;\n undefined1 uVar3;\n long local_20;\n \n if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }\n if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }\n uVar1 = param_4 & 0xffffffbf;\n local_20 = param_2;\n if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }\n if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }\n puVar2 = (undefined8 *)FUN_0049cb70(0x20);\n *(undefined1 *)(puVar2 + 3) = uVar3;\n puVar2[2] = local_20;\n *puVar2 = 0;\n *(undefined4 *)(puVar2 + 1) = 0xffffffff;\n *(undefined1 *)((long)puVar2 + 0x19) = 0;\n *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;\n FUN_00298e50(param_1,puVar2,param_3);\n return;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined1 uVar3;" (type_identifier "undefined1") (identifier "uVar3") (; ";")) (declaration "long local_20;" (sized_type_specifier "long" (long "long")) (identifier "local_20") (; ";")) (if_statement "if (param_6 == '\0') {\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" (if "if") (parenthesized_expression "(param_6 == '\0')" (( "(") (binary_expression "param_6 == '\0'" (identifier "param_6") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined1 *)(param_2 + 0x6c) = 0;\n }" ({ "{") (expression_statement "*(undefined1 *)(param_2 + 0x6c) = 0;" (assignment_expression "*(undefined1 *)(param_2 + 0x6c) = 0" (pointer_expression "*(undefined1 *)(param_2 + 0x6c)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x6c)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x6c)" (( "(") (binary_expression "param_2 + 0x6c" (identifier "param_2") (+ "+") (number_literal "0x6c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (if_statement "if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) {\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" (if "if") (parenthesized_expression "((*(byte *)(param_2 + 0x3a) & 0x40) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x3a) & 0x40) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3a) & 0x40)" (( "(") (binary_expression "*(byte *)(param_2 + 0x3a) & 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" (* "*") (cast_expression "(byte *)(param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3a)" (( "(") (binary_expression "param_2 + 0x3a" (identifier "param_2") (+ "+") (number_literal "0x3a")) () ")")))) (& "&") (number_literal "0x40")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }\n }" ({ "{") (if_statement "if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) {\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" (if "if") (parenthesized_expression "((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0))" (( "(") (binary_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) &&\n ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" (parenthesized_expression "(((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))))" (( "(") (binary_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) ||\n (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" (parenthesized_expression "((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0))" (( "(") (binary_expression "(-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)" (parenthesized_expression "(-1 < (char)*(byte *)(param_2 + 0x3a))" (( "(") (binary_expression "-1 < (char)*(byte *)(param_2 + 0x3a)" (number_literal "-1") (< "<") (cast_expression "(char)*(byte *)(param_2 + 0x3a)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (pointer_expression "*(byte *)(param_2 + 0x3a)" (* "*") (cast_expression "(byte *)(param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3a)" (( "(") (binary_expression "param_2 + 0x3a" (identifier "param_2") (+ "+") (number_literal "0x3a")) () ")")))))) () ")")) (|| "||") (parenthesized_expression "((*(byte *)(param_2 + 0x3b) & 1) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x3b) & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) & 1)" (( "(") (binary_expression "*(byte *)(param_2 + 0x3b) & 1" (pointer_expression "*(byte *)(param_2 + 0x3b)" (* "*") (cast_expression "(byte *)(param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3b)" (( "(") (binary_expression "param_2 + 0x3b" (identifier "param_2") (+ "+") (number_literal "0x3b")) () ")")))) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (|| "||") (parenthesized_expression "(((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))" (( "(") (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3))" (( "(") (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 0" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" (( "(") (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" (* "*") (cast_expression "(byte *)(param_2 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x39)" (( "(") (binary_expression "param_2 + 0x39" (identifier "param_2") (+ "+") (number_literal "0x39")) () ")")))) (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "0")) (&& "&&") (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) != 3)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x39) & 3) != 3" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" (( "(") (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" (* "*") (cast_expression "(byte *)(param_2 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x39)" (( "(") (binary_expression "param_2 + 0x39" (identifier "param_2") (+ "+") (number_literal "0x39")) () ")")))) (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "3")) () ")"))) () ")")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0" (parenthesized_expression "(*(byte *)(param_2 + 0x3b) >> 4 & 1)" (( "(") (binary_expression "*(byte *)(param_2 + 0x3b) >> 4 & 1" (binary_expression "*(byte *)(param_2 + 0x3b) >> 4" (pointer_expression "*(byte *)(param_2 + 0x3b)" (* "*") (cast_expression "(byte *)(param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3b)" (( "(") (binary_expression "param_2 + 0x3b" (identifier "param_2") (+ "+") (number_literal "0x3b")) () ")")))) (>> ">>") (number_literal "4")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }\n }" ({ "{") (if_statement "if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) {\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }\n else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_2 + 0x39) & 3) - 1 < 2)" (( "(") (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1 < 2" (binary_expression "(*(byte *)(param_2 + 0x39) & 3) - 1" (parenthesized_expression "(*(byte *)(param_2 + 0x39) & 3)" (( "(") (binary_expression "*(byte *)(param_2 + 0x39) & 3" (pointer_expression "*(byte *)(param_2 + 0x39)" (* "*") (cast_expression "(byte *)(param_2 + 0x39)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x39)" (( "(") (binary_expression "param_2 + 0x39" (identifier "param_2") (+ "+") (number_literal "0x39")) () ")")))) (& "&") (number_literal "3")) () ")")) (- "-") (number_literal "1")) (< "<") (number_literal "2")) () ")")) (compound_statement "{\n *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;\n }" ({ "{") (expression_statement "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10;" (assignment_expression "*(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" (* "*") (cast_expression "(byte *)(param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3b)" (( "(") (binary_expression "param_2 + 0x3b" (identifier "param_2") (+ "+") (number_literal "0x3b")) () ")")))) (= "=") (binary_expression "*(byte *)(param_2 + 0x3b) | 0x10" (pointer_expression "*(byte *)(param_2 + 0x3b)" (* "*") (cast_expression "(byte *)(param_2 + 0x3b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3b)" (( "(") (binary_expression "param_2 + 0x3b" (identifier "param_2") (+ "+") (number_literal "0x3b")) () ")")))) (| "|") (number_literal "0x10"))) (; ";")) (} "}")) (else_clause "else {\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" (else "else") (compound_statement "{\n *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;\n }" ({ "{") (expression_statement "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40;" (assignment_expression "*(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" (* "*") (cast_expression "(byte *)(param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3a)" (( "(") (binary_expression "param_2 + 0x3a" (identifier "param_2") (+ "+") (number_literal "0x3a")) () ")")))) (= "=") (binary_expression "*(byte *)(param_2 + 0x3a) | 0x40" (pointer_expression "*(byte *)(param_2 + 0x3a)" (* "*") (cast_expression "(byte *)(param_2 + 0x3a)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x3a)" (( "(") (binary_expression "param_2 + 0x3a" (identifier "param_2") (+ "+") (number_literal "0x3a")) () ")")))) (| "|") (number_literal "0x40"))) (; ";")) (} "}")))) (} "}"))) (} "}"))) (expression_statement "uVar1 = param_4 & 0xffffffbf;" (assignment_expression "uVar1 = param_4 & 0xffffffbf" (identifier "uVar1") (= "=") (binary_expression "param_4 & 0xffffffbf" (identifier "param_4") (& "&") (number_literal "0xffffffbf"))) (; ";")) (expression_statement "local_20 = param_2;" (assignment_expression "local_20 = param_2" (identifier "local_20") (= "=") (identifier "param_2")) (; ";")) (if_statement "if ((uVar1 == 0x2a) || (param_4 == 0xa2)) {\n uVar3 = 1;\n }\n else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (if "if") (parenthesized_expression "((uVar1 == 0x2a) || (param_4 == 0xa2))" (( "(") (binary_expression "(uVar1 == 0x2a) || (param_4 == 0xa2)" (parenthesized_expression "(uVar1 == 0x2a)" (( "(") (binary_expression "uVar1 == 0x2a" (identifier "uVar1") (== "==") (number_literal "0x2a")) () ")")) (|| "||") (parenthesized_expression "(param_4 == 0xa2)" (( "(") (binary_expression "param_4 == 0xa2" (identifier "param_4") (== "==") (number_literal "0xa2")) () ")"))) () ")")) (compound_statement "{\n uVar3 = 1;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (} "}")) (else_clause "else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (else "else") (if_statement "if ((param_4 == 0xa3) || (uVar1 == 0x2b)) {\n uVar3 = 2;\n }\n else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (if "if") (parenthesized_expression "((param_4 == 0xa3) || (uVar1 == 0x2b))" (( "(") (binary_expression "(param_4 == 0xa3) || (uVar1 == 0x2b)" (parenthesized_expression "(param_4 == 0xa3)" (( "(") (binary_expression "param_4 == 0xa3" (identifier "param_4") (== "==") (number_literal "0xa3")) () ")")) (|| "||") (parenthesized_expression "(uVar1 == 0x2b)" (( "(") (binary_expression "uVar1 == 0x2b" (identifier "uVar1") (== "==") (number_literal "0x2b")) () ")"))) () ")")) (compound_statement "{\n uVar3 = 2;\n }" ({ "{") (expression_statement "uVar3 = 2;" (assignment_expression "uVar3 = 2" (identifier "uVar3") (= "=") (number_literal "2")) (; ";")) (} "}")) (else_clause "else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (else "else") (if_statement "if ((param_4 == 0xa6) || (uVar1 == 0x2e)) {\n uVar3 = 4;\n }\n else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (if "if") (parenthesized_expression "((param_4 == 0xa6) || (uVar1 == 0x2e))" (( "(") (binary_expression "(param_4 == 0xa6) || (uVar1 == 0x2e)" (parenthesized_expression "(param_4 == 0xa6)" (( "(") (binary_expression "param_4 == 0xa6" (identifier "param_4") (== "==") (number_literal "0xa6")) () ")")) (|| "||") (parenthesized_expression "(uVar1 == 0x2e)" (( "(") (binary_expression "uVar1 == 0x2e" (identifier "uVar1") (== "==") (number_literal "0x2e")) () ")"))) () ")")) (compound_statement "{\n uVar3 = 4;\n }" ({ "{") (expression_statement "uVar3 = 4;" (assignment_expression "uVar3 = 4" (identifier "uVar3") (= "=") (number_literal "4")) (; ";")) (} "}")) (else_clause "else {\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" (else "else") (compound_statement "{\n uVar3 = 0;\n FUN_00295700(param_1 + 0x18,&local_20);\n }" ({ "{") (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" (identifier "uVar3") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_00295700(param_1 + 0x18,&local_20);" (call_expression "FUN_00295700(param_1 + 0x18,&local_20)" (identifier "FUN_00295700") (argument_list "(param_1 + 0x18,&local_20)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) (, ",") (pointer_expression "&local_20" (& "&") (identifier "local_20")) () ")"))) (; ";")) (} "}")))))))) (if_statement "if (param_5 != '\0') {\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" (if "if") (parenthesized_expression "(param_5 != '\0')" (( "(") (binary_expression "param_5 != '\0'" (identifier "param_5") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (*(int *)(local_20 + 100) != 2) {\n return;\n }\n *(undefined4 *)(local_20 + 100) = 1;\n return;\n }" ({ "{") (if_statement "if (*(int *)(local_20 + 100) != 2) {\n return;\n }" (if "if") (parenthesized_expression "(*(int *)(local_20 + 100) != 2)" (( "(") (binary_expression "*(int *)(local_20 + 100) != 2" (pointer_expression "*(int *)(local_20 + 100)" (* "*") (cast_expression "(int *)(local_20 + 100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 100)" (( "(") (binary_expression "local_20 + 100" (identifier "local_20") (+ "+") (number_literal "100")) () ")")))) (!= "!=") (number_literal "2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(undefined4 *)(local_20 + 100) = 1;" (assignment_expression "*(undefined4 *)(local_20 + 100) = 1" (pointer_expression "*(undefined4 *)(local_20 + 100)" (* "*") (cast_expression "(undefined4 *)(local_20 + 100)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_20 + 100)" (( "(") (binary_expression "local_20 + 100" (identifier "local_20") (+ "+") (number_literal "100")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined8 *)FUN_0049cb70(0x20);" (assignment_expression "puVar2 = (undefined8 *)FUN_0049cb70(0x20)" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)FUN_0049cb70(0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0049cb70(0x20)" (identifier "FUN_0049cb70") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")"))))) (; ";")) (expression_statement "*(undefined1 *)(puVar2 + 3) = uVar3;" (assignment_expression "*(undefined1 *)(puVar2 + 3) = uVar3" (pointer_expression "*(undefined1 *)(puVar2 + 3)" (* "*") (cast_expression "(undefined1 *)(puVar2 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 3)" (( "(") (binary_expression "puVar2 + 3" (identifier "puVar2") (+ "+") (number_literal "3")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar2[2] = local_20;" (assignment_expression "puVar2[2] = local_20" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_20")) (; ";")) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(puVar2 + 1) = 0xffffffff;" (assignment_expression "*(undefined4 *)(puVar2 + 1) = 0xffffffff" (pointer_expression "*(undefined4 *)(puVar2 + 1)" (* "*") (cast_expression "(undefined4 *)(puVar2 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 1)" (( "(") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "*(undefined1 *)((long)puVar2 + 0x19) = 0;" (assignment_expression "*(undefined1 *)((long)puVar2 + 0x19) = 0" (pointer_expression "*(undefined1 *)((long)puVar2 + 0x19)" (* "*") (cast_expression "(undefined1 *)((long)puVar2 + 0x19)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + 0x19)" (( "(") (binary_expression "(long)puVar2 + 0x19" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (number_literal "0x19")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff;" (assignment_expression "*(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff" (pointer_expression "*(undefined4 *)((long)puVar2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)((long)puVar2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar2 + 0x1c)" (( "(") (binary_expression "(long)puVar2 + 0x1c" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "FUN_00298e50(param_1,puVar2,param_3);" (call_expression "FUN_00298e50(param_1,puVar2,param_3)" (identifier "FUN_00298e50") (argument_list "(param_1,puVar2,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "puVar2") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void record_global_got_symbol(Mips_got_info<64,_false> * this, Mips_symbol<64> * mips_sym, Mips_relobj<64,_false> * object, uint r_type, bool dyn_reloc, bool for_call) */ void __thiscall anon_unknown.dwarf_ead2ad::Mips_got_info<64,var_12>::record_global_got_symbol (Mips_got_info<64,var_12> *this,var_2<64> *mips_sym,Mips_relobj<64,var_12> *object, type_2 var_6,bool dyn_reloc,bool for_call) { undefined1 *puVar1; type_1 var_4; type_1 var_5; type_2 var_7; var_1<64,var_12> *entry; type_3 uVar5; var_2<64> *local_20; if (!for_call) { mips_sym->got_only_for_calls_ = false; } var_4 = (mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x3a; if ((var_4 & 0x40) == 0) { var_5 = (mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x3b; if ((((-1 < (char)var_4) || ((var_5 & 1) == 0)) || ((var_4 = (mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x39, (var_4 & 3) != 0 && ((var_4 & 3) != 3)))) && ((var_5 >> 4 & 1) == 0)) { if (((type_1)(mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x39 & 3) - 1 < 2) { puVar1 = &(mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x3b; *puVar1 = *puVar1 | 0x10; } else { puVar1 = &(mips_sym->super_Sized_symbol<64>var_3).super_Symbol.field_0x3a; *puVar1 = *puVar1 | 0x40; } } } var_7 = var_6 & 0xffffffbf; local_20 = mips_sym; if ((var_7 == 0x2a) || (var_6 == 0xa2)) { uVar5 = '\x01'; } else if ((var_6 == 0xa3) || (var_7 == 0x2b)) { uVar5 = '\x02'; } else if ((var_6 == 0xa6) || (var_7 == 0x2e)) { uVar5 = '\x04'; } else { uVar5 = '\0'; std:: _Hashtable<(anonymous_namespace)::var_2<64>*,var_10(anonymous_namespace)::var_2<64>*,_std::allocator<(anonymous_namespace)::var_2<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::var_2<64>*>,var_10(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_8<true,var_9,var_9>var_10> :: _M_insert<(anonymous_namespace)::var_2<64>*_const&,_std::__detail::_AllocNode<std::allocator<std::__detail::_Hash_node<(anonymous_namespace)::var_2<64>*,var_9>var_10>var_10>var_10> ((_Hashtable<(anonymous_namespace)::var_2<64>*,var_10(anonymous_namespace)::var_2<64>*,_std::allocator<(anonymous_namespace)::var_2<64>*>,_std::__detail::_Identity,_std::equal_to<(anonymous_namespace)::var_2<64>*>,var_10(anonymous_namespace)::Mips_symbol_hash<64>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_8<true,var_9,var_9>var_10> *)&this->global_got_symbols_,&local_20); } if (dyn_reloc) { if (local_20->global_got_area_ != var_11) { return; } local_20->global_got_area_ = GGA_RELOC_ONLY; return; } entry = (var_1<64,var_12> *)var_13(0x20); entry->tls_type_ = uVar5; (entry->d).sym = local_20; entry->addend_ = 0; entry->symndx_ = 0xffffffff; entry->is_section_symbol_ = false; entry->shndx_ = 0xffffffff; var_14(this,entry,object); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)))))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (identifier)))))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))))
null
void MASKED(long param_1,long param_2,undefined8 param_3,uint param_4,char param_5, char param_6) { uint uVar1; undefined8 *puVar2; undefined1 uVar3; long local_20; if (param_6 == '\0') { *(undefined1 *)(param_2 + 0x6c) = 0; } if ((*(byte *)(param_2 + 0x3a) & 0x40) == 0) { if ((((-1 < (char)*(byte *)(param_2 + 0x3a)) || ((*(byte *)(param_2 + 0x3b) & 1) == 0)) || (((*(byte *)(param_2 + 0x39) & 3) != 0 && ((*(byte *)(param_2 + 0x39) & 3) != 3)))) && ((*(byte *)(param_2 + 0x3b) >> 4 & 1) == 0)) { if ((*(byte *)(param_2 + 0x39) & 3) - 1 < 2) { *(byte *)(param_2 + 0x3b) = *(byte *)(param_2 + 0x3b) | 0x10; } else { *(byte *)(param_2 + 0x3a) = *(byte *)(param_2 + 0x3a) | 0x40; } } } uVar1 = param_4 & 0xffffffbf; local_20 = param_2; if ((uVar1 == 0x2a) || (param_4 == 0xa2)) { uVar3 = 1; } else if ((param_4 == 0xa3) || (uVar1 == 0x2b)) { uVar3 = 2; } else if ((param_4 == 0xa6) || (uVar1 == 0x2e)) { uVar3 = 4; } else { uVar3 = 0; FUN_00295700(param_1 + 0x18,&local_20); } if (param_5 != '\0') { if (*(int *)(local_20 + 100) != 2) { return; } *(undefined4 *)(local_20 + 100) = 1; return; } puVar2 = (undefined8 *)FUN_0049cb70(0x20); *(undefined1 *)(puVar2 + 3) = uVar3; puVar2[2] = local_20; *puVar2 = 0; *(undefined4 *)(puVar2 + 1) = 0xffffffff; *(undefined1 *)((long)puVar2 + 0x19) = 0; *(undefined4 *)((long)puVar2 + 0x1c) = 0xffffffff; FUN_00298e50(param_1,puVar2,param_3); return; }
4800_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
add_local
FUN_00224dc0
/* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint symndx, uint got_type, uint64_t addend) */ bool __thiscall gold::Output_data_got<64,_false>::add_local (Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend ) { _func_int_varargs **pp_Var1; Got_entry got_entry; int iVar2; uint uVar3; Relobj *pRVar4; undefined4 uStack_3c; iVar2 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,(ulong)got_type,addend); if ((char)iVar2 != '\0') { return false; } if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) { got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff; got_entry.u_.object = object; got_entry.addend_ = addend; pRVar4 = object; uVar3 = add_got_entry(this,got_entry); pp_Var1 = (object->super_Object)._vptr_Object; (*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4); return true; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry"); }
undefined8 FUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5) { char cVar1; undefined4 uVar2; uint uVar3; long *plVar4; undefined8 uVar5; cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5); if (cVar1 != '\0') { return 0; } uVar3 = param_3 & 0x7fffffff; if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) { plVar4 = param_2; uVar5 = param_5; uVar2 = FUN_00224780(param_1); (**(code **)(*param_2 + 0x168)) (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5); return 1; } /* WARNING: Subroutine does not return */ FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry"); }
PUSH R14 MOV R14D,EDX PUSH R13 MOV R13,RSI PUSH R12 MOV R12,R8 PUSH RBP MOV RBP,RDI MOV RDI,R13 PUSH RBX MOV EBX,ECX MOV RCX,R8 MOV EDX,EBX SUB RSP,0x20 MOV RAX,qword ptr [RSI] MOV ESI,R14D CALL qword ptr [RAX + 0x158] TEST AL,AL JNZ 0x00224e80 MOV EAX,dword ptr [RSP + 0x8] MOV EDX,R14D MOV qword ptr [RSP + 0x10],R12 AND EDX,0x7fffffff AND EAX,0x80000000 OR EAX,EDX MOV dword ptr [RSP + 0x8],EAX SHR EAX,0x18 AND EAX,0x7f MOV byte ptr [RSP + 0xb],AL LEA EAX,[R14 + -0x7ffffffd] CMP EAX,0x2 JBE 0x00224e8f CMP R14D,EDX JNZ 0x00224e8f MOV qword ptr [RSP],R13 SUB RSP,0x8 MOV RDI,RBP PUSH qword ptr [RSP + 0x18] PUSH qword ptr [RSP + 0x18] PUSH R13 CALL 0x00224780 MOV R9,qword ptr [R13] ADD RSP,0x20 MOV R8,R12 MOV ECX,EAX MOV EDX,EBX MOV ESI,R14D MOV RDI,R13 CALL qword ptr [R9 + 0x168] ADD RSP,0x20 MOV EAX,0x1 POP RBX POP RBP POP R12 POP R13 POP R14 RET ADD RSP,0x20 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 POP R14 RET LEA RDX,[0x395ec8] MOV ESI,0xa5d LEA RDI,[0x385398] CALL 0x0018dcf0
null
null
null
null
[('tmp_830', u'INT_ZEXT_-1203941438'), ('tmp_831', u'INT_ZEXT_-1203941340'), ('tmp_1757', u'PIECE_-1203941140'), ('const-0', u'PTRSUB_-1203941119'), ('tmp_830', u'INT_ZEXT_-1203941322'), ('tmp_138', u'CBRANCH_-1203941844'), (u'INT_LESS_-1203941672', u'CBRANCH_-1203941681'), ('const-433', u'LOAD_-1203941610'), ('const-8', u'PTRADD_-1203941097'), (u'PTRSUB_-1203941121', u'PTRSUB_-1203941119'), (u'COPY_-1203941098', u'CALL_-1203941452'), ('tmp_831', u'INT_ZEXT_-1203941467'), (u'INT_ZEXT_-1203941322', u'CALLIND_-1203941559'), (u'INT_ZEXT_-1203941368', u'CALLIND_-1203941559'), (u'COPY_-1203941412', u'RETURN_-1203941500'), (u'PIECE_-1203941193', u'PIECE_-1203941192'), ('tmp_832', u'CALLIND_-1203941559'), (u'LOAD_-1203941610', u'PTRADD_-1203941097'), (u'PTRADD_-1203941215', u'LOAD_-1203941870'), ('const--2147483649', u'INT_AND_-1203941212'), (u'SUBPIECE_-1203941488', u'INT_NOTEQUAL_-1203941845'), ('const-433', u'LOAD_-1203941881'), ('const-2147483651', u'INT_ADD_-1203941318'), (u'COPY_-1203941099', u'CALL_-1203941452'), ('tmp_830', u'INT_AND_-1203941792'), ('tmp_830', u'INT_ADD_-1203941318'), ('const-43', u'PTRADD_-1203941215'), (u'LOAD_-1203941881', u'PTRADD_-1203941215'), (u'LOAD_-1203941569', u'CALLIND_-1203941559'), ('const-0', u'PTRSUB_-1203941224'), (u'INT_NOTEQUAL_-1203941845', u'CBRANCH_-1203941844'), (u'INT_ADD_-1203941318', u'INT_LESS_-1203941672'), (u'COPY_-1203941186', u'PIECE_-1203941192'), (u'PTRSUB_-1203941119', u'LOAD_-1203941610'), ('const-0', u'RETURN_-1203941500'), (u'PTRADD_-1203941097', u'LOAD_-1203941569'), (u'INT_ZEXT_-1203941438', u'CALLIND_-1203941860'), ('tmp_832', u'COPY_-1203941186'), (u'PTRSUB_-1203941222', u'LOAD_-1203941881'), (u'INT_EQUAL_-1203941667', u'CBRANCH_-1203941664'), ('tmp_832', u'CALLIND_-1203941860'), (u'INT_AND_-1203941212', u'COPY_-1203941185'), ('const-1', u'COPY_-1203941412'), ('const-433', u'LOAD_-1203941870'), ('tmp_830', u'PIECE_-1203941140'), (u'INT_ZEXT_-1203941467', u'CALLIND_-1203941860'), (u'CALL_-1203941611', u'INT_ZEXT_-1203941368'), ('const-0', u'PTRSUB_-1203941222'), (u'COPY_-1203941185', u'PIECE_-1203941193'), ('tmp_829', u'COPY_-1203941184'), ('const-2147483647', u'INT_AND_-1203941792'), ('const-433', u'LOAD_-1203941569'), ('const-1', u'RETURN_-1203941447'), ('tmp_829', u'CALLIND_-1203941860'), (u'COPY_-1203941474', u'RETURN_-1203941425'), (u'INT_AND_-1203941792', u'INT_EQUAL_-1203941667'), ('tmp_830', u'INT_EQUAL_-1203941667'), ('const-3691416', u'COPY_-1203941099'), (u'PTRSUB_-1203941224', u'PTRSUB_-1203941222'), (u'PIECE_-1203941192', u'CALL_-1203941611'), (u'LOAD_-1203941610', u'CALLIND_-1203941559'), ('const-0', u'INT_NOTEQUAL_-1203941845'), (u'LOAD_-1203941870', u'CALLIND_-1203941860'), ('tmp_427', u'CBRANCH_-1203941681'), ('tmp_829', u'PTRSUB_-1203941121'), ('const-2', u'INT_LESS_-1203941672'), (u'INDIRECT_-1203941174', u'CALLIND_-1203941559'), ('const-2653', u'CALL_-1203941452'), ('tmp_828', u'CALL_-1203941611'), (u'COPY_-1203941184', u'PIECE_-1203941193'), ('const-8', u'PTRADD_-1203941215'), ('tmp_829', u'PTRSUB_-1203941224'), (u'CALL_-1203941611', u'INDIRECT_-1203941174'), ('const-0', u'PTRSUB_-1203941121'), ('const-0', u'COPY_-1203941474'), (u'PIECE_-1203941140', u'INT_AND_-1203941212'), ('const-45', u'PTRADD_-1203941097'), ('tmp_459', u'CBRANCH_-1203941664'), (u'INT_ZEXT_-1203941340', u'CALLIND_-1203941559'), ('const-0', u'RETURN_-1203941425'), ('tmp_829', u'CALLIND_-1203941559'), ('const-3759816', u'COPY_-1203941098'), ('const-0', u'SUBPIECE_-1203941488'), (u'CALLIND_-1203941860', u'SUBPIECE_-1203941488'), ('tmp_829', u'COPY_-1203941183')]
[('tmp_138', u'CBRANCH_-1203941844'), (u'INT_LESS_-1203941672', u'CBRANCH_-1203941681'), ('tmp_1313', u'CALLIND_-1203941860'), ('const-2653', u'CALL_-1203941452'), ('tmp_1357', u'CALLIND_-1203941559'), (u'COPY_-1203941545', u'RETURN_-1203941500'), ('const-3759816', u'COPY_-1203941113'), (u'INDIRECT_-1203941180', u'CALLIND_-1203941559'), ('tmp_1311', u'LOAD_-1203941881'), ('tmp_1313', u'COPY_-1203941206'), (u'CALL_-1203941611', u'INDIRECT_-1203941188'), (u'CALLIND_-1203941860', u'INT_NOTEQUAL_-1203941845'), ('tmp_1357', u'CALLIND_-1203941860'), (u'CAST_-1203941233', u'LOAD_-1203941870'), (u'INT_ADD_-1203941553', u'CAST_-1203941115'), (u'LOAD_-1203941569', u'CALLIND_-1203941559'), ('const-433', u'LOAD_-1203941569'), ('const-2147483651', u'INT_ADD_-1203941691'), ('const-3691416', u'COPY_-1203941114'), ('const-433', u'LOAD_-1203941610'), (u'INT_NOTEQUAL_-1203941845', u'CBRANCH_-1203941844'), (u'CAST_-1203941115', u'LOAD_-1203941569'), ('tmp_1311', u'CALLIND_-1203941860'), ('const-0', u'RETURN_-1203941500'), ('tmp_1313', u'CALLIND_-1203941559'), (u'CALL_-1203941611', u'INDIRECT_-1203941195'), (u'INT_EQUAL_-1203941667', u'CBRANCH_-1203941664'), (u'LOAD_-1203941881', u'INT_ADD_-1203941854'), ('const-344', u'INT_ADD_-1203941854'), ('tmp_1311', u'COPY_-1203941207'), (u'INDIRECT_-1203941195', u'CALLIND_-1203941559'), ('const-0', u'COPY_-1203941473'), ('const-2', u'INT_LESS_-1203941672'), (u'INT_ADD_-1203941691', u'INT_LESS_-1203941672'), ('const-2147483647', u'INT_AND_-1203941792'), (u'INDIRECT_-1203941188', u'CALLIND_-1203941559'), ('const-1', u'RETURN_-1203941447'), (u'LOAD_-1203941610', u'INT_ADD_-1203941553'), ('const-360', u'INT_ADD_-1203941553'), (u'CALL_-1203941611', u'CALLIND_-1203941559'), (u'INT_AND_-1203941792', u'INT_EQUAL_-1203941667'), ('tmp_1357', u'INT_EQUAL_-1203941667'), (u'COPY_-1203941114', u'CALL_-1203941452'), ('const-433', u'LOAD_-1203941881'), ('const-433', u'LOAD_-1203941870'), ('tmp_1357', u'INT_ADD_-1203941691'), (u'COPY_-1203941113', u'CALL_-1203941452'), (u'COPY_-1203941473', u'RETURN_-1203941425'), ('tmp_1372', u'CALLIND_-1203941559'), (u'LOAD_-1203941610', u'CALLIND_-1203941559'), ('const-0', u'INT_NOTEQUAL_-1203941845'), (u'INT_ADD_-1203941854', u'CAST_-1203941233'), (u'CALL_-1203941611', u'INDIRECT_-1203941180'), (u'LOAD_-1203941870', u'CALLIND_-1203941860'), ('tmp_427', u'CBRANCH_-1203941681'), ('tmp_1357', u'INT_AND_-1203941792'), ('tmp_1315', u'CALL_-1203941611'), ('tmp_1311', u'LOAD_-1203941610'), ('const-1', u'COPY_-1203941545'), ('tmp_1372', u'CALLIND_-1203941860'), ('tmp_1311', u'CALLIND_-1203941559'), ('tmp_459', u'CBRANCH_-1203941664'), ('const-0', u'RETURN_-1203941425')]
null
null
00224dc0
x64
O2
(translation_unit "undefined8\nFUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)\n\n{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" (function_definition "undefined8\nFUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)\n\n{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" type_identifier (function_declarator "FUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" identifier (parameter_list "(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n /* WARNING: Subroutine does not return */\n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" identifier = (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" ( (pointer_expression "**(code **)(*param_2 + 0x158)" * (pointer_expression "*(code **)(*param_2 + 0x158)" * (cast_expression "(code **)(*param_2 + 0x158)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x158)" ( (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_4,param_5)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar1 != '\0') {\n return 0;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar3 = param_3 & 0x7fffffff;" (assignment_expression "uVar3 = param_3 & 0x7fffffff" identifier = (binary_expression "param_3 & 0x7fffffff" identifier & number_literal)) ;) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == uVar3))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == uVar3)" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == uVar3)" ( (binary_expression "param_3 == uVar3" identifier == identifier) ))) )) (compound_statement "{\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" { (expression_statement "plVar4 = param_2;" (assignment_expression "plVar4 = param_2" identifier = identifier) ;) (expression_statement "uVar5 = param_5;" (assignment_expression "uVar5 = param_5" identifier = identifier) ;) (expression_statement "uVar2 = FUN_00224780(param_1);" (assignment_expression "uVar2 = FUN_00224780(param_1)" identifier = (call_expression "FUN_00224780(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);" (call_expression "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" ( (pointer_expression "**(code **)(*param_2 + 0x168)" * (pointer_expression "*(code **)(*param_2 + 0x168)" * (cast_expression "(code **)(*param_2 + 0x168)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x168)" ( (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" ( identifier , identifier , identifier , identifier , identifier , (pointer_expression "*param_2" * identifier) , identifier , identifier , identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) comment (expression_statement "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) })))
(translation_unit "/* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint\n symndx, uint got_type, uint64_t addend) */\n\nbool __thiscall\ngold::Output_data_got<64,_false>::add_local\n (Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend\n )\n\n{\n _func_int_varargs **pp_Var1;\n Got_entry got_entry;\n int iVar2;\n uint uVar3;\n Relobj *pRVar4;\n undefined4 uStack_3c;\n \n iVar2 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,(ulong)got_type,addend);\n if ((char)iVar2 != '\0') {\n return false;\n }\n if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) {\n got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff;\n got_entry.u_.object = object;\n got_entry.addend_ = addend;\n pRVar4 = object;\n uVar3 = add_got_entry(this,got_entry);\n pp_Var1 = (object->super_Object)._vptr_Object;\n (*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4);\n return true;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" comment (declaration "bool __thiscall\ngold::Output_data_got<64,_false>::add_local\n (Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend\n )\n\n{\n _func_int_varargs **pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::add_local\n (Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend\n )\n\n{\n _func_int_varargs" identifier > : : (function_declarator "add_local\n (Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend\n )" identifier (parameter_list "(Output_data_got<64,_false> *this,Relobj *object,uint symndx,uint got_type,uint64_t addend\n )" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint symndx" type_identifier identifier) , (parameter_declaration "uint got_type" type_identifier identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) { identifier) (pointer_declarator "**pp_Var1" * (pointer_declarator "*pp_Var1" * identifier)) ;) (declaration "Got_entry got_entry;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "Relobj *pRVar4;" type_identifier (pointer_declarator "*pRVar4" * identifier) ;) (declaration "undefined4 uStack_3c;" type_identifier identifier ;) (expression_statement "iVar2 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,(ulong)got_type,addend);" (assignment_expression "iVar2 = (*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,(ulong)got_type,addend)" identifier = (call_expression "(*(object->super_Object)._vptr_Object[0x2b])(object,(ulong)symndx,(ulong)got_type,addend)" (parenthesized_expression "(*(object->super_Object)._vptr_Object[0x2b])" ( (pointer_expression "*(object->super_Object)._vptr_Object[0x2b]" * (subscript_expression "(object->super_Object)._vptr_Object[0x2b]" (field_expression "(object->super_Object)._vptr_Object" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(object,(ulong)symndx,(ulong)got_type,addend)" ( identifier , (cast_expression "(ulong)symndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)got_type" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier )))) ;) (if_statement "if ((char)iVar2 != '\0') {\n return false;\n }" if (parenthesized_expression "((char)iVar2 != '\0')" ( (binary_expression "(char)iVar2 != '\0'" (cast_expression "(char)iVar2" ( (type_descriptor "char" primitive_type) ) identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (if_statement "if ((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))) {\n got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff;\n got_entry.u_.object = object;\n got_entry.addend_ = addend;\n pRVar4 = object;\n uVar3 = add_got_entry(this,got_entry);\n pp_Var1 = (object->super_Object)._vptr_Object;\n (*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4);\n return true;\n }" if (parenthesized_expression "((2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff)))" ( (binary_expression "(2 < symndx + 0x80000003) && (symndx == (symndx & 0x7fffffff))" (parenthesized_expression "(2 < symndx + 0x80000003)" ( (binary_expression "2 < symndx + 0x80000003" number_literal < (binary_expression "symndx + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(symndx == (symndx & 0x7fffffff))" ( (binary_expression "symndx == (symndx & 0x7fffffff)" identifier == (parenthesized_expression "(symndx & 0x7fffffff)" ( (binary_expression "symndx & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff;\n got_entry.u_.object = object;\n got_entry.addend_ = addend;\n pRVar4 = object;\n uVar3 = add_got_entry(this,got_entry);\n pp_Var1 = (object->super_Object)._vptr_Object;\n (*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4);\n return true;\n }" { (expression_statement "got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff;" (assignment_expression "got_entry._8_8_ = CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff" (field_expression "got_entry._8_8_" identifier . field_identifier) = (binary_expression "CONCAT44(uStack_3c,symndx) & 0xffffffff7fffffff" (call_expression "CONCAT44(uStack_3c,symndx)" identifier (argument_list "(uStack_3c,symndx)" ( identifier , identifier ))) & number_literal)) ;) (expression_statement "got_entry.u_.object = object;" (assignment_expression "got_entry.u_.object = object" (field_expression "got_entry.u_.object" (field_expression "got_entry.u_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry.addend_ = addend;" (assignment_expression "got_entry.addend_ = addend" (field_expression "got_entry.addend_" identifier . field_identifier) = identifier) ;) (expression_statement "pRVar4 = object;" (assignment_expression "pRVar4 = object" identifier = identifier) ;) (expression_statement "uVar3 = add_got_entry(this,got_entry);" (assignment_expression "uVar3 = add_got_entry(this,got_entry)" identifier = (call_expression "add_got_entry(this,got_entry)" identifier (argument_list "(this,got_entry)" ( identifier , identifier )))) ;) (expression_statement "pp_Var1 = (object->super_Object)._vptr_Object;" (assignment_expression "pp_Var1 = (object->super_Object)._vptr_Object" identifier = (field_expression "(object->super_Object)._vptr_Object" (parenthesized_expression "(object->super_Object)" ( (field_expression "object->super_Object" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4);" (call_expression "(*pp_Var1[0x2d])(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4)" (parenthesized_expression "(*pp_Var1[0x2d])" ( (pointer_expression "*pp_Var1[0x2d]" * (subscript_expression "pp_Var1[0x2d]" identifier [ number_literal ])) )) (argument_list "(object,(ulong)symndx,(ulong)got_type,(ulong)uVar3,addend,pp_Var1,pRVar4)" ( identifier , (cast_expression "(ulong)symndx" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)got_type" ( (type_descriptor "ulong" type_identifier) ) identifier) , (cast_expression "(ulong)uVar3" ( (type_descriptor "ulong" type_identifier) ) identifier) , identifier , identifier , identifier ))) ;) (return_statement "return true;" return true ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "do_gold_unreachable("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) (ERROR "}" }))
(translation_unit "undefined8\nFUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)\n\n{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n \n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}\n\n" (function_definition "undefined8\nFUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)\n\n{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n \n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" type_identifier (function_declarator "FUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" identifier (parameter_list "(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) ))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n \n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" identifier = (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" ( (pointer_expression "**(code **)(*param_2 + 0x158)" * (pointer_expression "*(code **)(*param_2 + 0x158)" * (cast_expression "(code **)(*param_2 + 0x158)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x158)" ( (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_4,param_5)" ( identifier , identifier , identifier , identifier )))) ;) (if_statement "if (cVar1 != '\0') {\n return 0;\n }" if (parenthesized_expression "(cVar1 != '\0')" ( (binary_expression "cVar1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "uVar3 = param_3 & 0x7fffffff;" (assignment_expression "uVar3 = param_3 & 0x7fffffff" identifier = (binary_expression "param_3 & 0x7fffffff" identifier & number_literal)) ;) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == uVar3))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == uVar3)" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == uVar3)" ( (binary_expression "param_3 == uVar3" identifier == identifier) ))) )) (compound_statement "{\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" { (expression_statement "plVar4 = param_2;" (assignment_expression "plVar4 = param_2" identifier = identifier) ;) (expression_statement "uVar5 = param_5;" (assignment_expression "uVar5 = param_5" identifier = identifier) ;) (expression_statement "uVar2 = FUN_00224780(param_1);" (assignment_expression "uVar2 = FUN_00224780(param_1)" identifier = (call_expression "FUN_00224780(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);" (call_expression "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" ( (pointer_expression "**(code **)(*param_2 + 0x168)" * (pointer_expression "*(code **)(*param_2 + 0x168)" * (cast_expression "(code **)(*param_2 + 0x168)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x168)" ( (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" ( identifier , identifier , identifier , identifier , identifier , (pointer_expression "*param_2" * identifier) , identifier , identifier , identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry")" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT + LIT)) )) && (parenthesized_expression ( (binary_expression IDENT == IDENT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , (pointer_expression * IDENT) , IDENT , IDENT , IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "undefined8\nFUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)\n\n{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n \n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" (type_identifier "undefined8") (function_declarator "FUN_00224dc0(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" (identifier "FUN_00224dc0") (parameter_list "(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) () ")"))) (compound_statement "{\n char cVar1;\n undefined4 uVar2;\n uint uVar3;\n long *plVar4;\n undefined8 uVar5;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);\n if (cVar1 != '\0') {\n return 0;\n }\n uVar3 = param_3 & 0x7fffffff;\n if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }\n \n FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (expression_statement "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5);" (assignment_expression "cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" (identifier "cVar1") (= "=") (call_expression "(**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5)" (parenthesized_expression "(**(code **)(*param_2 + 0x158))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x158)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x158)" (* "*") (cast_expression "(code **)(*param_2 + 0x158)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x158)" (( "(") (binary_expression "*param_2 + 0x158" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x158")) () ")"))))) () ")")) (argument_list "(param_2,param_3,param_4,param_5)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") () ")")))) (; ";")) (if_statement "if (cVar1 != '\0') {\n return 0;\n }" (if "if") (parenthesized_expression "(cVar1 != '\0')" (( "(") (binary_expression "cVar1 != '\0'" (identifier "cVar1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "uVar3 = param_3 & 0x7fffffff;" (assignment_expression "uVar3 = param_3 & 0x7fffffff" (identifier "uVar3") (= "=") (binary_expression "param_3 & 0x7fffffff" (identifier "param_3") (& "&") (number_literal "0x7fffffff"))) (; ";")) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) {\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" (if "if") (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == uVar3))" (( "(") (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == uVar3)" (parenthesized_expression "(2 < param_3 + 0x80000003)" (( "(") (binary_expression "2 < param_3 + 0x80000003" (number_literal "2") (< "<") (binary_expression "param_3 + 0x80000003" (identifier "param_3") (+ "+") (number_literal "0x80000003"))) () ")")) (&& "&&") (parenthesized_expression "(param_3 == uVar3)" (( "(") (binary_expression "param_3 == uVar3" (identifier "param_3") (== "==") (identifier "uVar3")) () ")"))) () ")")) (compound_statement "{\n plVar4 = param_2;\n uVar5 = param_5;\n uVar2 = FUN_00224780(param_1);\n (**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);\n return 1;\n }" ({ "{") (expression_statement "plVar4 = param_2;" (assignment_expression "plVar4 = param_2" (identifier "plVar4") (= "=") (identifier "param_2")) (; ";")) (expression_statement "uVar5 = param_5;" (assignment_expression "uVar5 = param_5" (identifier "uVar5") (= "=") (identifier "param_5")) (; ";")) (expression_statement "uVar2 = FUN_00224780(param_1);" (assignment_expression "uVar2 = FUN_00224780(param_1)" (identifier "uVar2") (= "=") (call_expression "FUN_00224780(param_1)" (identifier "FUN_00224780") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5);" (call_expression "(**(code **)(*param_2 + 0x168))\n (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" (parenthesized_expression "(**(code **)(*param_2 + 0x168))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x168)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x168)" (* "*") (cast_expression "(code **)(*param_2 + 0x168)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x168)" (( "(") (binary_expression "*param_2 + 0x168" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x168")) () ")"))))) () ")")) (argument_list "(param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5)" (( "(") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "uVar2") (, ",") (identifier "param_5") (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) (, ",") (identifier "plVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar5") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry");" (call_expression "FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry")" (identifier "FUN_0018dcf0") (argument_list "("../../gold/output.h",0xa5d,"Got_entry")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xa5d") (, ",") (string_literal ""Got_entry"" (" """) (string_content "Got_entry") (" """)) () ")"))) (; ";")) (} "}")))
/* DWARF original prototype: bool add_local(Output_data_got<64,_false> * this, Relobj * object, uint symndx, uint got_type, uint64_t addend) */ bool __thiscall gold::Output_data_got<64,_false>::add_local (Output_data_got<64,_false> *this,type_3 *object,type_2 var_1,type_2 got_type,uint64_t addend ) { _func_int_varargs **pp_Var1; type_1 got_entry; int iVar2; type_2 uVar3; type_3 *pRVar4; type_4 uStack_3c; iVar2 = (*(object->super_Object)._vptr_Object[0x2b])(object,(type_5)var_1,(type_5)got_type,addend); if ((char)iVar2 != '\0') { return false; } if ((2 < var_1 + 0x80000003) && (var_1 == (var_1 & 0x7fffffff))) { got_entry._8_8_ = var_2(uStack_3c,var_1) & 0xffffffff7fffffff; got_entry.u_.object = object; got_entry.addend_ = addend; pRVar4 = object; uVar3 = var_3(this,got_entry); pp_Var1 = (object->super_Object)._vptr_Object; (*pp_Var1[0x2d])(object,(type_5)var_1,(type_5)got_type,(type_5)uVar3,addend,pp_Var1,pRVar4); return true; } /* WARNING: Subroutine does not return */ var_4("../../gold/output.h",0xa5d,"Got_entry"); }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
undefined8 MASKED(undefined8 param_1,long *param_2,uint param_3,undefined4 param_4,undefined8 param_5) { char cVar1; undefined4 uVar2; uint uVar3; long *plVar4; undefined8 uVar5; cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_4,param_5); if (cVar1 != '\0') { return 0; } uVar3 = param_3 & 0x7fffffff; if ((2 < param_3 + 0x80000003) && (param_3 == uVar3)) { plVar4 = param_2; uVar5 = param_5; uVar2 = FUN_00224780(param_1); (**(code **)(*param_2 + 0x168)) (param_2,param_3,param_4,uVar2,param_5,*param_2,plVar4,uVar3,uVar5); return 1; } /* WARNING: Subroutine does not return */ FUN_0018dcf0("../../gold/output.h",0xa5d,"Got_entry"); }
2921_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
add_global_symbol
FUN_0019f8f0
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint symndx, Symbol * gsym) */ void __thiscall gold::Sized_incremental_binary<64,_false>::add_global_symbol (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym) { (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl. _M_start[symndx] = gsym; return; }
void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3) { *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3; return; }
MOV RAX,qword ptr [RDI + 0xa8] MOV ESI,ESI MOV qword ptr [RAX + RSI*0x8],RDX RET
null
null
null
null
[(u'PTRSUB_-1207502521', u'LOAD_-1207502605'), (u'LOAD_-1207502605', u'PTRADD_-1207502512'), (u'PTRADD_-1207502512', u'STORE_-1207502588'), (u'INT_ZEXT_-1207502567', u'PTRADD_-1207502512'), ('const-433', u'STORE_-1207502588'), (u'PTRSUB_-1207502524', u'PTRSUB_-1207502523'), ('const-433', u'LOAD_-1207502605'), ('const-8', u'PTRADD_-1207502512'), ('const-0', u'RETURN_-1207502574'), ('const-0', u'PTRSUB_-1207502521'), ('const-0', u'PTRSUB_-1207502523'), (u'PTRSUB_-1207502523', u'PTRSUB_-1207502522'), (u'PTRSUB_-1207502522', u'PTRSUB_-1207502521'), ('tmp_35', u'STORE_-1207502588'), ('const-0', u'PTRSUB_-1207502522'), ('const-168', u'PTRSUB_-1207502524'), ('tmp_34', u'INT_ZEXT_-1207502567'), ('tmp_33', u'PTRSUB_-1207502524')]
[('const-433', u'STORE_-1207502588'), ('tmp_45', u'STORE_-1207502588'), ('const-433', u'LOAD_-1207502605'), ('const-8', u'INT_MULT_-1207502562'), (u'INT_ADD_-1207502574', u'CAST_-1207502517'), (u'INT_ADD_-1207502589', u'CAST_-1207502527'), ('const-0', u'RETURN_-1207502574'), (u'INT_ZEXT_-1207502568', u'INT_MULT_-1207502562'), ('tmp_43', u'INT_ADD_-1207502589'), (u'CAST_-1207502527', u'LOAD_-1207502605'), (u'CAST_-1207502517', u'STORE_-1207502588'), (u'LOAD_-1207502605', u'INT_ADD_-1207502574'), (u'INT_MULT_-1207502562', u'INT_ADD_-1207502574'), ('const-168', u'INT_ADD_-1207502589'), ('tmp_50', u'INT_ZEXT_-1207502568')]
null
null
0019f8f0
x64
O2
(translation_unit "void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)\n\n{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}\n\n" (function_definition "void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)\n\n{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" primitive_type (function_declarator "FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,uint param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" { (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" * (cast_expression "(long *)(param_1 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint\n symndx, Symbol * gsym) */\n\nvoid __thiscall\ngold::Sized_incremental_binary<64,_false>::add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[symndx] = gsym;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_incremental_binary<64,_false>::add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[symndx] = gsym;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::" identifier > : :) (init_declarator "add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[symndx] = gsym" (array_declarator "add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start[symndx]" (function_declarator "add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)\n\n{\n (this->symbol_map_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_start" (function_declarator "add_global_symbol\n (Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)" identifier (parameter_list "(Sized_incremental_binary<64,_false> *this,uint symndx,Symbol *gsym)" ( (parameter_declaration "Sized_incremental_binary" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint symndx" type_identifier identifier) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) ))) (ERROR "{" {) (parameter_list "(this->symbol_map_)" ( (parameter_declaration "this->symbol_map_" type_identifier (ERROR "->" ->) identifier) )) (ERROR "." .) identifier (ERROR "<" <) identifier (ERROR "::" : :) identifier (ERROR "*," * ,) identifier (ERROR "::" : :) identifier (ERROR "<" <) identifier (ERROR "::" : :) identifier (ERROR "*>" * >) identifier (ERROR ">." > .) identifier (ERROR "." .) identifier) [ identifier ]) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)\n\n{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}\n\n" (function_definition "void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)\n\n{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" primitive_type (function_declarator "FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)" identifier (parameter_list "(long param_1,uint param_2,undefined8 param_3)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) ))) (compound_statement "{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" { (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" * (cast_expression "(long *)(param_1 + 0xa8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xa8)" ( (binary_expression "param_1 + 0xa8" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) = identifier) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) = IDENT) ;) (return_statement return ;) })))
(function_definition "void FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)\n\n{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0019f8f0(long param_1,uint param_2,undefined8 param_3)" (identifier "FUN_0019f8f0") (parameter_list "(long param_1,uint param_2,undefined8 param_3)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) () ")"))) (compound_statement "{\n *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;\n return;\n}" ({ "{") (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0xa8)" (* "*") (cast_expression "(long *)(param_1 + 0xa8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xa8)" (( "(") (binary_expression "param_1 + 0xa8" (identifier "param_1") (+ "+") (number_literal "0xa8")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "8"))) () ")")))) (= "=") (identifier "param_3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void add_global_symbol(Sized_incremental_binary<64,_false> * this, uint symndx, Symbol * gsym) */ void __thiscall function_3::type_1<64,type_2>::function_1 (type_1<64,type_2> *type_5,type_3 symndx,type_4 *gsym) { (type_5->symbol_map_).function_2<function_3::type_4*,function_4::function_5<function_3::type_4*>function_6>.function_7. function_8[symndx] = gsym; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) right: (identifier))) (return_statement))))
null
void MASKED(long param_1,uint param_2,undefined8 param_3) { *(undefined8 *)(*(long *)(param_1 + 0xa8) + (ulong)param_2 * 8) = param_3; return; }
3297_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
is_in_system_directory
FUN_001e39d0
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: bool is_in_system_directory(Input_file * this) */ bool __thiscall gold::Input_file::is_in_system_directory(Input_file *this) { bool bVar1; if (this->is_in_sysroot_ != false) { return this->is_in_sysroot_; } if (parameters->options_ != (General_options *)0x0) { bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_); return bVar1; } /* WARNING: Subroutine does not return */ do_gold_unreachable("../../gold/parameters.h",0x5c,"options"); }
void FUN_001e39d0(long param_1) { if (*(char *)(param_1 + 0xe0) != '\0') { return; } if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) { FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28); return; } /* WARNING: Subroutine does not return */ FUN_001e9890("../../gold/parameters.h",0x5c,"options"); }
MOVZX EAX,byte ptr [RDI + 0xe0] TEST AL,AL JNZ 0x001e3a00 MOV RAX,qword ptr [0x004ba7c8] MOV RSI,RDI MOV RDI,qword ptr [RAX + 0x10] TEST RDI,RDI JZ 0x001e3a01 ADD RSI,0x28 JMP 0x00251620 RET PUSH RAX LEA RDX,[0x3e18e8] MOV ESI,0x5c LEA RDI,[0x3c9279] CALL 0x001e9890
null
null
null
null
[('const-1', u'RETURN_-1207879086'), ('tmp_36', u'CBRANCH_-1207879188'), ('const-433', u'LOAD_-1207879175'), ('tmp_147', u'PTRSUB_-1207879003'), (u'LOAD_-1207879213', u'INT_NOTEQUAL_-1207879189'), (u'COPY_-1207879114', u'RETURN_-1207879132'), (u'COPY_-1207879033', u'CALL_-1207879091'), ('const-224', u'PTRSUB_-1207879035'), (u'INT_NOTEQUAL_-1207879155', u'CBRANCH_-1207879154'), (u'PTRSUB_-1207879035', u'LOAD_-1207879213'), ('const-433', u'LOAD_-1207879213'), ('const-4069608', u'COPY_-1207879032'), ('tmp_309', u'COPY_-1207879060'), ('const-92', u'CALL_-1207879091'), ('const-0', u'RETURN_-1207879104'), (u'LOAD_-1207879175', u'CALL_-1207879136'), (u'COPY_-1207879099', u'RETURN_-1207879104'), (u'CALL_-1207879136', u'COPY_-1207879114'), (u'LOAD_-1207879175', u'INT_NOTEQUAL_-1207879155'), ('tmp_74', u'CBRANCH_-1207879154'), (u'CALL_-1207879136', u'INDIRECT_-1207879017'), (u'INDIRECT_-1207879017', u'COPY_-1207879076'), (u'CALL_-1207879091', u'INDIRECT_-1207878983'), ('const-0', u'INT_NOTEQUAL_-1207879189'), (u'PTRSUB_-1207878998', u'CALL_-1207879136'), (u'INT_NOTEQUAL_-1207879189', u'CBRANCH_-1207879188'), (u'PTRSUB_-1207879003', u'PTRSUB_-1207878998'), ('const-40', u'PTRSUB_-1207879003'), (u'PTRSUB_-1207879013', u'LOAD_-1207879175'), (u'LOAD_-1207879213', u'COPY_-1207879099'), ('const-16', u'PTRSUB_-1207879013'), ('tmp_309', u'PTRSUB_-1207879013'), ('tmp_147', u'PTRSUB_-1207879035'), (u'COPY_-1207879032', u'CALL_-1207879091'), ('const-0', u'PTRSUB_-1207878998'), (u'INDIRECT_-1207878983', u'COPY_-1207879040'), ('const-3969657', u'COPY_-1207879033'), ('const-0', u'RETURN_-1207879132'), ('const-0', u'INT_NOTEQUAL_-1207879155')]
[('const-1', u'RETURN_-1207879086'), ('tmp_36', u'CBRANCH_-1207879188'), (u'LOAD_-1207879213', u'INT_NOTEQUAL_-1207879189'), ('tmp_247', u'INT_ADD_-1207879135'), (u'INT_ADD_-1207879197', u'CAST_-1207879042'), (u'INT_NOTEQUAL_-1207879155', u'CBRANCH_-1207879154'), ('tmp_299', u'COPY_-1207879065'), (u'COPY_-1207879038', u'CALL_-1207879091'), (u'INDIRECT_-1207878988', u'COPY_-1207879045'), (u'CAST_-1207879042', u'LOAD_-1207879213'), (u'INT_ADD_-1207879135', u'CALL_-1207879136'), ('const-0', u'RETURN_-1207879104'), (u'CALL_-1207879136', u'INDIRECT_-1207879022'), (u'LOAD_-1207879175', u'CALL_-1207879136'), (u'COPY_-1207879037', u'CALL_-1207879091'), ('const-16', u'PTRADD_-1207879113'), (u'LOAD_-1207879175', u'INT_NOTEQUAL_-1207879155'), (u'INDIRECT_-1207879022', u'COPY_-1207879081'), ('tmp_74', u'CBRANCH_-1207879154'), ('const-4069608', u'COPY_-1207879037'), ('const-40', u'INT_ADD_-1207879135'), ('const-92', u'CALL_-1207879091'), (u'CAST_-1207879020', u'LOAD_-1207879175'), ('const-0', u'INT_NOTEQUAL_-1207879189'), (u'PTRADD_-1207879113', u'CAST_-1207879020'), (u'INT_NOTEQUAL_-1207879189', u'CBRANCH_-1207879188'), ('const-3969657', u'COPY_-1207879038'), ('const-433', u'LOAD_-1207879213'), ('tmp_299', u'PTRADD_-1207879113'), (u'CALL_-1207879091', u'INDIRECT_-1207878988'), ('const-1', u'PTRADD_-1207879113'), ('const-224', u'INT_ADD_-1207879197'), ('const-0', u'INT_NOTEQUAL_-1207879155'), ('const-433', u'LOAD_-1207879175'), ('tmp_247', u'INT_ADD_-1207879197'), ('const-0', u'RETURN_-1207879132')]
null
null
001e39d0
x64
O2
(translation_unit "void FUN_001e39d0(long param_1)\n\n{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "void FUN_001e39d0(long param_1)\n\n{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" primitive_type (function_declarator "FUN_001e39d0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" { (if_statement "if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xe0) != '\0')" ( (binary_expression "*(char *)(param_1 + 0xe0) != '\0'" (pointer_expression "*(char *)(param_1 + 0xe0)" * (cast_expression "(char *)(param_1 + 0xe0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" { (expression_statement "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);" (call_expression "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" identifier (argument_list "(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" ( (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) , (binary_expression "param_1 + 0x28" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })))
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: bool is_in_system_directory(Input_file * this) */\n\nbool __thiscall gold::Input_file::is_in_system_directory(Input_file *this)\n\n{\n bool bVar1;\n \n if (this->is_in_sysroot_ != false) {\n return this->is_in_sysroot_;\n }\n if (parameters->options_ != (General_options *)0x0) {\n bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}\n\n" comment comment comment (function_definition "bool __thiscall gold::Input_file::is_in_system_directory(Input_file *this)\n\n{\n bool bVar1;\n \n if (this->is_in_sysroot_ != false) {\n return this->is_in_sysroot_;\n }\n if (parameters->options_ != (General_options *)0x0) {\n bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Input_file::" identifier : : identifier : :) (function_declarator "is_in_system_directory(Input_file *this)" identifier (parameter_list "(Input_file *this)" ( (parameter_declaration "Input_file *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n bool bVar1;\n \n if (this->is_in_sysroot_ != false) {\n return this->is_in_sysroot_;\n }\n if (parameters->options_ != (General_options *)0x0) {\n bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_);\n return bVar1;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (if_statement "if (this->is_in_sysroot_ != false) {\n return this->is_in_sysroot_;\n }" if (parenthesized_expression "(this->is_in_sysroot_ != false)" ( (binary_expression "this->is_in_sysroot_ != false" (field_expression "this->is_in_sysroot_" identifier -> field_identifier) != false) )) (compound_statement "{\n return this->is_in_sysroot_;\n }" { (return_statement "return this->is_in_sysroot_;" return (field_expression "this->is_in_sysroot_" identifier -> field_identifier) ;) })) (if_statement "if (parameters->options_ != (General_options *)0x0) {\n bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_);\n return bVar1;\n }" if (parenthesized_expression "(parameters->options_ != (General_options *)0x0)" ( (binary_expression "parameters->options_ != (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) != (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n bVar1 = General_options::is_in_system_directory(parameters->options_,&(this->file_).name_);\n return bVar1;\n }" { (ERROR "bVar1 = General_options::" (assignment_expression "bVar1 = General_options" identifier = identifier) : :) (expression_statement "is_in_system_directory(parameters->options_,&(this->file_).name_);" (call_expression "is_in_system_directory(parameters->options_,&(this->file_).name_)" identifier (argument_list "(parameters->options_,&(this->file_).name_)" ( (field_expression "parameters->options_" identifier -> field_identifier) , (pointer_expression "&(this->file_).name_" & (field_expression "(this->file_).name_" (parenthesized_expression "(this->file_)" ( (field_expression "this->file_" identifier -> field_identifier) )) . field_identifier)) ))) ;) (return_statement "return bVar1;" return identifier ;) })) comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })))
(translation_unit "void FUN_001e39d0(long param_1)\n\n{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "void FUN_001e39d0(long param_1)\n\n{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" primitive_type (function_declarator "FUN_001e39d0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" { (if_statement "if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 0xe0) != '\0')" ( (binary_expression "*(char *)(param_1 + 0xe0) != '\0'" (pointer_expression "*(char *)(param_1 + 0xe0)" * (cast_expression "(char *)(param_1 + 0xe0)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0)" ( (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" { (expression_statement "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);" (call_expression "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" identifier (argument_list "(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" ( (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" * (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" ( (binary_expression "PTR_DAT_004ba7c8 + 0x10" identifier + number_literal) )))) , (binary_expression "param_1 + 0x28" identifier + number_literal) ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })))
(function_definition "void FUN_001e39d0(long param_1)\n\n{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" (primitive_type "void") (function_declarator "FUN_001e39d0(long param_1)" (identifier "FUN_001e39d0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }\n if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }\n \n FUN_001e9890("../../gold/parameters.h",0x5c,"options");\n}" ({ "{") (if_statement "if (*(char *)(param_1 + 0xe0) != '\0') {\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 0xe0) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 0xe0) != '\0'" (pointer_expression "*(char *)(param_1 + 0xe0)" (* "*") (cast_expression "(char *)(param_1 + 0xe0)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe0)" (( "(") (binary_expression "param_1 + 0xe0" (identifier "param_1") (+ "+") (number_literal "0xe0")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) {\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" (( "(") (binary_expression "PTR_DAT_004ba7c8 + 0x10" (identifier "PTR_DAT_004ba7c8") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);\n return;\n }" ({ "{") (expression_statement "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28);" (call_expression "FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" (identifier "FUN_00251620") (argument_list "(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28)" (( "(") (pointer_expression "*(long *)(PTR_DAT_004ba7c8 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_004ba7c8 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_004ba7c8 + 0x10)" (( "(") (binary_expression "PTR_DAT_004ba7c8 + 0x10" (identifier "PTR_DAT_004ba7c8") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_001e9890("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_001e9890("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_001e9890") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}")))
/* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: bool is_in_system_directory(Input_file * this) */ bool __thiscall gold::type_1::function_1(type_1 *this) { bool bVar1; if (this->is_in_sysroot_ != false) { return this->is_in_sysroot_; } if (parameters->options_ != (type_2 *)0x0) { bVar1 = type_2::function_1(parameters->options_,&(this->file_).name_); return bVar1; } /* WARNING: Subroutine does not return */ var_1("../../gold/parameters.h",0x5c,"options"); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (identifier) right: (number_literal))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
null
void MASKED(long param_1) { if (*(char *)(param_1 + 0xe0) != '\0') { return; } if (*(long *)(PTR_DAT_004ba7c8 + 0x10) != 0) { FUN_00251620(*(long *)(PTR_DAT_004ba7c8 + 0x10),param_1 + 0x28); return; } /* WARNING: Subroutine does not return */ FUN_001e9890("../../gold/parameters.h",0x5c,"options"); }
185_i686-kfreebsd-gnu-strings_and_i686-kfreebsd-gnu-strings_strip.c
strerror
strerror
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { /* WARNING: Bad instruction - Truncating control flow here */ /* strerror@@GLIBC_2.2.5 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strerror(int __errnum) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206939078')]
[('const-1', u'RETURN_-1206939078')]
null
null
00109230
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * strerror(int __errnum)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strerror(int __errnum)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strerror@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * strerror(int __errnum)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strerror@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strerror@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strerror(int __errnum)" * (function_declarator "strerror(int __errnum)" identifier (parameter_list "(int __errnum)" ( (parameter_declaration "int __errnum" primitive_type identifier) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "char * strerror(int __errnum)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strerror(int __errnum)" (* "*") (function_declarator "strerror(int __errnum)" (identifier "strerror") (parameter_list "(int __errnum)" (( "(") (parameter_declaration "int __errnum" (primitive_type "int") (identifier "__errnum")) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(int __errnum) { /* WARNING: Bad instruction - Truncating control flow here */ /* strerror@@GLIBC_2.2.5 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(int __errnum) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1719_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
~Struct_Bsymbolic_functions
FUN_0015cd10
/* DWARF original prototype: void ~Struct_Bsymbolic_functions(Struct_Bsymbolic_functions * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_Bsymbolic_functions::~Struct_Bsymbolic_functions (Struct_Bsymbolic_functions *this,int __in_chrg) { pointer pcVar1; (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50; pcVar1 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar1 != &(this->option).longname.field_2) { operator_delete(pcVar1); } operator_delete(this,0x68); return; }
void FUN_0015cd10(undefined8 *param_1) { *param_1 = &PTR_FUN_00423c50; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x68); return; }
LEA RAX,[0x423c50] PUSH RBX MOV RBX,RDI MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x8] LEA RAX,[RBX + 0x18] CMP RDI,RAX JZ 0x0015cd30 CALL 0x002dac70 MOV RDI,RBX MOV ESI,0x68 POP RBX JMP 0x002dac60
null
null
null
null
[('const-0', u'PTRSUB_-1207251533'), ('tmp_58', u'CBRANCH_-1207251644'), ('const-16', u'PTRSUB_-1207251521'), ('const-4340816', u'PTRSUB_-1207251539'), (u'PTRSUB_-1207251526', u'LOAD_-1207251672'), ('const-0', u'RETURN_-1207251612'), ('const-8', u'PTRSUB_-1207251528'), ('const-0', u'PTRSUB_-1207251529'), (u'PTRSUB_-1207251528', u'PTRSUB_-1207251524'), (u'PTRSUB_-1207251521', u'INT_NOTEQUAL_-1207251645'), (u'PTRSUB_-1207251539', u'CAST_-1207251529'), (u'LOAD_-1207251672', u'CAST_-1207251517'), ('const-104', u'CALL_-1207251616'), (u'PTRSUB_-1207251529', u'PTRSUB_-1207251526'), (u'CAST_-1207251517', u'INT_NOTEQUAL_-1207251645'), ('tmp_93', u'PTRSUB_-1207251538'), (u'INT_NOTEQUAL_-1207251645', u'CBRANCH_-1207251644'), (u'PTRSUB_-1207251533', u'STORE_-1207251676'), ('const-433', u'LOAD_-1207251672'), ('const-0', u'PTRSUB_-1207251539'), ('const-433', u'STORE_-1207251676'), ('tmp_93', u'PTRSUB_-1207251534'), ('const-8', u'PTRSUB_-1207251534'), (u'PTRSUB_-1207251524', u'PTRSUB_-1207251521'), ('const-0', u'PTRSUB_-1207251526'), (u'PTRSUB_-1207251533', u'PTRSUB_-1207251529'), ('tmp_93', u'PTRSUB_-1207251528'), ('const-0', u'PTRSUB_-1207251524'), (u'LOAD_-1207251672', u'CALL_-1207251637'), ('const-0', u'PTRSUB_-1207251533'), (u'CAST_-1207251529', u'STORE_-1207251676'), (u'PTRSUB_-1207251538', u'PTRSUB_-1207251533'), ('const-0', u'PTRSUB_-1207251538'), (u'PTRSUB_-1207251534', u'PTRSUB_-1207251533'), ('tmp_93', u'CALL_-1207251616')]
[(u'INT_NOTEQUAL_-1207251645', u'CBRANCH_-1207251644'), ('const-8', u'PTRADD_-1207251532'), ('const-104', u'CALL_-1207251616'), ('tmp_58', u'CBRANCH_-1207251644'), ('const-0', u'PTRSUB_-1207251540'), ('const-8', u'PTRADD_-1207251537'), (u'LOAD_-1207251672', u'CAST_-1207251536'), ('const-433', u'STORE_-1207251676'), (u'CAST_-1207251536', u'INT_NOTEQUAL_-1207251645'), ('tmp_194', u'STORE_-1207251676'), ('const-4340816', u'PTRSUB_-1207251540'), ('const-0', u'RETURN_-1207251612'), (u'PTRADD_-1207251537', u'LOAD_-1207251672'), ('tmp_194', u'PTRADD_-1207251532'), ('tmp_194', u'CALL_-1207251616'), ('const-3', u'PTRADD_-1207251532'), (u'PTRSUB_-1207251540', u'STORE_-1207251676'), ('tmp_194', u'PTRADD_-1207251537'), ('const-433', u'LOAD_-1207251672'), ('const-1', u'PTRADD_-1207251537'), (u'PTRADD_-1207251532', u'INT_NOTEQUAL_-1207251645')]
null
null
0015cd10
x64
O2
(translation_unit "void FUN_0015cd10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_0015cd10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_0015cd10(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423c50;" (assignment_expression "*param_1 = &PTR_FUN_00423c50" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423c50" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x68);" (call_expression "thunk_FUN_002dac70(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void ~Struct_Bsymbolic_functions(Struct_Bsymbolic_functions * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_Bsymbolic_functions::~Struct_Bsymbolic_functions\n (Struct_Bsymbolic_functions *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_Bsymbolic_functions::~Struct_Bsymbolic_functions\n (Struct_Bsymbolic_functions *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_Bsymbolic_functions::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_Bsymbolic_functions\n (Struct_Bsymbolic_functions *this,int __in_chrg)" identifier (parameter_list "(Struct_Bsymbolic_functions *this,int __in_chrg)" ( (parameter_declaration "Struct_Bsymbolic_functions *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423c50" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00423c50" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00423c50" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x68);" (call_expression "operator_delete(this,0x68)" identifier (argument_list "(this,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void FUN_0015cd10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_0015cd10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_0015cd10(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00423c50;" (assignment_expression "*param_1 = &PTR_FUN_00423c50" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00423c50" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002dac70(param_1,0x68);" (call_expression "thunk_FUN_002dac70(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_0015cd10(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0015cd10(undefined8 *param_1)" (identifier "FUN_0015cd10") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00423c50;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00423c50;" (assignment_expression "*param_1 = &PTR_FUN_00423c50" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00423c50" (& "&") (identifier "PTR_FUN_00423c50"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002dac70(param_1,0x68);" (call_expression "thunk_FUN_002dac70(param_1,0x68)" (identifier "thunk_FUN_002dac70") (argument_list "(param_1,0x68)" (( "(") (identifier "param_1") (, ",") (number_literal "0x68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~Struct_Bsymbolic_functions(Struct_Bsymbolic_functions * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 var_5; (this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00423c50; var_5 = (this->option).longname._M_dataplus._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4 *)var_5 != &(this->option).longname.field_2) { var_6(var_5); } var_6(this,0x68); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { *param_1 = &PTR_FUN_00423c50; if ((undefined8 *)param_1[1] != param_1 + 3) { FUN_002dac70(); } thunk_FUN_002dac70(param_1,0x68); return; }
2942_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c
output_section
FUN_001a6a30
/* DWARF original prototype: Output_section * output_section(Sized_incremental_binary<64,_false> * this, uint shndx) */ Output_section * __thiscall gold::Sized_incremental_binary<64,_false>::output_section (Sized_incremental_binary<64,_false> *this,uint shndx) { return (this->section_map_). super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl. _M_start[shndx]; }
undefined8 FUN_001a6a30(long param_1,uint param_2) { return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8); }
MOV RAX,qword ptr [RDI + 0x90] MOV ESI,ESI MOV RAX,qword ptr [RAX + RSI*0x8] RET
null
null
null
null
[(u'PTRADD_-1207604592', u'LOAD_-1207604670'), ('tmp_34', u'PTRSUB_-1207604604'), ('const-0', u'PTRSUB_-1207604601'), (u'LOAD_-1207604670', u'COPY_-1207604670'), ('const-0', u'RETURN_-1207604654'), ('const-8', u'PTRADD_-1207604592'), (u'COPY_-1207604670', u'RETURN_-1207604654'), ('const-0', u'PTRSUB_-1207604602'), (u'PTRSUB_-1207604604', u'PTRSUB_-1207604603'), (u'PTRSUB_-1207604603', u'PTRSUB_-1207604602'), (u'INT_ZEXT_-1207604647', u'PTRADD_-1207604592'), ('const-433', u'LOAD_-1207604670'), ('tmp_35', u'INT_ZEXT_-1207604647'), (u'PTRSUB_-1207604601', u'LOAD_-1207604685'), ('const-0', u'PTRSUB_-1207604603'), (u'PTRSUB_-1207604602', u'PTRSUB_-1207604601'), (u'LOAD_-1207604685', u'PTRADD_-1207604592'), ('const-433', u'LOAD_-1207604685'), ('const-144', u'PTRSUB_-1207604604')]
[(u'LOAD_-1207604670', u'COPY_-1207604670'), (u'INT_ZEXT_-1207604648', u'INT_MULT_-1207604642'), ('const-433', u'LOAD_-1207604670'), ('tmp_48', u'INT_ZEXT_-1207604648'), ('const-0', u'RETURN_-1207604654'), ('const-8', u'INT_MULT_-1207604642'), (u'COPY_-1207604670', u'RETURN_-1207604654'), (u'CAST_-1207604597', u'LOAD_-1207604670'), ('tmp_42', u'INT_ADD_-1207604669'), (u'INT_MULT_-1207604642', u'INT_ADD_-1207604654'), ('const-144', u'INT_ADD_-1207604669'), (u'LOAD_-1207604685', u'INT_ADD_-1207604654'), (u'CAST_-1207604607', u'LOAD_-1207604685'), (u'INT_ADD_-1207604669', u'CAST_-1207604607'), (u'INT_ADD_-1207604654', u'CAST_-1207604597'), ('const-433', u'LOAD_-1207604685')]
null
null
001a6a30
x64
O2
(translation_unit "undefined8 FUN_001a6a30(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}\n\n" (function_definition "undefined8 FUN_001a6a30(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" type_identifier (function_declarator "FUN_001a6a30(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" { (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);" return (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0x90) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) })))
(translation_unit "/* DWARF original prototype: Output_section * output_section(Sized_incremental_binary<64,_false> *\n this, uint shndx) */\n\nOutput_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[shndx];\n}\n\n" comment (expression_statement "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[shndx];" (subscript_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start[shndx]" (field_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_start" (field_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base<gold" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64,_false>::output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base" (binary_expression "Output_section * __thiscall\ngold::Sized_incremental_binary<64" (binary_expression "Output_section * __thiscall" identifier * identifier) (ERROR "gold::Sized_incremental_binary" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (field_expression "output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_).\n super__Vector_base" (call_expression "output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)\n\n{\n return (this->section_map_)" (call_expression "output_section\n (Sized_incremental_binary<64,_false> *this,uint shndx)" identifier (argument_list "(Sized_incremental_binary<64,_false> *this,uint shndx)" ( (binary_expression "Sized_incremental_binary<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))) (ERROR "{\n return" { return) (argument_list "(this->section_map_)" ( (field_expression "this->section_map_" identifier -> field_identifier) ))) . field_identifier)) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) [ identifier ]) ;) (ERROR "}" }))
(translation_unit "undefined8 FUN_001a6a30(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}\n\n" (function_definition "undefined8 FUN_001a6a30(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" type_identifier (function_declarator "FUN_001a6a30(long param_1,uint param_2)" identifier (parameter_list "(long param_1,uint param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" { (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);" return (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" ( (binary_expression "*(long *)(param_1 + 0x90) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x90)" * (cast_expression "(long *)(param_1 + 0x90)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x90)" ( (binary_expression "param_1 + 0x90" identifier + number_literal) )))) + (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) ;) })))
(function_definition "undefined8 FUN_001a6a30(long param_1,uint param_2)\n\n{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" (type_identifier "undefined8") (function_declarator "FUN_001a6a30(long param_1,uint param_2)" (identifier "FUN_001a6a30") (parameter_list "(long param_1,uint param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);\n}" ({ "{") (return_statement "return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8);" (return "return") (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8)" (( "(") (binary_expression "*(long *)(param_1 + 0x90) + (ulong)param_2 * 8" (pointer_expression "*(long *)(param_1 + 0x90)" (* "*") (cast_expression "(long *)(param_1 + 0x90)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x90)" (( "(") (binary_expression "param_1 + 0x90" (identifier "param_1") (+ "+") (number_literal "0x90")) () ")")))) (+ "+") (binary_expression "(ulong)param_2 * 8" (cast_expression "(ulong)param_2" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_2")) (* "*") (number_literal "8"))) () ")")))) (; ";")) (} "}")))
/* DWARF original prototype: Output_section * output_section(Sized_incremental_binary<64,_false> * this, uint shndx) */ var_1 * var_2 var_6::var_4<64,var_5>::var_3 (var_4<64,var_5> *this,uint shndx) { return (this->section_map_). super__Vector_base<var_6::var_1*,var_7::allocator<var_6::var_1*>var_8>._M_impl. _M_start[shndx]; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))))))
null
undefined8 MASKED(long param_1,uint param_2) { return *(undefined8 *)(*(long *)(param_1 + 0x90) + (ulong)param_2 * 8); }
21_i686-gnu-size_and_i686-gnu-size_strip.c
ctime
ctime
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * ctime(time_t *__timer) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)(); return pcVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * ctime(time_t *__timer) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)(); return pcVar1; }
JMP qword ptr [0x001090a8]
null
null
null
null
[(u'CAST_-1206967908', u'RETURN_-1206967973'), (u'CALLIND_-1206967976', u'CAST_-1206967908'), ('const-0', u'RETURN_-1206967973'), ('tmp_32', u'CAST_-1206967909'), (u'CALLIND_-1206967976', u'INDIRECT_-1206967914'), (u'INDIRECT_-1206967914', u'COPY_-1206967973'), (u'CAST_-1206967909', u'CALLIND_-1206967976')]
[(u'CAST_-1206967908', u'RETURN_-1206967973'), (u'CALLIND_-1206967976', u'CAST_-1206967908'), ('const-0', u'RETURN_-1206967973'), ('tmp_32', u'CAST_-1206967909'), (u'CALLIND_-1206967976', u'INDIRECT_-1206967914'), (u'INDIRECT_-1206967914', u'COPY_-1206967973'), (u'CAST_-1206967909', u'CALLIND_-1206967976')]
null
null
00102150
x64
O2
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_001090a8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_001090a8)()" (parenthesized_expression "(*(code *)PTR_ctime_001090a8)" ( (pointer_expression "*(code *)PTR_ctime_001090a8" * (cast_expression "(code *)PTR_ctime_001090a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_001090a8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_001090a8)()" (parenthesized_expression "(*(code *)PTR_ctime_001090a8)" ( (pointer_expression "*(code *)PTR_ctime_001090a8" * (cast_expression "(code *)PTR_ctime_001090a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_001090a8)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_001090a8)()" (parenthesized_expression "(*(code *)PTR_ctime_001090a8)" ( (pointer_expression "*(code *)PTR_ctime_001090a8" * (cast_expression "(code *)PTR_ctime_001090a8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
(function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(time_t *__timer)" (( "(") (parameter_declaration "time_t *__timer" (type_identifier "time_t") (pointer_declarator "*__timer" (* "*") (identifier "__timer"))) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_001090a8)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_ctime_001090a8)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_ctime_001090a8)()" (parenthesized_expression "(*(code *)PTR_ctime_001090a8)" (( "(") (pointer_expression "*(code *)PTR_ctime_001090a8" (* "*") (cast_expression "(code *)PTR_ctime_001090a8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ctime_001090a8"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(type_1 *__timer) { char *pcVar1; pcVar1 = (char *)(*(type_2 *)PTR_ctime_001090a8)(); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * MASKED(time_t *__timer) { char *pcVar1; pcVar1 = (char *)(*(code *)PTR_MASKED_001090a8)(); return pcVar1; }
846_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c
copy_section
FUN_00152a20
/* WARNING: Enum "DW_SECT": Some values do not have unique names */ /* DWARF original prototype: Section_bounds copy_section(Dwo_file * this, Dwp_output_file * output_file, uint shndx, DW_SECT section_id) */ Section_bounds __thiscall gold::Dwo_file::copy_section (Dwo_file *this,Dwp_output_file *output_file,uint shndx,DW_SECT section_id) { uchar *contents; void *__dest; uchar *contents_00; pointer pSVar1; section_size_type len_00; Section_bounds SVar2; bool is_new; section_size_type len; pSVar1 = (this->sect_offsets_). super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl. _M_start + shndx; if (pSVar1->size == 0) { contents = Object::decompressed_section_contents (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0); if (section_id == DW_SECT_STR_OFFSETS) { contents_00 = remap_str_offsets(this,contents,len); len_00 = len; if ((is_new != false) && (contents != (uchar *)0x0)) { operator_delete__(contents); len_00 = len; } } else { contents_00 = contents; len_00 = len; if (is_new == false) { __dest = operator_new__(len); len_00 = len; contents_00 = (uchar *)memcpy(__dest,contents,len); } } SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1); pSVar1 = (this->sect_offsets_). super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl ._M_start + shndx; pSVar1->offset = SVar2.offset; pSVar1->size = len; SVar2.size = len; return SVar2; } return *pSVar1; }
undefined1 [16] FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4) { void *__src; void *pvVar1; undefined8 *puVar2; undefined1 (*pauVar3) [16]; size_t sVar4; undefined1 auVar5 [16]; char local_41; size_t local_40 [2]; pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10); if (*(long *)(*pauVar3 + 8) == 0) { __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0); if (param_4 == 6) { pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]); sVar4 = local_40[0]; if ((local_41 != '\0') && (__src != (void *)0x0)) { thunk_FUN_002dac60(__src); sVar4 = local_40[0]; } } else { pvVar1 = __src; sVar4 = local_40[0]; if (local_41 == '\0') { pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]); sVar4 = local_40[0]; pvVar1 = memcpy(pvVar1,__src,local_40[0]); } } auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1); puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40)); *puVar2 = auVar5._0_8_; puVar2[1] = local_40[0]; auVar5._8_8_ = local_40[0]; return auVar5; } return *pauVar3; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX MOV EBX,EDX SHL RBX,0x4 SUB RSP,0x28 MOV R8,qword ptr [RDI + 0x40] ADD R8,RBX CMP qword ptr [R8 + 0x8],0x0 JZ 0x00152a60 MOV RAX,qword ptr [R8] MOV RDX,qword ptr [R8 + 0x8] ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV EAX,EDX MOV RBP,RDI MOV RDI,qword ptr [RDI + 0x8] MOV R12D,ECX MOV R13,RSI LEA RCX,[RSP + 0x17] LEA RDX,[RSP + 0x18] XOR R8D,R8D MOV ESI,EAX CALL 0x001bd870 MOV R14,RAX CMP R12D,0x6 JZ 0x00152af0 CMP byte ptr [RSP + 0x17],0x0 MOV R15,qword ptr [RSP + 0x18] JZ 0x00152ad0 MOV RDX,R14 MOV RCX,R15 MOV ESI,R12D MOV RDI,R13 MOV R8D,0x1 CALL 0x001527a0 MOV RDX,qword ptr [RSP + 0x18] ADD RBX,qword ptr [RBP + 0x40] MOV qword ptr [RBX],RAX MOV qword ptr [RBX + 0x8],RDX ADD RSP,0x28 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET MOV RDI,R15 CALL 0x002d9430 MOV R15,qword ptr [RSP + 0x18] MOV RSI,R14 MOV RDI,RAX MOV RDX,R15 CALL 0x00147aa0 MOV R14,RAX JMP 0x00152a98 MOV RDX,qword ptr [RSP + 0x18] MOV RSI,RAX MOV RDI,RBP CALL 0x00151900 CMP byte ptr [RSP + 0x17],0x0 JZ 0x00152b0c TEST R14,R14 JNZ 0x00152b20 MOV R15,qword ptr [RSP + 0x18] MOV R14,RAX JMP 0x00152a98 MOV RDI,R14 MOV qword ptr [RSP + 0x8],RAX CALL 0x002dac30 MOV RAX,qword ptr [RSP + 0x8] MOV R15,qword ptr [RSP + 0x18] MOV R14,RAX JMP 0x00152a98
null
null
null
null
[('const--64', u'PTRSUB_-1207292652'), ('tmp_866', u'CALL_-1207293067'), ('const-64', u'PTRSUB_-1207292587'), ('tmp_763', u'CBRANCH_-1207292885'), (u'INDIRECT_-1207292710', u'INT_EQUAL_-1207293110'), (u'INDIRECT_-1207292615', u'CALL_-1207292937'), (u'LOAD_-1207293300', u'INT_EQUAL_-1207293285'), (u'CALL_-1207293148', u'CALL_-1207292906'), (u'COPY_-1207293012', u'RETURN_-1207293212'), ('tmp_1411', u'PTRSUB_-1207292658'), ('tmp_865', u'CALL_-1207292906'), (u'INT_NOTEQUAL_-1207292888', u'CBRANCH_-1207292885'), ('tmp_867', u'CALL_-1207293148'), ('const-0', u'PTRSUB_-1207292580'), ('const-0', u'RETURN_-1207293212'), ('const-0', u'PTRSUB_-1207292617'), ('const-0', u'INT_NOTEQUAL_-1207292871'), ('tmp_865', u'PTRSUB_-1207292669'), (u'INDIRECT_-1207292584', u'INT_NOTEQUAL_-1207292888'), ('const-433', u'LOAD_-1207293053'), ('const-0', u'INT_NOTEQUAL_-1207292888'), (u'PIECE_-1207292830', u'RETURN_-1207292972'), ('const-433', u'LOAD_-1207293319'), (u'PTRSUB_-1207292721', u'PTRSUB_-1207292720'), ('const-433', u'LOAD_-1207293300'), (u'INDIRECT_-1207292703', u'MULTIEQUAL_-1207292672'), (u'PTRSUB_-1207292571', u'STORE_-1207293039'), (u'CALL_-1207292965', u'CALL_-1207292937'), (u'PTRSUB_-1207292617', u'CALL_-1207293148'), (u'CALL_-1207292825', u'INDIRECT_-1207292531'), ('tmp_867', u'INT_ZEXT_-1207292760'), (u'COPY_-1207292497', u'MULTIEQUAL_-1207292781'), ('tmp_868', u'CALL_-1207293067'), ('const-0', u'RETURN_-1207292972'), (u'MULTIEQUAL_-1207292782', u'CALL_-1207293067'), ('tmp_500', u'CBRANCH_-1207293098'), (u'PTRSUB_-1207292578', u'LOAD_-1207293053'), (u'CALL_-1207293148', u'INDIRECT_-1207292703'), ('const-0', u'PTRSUB_-1207292571'), (u'CALL_-1207292906', u'INDIRECT_-1207292584'), ('const-0', u'PTRSUB_-1207292709'), (u'INDIRECT_-1207292531', u'COPY_-1207292497'), (u'CALL_-1207293148', u'COPY_-1207292664'), ('const-0', u'CALL_-1207293148'), ('const-0', u'PTRSUB_-1207292578'), (u'CALL_-1207293067', u'PIECE_-1207292830'), (u'PTRSUB_-1207292720', u'PTRSUB_-1207292709'), (u'LOAD_-1207293201', u'PTRSUB_-1207292617'), (u'PTRSUB_-1207292658', u'CALL_-1207293148'), ('tmp_868', u'INT_EQUAL_-1207293129'), ('tmp_865', u'PTRSUB_-1207292587'), (u'CALL_-1207293148', u'CALL_-1207292825'), (u'INT_EQUAL_-1207293110', u'CBRANCH_-1207293098'), (u'CALL_-1207293148', u'CALL_-1207292937'), (u'PTRADD_-1207292702', u'LOAD_-1207292841'), ('const-0', u'PTRSUB_-1207292720'), (u'INT_ZEXT_-1207292759', u'PTRADD_-1207292577'), (u'CALL_-1207293148', u'INDIRECT_-1207292710'), (u'PTRADD_-1207292577', u'PTRSUB_-1207292567'), ('const-8', u'PTRSUB_-1207292669'), (u'LOAD_-1207293053', u'PTRADD_-1207292577'), (u'INT_EQUAL_-1207293285', u'CBRANCH_-1207293281'), ('tmp_791', u'CBRANCH_-1207292869'), (u'PTRSUB_-1207292587', u'PTRSUB_-1207292586'), (u'PTRSUB_-1207292707', u'LOAD_-1207293319'), (u'COPY_-1207292549', u'MULTIEQUAL_-1207292781'), ('const-16', u'PTRADD_-1207292577'), (u'CALL_-1207292937', u'CAST_-1207292514'), (u'INDIRECT_-1207292703', u'CALL_-1207292906'), (u'PTRSUB_-1207292586', u'PTRSUB_-1207292580'), (u'PTRSUB_-1207292712', u'LOAD_-1207293300'), (u'CALL_-1207292906', u'INDIRECT_-1207292577'), ('const-433', u'LOAD_-1207293201'), (u'COPY_-1207292574', u'MULTIEQUAL_-1207292781'), ('const-433', u'STORE_-1207293033'), (u'INDIRECT_-1207292703', u'CALL_-1207292965'), ('tmp_867', u'INT_ZEXT_-1207292759'), (u'PTRSUB_-1207292580', u'PTRSUB_-1207292578'), (u'INDIRECT_-1207292703', u'COPY_-1207292663'), (u'INDIRECT_-1207292615', u'COPY_-1207292604'), (u'INDIRECT_-1207292654', u'COPY_-1207292611'), ('tmp_865', u'PTRSUB_-1207292721'), ('const-64', u'PTRSUB_-1207292721'), ('tmp_456', u'CBRANCH_-1207293126'), ('const-8', u'PTRSUB_-1207292712'), (u'PTRADD_-1207292577', u'PTRSUB_-1207292571'), (u'COPY_-1207292611', u'PIECE_-1207292830'), ('const-8', u'PTRSUB_-1207292567'), (u'CAST_-1207292514', u'MULTIEQUAL_-1207292782'), (u'INDIRECT_-1207292577', u'COPY_-1207292549'), (u'INT_EQUAL_-1207293129', u'CBRANCH_-1207293126'), ('tmp_708', u'BRANCH_-1207292930'), (u'COPY_-1207292663', u'MULTIEQUAL_-1207292781'), (u'PTRSUB_-1207292669', u'LOAD_-1207293201'), ('const-6', u'INT_EQUAL_-1207293129'), (u'INDIRECT_-1207292654', u'STORE_-1207293033'), (u'COPY_-1207292664', u'MULTIEQUAL_-1207292782'), (u'CALL_-1207293067', u'INDIRECT_-1207292654'), (u'CALL_-1207292937', u'INDIRECT_-1207292595'), ('const-0', u'INT_EQUAL_-1207293285'), (u'INT_ZEXT_-1207292760', u'PTRADD_-1207292702'), (u'INT_NOTEQUAL_-1207292871', u'CBRANCH_-1207292869'), (u'INDIRECT_-1207292531', u'MULTIEQUAL_-1207292672'), ('tmp_840', u'BRANCH_-1207292802'), (u'CALL_-1207293148', u'INT_NOTEQUAL_-1207292871'), (u'LOAD_-1207292841', u'COPY_-1207293012'), (u'LOAD_-1207293319', u'PTRADD_-1207292702'), ('const-0', u'PTRSUB_-1207292707'), (u'PTRADD_-1207292702', u'PTRSUB_-1207292712'), ('const-0', u'INT_EQUAL_-1207293110'), ('tmp_250', u'CBRANCH_-1207293281'), (u'INDIRECT_-1207292577', u'MULTIEQUAL_-1207292672'), ('const-16', u'PTRADD_-1207292702'), (u'COPY_-1207292604', u'COPY_-1207292574'), (u'PTRSUB_-1207292709', u'PTRSUB_-1207292707'), (u'INDIRECT_-1207292595', u'MULTIEQUAL_-1207292672'), ('tmp_1411', u'PTRSUB_-1207292652'), ('const--65', u'PTRSUB_-1207292658'), ('const-433', u'LOAD_-1207292841'), (u'CALL_-1207292965', u'INDIRECT_-1207292615'), ('const-0', u'PTRSUB_-1207292586'), ('const-1', u'CALL_-1207293067'), (u'MULTIEQUAL_-1207292781', u'CALL_-1207293067'), (u'CALL_-1207292906', u'MULTIEQUAL_-1207292782'), (u'PTRSUB_-1207292567', u'STORE_-1207293033'), (u'PTRSUB_-1207292652', u'CALL_-1207293148'), ('const-433', u'STORE_-1207293039'), (u'CALL_-1207293067', u'STORE_-1207293039')]
[('tmp_1417', u'INT_ADD_-1207293041'), ('tmp_763', u'CBRANCH_-1207292885'), (u'INDIRECT_-1207292628', u'COPY_-1207292629'), (u'INDIRECT_-1207292590', u'COPY_-1207292574'), (u'CAST_-1207292713', u'LOAD_-1207292854'), (u'LOAD_-1207293300', u'INT_EQUAL_-1207293285'), ('const-0', u'INT_EQUAL_-1207293110'), ('const-1', u'PTRADD_-1207292725'), (u'CALL_-1207293148', u'INDIRECT_-1207292723'), (u'INT_NOTEQUAL_-1207292888', u'CBRANCH_-1207292885'), (u'CAST_-1207292583', u'LOAD_-1207293053'), ('tmp_1417', u'CALL_-1207292906'), ('const-0', u'RETURN_-1207293212'), ('const-433', u'STORE_-1207293033'), ('const-0', u'INT_NOTEQUAL_-1207292871'), (u'INT_ADD_-1207293294', u'CAST_-1207292713'), (u'LOAD_-1207293201', u'CALL_-1207293148'), ('const-6', u'INT_EQUAL_-1207293129'), (u'CAST_-1207292718', u'LOAD_-1207293319'), (u'INDIRECT_-1207292667', u'STORE_-1207293033'), (u'CALL_-1207293067', u'PIECE_-1207292677'), (u'CALL_-1207293148', u'CAST_-1207292640'), (u'CAST_-1207292666', u'LOAD_-1207293201'), (u'INT_ZEXT_-1207292984', u'INT_MULT_-1207293342'), (u'CAST_-1207292640', u'CALL_-1207292937'), (u'COPY_-1207292629', u'COPY_-1207292599'), (u'INT_ADD_-1207293185', u'CAST_-1207292666'), ('const-0', u'RETURN_-1207292972'), (u'INT_MULT_-1207293342', u'INT_ADD_-1207293035'), (u'INDIRECT_-1207292544', u'MULTIEQUAL_-1207292685'), ('tmp_500', u'CBRANCH_-1207293098'), ('tmp_1465', u'CALL_-1207293148'), (u'CALL_-1207292825', u'INDIRECT_-1207292544'), (u'INDIRECT_-1207292716', u'COPY_-1207292688'), ('const-433', u'LOAD_-1207293201'), ('const-0', u'CALL_-1207293148'), (u'CALL_-1207292906', u'INDIRECT_-1207292597'), (u'CAST_-1207292514', u'MULTIEQUAL_-1207292789'), (u'CAST_-1207292709', u'LOAD_-1207293300'), (u'CAST_-1207292553', u'CALL_-1207292937'), (u'MULTIEQUAL_-1207292789', u'CALL_-1207293067'), (u'INDIRECT_-1207292723', u'INT_EQUAL_-1207293110'), (u'INT_EQUAL_-1207293110', u'CBRANCH_-1207293098'), ('const-16', u'INT_MULT_-1207293342'), (u'INDIRECT_-1207292608', u'MULTIEQUAL_-1207292685'), (u'INDIRECT_-1207292716', u'CALL_-1207292906'), ('const-0', u'INT_EQUAL_-1207293285'), ('tmp_1405', u'PTRSUB_-1207292665'), ('const-8', u'INT_ADD_-1207293185'), ('const-64', u'INT_ADD_-1207293303'), (u'CALL_-1207292906', u'INDIRECT_-1207292590'), ('const-8', u'PTRADD_-1207292725'), (u'INDIRECT_-1207292544', u'COPY_-1207292522'), ('tmp_1417', u'INT_ADD_-1207293303'), ('tmp_1417', u'INT_ADD_-1207293185'), (u'INT_EQUAL_-1207293285', u'CBRANCH_-1207293281'), ('tmp_791', u'CBRANCH_-1207292869'), (u'CALL_-1207292906', u'CAST_-1207292514'), ('const--65', u'PTRSUB_-1207292671'), (u'INDIRECT_-1207292667', u'COPY_-1207292636'), (u'CALL_-1207292965', u'CAST_-1207292553'), (u'CALL_-1207292937', u'INDIRECT_-1207292608'), (u'PTRSUB_-1207292671', u'CALL_-1207293148'), (u'CAST_-1207292640', u'COPY_-1207292689'), (u'CALL_-1207293148', u'INDIRECT_-1207292716'), (u'PTRADD_-1207292594', u'STORE_-1207293033'), ('tmp_1405', u'PTRSUB_-1207292671'), ('const--64', u'PTRSUB_-1207292665'), ('tmp_1476', u'INT_EQUAL_-1207293129'), (u'COPY_-1207292689', u'MULTIEQUAL_-1207292789'), (u'CALL_-1207293067', u'INDIRECT_-1207292667'), (u'COPY_-1207292857', u'RETURN_-1207293212'), (u'INT_ADD_-1207293303', u'CAST_-1207292718'), ('const-0', u'INT_NOTEQUAL_-1207292888'), (u'CAST_-1207292640', u'INT_NOTEQUAL_-1207292871'), (u'INT_ADD_-1207293041', u'CAST_-1207292583'), (u'INDIRECT_-1207292716', u'MULTIEQUAL_-1207292685'), (u'PTRSUB_-1207292665', u'CALL_-1207293148'), ('const-64', u'INT_ADD_-1207293041'), (u'LOAD_-1207293053', u'INT_ADD_-1207293035'), ('tmp_456', u'CBRANCH_-1207293126'), (u'PTRSUB_-1207292725', u'PTRADD_-1207292725'), (u'COPY_-1207292574', u'MULTIEQUAL_-1207292788'), ('const-433', u'LOAD_-1207292854'), ('const-8', u'PTRADD_-1207292594'), (u'COPY_-1207292688', u'MULTIEQUAL_-1207292788'), (u'INT_EQUAL_-1207293129', u'CBRANCH_-1207293126'), (u'CAST_-1207292640', u'CALL_-1207292825'), (u'INDIRECT_-1207292716', u'CALL_-1207292965'), ('tmp_708', u'BRANCH_-1207292930'), ('const-433', u'LOAD_-1207293300'), ('const-0', u'PTRSUB_-1207292725'), ('tmp_1465', u'INT_ZEXT_-1207292984'), (u'CAST_-1207292582', u'STORE_-1207293039'), (u'MULTIEQUAL_-1207292788', u'CALL_-1207293067'), (u'INT_NOTEQUAL_-1207292871', u'CBRANCH_-1207292869'), (u'INDIRECT_-1207292590', u'MULTIEQUAL_-1207292685'), (u'CAST_-1207292582', u'PTRADD_-1207292594'), (u'CALL_-1207292965', u'INDIRECT_-1207292628'), ('tmp_840', u'BRANCH_-1207292802'), ('const-433', u'STORE_-1207293039'), (u'CAST_-1207292640', u'CALL_-1207292906'), ('tmp_1476', u'CALL_-1207293067'), ('tmp_1420', u'CALL_-1207293067'), (u'COPY_-1207292599', u'MULTIEQUAL_-1207292788'), (u'CALL_-1207292937', u'MULTIEQUAL_-1207292789'), (u'COPY_-1207292636', u'PIECE_-1207292677'), ('tmp_250', u'CBRANCH_-1207293281'), (u'INT_MULT_-1207293342', u'INT_ADD_-1207293294'), (u'PIECE_-1207292677', u'RETURN_-1207292972'), (u'LOAD_-1207292854', u'COPY_-1207292857'), ('const-433', u'LOAD_-1207293319'), (u'INDIRECT_-1207292628', u'CALL_-1207292937'), (u'LOAD_-1207293319', u'INT_ADD_-1207293294'), (u'COPY_-1207292522', u'MULTIEQUAL_-1207292788'), ('const-1', u'CALL_-1207293067'), ('const-433', u'LOAD_-1207293053'), (u'INDIRECT_-1207292597', u'INT_NOTEQUAL_-1207292888'), (u'INT_ADD_-1207293035', u'CAST_-1207292582'), (u'PTRADD_-1207292725', u'CAST_-1207292709'), (u'CALL_-1207293067', u'STORE_-1207293039'), ('const-1', u'PTRADD_-1207292594'), (u'CAST_-1207292713', u'PTRSUB_-1207292725')]
null
null
00152a20
x64
O2
(translation_unit "undefined1 [16] FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4)\n\n{\n void *__src;\n void *pvVar1;\n undefined8 *puVar2;\n undefined1 (*pauVar3) [16];\n size_t sVar4;\n undefined1 auVar5 [16];\n char local_41;\n size_t local_40 [2];\n \n pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);\n if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }\n return *pauVar3;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4)" identifier ( (ERROR "long param_1,undefined8 param_2,uint param_3,int" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , identifier identifier , identifier identifier , primitive_type) (type_descriptor "param_4" type_identifier) )) ; (compound_statement "{\n void *__src;\n void *pvVar1;\n undefined8 *puVar2;\n undefined1 (*pauVar3) [16];\n size_t sVar4;\n undefined1 auVar5 [16];\n char local_41;\n size_t local_40 [2];\n \n pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);\n if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }\n return *pauVar3;\n}" { (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "undefined1 (*pauVar3) [16];" (subscript_expression "undefined1 (*pauVar3) [16]" (call_expression "undefined1 (*pauVar3)" identifier (argument_list "(*pauVar3)" ( (pointer_expression "*pauVar3" * identifier) ))) [ number_literal ]) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "undefined1 auVar5 [16];" type_identifier (array_declarator "auVar5 [16]" identifier [ number_literal ]) ;) (declaration "char local_41;" primitive_type identifier ;) (declaration "size_t local_40 [2];" primitive_type (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);" (assignment_expression "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" identifier = (cast_expression "(undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" ( (binary_expression "*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) + (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) (if_statement "if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" if (parenthesized_expression "(*(long *)(*pauVar3 + 8) == 0)" ( (binary_expression "*(long *)(*pauVar3 + 8) == 0" (pointer_expression "*(long *)(*pauVar3 + 8)" * (cast_expression "(long *)(*pauVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*pauVar3 + 8)" ( (binary_expression "*pauVar3 + 8" (pointer_expression "*pauVar3" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" { (expression_statement "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);" (assignment_expression "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" identifier = (cast_expression "(void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" identifier (argument_list "(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier , identifier , (pointer_expression "&local_41" & identifier) , number_literal ))))) ;) (if_statement "if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" if (parenthesized_expression "(param_4 == 6)" ( (binary_expression "param_4 == 6" identifier == number_literal) )) (compound_statement "{\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }" { (expression_statement "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);" (assignment_expression "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0])" identifier = (cast_expression "(void *)FUN_00151900(param_1,__src,local_40[0])" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00151900(param_1,__src,local_40[0])" identifier (argument_list "(param_1,__src,local_40[0])" ( identifier , identifier , (subscript_expression "local_40[0]" identifier [ number_literal ]) ))))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (if_statement "if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" if (parenthesized_expression "((local_41 != '\0') && (__src != (void *)0x0))" ( (binary_expression "(local_41 != '\0') && (__src != (void *)0x0)" (parenthesized_expression "(local_41 != '\0')" ( (binary_expression "local_41 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(__src != (void *)0x0)" ( (binary_expression "__src != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" { (expression_statement "thunk_FUN_002dac60(__src);" (call_expression "thunk_FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) })) }) (else_clause "else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" else (compound_statement "{\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" { (expression_statement "pvVar1 = __src;" (assignment_expression "pvVar1 = __src" identifier = identifier) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (if_statement "if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" if (parenthesized_expression "(local_41 == '\0')" ( (binary_expression "local_41 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" { (expression_statement "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);" (assignment_expression "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0])" identifier = (cast_expression "(void *)thunk_FUN_002d9490(local_40[0])" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002d9490(local_40[0])" identifier (argument_list "(local_40[0])" ( (subscript_expression "local_40[0]" identifier [ number_literal ]) ))))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (expression_statement "pvVar1 = memcpy(pvVar1,__src,local_40[0]);" (assignment_expression "pvVar1 = memcpy(pvVar1,__src,local_40[0])" identifier = (call_expression "memcpy(pvVar1,__src,local_40[0])" identifier (argument_list "(pvVar1,__src,local_40[0])" ( identifier , identifier , (subscript_expression "local_40[0]" identifier [ number_literal ]) )))) ;) })) }))) (expression_statement "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);" (assignment_expression "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" (field_expression "auVar5._0_8_" identifier . field_identifier) = (call_expression "FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" identifier (argument_list "(param_2,param_4,pvVar1,sVar4,1)" ( identifier , identifier , identifier , identifier , number_literal )))) ;) (expression_statement "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));" (assignment_expression "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" identifier = (cast_expression "(undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" ( (binary_expression "(ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) + (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) )))) ;) (expression_statement "*puVar2 = auVar5._0_8_;" (assignment_expression "*puVar2 = auVar5._0_8_" (pointer_expression "*puVar2" * identifier) = (field_expression "auVar5._0_8_" identifier . field_identifier)) ;) (expression_statement "puVar2[1] = local_40[0];" (assignment_expression "puVar2[1] = local_40[0]" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (expression_statement "auVar5._8_8_ = local_40[0];" (assignment_expression "auVar5._8_8_ = local_40[0]" (field_expression "auVar5._8_8_" identifier . field_identifier) = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (return_statement "return auVar5;" return identifier ;) })) (return_statement "return *pauVar3;" return (pointer_expression "*pauVar3" * identifier) ;) }))
(translation_unit "/* WARNING: Enum "DW_SECT": Some values do not have unique names */\n/* DWARF original prototype: Section_bounds copy_section(Dwo_file * this, Dwp_output_file *\n output_file, uint shndx, DW_SECT section_id) */\n\nSection_bounds __thiscall\ngold::Dwo_file::copy_section\n (Dwo_file *this,Dwp_output_file *output_file,uint shndx,DW_SECT section_id)\n\n{\n uchar *contents;\n void *__dest;\n uchar *contents_00;\n pointer pSVar1;\n section_size_type len_00;\n Section_bounds SVar2;\n bool is_new;\n section_size_type len;\n \n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start + shndx;\n if (pSVar1->size == 0) {\n contents = Object::decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);\n if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }\n SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1);\n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl\n ._M_start + shndx;\n pSVar1->offset = SVar2.offset;\n pSVar1->size = len;\n SVar2.size = len;\n return SVar2;\n }\n return *pSVar1;\n}\n\n" comment comment (function_definition "Section_bounds __thiscall\ngold::Dwo_file::copy_section\n (Dwo_file *this,Dwp_output_file *output_file,uint shndx,DW_SECT section_id)\n\n{\n uchar *contents;\n void *__dest;\n uchar *contents_00;\n pointer pSVar1;\n section_size_type len_00;\n Section_bounds SVar2;\n bool is_new;\n section_size_type len;\n \n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start + shndx;\n if (pSVar1->size == 0) {\n contents = Object::decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);\n if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }\n SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1);\n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl\n ._M_start + shndx;\n pSVar1->offset = SVar2.offset;\n pSVar1->size = len;\n SVar2.size = len;\n return SVar2;\n }\n return *pSVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Dwo_file::" identifier : : identifier : :) (function_declarator "copy_section\n (Dwo_file *this,Dwp_output_file *output_file,uint shndx,DW_SECT section_id)" identifier (parameter_list "(Dwo_file *this,Dwp_output_file *output_file,uint shndx,DW_SECT section_id)" ( (parameter_declaration "Dwo_file *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Dwp_output_file *output_file" type_identifier (pointer_declarator "*output_file" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "DW_SECT section_id" type_identifier identifier) ))) (compound_statement "{\n uchar *contents;\n void *__dest;\n uchar *contents_00;\n pointer pSVar1;\n section_size_type len_00;\n Section_bounds SVar2;\n bool is_new;\n section_size_type len;\n \n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl.\n _M_start + shndx;\n if (pSVar1->size == 0) {\n contents = Object::decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);\n if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }\n SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1);\n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl\n ._M_start + shndx;\n pSVar1->offset = SVar2.offset;\n pSVar1->size = len;\n SVar2.size = len;\n return SVar2;\n }\n return *pSVar1;\n}" { (declaration "uchar *contents;" type_identifier (pointer_declarator "*contents" * identifier) ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "uchar *contents_00;" type_identifier (pointer_declarator "*contents_00" * identifier) ;) (declaration "pointer pSVar1;" type_identifier identifier ;) (declaration "section_size_type len_00;" type_identifier identifier ;) (declaration "Section_bounds SVar2;" type_identifier identifier ;) (declaration "bool is_new;" primitive_type identifier ;) (declaration "section_size_type len;" type_identifier identifier ;) (ERROR "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::" (comma_expression "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std" (assignment_expression "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold" identifier = (binary_expression "(this->sect_offsets_).\n super__Vector_base<gold" (field_expression "(this->sect_offsets_).\n super__Vector_base" (parenthesized_expression "(this->sect_offsets_)" ( (field_expression "this->sect_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_bounds" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Section_bounds>_>._M_impl.\n _M_start + shndx;" (binary_expression "Section_bounds>_>._M_impl.\n _M_start + shndx" (field_expression "Section_bounds>_>._M_impl.\n _M_start" (field_expression "Section_bounds>_>._M_impl" (binary_expression "Section_bounds>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + identifier) ;) (if_statement "if (pSVar1->size == 0) {\n contents = Object::decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);\n if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }\n SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1);\n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl\n ._M_start + shndx;\n pSVar1->offset = SVar2.offset;\n pSVar1->size = len;\n SVar2.size = len;\n return SVar2;\n }" if (parenthesized_expression "(pSVar1->size == 0)" ( (binary_expression "pSVar1->size == 0" (field_expression "pSVar1->size" identifier -> field_identifier) == number_literal) )) (compound_statement "{\n contents = Object::decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);\n if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }\n SVar2.offset = Dwp_output_file::add_contribution(output_file,section_id,contents_00,len_00,1);\n pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::Section_bounds>_>._M_impl\n ._M_start + shndx;\n pSVar1->offset = SVar2.offset;\n pSVar1->size = len;\n SVar2.size = len;\n return SVar2;\n }" { (ERROR "contents = Object::" (assignment_expression "contents = Object" identifier = identifier) : :) (expression_statement "decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0);" (call_expression "decompressed_section_contents\n (&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0)" identifier (argument_list "(&this->obj_->super_Object,shndx,&len,&is_new,(uint64_t *)0x0)" ( (pointer_expression "&this->obj_->super_Object" & (field_expression "this->obj_->super_Object" (field_expression "this->obj_" identifier -> field_identifier) -> field_identifier)) , identifier , (pointer_expression "&len" & identifier) , (pointer_expression "&is_new" & identifier) , (cast_expression "(uint64_t *)0x0" ( (type_descriptor "uint64_t *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;) (if_statement "if (section_id == DW_SECT_STR_OFFSETS) {\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }\n else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }" if (parenthesized_expression "(section_id == DW_SECT_STR_OFFSETS)" ( (binary_expression "section_id == DW_SECT_STR_OFFSETS" identifier == identifier) )) (compound_statement "{\n contents_00 = remap_str_offsets(this,contents,len);\n len_00 = len;\n if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }\n }" { (expression_statement "contents_00 = remap_str_offsets(this,contents,len);" (assignment_expression "contents_00 = remap_str_offsets(this,contents,len)" identifier = (call_expression "remap_str_offsets(this,contents,len)" identifier (argument_list "(this,contents,len)" ( identifier , identifier , identifier )))) ;) (expression_statement "len_00 = len;" (assignment_expression "len_00 = len" identifier = identifier) ;) (if_statement "if ((is_new != false) && (contents != (uchar *)0x0)) {\n operator_delete__(contents);\n len_00 = len;\n }" if (parenthesized_expression "((is_new != false) && (contents != (uchar *)0x0))" ( (binary_expression "(is_new != false) && (contents != (uchar *)0x0)" (parenthesized_expression "(is_new != false)" ( (binary_expression "is_new != false" identifier != false) )) && (parenthesized_expression "(contents != (uchar *)0x0)" ( (binary_expression "contents != (uchar *)0x0" identifier != (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n operator_delete__(contents);\n len_00 = len;\n }" { (expression_statement "operator_delete__(contents);" (call_expression "operator_delete__(contents)" identifier (argument_list "(contents)" ( identifier ))) ;) (expression_statement "len_00 = len;" (assignment_expression "len_00 = len" identifier = identifier) ;) })) }) (else_clause "else {\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }" else (compound_statement "{\n contents_00 = contents;\n len_00 = len;\n if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }\n }" { (expression_statement "contents_00 = contents;" (assignment_expression "contents_00 = contents" identifier = identifier) ;) (expression_statement "len_00 = len;" (assignment_expression "len_00 = len" identifier = identifier) ;) (if_statement "if (is_new == false) {\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }" if (parenthesized_expression "(is_new == false)" ( (binary_expression "is_new == false" identifier == false) )) (compound_statement "{\n __dest = operator_new__(len);\n len_00 = len;\n contents_00 = (uchar *)memcpy(__dest,contents,len);\n }" { (expression_statement "__dest = operator_new__(len);" (assignment_expression "__dest = operator_new__(len)" identifier = (call_expression "operator_new__(len)" identifier (argument_list "(len)" ( identifier )))) ;) (expression_statement "len_00 = len;" (assignment_expression "len_00 = len" identifier = identifier) ;) (expression_statement "contents_00 = (uchar *)memcpy(__dest,contents,len);" (assignment_expression "contents_00 = (uchar *)memcpy(__dest,contents,len)" identifier = (cast_expression "(uchar *)memcpy(__dest,contents,len)" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "memcpy(__dest,contents,len)" identifier (argument_list "(__dest,contents,len)" ( identifier , identifier , identifier ))))) ;) })) }))) (ERROR "SVar2.offset = Dwp_output_file::" (assignment_expression "SVar2.offset = Dwp_output_file" (field_expression "SVar2.offset" identifier . field_identifier) = identifier) : :) (expression_statement "add_contribution(output_file,section_id,contents_00,len_00,1);" (call_expression "add_contribution(output_file,section_id,contents_00,len_00,1)" identifier (argument_list "(output_file,section_id,contents_00,len_00,1)" ( identifier , identifier , identifier , identifier , number_literal ))) ;) (ERROR "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std::allocator<gold::" (comma_expression "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold::Section_bounds,_std" (assignment_expression "pSVar1 = (this->sect_offsets_).\n super__Vector_base<gold" identifier = (binary_expression "(this->sect_offsets_).\n super__Vector_base<gold" (field_expression "(this->sect_offsets_).\n super__Vector_base" (parenthesized_expression "(this->sect_offsets_)" ( (field_expression "this->sect_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Section_bounds" : : identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Section_bounds>_>._M_impl\n ._M_start + shndx;" (binary_expression "Section_bounds>_>._M_impl\n ._M_start + shndx" (field_expression "Section_bounds>_>._M_impl\n ._M_start" (field_expression "Section_bounds>_>._M_impl" (binary_expression "Section_bounds>_" identifier > identifier) (ERROR ">" >) . field_identifier) . field_identifier) + identifier) ;) (expression_statement "pSVar1->offset = SVar2.offset;" (assignment_expression "pSVar1->offset = SVar2.offset" (field_expression "pSVar1->offset" identifier -> field_identifier) = (field_expression "SVar2.offset" identifier . field_identifier)) ;) (expression_statement "pSVar1->size = len;" (assignment_expression "pSVar1->size = len" (field_expression "pSVar1->size" identifier -> field_identifier) = identifier) ;) (expression_statement "SVar2.size = len;" (assignment_expression "SVar2.size = len" (field_expression "SVar2.size" identifier . field_identifier) = identifier) ;) (return_statement "return SVar2;" return identifier ;) })) (return_statement "return *pSVar1;" return (pointer_expression "*pSVar1" * identifier) ;) })))
(translation_unit "undefined1 [16] FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4)\n\n{\n void *__src;\n void *pvVar1;\n undefined8 *puVar2;\n undefined1 (*pauVar3) [16];\n size_t sVar4;\n undefined1 auVar5 [16];\n char local_41;\n size_t local_40 [2];\n \n pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);\n if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }\n return *pauVar3;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (macro_type_specifier "FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4)" identifier ( (ERROR "long param_1,undefined8 param_2,uint param_3,int" (type_descriptor "long param_1" (sized_type_specifier "long param_1" long type_identifier)) , identifier identifier , identifier identifier , primitive_type) (type_descriptor "param_4" type_identifier) )) ; (compound_statement "{\n void *__src;\n void *pvVar1;\n undefined8 *puVar2;\n undefined1 (*pauVar3) [16];\n size_t sVar4;\n undefined1 auVar5 [16];\n char local_41;\n size_t local_40 [2];\n \n pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);\n if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }\n return *pauVar3;\n}" { (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "undefined1 (*pauVar3) [16];" (subscript_expression "undefined1 (*pauVar3) [16]" (call_expression "undefined1 (*pauVar3)" identifier (argument_list "(*pauVar3)" ( (pointer_expression "*pauVar3" * identifier) ))) [ number_literal ]) ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "undefined1 auVar5 [16];" type_identifier (array_declarator "auVar5 [16]" identifier [ number_literal ]) ;) (declaration "char local_41;" primitive_type identifier ;) (declaration "size_t local_40 [2];" primitive_type (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);" (assignment_expression "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" identifier = (cast_expression "(undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" ( (binary_expression "*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10" (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) + (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal)) )))) ;) (if_statement "if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" if (parenthesized_expression "(*(long *)(*pauVar3 + 8) == 0)" ( (binary_expression "*(long *)(*pauVar3 + 8) == 0" (pointer_expression "*(long *)(*pauVar3 + 8)" * (cast_expression "(long *)(*pauVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*pauVar3 + 8)" ( (binary_expression "*pauVar3 + 8" (pointer_expression "*pauVar3" * identifier) + number_literal) )))) == number_literal) )) (compound_statement "{\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" { (expression_statement "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);" (assignment_expression "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" identifier = (cast_expression "(void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" identifier (argument_list "(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" ( (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier , identifier , (pointer_expression "&local_41" & identifier) , number_literal ))))) ;) (if_statement "if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" if (parenthesized_expression "(param_4 == 6)" ( (binary_expression "param_4 == 6" identifier == number_literal) )) (compound_statement "{\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }" { (expression_statement "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);" (assignment_expression "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0])" identifier = (cast_expression "(void *)FUN_00151900(param_1,__src,local_40[0])" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00151900(param_1,__src,local_40[0])" identifier (argument_list "(param_1,__src,local_40[0])" ( identifier , identifier , (subscript_expression "local_40[0]" identifier [ number_literal ]) ))))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (if_statement "if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" if (parenthesized_expression "((local_41 != '\0') && (__src != (void *)0x0))" ( (binary_expression "(local_41 != '\0') && (__src != (void *)0x0)" (parenthesized_expression "(local_41 != '\0')" ( (binary_expression "local_41 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(__src != (void *)0x0)" ( (binary_expression "__src != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" { (expression_statement "thunk_FUN_002dac60(__src);" (call_expression "thunk_FUN_002dac60(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) })) }) (else_clause "else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" else (compound_statement "{\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" { (expression_statement "pvVar1 = __src;" (assignment_expression "pvVar1 = __src" identifier = identifier) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (if_statement "if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" if (parenthesized_expression "(local_41 == '\0')" ( (binary_expression "local_41 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" { (expression_statement "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);" (assignment_expression "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0])" identifier = (cast_expression "(void *)thunk_FUN_002d9490(local_40[0])" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_002d9490(local_40[0])" identifier (argument_list "(local_40[0])" ( (subscript_expression "local_40[0]" identifier [ number_literal ]) ))))) ;) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" identifier = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (expression_statement "pvVar1 = memcpy(pvVar1,__src,local_40[0]);" (assignment_expression "pvVar1 = memcpy(pvVar1,__src,local_40[0])" identifier = (call_expression "memcpy(pvVar1,__src,local_40[0])" identifier (argument_list "(pvVar1,__src,local_40[0])" ( identifier , identifier , (subscript_expression "local_40[0]" identifier [ number_literal ]) )))) ;) })) }))) (expression_statement "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);" (assignment_expression "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" (field_expression "auVar5._0_8_" identifier . field_identifier) = (call_expression "FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" identifier (argument_list "(param_2,param_4,pvVar1,sVar4,1)" ( identifier , identifier , identifier , identifier , number_literal )))) ;) (expression_statement "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));" (assignment_expression "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" identifier = (cast_expression "(undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" ( (binary_expression "(ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" ( (type_descriptor "ulong" type_identifier) ) identifier) * number_literal) + (pointer_expression "*(long *)(param_1 + 0x40)" * (cast_expression "(long *)(param_1 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) )))) ;) (expression_statement "*puVar2 = auVar5._0_8_;" (assignment_expression "*puVar2 = auVar5._0_8_" (pointer_expression "*puVar2" * identifier) = (field_expression "auVar5._0_8_" identifier . field_identifier)) ;) (expression_statement "puVar2[1] = local_40[0];" (assignment_expression "puVar2[1] = local_40[0]" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (expression_statement "auVar5._8_8_ = local_40[0];" (assignment_expression "auVar5._8_8_ = local_40[0]" (field_expression "auVar5._8_8_" identifier . field_identifier) = (subscript_expression "local_40[0]" identifier [ number_literal ])) ;) (return_statement "return auVar5;" return identifier ;) })) (return_statement "return *pauVar3;" return (pointer_expression "*pauVar3" * identifier) ;) }))
(translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (ERROR (type_descriptor (sized_type_specifier long TYPE)) , IDENT IDENT , IDENT IDENT , TYPE) (type_descriptor TYPE) )) ; (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (subscript_expression (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , IDENT , (pointer_expression & IDENT) , LIT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , (subscript_expression IDENT [ LIT ]) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (subscript_expression IDENT [ LIT ]) )))) ;) })) }))) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (field_expression IDENT . field_identifier)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = (subscript_expression IDENT [ LIT ])) ;) (return_statement return IDENT ;) })) (return_statement return (pointer_expression * IDENT) ;) }))
(expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_00152a20(long param_1,undefined8 param_2,uint param_3,int param_4)" (identifier "FUN_00152a20") (( "(") (ERROR "long param_1,undefined8 param_2,uint param_3,int" (type_descriptor "long param_1" (sized_type_specifier "long param_1" (long "long") (type_identifier "param_1"))) (, ",") (identifier "undefined8") (identifier "param_2") (, ",") (identifier "uint") (identifier "param_3") (, ",") (primitive_type "int")) (type_descriptor "param_4" (type_identifier "param_4")) () ")")) (; "") (compound_statement "{\n void *__src;\n void *pvVar1;\n undefined8 *puVar2;\n undefined1 (*pauVar3) [16];\n size_t sVar4;\n undefined1 auVar5 [16];\n char local_41;\n size_t local_40 [2];\n \n pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);\n if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }\n return *pauVar3;\n}" ({ "{") (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "undefined1 (*pauVar3) [16];" (subscript_expression "undefined1 (*pauVar3) [16]" (call_expression "undefined1 (*pauVar3)" (identifier "undefined1") (argument_list "(*pauVar3)" (( "(") (pointer_expression "*pauVar3" (* "*") (identifier "pauVar3")) () ")"))) ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "size_t sVar4;" (primitive_type "size_t") (identifier "sVar4") (; ";")) (declaration "undefined1 auVar5 [16];" (type_identifier "undefined1") (array_declarator "auVar5 [16]" (identifier "auVar5") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "char local_41;" (primitive_type "char") (identifier "local_41") (; ";")) (declaration "size_t local_40 [2];" (primitive_type "size_t") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10);" (assignment_expression "pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" (identifier "pauVar3") (= "=") (cast_expression "(undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10)" (( "(") (binary_expression "*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10" (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (+ "+") (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_3")) (* "*") (number_literal "0x10"))) () ")")))) (; ";")) (if_statement "if (*(long *)(*pauVar3 + 8) == 0) {\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" (if "if") (parenthesized_expression "(*(long *)(*pauVar3 + 8) == 0)" (( "(") (binary_expression "*(long *)(*pauVar3 + 8) == 0" (pointer_expression "*(long *)(*pauVar3 + 8)" (* "*") (cast_expression "(long *)(*pauVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*pauVar3 + 8)" (( "(") (binary_expression "*pauVar3 + 8" (pointer_expression "*pauVar3" (* "*") (identifier "pauVar3")) (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);\n if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }\n auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);\n puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));\n *puVar2 = auVar5._0_8_;\n puVar2[1] = local_40[0];\n auVar5._8_8_ = local_40[0];\n return auVar5;\n }" ({ "{") (expression_statement "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0);" (assignment_expression "__src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" (identifier "__src") (= "=") (cast_expression "(void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" (identifier "FUN_001bd870") (argument_list "(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0)" (( "(") (pointer_expression "*(undefined8 *)(param_1 + 8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "param_3") (, ",") (identifier "local_40") (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) (, ",") (number_literal "0") () ")"))))) (; ";")) (if_statement "if (param_4 == 6) {\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }\n else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" (if "if") (parenthesized_expression "(param_4 == 6)" (( "(") (binary_expression "param_4 == 6" (identifier "param_4") (== "==") (number_literal "6")) () ")")) (compound_statement "{\n pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);\n sVar4 = local_40[0];\n if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }\n }" ({ "{") (expression_statement "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]);" (assignment_expression "pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0])" (identifier "pvVar1") (= "=") (cast_expression "(void *)FUN_00151900(param_1,__src,local_40[0])" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00151900(param_1,__src,local_40[0])" (identifier "FUN_00151900") (argument_list "(param_1,__src,local_40[0])" (( "(") (identifier "param_1") (, ",") (identifier "__src") (, ",") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) () ")"))))) (; ";")) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" (identifier "sVar4") (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (if_statement "if ((local_41 != '\0') && (__src != (void *)0x0)) {\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" (if "if") (parenthesized_expression "((local_41 != '\0') && (__src != (void *)0x0))" (( "(") (binary_expression "(local_41 != '\0') && (__src != (void *)0x0)" (parenthesized_expression "(local_41 != '\0')" (( "(") (binary_expression "local_41 != '\0'" (identifier "local_41") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(__src != (void *)0x0)" (( "(") (binary_expression "__src != (void *)0x0" (identifier "__src") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")"))) () ")")) (compound_statement "{\n thunk_FUN_002dac60(__src);\n sVar4 = local_40[0];\n }" ({ "{") (expression_statement "thunk_FUN_002dac60(__src);" (call_expression "thunk_FUN_002dac60(__src)" (identifier "thunk_FUN_002dac60") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" (identifier "sVar4") (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" (else "else") (compound_statement "{\n pvVar1 = __src;\n sVar4 = local_40[0];\n if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }\n }" ({ "{") (expression_statement "pvVar1 = __src;" (assignment_expression "pvVar1 = __src" (identifier "pvVar1") (= "=") (identifier "__src")) (; ";")) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" (identifier "sVar4") (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (if_statement "if (local_41 == '\0') {\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" (if "if") (parenthesized_expression "(local_41 == '\0')" (( "(") (binary_expression "local_41 == '\0'" (identifier "local_41") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);\n sVar4 = local_40[0];\n pvVar1 = memcpy(pvVar1,__src,local_40[0]);\n }" ({ "{") (expression_statement "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]);" (assignment_expression "pvVar1 = (void *)thunk_FUN_002d9490(local_40[0])" (identifier "pvVar1") (= "=") (cast_expression "(void *)thunk_FUN_002d9490(local_40[0])" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_002d9490(local_40[0])" (identifier "thunk_FUN_002d9490") (argument_list "(local_40[0])" (( "(") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) () ")"))))) (; ";")) (expression_statement "sVar4 = local_40[0];" (assignment_expression "sVar4 = local_40[0]" (identifier "sVar4") (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (expression_statement "pvVar1 = memcpy(pvVar1,__src,local_40[0]);" (assignment_expression "pvVar1 = memcpy(pvVar1,__src,local_40[0])" (identifier "pvVar1") (= "=") (call_expression "memcpy(pvVar1,__src,local_40[0])" (identifier "memcpy") (argument_list "(pvVar1,__src,local_40[0])" (( "(") (identifier "pvVar1") (, ",") (identifier "__src") (, ",") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) () ")")))) (; ";")) (} "}"))) (} "}")))) (expression_statement "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1);" (assignment_expression "auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" (field_expression "auVar5._0_8_" (identifier "auVar5") (. ".") (field_identifier "_0_8_")) (= "=") (call_expression "FUN_001527a0(param_2,param_4,pvVar1,sVar4,1)" (identifier "FUN_001527a0") (argument_list "(param_2,param_4,pvVar1,sVar4,1)" (( "(") (identifier "param_2") (, ",") (identifier "param_4") (, ",") (identifier "pvVar1") (, ",") (identifier "sVar4") (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40));" (assignment_expression "puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40))" (( "(") (binary_expression "(ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40)" (binary_expression "(ulong)param_3 * 0x10" (cast_expression "(ulong)param_3" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "param_3")) (* "*") (number_literal "0x10")) (+ "+") (pointer_expression "*(long *)(param_1 + 0x40)" (* "*") (cast_expression "(long *)(param_1 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) () ")")))) (; ";")) (expression_statement "*puVar2 = auVar5._0_8_;" (assignment_expression "*puVar2 = auVar5._0_8_" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (field_expression "auVar5._0_8_" (identifier "auVar5") (. ".") (field_identifier "_0_8_"))) (; ";")) (expression_statement "puVar2[1] = local_40[0];" (assignment_expression "puVar2[1] = local_40[0]" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (expression_statement "auVar5._8_8_ = local_40[0];" (assignment_expression "auVar5._8_8_ = local_40[0]" (field_expression "auVar5._8_8_" (identifier "auVar5") (. ".") (field_identifier "_8_8_")) (= "=") (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]"))) (; ";")) (return_statement "return auVar5;" (return "return") (identifier "auVar5") (; ";")) (} "}"))) (return_statement "return *pauVar3;" (return "return") (pointer_expression "*pauVar3" (* "*") (identifier "pauVar3")) (; ";")) (} "}"))
/* WARNING: Enum "DW_SECT": Some values do not have unique names */ /* DWARF original prototype: Section_bounds copy_section(Dwo_file * this, Dwp_output_file * output_file, uint shndx, DW_SECT section_id) */ type_1 __thiscall gold::type_2::function_1 (type_2 *this,type_3 *output_file,type_4 var_2,type_5 var_4) { type_6 *var_8; void *__dest; type_6 *contents_00; type_7 pSVar1; type_8 len_00; type_1 SVar2; bool var_7; type_8 len; pSVar1 = (this->sect_offsets_). super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>._M_impl. _M_start + var_2; if (pSVar1->size == 0) { var_8 = Object::var_3 (&this->obj_->super_Object,var_2,&len,&var_7,(uint64_t *)0x0); if (var_4 == var_5) { contents_00 = var_6(this,var_8,len); len_00 = len; if ((var_7 != false) && (var_8 != (type_6 *)0x0)) { var_9(var_8); len_00 = len; } } else { contents_00 = var_8; len_00 = len; if (var_7 == false) { __dest = var_10(len); len_00 = len; contents_00 = (type_6 *)var_11(__dest,var_8,len); } } SVar2.offset = type_3::var_12(output_file,var_4,contents_00,len_00,1); pSVar1 = (this->sect_offsets_). super__Vector_base<gold::type_1,_std::allocator<gold::type_1>var_1>._M_impl ._M_start + var_2; pSVar1->offset = SVar2.offset; pSVar1->size = len; SVar2.size = len; return SVar2; } return *pSVar1; }
null
(translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) (ERROR (type_descriptor type: (sized_type_specifier type: (type_identifier))) (identifier) (identifier) (identifier) (identifier) (primitive_type)) type: (type_descriptor type: (type_identifier))) (MISSING ";") (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (subscript_expression argument: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (identifier) (pointer_expression argument: (identifier)) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (subscript_expression argument: (identifier) index: (number_literal))))))))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (field_expression argument: (identifier) field: (field_identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (return_statement (identifier)))) (return_statement (pointer_expression argument: (identifier)))))
null
undefined1 [16] MASKED(long param_1,undefined8 param_2,uint param_3,int param_4) { void *__src; void *pvVar1; undefined8 *puVar2; undefined1 (*pauVar3) [16]; size_t sVar4; undefined1 auVar5 [16]; char local_41; size_t local_40 [2]; pauVar3 = (undefined1 (*) [16])(*(long *)(param_1 + 0x40) + (ulong)param_3 * 0x10); if (*(long *)(*pauVar3 + 8) == 0) { __src = (void *)FUN_001bd870(*(undefined8 *)(param_1 + 8),param_3,local_40,&local_41,0); if (param_4 == 6) { pvVar1 = (void *)FUN_00151900(param_1,__src,local_40[0]); sVar4 = local_40[0]; if ((local_41 != '\0') && (__src != (void *)0x0)) { thunk_FUN_002dac60(__src); sVar4 = local_40[0]; } } else { pvVar1 = __src; sVar4 = local_40[0]; if (local_41 == '\0') { pvVar1 = (void *)thunk_FUN_002d9490(local_40[0]); sVar4 = local_40[0]; pvVar1 = memcpy(pvVar1,__src,local_40[0]); } } auVar5._0_8_ = FUN_001527a0(param_2,param_4,pvVar1,sVar4,1); puVar2 = (undefined8 *)((ulong)param_3 * 0x10 + *(long *)(param_1 + 0x40)); *puVar2 = auVar5._0_8_; puVar2[1] = local_40[0]; auVar5._8_8_ = local_40[0]; return auVar5; } return *pauVar3; }
3168_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
~vector
FUN_001d9320
/* DWARF original prototype: void ~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> * this, int __in_chrg) */ void __thiscall std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> ::~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> *this,int __in_chrg) { pointer pbVar1; pointer pcVar2; pointer pbVar3; pbVar1 = (this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_finish; pbVar3 = (this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_start; if (pbVar1 != pbVar3) { do { pcVar2 = (pbVar3->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9 *)pcVar2 != &pbVar3->field_2) { operator_delete(pcVar2); } pbVar3 = pbVar3 + 1; } while (pbVar1 != pbVar3); pbVar3 = (this-> super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> )._M_impl._M_start; } if (pbVar3 == (pointer)0x0) { return; } operator_delete(pbVar3); return; }
void FUN_001d9320(long *param_1) { long *plVar1; long *plVar2; plVar1 = (long *)param_1[1]; plVar2 = (long *)*param_1; if (plVar1 != plVar2) { do { if ((long *)*plVar2 != plVar2 + 2) { FUN_00338a50(); } plVar2 = plVar2 + 4; } while (plVar1 != plVar2); plVar2 = (long *)*param_1; } if (plVar2 == (long *)0x0) { return; } FUN_00338a50(plVar2); return; }
PUSH R12 PUSH RBP PUSH RBX MOV RBP,qword ptr [RDI + 0x8] MOV RBX,qword ptr [RDI] CMP RBP,RBX JZ 0x001d9356 MOV R12,RDI NOP dword ptr [RAX + RAX*0x1] MOV RDI,qword ptr [RBX] LEA RAX,[RBX + 0x10] CMP RDI,RAX JZ 0x001d9349 CALL 0x00338a50 ADD RBX,0x20 CMP RBP,RBX JNZ 0x001d9338 MOV RBX,qword ptr [R12] TEST RBX,RBX JZ 0x001d9370 MOV RDI,RBX POP RBX POP RBP POP R12 JMP 0x00338a50 POP RBX POP RBP POP R12 RET
null
null
null
null
[('tmp_210', u'CBRANCH_-1207790676'), ('const-0', u'PTRSUB_-1207790509'), ('tmp_65', u'CBRANCH_-1207790773'), (u'CAST_-1207790486', u'INT_NOTEQUAL_-1207790736'), ('const-0', u'PTRSUB_-1207790475'), (u'PTRSUB_-1207790514', u'LOAD_-1207790800'), ('const-433', u'LOAD_-1207790762'), (u'PTRADD_-1207790486', u'MULTIEQUAL_-1207790593'), ('tmp_293', u'PTRSUB_-1207790527'), ('const-0', u'PTRSUB_-1207790496'), (u'PTRSUB_-1207790521', u'PTRSUB_-1207790513'), ('tmp_179', u'CBRANCH_-1207790697'), (u'LOAD_-1207790697', u'MULTIEQUAL_-1207790564'), ('tmp_293', u'PTRSUB_-1207790475'), ('const-16', u'PTRSUB_-1207790500'), ('const-1', u'PTRADD_-1207790486'), ('const-0', u'PTRSUB_-1207790469'), ('const-0', u'RETURN_-1207790647'), ('const-0', u'RETURN_-1207790614'), (u'INT_EQUAL_-1207790678', u'CBRANCH_-1207790676'), ('const-8', u'PTRSUB_-1207790514'), ('const-0', u'PTRSUB_-1207790466'), ('const-0', u'INT_EQUAL_-1207790678'), ('const-0', u'PTRSUB_-1207790527'), ('const-433', u'LOAD_-1207790697'), (u'PTRSUB_-1207790466', u'LOAD_-1207790697'), (u'INT_NOTEQUAL_-1207790774', u'CBRANCH_-1207790773'), (u'LOAD_-1207790762', u'CAST_-1207790486'), (u'MULTIEQUAL_-1207790564', u'CALL_-1207790651'), (u'LOAD_-1207790794', u'MULTIEQUAL_-1207790564'), (u'LOAD_-1207790800', u'INT_NOTEQUAL_-1207790699'), (u'LOAD_-1207790794', u'INT_NOTEQUAL_-1207790774'), ('const-32', u'PTRADD_-1207790486'), (u'INT_NOTEQUAL_-1207790699', u'CBRANCH_-1207790697'), (u'PTRSUB_-1207790475', u'PTRSUB_-1207790469'), ('const-0', u'PTRSUB_-1207790513'), (u'PTRSUB_-1207790500', u'INT_NOTEQUAL_-1207790736'), (u'MULTIEQUAL_-1207790593', u'PTRSUB_-1207790500'), ('const-0', u'PTRSUB_-1207790519'), (u'LOAD_-1207790800', u'INT_NOTEQUAL_-1207790774'), ('const-0', u'PTRSUB_-1207790521'), (u'PTRSUB_-1207790496', u'LOAD_-1207790762'), (u'MULTIEQUAL_-1207790593', u'PTRSUB_-1207790504'), (u'PTRADD_-1207790486', u'INT_NOTEQUAL_-1207790699'), (u'LOAD_-1207790794', u'MULTIEQUAL_-1207790593'), (u'INT_NOTEQUAL_-1207790736', u'CBRANCH_-1207790735'), (u'PTRSUB_-1207790504', u'PTRSUB_-1207790496'), ('const-433', u'LOAD_-1207790794'), (u'PTRSUB_-1207790469', u'PTRSUB_-1207790466'), (u'PTRSUB_-1207790527', u'PTRSUB_-1207790519'), (u'LOAD_-1207790762', u'CALL_-1207790728'), ('const-0', u'PTRSUB_-1207790504'), (u'MULTIEQUAL_-1207790564', u'INT_EQUAL_-1207790678'), ('tmp_113', u'CBRANCH_-1207790735'), (u'MULTIEQUAL_-1207790593', u'PTRADD_-1207790486'), (u'PTRSUB_-1207790519', u'PTRSUB_-1207790514'), (u'PTRSUB_-1207790513', u'PTRSUB_-1207790509'), (u'PTRSUB_-1207790509', u'LOAD_-1207790794'), ('tmp_293', u'PTRSUB_-1207790521'), ('const-433', u'LOAD_-1207790800')]
[('tmp_210', u'CBRANCH_-1207790676'), (u'INT_NOTEQUAL_-1207790699', u'CBRANCH_-1207790697'), ('tmp_65', u'CBRANCH_-1207790773'), ('const-4', u'PTRADD_-1207790494'), (u'CAST_-1207790525', u'INT_NOTEQUAL_-1207790774'), ('tmp_515', u'PTRADD_-1207790533'), (u'LOAD_-1207790794', u'CAST_-1207790525'), ('const-8', u'PTRADD_-1207790494'), ('const-433', u'LOAD_-1207790800'), (u'MULTIEQUAL_-1207790593', u'LOAD_-1207790762'), (u'INT_NOTEQUAL_-1207790736', u'CBRANCH_-1207790735'), ('tmp_179', u'CBRANCH_-1207790697'), (u'CAST_-1207790525', u'MULTIEQUAL_-1207790564'), (u'CAST_-1207790481', u'MULTIEQUAL_-1207790564'), (u'CAST_-1207790525', u'MULTIEQUAL_-1207790593'), (u'PTRADD_-1207790533', u'LOAD_-1207790800'), (u'CAST_-1207790530', u'INT_NOTEQUAL_-1207790699'), ('const-8', u'PTRADD_-1207790509'), (u'MULTIEQUAL_-1207790593', u'PTRADD_-1207790509'), ('tmp_515', u'LOAD_-1207790794'), ('const-0', u'RETURN_-1207790647'), (u'PTRADD_-1207790509', u'INT_NOTEQUAL_-1207790736'), ('const-0', u'RETURN_-1207790614'), ('const-433', u'LOAD_-1207790762'), ('tmp_515', u'LOAD_-1207790697'), (u'MULTIEQUAL_-1207790593', u'PTRADD_-1207790494'), (u'MULTIEQUAL_-1207790564', u'INT_EQUAL_-1207790678'), (u'INT_EQUAL_-1207790678', u'CBRANCH_-1207790676'), (u'CAST_-1207790530', u'INT_NOTEQUAL_-1207790774'), ('const-2', u'PTRADD_-1207790509'), ('tmp_113', u'CBRANCH_-1207790735'), (u'PTRADD_-1207790494', u'INT_NOTEQUAL_-1207790699'), ('const-433', u'LOAD_-1207790697'), ('const-433', u'LOAD_-1207790794'), (u'LOAD_-1207790697', u'CAST_-1207790481'), ('const-0', u'INT_EQUAL_-1207790678'), (u'LOAD_-1207790800', u'CAST_-1207790530'), (u'INT_NOTEQUAL_-1207790774', u'CBRANCH_-1207790773'), (u'MULTIEQUAL_-1207790564', u'CALL_-1207790651'), ('const-8', u'PTRADD_-1207790533'), ('const-1', u'PTRADD_-1207790533'), (u'PTRADD_-1207790494', u'MULTIEQUAL_-1207790593'), (u'CAST_-1207790508', u'INT_NOTEQUAL_-1207790736'), (u'LOAD_-1207790762', u'CAST_-1207790508')]
null
null
001d9320
x64
O2
(translation_unit "void FUN_001d9320(long *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}\n\n" (function_definition "void FUN_001d9320(long *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" primitive_type (function_declarator "FUN_001d9320(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "plVar1 = (long *)param_1[1];" (assignment_expression "plVar1 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" if (parenthesized_expression "(plVar1 != plVar2)" ( (binary_expression "plVar1 != plVar2" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" { (do_statement "do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);" do (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a50();\n }" { (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar2 = plVar2 + 4;" (assignment_expression "plVar2 = plVar2 + 4" identifier = (binary_expression "plVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar1 != plVar2)" ( (binary_expression "plVar1 != plVar2" identifier != identifier) )) ;) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (if_statement "if (plVar2 == (long *)0x0) {\n return;\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00338a50(plVar2);" (call_expression "FUN_00338a50(plVar2)" identifier (argument_list "(plVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* DWARF original prototype: void\n ~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n * this, int __in_chrg) */\n\nvoid __thiscall\nstd::\nvector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n::~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,int __in_chrg)\n\n{\n pointer pbVar1;\n pointer pcVar2;\n pointer pbVar3;\n \n pbVar1 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;\n pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;\n if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;\n }\n if (pbVar3 == (pointer)0x0) {\n return;\n }\n operator_delete(pbVar3);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n::~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,int __in_chrg)\n\n{\n pointer pbVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<std::__cxx11::" identifier : : identifier < identifier : : identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>" identifier : : identifier < primitive_type >) identifier (ERROR ">" >) , (ERROR "_std::allocator<std::__cxx11::" identifier : : identifier < identifier : : identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "_std::" identifier : :) identifier (ERROR "<char>" < primitive_type >) , (ERROR "_std::allocator<char>_>_>_>\n::~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,int __in_chrg)\n\n{\n pointer" identifier : : identifier < primitive_type > identifier > identifier > identifier > : : ~ (function_declarator "vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,int __in_chrg)" identifier (parameter_list "(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n *this,int __in_chrg)" ( (parameter_declaration "vector<std::__cxx11::basic_string" type_identifier (ERROR "<std::__cxx11::" < identifier : : identifier : :) identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "_std::char_traits" type_identifier (ERROR "::" : :) identifier) (ERROR "<char>" < primitive_type >) , (parameter_declaration "_std::allocator<char>_" type_identifier (ERROR "::allocator<char>" : : identifier < primitive_type >) identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::__cxx11::basic_string" type_identifier (ERROR "::allocator<std::__cxx11::" : : identifier < identifier : : identifier : :) identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "_std::char_traits" type_identifier (ERROR "::" : :) identifier) (ERROR "<char>" < primitive_type >) , (parameter_declaration "_std::allocator<char>_>_>_>\n *this" type_identifier (ERROR "::allocator<char>_>_>_>" : : identifier < primitive_type > identifier > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { identifier) identifier ;) (declaration "pointer pcVar2;" type_identifier identifier ;) (declaration "pointer pbVar3;" type_identifier identifier ;) (expression_statement "pbVar1 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish;" (assignment_expression "pbVar1 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;" (assignment_expression "pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (pbVar1 != pbVar3) {\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;\n }" if (parenthesized_expression "(pbVar1 != pbVar3)" ( (binary_expression "pbVar1 != pbVar3" identifier != identifier) )) (compound_statement "{\n do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);\n pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;\n }" { (do_statement "do {\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n } while (pbVar1 != pbVar3);" do (compound_statement "{\n pcVar2 = (pbVar3->_M_dataplus)._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }\n pbVar3 = pbVar3 + 1;\n }" { (expression_statement "pcVar2 = (pbVar3->_M_dataplus)._M_p;" (assignment_expression "pcVar2 = (pbVar3->_M_dataplus)._M_p" identifier = (field_expression "(pbVar3->_M_dataplus)._M_p" (parenthesized_expression "(pbVar3->_M_dataplus)" ( (field_expression "pbVar3->_M_dataplus" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2) {\n operator_delete(pcVar2);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar2 != &pbVar3->field_2" (binary_expression "allocator<char>_>_9\n *)pcVar2" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar2" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&pbVar3->field_2" & (field_expression "pbVar3->field_2" identifier -> field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar2);\n }" { (expression_statement "operator_delete(pcVar2);" (call_expression "operator_delete(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier ))) ;) })) (expression_statement "pbVar3 = pbVar3 + 1;" (assignment_expression "pbVar3 = pbVar3 + 1" identifier = (binary_expression "pbVar3 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pbVar1 != pbVar3)" ( (binary_expression "pbVar1 != pbVar3" identifier != identifier) )) ;) (expression_statement "pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start;" (assignment_expression "pbVar3 = (this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_>\n )" ( (ERROR "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::" (comma_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char,_std" (binary_expression "this->\n super__Vector_base<std::__cxx11::basic_string<char" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::__cxx11::basic_string" : : identifier : : identifier) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<char>_>,_std" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : identifier : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_>_>" (binary_expression "allocator<char>_>_>_" (binary_expression "allocator<char>_>_" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) })) (if_statement "if (pbVar3 == (pointer)0x0) {\n return;\n }" if (parenthesized_expression "(pbVar3 == (pointer)0x0)" ( (binary_expression "pbVar3 == (pointer)0x0" identifier == (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "operator_delete(pbVar3);" (call_expression "operator_delete(pbVar3)" identifier (argument_list "(pbVar3)" ( identifier ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
(translation_unit "void FUN_001d9320(long *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}\n\n" (function_definition "void FUN_001d9320(long *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" primitive_type (function_declarator "FUN_001d9320(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "long *plVar2;" (sized_type_specifier "long" long) (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "plVar1 = (long *)param_1[1];" (assignment_expression "plVar1 = (long *)param_1[1]" identifier = (cast_expression "(long *)param_1[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (if_statement "if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" if (parenthesized_expression "(plVar1 != plVar2)" ( (binary_expression "plVar1 != plVar2" identifier != identifier) )) (compound_statement "{\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" { (do_statement "do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);" do (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n }" { (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }" if (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" ( (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar2" * identifier)) != (binary_expression "plVar2 + 2" identifier + number_literal)) )) (compound_statement "{\n FUN_00338a50();\n }" { (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "plVar2 = plVar2 + 4;" (assignment_expression "plVar2 = plVar2 + 4" identifier = (binary_expression "plVar2 + 4" identifier + number_literal)) ;) }) while (parenthesized_expression "(plVar1 != plVar2)" ( (binary_expression "plVar1 != plVar2" identifier != identifier) )) ;) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" identifier = (cast_expression "(long *)*param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) })) (if_statement "if (plVar2 == (long *)0x0) {\n return;\n }" if (parenthesized_expression "(plVar2 == (long *)0x0)" ( (binary_expression "plVar2 == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00338a50(plVar2);" (call_expression "FUN_00338a50(plVar2)" identifier (argument_list "(plVar2)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_001d9320(long *param_1)\n\n{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001d9320(long *param_1)" (identifier "FUN_001d9320") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n long *plVar1;\n long *plVar2;\n \n plVar1 = (long *)param_1[1];\n plVar2 = (long *)*param_1;\n if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }\n if (plVar2 == (long *)0x0) {\n return;\n }\n FUN_00338a50(plVar2);\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "long *plVar2;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar2" (* "*") (identifier "plVar2")) (; ";")) (expression_statement "plVar1 = (long *)param_1[1];" (assignment_expression "plVar1 = (long *)param_1[1]" (identifier "plVar1") (= "=") (cast_expression "(long *)param_1[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" (identifier "plVar2") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (if_statement "if (plVar1 != plVar2) {\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" (if "if") (parenthesized_expression "(plVar1 != plVar2)" (( "(") (binary_expression "plVar1 != plVar2" (identifier "plVar1") (!= "!=") (identifier "plVar2")) () ")")) (compound_statement "{\n do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);\n plVar2 = (long *)*param_1;\n }" ({ "{") (do_statement "do {\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n } while (plVar1 != plVar2);" (do "do") (compound_statement "{\n if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }\n plVar2 = plVar2 + 4;\n }" ({ "{") (if_statement "if ((long *)*plVar2 != plVar2 + 2) {\n FUN_00338a50();\n }" (if "if") (parenthesized_expression "((long *)*plVar2 != plVar2 + 2)" (( "(") (binary_expression "(long *)*plVar2 != plVar2 + 2" (cast_expression "(long *)*plVar2" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar2" (* "*") (identifier "plVar2"))) (!= "!=") (binary_expression "plVar2 + 2" (identifier "plVar2") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n FUN_00338a50();\n }" ({ "{") (expression_statement "FUN_00338a50();" (call_expression "FUN_00338a50()" (identifier "FUN_00338a50") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "plVar2 = plVar2 + 4;" (assignment_expression "plVar2 = plVar2 + 4" (identifier "plVar2") (= "=") (binary_expression "plVar2 + 4" (identifier "plVar2") (+ "+") (number_literal "4"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(plVar1 != plVar2)" (( "(") (binary_expression "plVar1 != plVar2" (identifier "plVar1") (!= "!=") (identifier "plVar2")) () ")")) (; ";")) (expression_statement "plVar2 = (long *)*param_1;" (assignment_expression "plVar2 = (long *)*param_1" (identifier "plVar2") (= "=") (cast_expression "(long *)*param_1" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (} "}"))) (if_statement "if (plVar2 == (long *)0x0) {\n return;\n }" (if "if") (parenthesized_expression "(plVar2 == (long *)0x0)" (( "(") (binary_expression "plVar2 == (long *)0x0" (identifier "plVar2") (== "==") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00338a50(plVar2);" (call_expression "FUN_00338a50(plVar2)" (identifier "FUN_00338a50") (argument_list "(plVar2)" (( "(") (identifier "plVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* DWARF original prototype: void ~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_std::allocator<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_>_> * this, int __in_chrg) */ void __thiscall std:: vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>,_std::var_1<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_3>var_3> ::~vector(vector<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>,_std::var_1<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::var_1<char>var_3>var_3>var_3> *this,int __in_chrg) { type_1 var_5; type_1 var_8; type_1 var_6; var_5 = (this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_finish; var_6 = (this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_start; if (var_5 != var_6) { do { var_8 = (var_6->_M_dataplus)._M_p; if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_7 *)var_8 != &var_6->field_2) { var_9(var_8); } var_6 = var_6 + 1; } while (var_5 != var_6); var_6 = (this-> super__Vector_base<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>,_std::var_1<std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_3>var_3>var_4 )._M_impl._M_start; } if (var_6 == (type_1)0x0) { return; } var_9(var_6); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(long *param_1) { long *plVar1; long *plVar2; plVar1 = (long *)param_1[1]; plVar2 = (long *)*param_1; if (plVar1 != plVar2) { do { if ((long *)*plVar2 != plVar2 + 2) { FUN_00338a50(); } plVar2 = plVar2 + 4; } while (plVar1 != plVar2); plVar2 = (long *)*param_1; } if (plVar2 == (long *)0x0) { return; } FUN_00338a50(plVar2); return; }
80_m68k-linux-gnu-nm_and_m68k-linux-gnu-nm_strip.c
bfd_openr_next_archived_file
bfd_openr_next_archived_file
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_0010c280)(); return; }
void bfd_openr_next_archived_file(void) { (*(code *)PTR_bfd_openr_next_archived_file_0010c280)(); return; }
JMP qword ptr [0x0010c280]
null
null
null
null
[(u'CAST_-1206962871', u'CALLIND_-1206962936'), (u'CALLIND_-1206962936', u'INDIRECT_-1206962876'), ('tmp_22', u'CAST_-1206962871'), (u'INDIRECT_-1206962876', u'COPY_-1206962935'), ('const-0', u'RETURN_-1206962933')]
[(u'CAST_-1206962871', u'CALLIND_-1206962936'), (u'CALLIND_-1206962936', u'INDIRECT_-1206962876'), ('tmp_22', u'CAST_-1206962871'), (u'INDIRECT_-1206962876', u'COPY_-1206962935'), ('const-0', u'RETURN_-1206962933')]
null
null
00103500
x64
O2
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0010c280" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0010c280" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0010c280" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0010c280" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}\n\n" (function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" primitive_type (function_declarator "bfd_openr_next_archived_file(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)" ( (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0010c280" * (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0010c280" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })))
(function_definition "void bfd_openr_next_archived_file(void)\n\n{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_openr_next_archived_file(void)" (identifier "bfd_openr_next_archived_file") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_openr_next_archived_file_0010c280)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)();" (call_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)()" (parenthesized_expression "(*(code *)PTR_bfd_openr_next_archived_file_0010c280)" (( "(") (pointer_expression "*(code *)PTR_bfd_openr_next_archived_file_0010c280" (* "*") (cast_expression "(code *)PTR_bfd_openr_next_archived_file_0010c280" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_openr_next_archived_file_0010c280"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
void function_1(void) { (*(type_1 *)PTR_bfd_openr_next_archived_file_0010c280)(); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
null
void MASKED(void) { (*(code *)PTR_MASKED_0010c280)(); return; }
8243_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c
~logic_error
FUN_002bed90
/* std::logic_error::~logic_error() */ void __thiscall std::logic_error::~logic_error(logic_error *this) { int *piVar1; long lVar2; int iVar3; *(undefined ***)this = &PTR__logic_error_003bb450; lVar2 = *(long *)(this + 8); if ((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar3 = *(int *)(lVar2 + -8); *(int *)(lVar2 + -8) = iVar3 + -1; } else { LOCK(); piVar1 = (int *)(lVar2 + -8); iVar3 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar3 < 1) { std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18)); } } exception::~exception((exception *)this); return; }
void FUN_002bed90(undefined8 *param_1) { int *piVar1; int iVar2; long lVar3; undefined1 local_9; *param_1 = &PTR_FUN_003bb450; lVar3 = param_1[1]; if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(lVar3 + -8); *(int *)(lVar3 + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(lVar3 + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9); } } FUN_00276450(param_1); return; }
PUSH RBX MOV RBX,RDI SUB RSP,0x10 LEA RAX,[0x3bb440] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RAX,qword ptr [RDI + 0x8] LEA RDI,[RAX + -0x18] CMP RDI,qword ptr [0x003bdc38] JNZ 0x002bedc8 MOV RDI,RBX CALL 0x00276450 ADD RSP,0x10 POP RBX RET CMP qword ptr [0x003bdee8],0x0 JZ 0x002bedf0 MOV EDX,0xffffffff XADD.LOCK dword ptr [RAX + -0x8],EDX TEST EDX,EDX JG 0x002bedb7 LEA RSI,[RSP + 0xf] CALL 0x002a9af0 JMP 0x002bedb7 MOV EDX,dword ptr [RAX + -0x8] LEA ECX,[RDX + -0x1] MOV dword ptr [RAX + -0x8],ECX JMP 0x002beddc
null
null
null
null
[(u'LOAD_-1204490653', u'INT_ADD_-1204490523'), ('tmp_333', u'CAST_-1204490532'), (u'CAST_-1204490528', u'LOAD_-1204490814'), (u'INT_SLESS_-1204490669', u'CBRANCH_-1204490676'), ('const--24', u'INT_ADD_-1204490791'), ('const-4294967295', u'INT_ADD_-1204490523'), ('const-0', u'RETURN_-1204490741'), (u'STORE_-1204490638', u'INDIRECT_-1204490471'), (u'CAST_-1204490502', u'CALL_-1204490770'), ('const-17', u'CALLOTHER_-1204490710'), (u'STORE_-1204490705', u'INDIRECT_-1204490495'), (u'MULTIEQUAL_-1204490496', u'MULTIEQUAL_-1204490534'), (u'INDIRECT_-1204490548', u'INT_EQUAL_-1204490730'), (u'INT_EQUAL_-1204490730', u'CBRANCH_-1204490723'), (u'INDIRECT_-1204490503', u'MULTIEQUAL_-1204490496'), (u'STORE_-1204490638', u'INDIRECT_-1204490463'), ('const-3912784', u'PTRSUB_-1204490531'), (u'INDIRECT_-1204490535', u'COPY_-1204490584'), (u'CAST_-1204490474', u'STORE_-1204490705'), (u'INDIRECT_-1204490463', u'MULTIEQUAL_-1204490488'), ('const-433', u'STORE_-1204490818'), (u'CAST_-1204490518', u'INT_NOTEQUAL_-1204490787'), ('tmp_112', u'CBRANCH_-1204490781'), (u'LOAD_-1204490711', u'INT_ADD_-1204490693'), (u'LOAD_-1204490709', u'MULTIEQUAL_-1204490507'), (u'CALL_-1204490770', u'INDIRECT_-1204490535'), (u'CAST_-1204490451', u'LOAD_-1204490653'), (u'INDIRECT_-1204490556', u'MULTIEQUAL_-1204490534'), ('tmp_333', u'CAST_-1204490502'), (u'INDIRECT_-1204490471', u'MULTIEQUAL_-1204490496'), (u'INDIRECT_-1204490556', u'CAST_-1204490518'), (u'CALL_-1204490770', u'INDIRECT_-1204490527'), (u'STORE_-1204490818', u'INDIRECT_-1204490548'), ('const-18', u'CALLOTHER_-1204490692'), (u'PTRADD_-1204490752', u'CAST_-1204490528'), ('const-1', u'PTRADD_-1204490752'), (u'CAST_-1204490474', u'LOAD_-1204490709'), ('const--8', u'INT_ADD_-1204490699'), ('const-0', u'PTRSUB_-1204490531'), ('const-433', u'LOAD_-1204490711'), (u'INT_ADD_-1204490699', u'CAST_-1204490474'), ('const--8', u'INT_ADD_-1204490624'), (u'INT_ADD_-1204490791', u'CAST_-1204490523'), ('const-1', u'INT_SLESS_-1204490669'), (u'STORE_-1204490818', u'INDIRECT_-1204490556'), ('tmp_323', u'BRANCH_-1204490633'), (u'CALL_-1204490662', u'INDIRECT_-1204490485'), ('tmp_333', u'PTRADD_-1204490752'), (u'INT_ADD_-1204490693', u'STORE_-1204490705'), (u'LOAD_-1204490814', u'INT_ADD_-1204490699'), (u'MULTIEQUAL_-1204490507', u'INT_SLESS_-1204490669'), ('const-4294967295', u'INT_ADD_-1204490693'), ('const-433', u'LOAD_-1204490653'), (u'INT_ADD_-1204490637', u'CAST_-1204490451'), (u'INDIRECT_-1204490485', u'MULTIEQUAL_-1204490526'), ('const-433', u'STORE_-1204490705'), ('tmp_296', u'BRANCH_-1204490659'), (u'INT_ADD_-1204490523', u'STORE_-1204490638'), (u'STORE_-1204490705', u'INDIRECT_-1204490503'), (u'PTRSUB_-1204490531', u'STORE_-1204490818'), ('tmp_281', u'CBRANCH_-1204490676'), (u'INDIRECT_-1204490548', u'MULTIEQUAL_-1204490526'), (u'CAST_-1204490474', u'LOAD_-1204490711'), (u'LOAD_-1204490814', u'INT_ADD_-1204490624'), ('const-8', u'PTRADD_-1204490752'), (u'INT_NOTEQUAL_-1204490787', u'CBRANCH_-1204490781'), ('const-433', u'STORE_-1204490638'), (u'INT_ADD_-1204490624', u'CAST_-1204490444'), ('tmp_195', u'CBRANCH_-1204490723'), ('const-433', u'LOAD_-1204490709'), (u'INDIRECT_-1204490493', u'MULTIEQUAL_-1204490534'), (u'CAST_-1204490523', u'INT_NOTEQUAL_-1204490787'), (u'CAST_-1204490523', u'CALL_-1204490662'), (u'LOAD_-1204490814', u'INT_ADD_-1204490637'), ('const--8', u'INT_ADD_-1204490637'), (u'INDIRECT_-1204490527', u'COPY_-1204490576'), (u'LOAD_-1204490814', u'INT_ADD_-1204490791'), (u'INDIRECT_-1204490495', u'MULTIEQUAL_-1204490488'), (u'LOAD_-1204490653', u'MULTIEQUAL_-1204490507'), (u'CAST_-1204490444', u'STORE_-1204490638'), (u'CAST_-1204490532', u'STORE_-1204490818'), (u'MULTIEQUAL_-1204490488', u'MULTIEQUAL_-1204490526'), ('const-0', u'INT_EQUAL_-1204490730'), ('const-433', u'LOAD_-1204490814'), (u'CALL_-1204490662', u'INDIRECT_-1204490493')]
[(u'STORE_-1204490818', u'INDIRECT_-1204490549'), ('const-433', u'STORE_-1204490638'), (u'INDIRECT_-1204490557', u'MULTIEQUAL_-1204490535'), (u'INT_SLESS_-1204490669', u'CBRANCH_-1204490676'), ('const--24', u'INT_ADD_-1204490791'), ('const-0', u'RETURN_-1204490741'), (u'CAST_-1204490476', u'STORE_-1204490705'), ('const-3912784', u'PTRSUB_-1204490532'), ('const-17', u'CALLOTHER_-1204490710'), ('const--9', u'PTRSUB_-1204490469'), ('const-1', u'PTRADD_-1204490529'), (u'CAST_-1204490524', u'CALL_-1204490662'), (u'INDIRECT_-1204490472', u'MULTIEQUAL_-1204490497'), ('const-433', u'LOAD_-1204490709'), (u'INT_EQUAL_-1204490730', u'CBRANCH_-1204490723'), (u'INDIRECT_-1204490486', u'MULTIEQUAL_-1204490527'), (u'CAST_-1204490446', u'STORE_-1204490638'), ('const-433', u'STORE_-1204490818'), ('const-433', u'LOAD_-1204490711'), ('tmp_616', u'PTRSUB_-1204490469'), ('tmp_617', u'PTRADD_-1204490529'), ('tmp_112', u'CBRANCH_-1204490781'), (u'LOAD_-1204490711', u'INT_ADD_-1204490693'), (u'STORE_-1204490705', u'INDIRECT_-1204490496'), ('const-4294967295', u'INT_ADD_-1204490693'), (u'MULTIEQUAL_-1204490505', u'INT_SLESS_-1204490669'), ('const-18', u'CALLOTHER_-1204490692'), (u'CAST_-1204490524', u'INT_NOTEQUAL_-1204490787'), (u'INDIRECT_-1204490494', u'MULTIEQUAL_-1204490535'), ('const--8', u'INT_ADD_-1204490699'), ('const--8', u'INT_ADD_-1204490624'), (u'CALL_-1204490662', u'INDIRECT_-1204490486'), ('tmp_323', u'BRANCH_-1204490633'), ('const-433', u'STORE_-1204490705'), (u'STORE_-1204490705', u'INDIRECT_-1204490504'), (u'INDIRECT_-1204490528', u'COPY_-1204490577'), (u'INT_ADD_-1204490699', u'CAST_-1204490476'), (u'INDIRECT_-1204490504', u'MULTIEQUAL_-1204490497'), (u'CAST_-1204490476', u'LOAD_-1204490709'), (u'INT_ADD_-1204490693', u'STORE_-1204490705'), (u'CAST_-1204490453', u'LOAD_-1204490653'), (u'LOAD_-1204490814', u'INT_ADD_-1204490699'), (u'INT_ADD_-1204490630', u'STORE_-1204490638'), (u'INDIRECT_-1204490496', u'MULTIEQUAL_-1204490489'), (u'CALL_-1204490662', u'INDIRECT_-1204490494'), (u'INT_ADD_-1204490637', u'CAST_-1204490453'), (u'INT_ADD_-1204490624', u'CAST_-1204490446'), ('const-1', u'INT_SLESS_-1204490669'), ('tmp_296', u'BRANCH_-1204490659'), ('const-8', u'PTRADD_-1204490529'), (u'INT_ADD_-1204490791', u'CAST_-1204490524'), ('tmp_281', u'CBRANCH_-1204490676'), (u'INDIRECT_-1204490557', u'INT_NOTEQUAL_-1204490787'), (u'LOAD_-1204490814', u'INT_ADD_-1204490624'), (u'INT_NOTEQUAL_-1204490787', u'CBRANCH_-1204490781'), ('const-0', u'PTRSUB_-1204490532'), ('tmp_195', u'CBRANCH_-1204490723'), (u'INDIRECT_-1204490464', u'MULTIEQUAL_-1204490489'), (u'STORE_-1204490818', u'INDIRECT_-1204490557'), (u'PTRADD_-1204490529', u'LOAD_-1204490814'), ('const-4294967295', u'INT_ADD_-1204490630'), (u'LOAD_-1204490814', u'INT_ADD_-1204490637'), (u'INDIRECT_-1204490549', u'MULTIEQUAL_-1204490527'), (u'STORE_-1204490638', u'INDIRECT_-1204490472'), ('const--8', u'INT_ADD_-1204490637'), (u'CALL_-1204490770', u'INDIRECT_-1204490528'), ('tmp_617', u'CALL_-1204490770'), (u'MULTIEQUAL_-1204490489', u'MULTIEQUAL_-1204490527'), (u'LOAD_-1204490653', u'MULTIEQUAL_-1204490505'), (u'INDIRECT_-1204490536', u'COPY_-1204490585'), (u'LOAD_-1204490814', u'INT_ADD_-1204490791'), (u'INDIRECT_-1204490549', u'INT_EQUAL_-1204490730'), (u'LOAD_-1204490709', u'MULTIEQUAL_-1204490505'), (u'STORE_-1204490638', u'INDIRECT_-1204490464'), (u'LOAD_-1204490653', u'INT_ADD_-1204490630'), ('tmp_617', u'STORE_-1204490818'), ('const-0', u'INT_EQUAL_-1204490730'), (u'PTRSUB_-1204490532', u'STORE_-1204490818'), ('const-433', u'LOAD_-1204490814'), (u'MULTIEQUAL_-1204490497', u'MULTIEQUAL_-1204490535'), (u'CALL_-1204490770', u'INDIRECT_-1204490536'), ('const-433', u'LOAD_-1204490653'), (u'CAST_-1204490476', u'LOAD_-1204490711'), (u'PTRSUB_-1204490469', u'CALL_-1204490662')]
null
null
002bed90
x64
O2
(translation_unit "void FUN_002bed90(undefined8 *param_1)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}\n\n" (function_definition "void FUN_002bed90(undefined8 *param_1)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002bed90(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_9;" type_identifier identifier ;) (expression_statement "*param_1 = &PTR_FUN_003bb450;" (assignment_expression "*param_1 = &PTR_FUN_003bb450" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bb450" & identifier)) ;) (expression_statement "lVar3 = param_1[1];" (assignment_expression "lVar3 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" if (parenthesized_expression "((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38)" ( (binary_expression "(undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38" (cast_expression "(undefined *)(lVar3 + -0x18)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) != identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" identifier = (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" identifier = (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" { (expression_statement "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);" (call_expression "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9)" identifier (argument_list "((undefined *)(lVar3 + -0x18),&local_9)" ( (cast_expression "(undefined *)(lVar3 + -0x18)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) , (pointer_expression "&local_9" & identifier) ))) ;) })) })) (expression_statement "FUN_00276450(param_1);" (call_expression "FUN_00276450(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit "/* std::logic_error::~logic_error() */\n\nvoid __thiscall std::logic_error::~logic_error(logic_error *this)\n\n{\n int *piVar1;\n long lVar2;\n int iVar3;\n \n *(undefined ***)this = &PTR__logic_error_003bb450;\n lVar2 = *(long *)(this + 8);\n if ((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n exception::~exception((exception *)this);\n return;\n}\n\n" comment (function_definition "void __thiscall std::logic_error::~logic_error(logic_error *this)\n\n{\n int *piVar1;\n long lVar2;\n int iVar3;\n \n *(undefined ***)this = &PTR__logic_error_003bb450;\n lVar2 = *(long *)(this + 8);\n if ((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n exception::~exception((exception *)this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::logic_error::~" identifier : : identifier : : ~) (function_declarator "logic_error(logic_error *this)" identifier (parameter_list "(logic_error *this)" ( (parameter_declaration "logic_error *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n int *piVar1;\n long lVar2;\n int iVar3;\n \n *(undefined ***)this = &PTR__logic_error_003bb450;\n lVar2 = *(long *)(this + 8);\n if ((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n exception::~exception((exception *)this);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (expression_statement "*(undefined ***)this = &PTR__logic_error_003bb450;" (assignment_expression "*(undefined ***)this = &PTR__logic_error_003bb450" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__logic_error_003bb450" & identifier)) ;) (expression_statement "lVar2 = *(long *)(this + 8);" (assignment_expression "lVar2 = *(long *)(this + 8)" identifier = (pointer_expression "*(long *)(this + 8)" * (cast_expression "(long *)(this + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) ;) (if_statement "if ((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38)" ( (binary_expression "(allocator *)(lVar2 + -0x18) != (allocator *)PTR__S_empty_rep_storage_003bdc38" (cast_expression "(allocator *)(lVar2 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))) != (cast_expression "(allocator *)PTR__S_empty_rep_storage_003bdc38" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar3 + -1;\n }" { (expression_statement "iVar3 = *(int *)(lVar2 + -8);" (assignment_expression "iVar3 = *(int *)(lVar2 + -8)" identifier = (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar2 + -8) = iVar3 + -1;" (assignment_expression "*(int *)(lVar2 + -8) = iVar3 + -1" (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) = (binary_expression "iVar3 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar3 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar2 + -8);" (assignment_expression "piVar1 = (int *)(lVar2 + -8)" identifier = (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar3 = *piVar1;" (assignment_expression "iVar3 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar3 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }" if (parenthesized_expression "(iVar3 < 1)" ( (binary_expression "iVar3 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(lVar2 + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(lVar2 + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(lVar2 + -0x18));" (call_expression "_M_destroy((allocator *)(lVar2 + -0x18))" identifier (argument_list "((allocator *)(lVar2 + -0x18))" ( (cast_expression "(allocator *)(lVar2 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))) ))) ;)))) })) })) (labeled_statement "exception::~exception((exception *)this);" statement_identifier : (ERROR ":" :) (expression_statement "~exception((exception *)this);" (unary_expression "~exception((exception *)this)" ~ (call_expression "exception((exception *)this)" identifier (argument_list "((exception *)this)" ( (cast_expression "(exception *)this" ( (type_descriptor "exception *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;)) (return_statement "return;" return ;) })))
(translation_unit "void FUN_002bed90(undefined8 *param_1)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}\n\n" (function_definition "void FUN_002bed90(undefined8 *param_1)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" primitive_type (function_declarator "FUN_002bed90(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_9;" type_identifier identifier ;) (expression_statement "*param_1 = &PTR_FUN_003bb450;" (assignment_expression "*param_1 = &PTR_FUN_003bb450" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bb450" & identifier)) ;) (expression_statement "lVar3 = param_1[1];" (assignment_expression "lVar3 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (if_statement "if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" if (parenthesized_expression "((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38)" ( (binary_expression "(undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38" (cast_expression "(undefined *)(lVar3 + -0x18)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) != identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" identifier = (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" identifier = (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" { (expression_statement "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);" (call_expression "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9)" identifier (argument_list "((undefined *)(lVar3 + -0x18),&local_9)" ( (cast_expression "(undefined *)(lVar3 + -0x18)" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) , (pointer_expression "&local_9" & identifier) ))) ;) })) })) (expression_statement "FUN_00276450(param_1);" (call_expression "FUN_00276450(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_002bed90(undefined8 *param_1)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002bed90(undefined8 *param_1)" (identifier "FUN_002bed90") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 local_9;\n \n *param_1 = &PTR_FUN_003bb450;\n lVar3 = param_1[1];\n if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }\n FUN_00276450(param_1);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined1 local_9;" (type_identifier "undefined1") (identifier "local_9") (; ";")) (expression_statement "*param_1 = &PTR_FUN_003bb450;" (assignment_expression "*param_1 = &PTR_FUN_003bb450" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003bb450" (& "&") (identifier "PTR_FUN_003bb450"))) (; ";")) (expression_statement "lVar3 = param_1[1];" (assignment_expression "lVar3 = param_1[1]" (identifier "lVar3") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (if_statement "if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" (if "if") (parenthesized_expression "((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38)" (( "(") (binary_expression "(undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38" (cast_expression "(undefined *)(lVar3 + -0x18)" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -0x18)" (( "(") (binary_expression "lVar3 + -0x18" (identifier "lVar3") (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (identifier "PTR_DAT_003bdc38")) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(lVar3 + -8)" (* "*") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" (* "*") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9);" (call_expression "thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined *)(lVar3 + -0x18),&local_9)" (( "(") (cast_expression "(undefined *)(lVar3 + -0x18)" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -0x18)" (( "(") (binary_expression "lVar3 + -0x18" (identifier "lVar3") (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_9" (& "&") (identifier "local_9")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_00276450(param_1);" (call_expression "FUN_00276450(param_1)" (identifier "FUN_00276450") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
/* std::logic_error::~logic_error() */ void __thiscall std::function_1::~function_1(function_1 *var_1) { int *piVar1; long var_2; int var_4; *(type_1 ***)var_1 = &PTR__logic_error_003bb450; var_2 = *(long *)(var_1 + 8); if ((type_2 *)(var_2 + -0x18) != (type_2 *)PTR__S_empty_rep_storage_003bdc38) { if (var_3 == (type_1 *)0x0) { var_4 = *(int *)(var_2 + -8); *(int *)(var_2 + -8) = var_4 + -1; } else { var_5(); piVar1 = (int *)(var_2 + -8); var_4 = *piVar1; *piVar1 = *piVar1 + -1; var_6(); } if (var_4 < 1) { std::string::_Rep::var_7((type_2 *)(var_2 + -0x18)); } } exception::~var_8((var_8 *)var_1); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (pointer_expression argument: (identifier))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
null
void MASKED(undefined8 *param_1) { int *piVar1; int iVar2; long lVar3; undefined1 local_9; *param_1 = &PTR_FUN_003bb450; lVar3 = param_1[1]; if ((undefined *)(lVar3 + -0x18) != PTR_DAT_003bdc38) { if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) { iVar2 = *(int *)(lVar3 + -8); *(int *)(lVar3 + -8) = iVar2 + -1; } else { LOCK(); piVar1 = (int *)(lVar3 + -8); iVar2 = *piVar1; *piVar1 = *piVar1 + -1; UNLOCK(); } if (iVar2 < 1) { thunk_FUN_00276d20((undefined *)(lVar3 + -0x18),&local_9); } } FUN_00276450(param_1); return; }
204_less_and_less_strip.c
cvt_length
FUN_0010c5a0
int cvt_length(int len,int ops) { if (utf_mode != 0) { len = len << 2; } return len + 1; }
int FUN_0010c5a0(int param_1) { if (DAT_0012a8c0 != 0) { param_1 = param_1 << 2; } return param_1 + 1; }
MOV EAX,dword ptr [0x0012a8c0] TEST EAX,EAX JZ 0x0010c5ad SHL EDI,0x2 LEA EAX,[RDI + 0x1] RET
null
null
null
null
[('tmp_356', u'INT_NOTEQUAL_-1206925896'), (u'INT_ADD_-1206925770', u'COPY_-1206925811'), ('tmp_356', u'COPY_-1206925783'), (u'COPY_-1206925811', u'RETURN_-1206925839'), (u'INT_LEFT_-1206925867', u'MULTIEQUAL_-1206925730'), ('tmp_28', u'CBRANCH_-1206925896'), (u'MULTIEQUAL_-1206925730', u'INT_ADD_-1206925770'), ('const-0', u'RETURN_-1206925839'), ('const-0', u'INT_NOTEQUAL_-1206925896'), ('tmp_155', u'INT_LEFT_-1206925867'), ('const-2', u'INT_LEFT_-1206925867'), (u'INT_NOTEQUAL_-1206925896', u'CBRANCH_-1206925896'), ('const-1', u'INT_ADD_-1206925770'), ('tmp_155', u'MULTIEQUAL_-1206925730')]
[('const-2', u'INT_LEFT_-1206925867'), (u'INT_LEFT_-1206925867', u'MULTIEQUAL_-1206925734'), ('tmp_352', u'COPY_-1206925786'), ('tmp_28', u'CBRANCH_-1206925896'), ('const-0', u'RETURN_-1206925839'), (u'MULTIEQUAL_-1206925734', u'INT_ADD_-1206925774'), ('const-0', u'INT_NOTEQUAL_-1206925896'), (u'COPY_-1206925786', u'RETURN_-1206925839'), ('tmp_347', u'INT_LEFT_-1206925867'), ('const-1', u'INT_ADD_-1206925774'), (u'INT_NOTEQUAL_-1206925896', u'CBRANCH_-1206925896'), ('tmp_347', u'MULTIEQUAL_-1206925734'), ('tmp_352', u'INT_NOTEQUAL_-1206925896'), (u'INT_ADD_-1206925774', u'COPY_-1206925786')]
null
null
0010c5a0
x64
O2
(translation_unit "int FUN_0010c5a0(int param_1)\n\n{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}\n\n" (function_definition "int FUN_0010c5a0(int param_1)\n\n{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" primitive_type (function_declarator "FUN_0010c5a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" { (if_statement "if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }" if (parenthesized_expression "(DAT_0012a8c0 != 0)" ( (binary_expression "DAT_0012a8c0 != 0" identifier != number_literal) )) (compound_statement "{\n param_1 = param_1 << 2;\n }" { (expression_statement "param_1 = param_1 << 2;" (assignment_expression "param_1 = param_1 << 2" identifier = (binary_expression "param_1 << 2" identifier << number_literal)) ;) })) (return_statement "return param_1 + 1;" return (binary_expression "param_1 + 1" identifier + number_literal) ;) })))
(translation_unit "int cvt_length(int len,int ops)\n\n{\n if (utf_mode != 0) {\n len = len << 2;\n }\n return len + 1;\n}\n\n" (function_definition "int cvt_length(int len,int ops)\n\n{\n if (utf_mode != 0) {\n len = len << 2;\n }\n return len + 1;\n}" primitive_type (function_declarator "cvt_length(int len,int ops)" identifier (parameter_list "(int len,int ops)" ( (parameter_declaration "int len" primitive_type identifier) , (parameter_declaration "int ops" primitive_type identifier) ))) (compound_statement "{\n if (utf_mode != 0) {\n len = len << 2;\n }\n return len + 1;\n}" { (if_statement "if (utf_mode != 0) {\n len = len << 2;\n }" if (parenthesized_expression "(utf_mode != 0)" ( (binary_expression "utf_mode != 0" identifier != number_literal) )) (compound_statement "{\n len = len << 2;\n }" { (expression_statement "len = len << 2;" (assignment_expression "len = len << 2" identifier = (binary_expression "len << 2" identifier << number_literal)) ;) })) (return_statement "return len + 1;" return (binary_expression "len + 1" identifier + number_literal) ;) })))
(translation_unit "int FUN_0010c5a0(int param_1)\n\n{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}\n\n" (function_definition "int FUN_0010c5a0(int param_1)\n\n{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" primitive_type (function_declarator "FUN_0010c5a0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" { (if_statement "if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }" if (parenthesized_expression "(DAT_0012a8c0 != 0)" ( (binary_expression "DAT_0012a8c0 != 0" identifier != number_literal) )) (compound_statement "{\n param_1 = param_1 << 2;\n }" { (expression_statement "param_1 = param_1 << 2;" (assignment_expression "param_1 = param_1 << 2" identifier = (binary_expression "param_1 << 2" identifier << number_literal)) ;) })) (return_statement "return param_1 + 1;" return (binary_expression "param_1 + 1" identifier + number_literal) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT << LIT)) ;) })) (return_statement return (binary_expression IDENT + LIT) ;) })))
(function_definition "int FUN_0010c5a0(int param_1)\n\n{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" (primitive_type "int") (function_declarator "FUN_0010c5a0(int param_1)" (identifier "FUN_0010c5a0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }\n return param_1 + 1;\n}" ({ "{") (if_statement "if (DAT_0012a8c0 != 0) {\n param_1 = param_1 << 2;\n }" (if "if") (parenthesized_expression "(DAT_0012a8c0 != 0)" (( "(") (binary_expression "DAT_0012a8c0 != 0" (identifier "DAT_0012a8c0") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n param_1 = param_1 << 2;\n }" ({ "{") (expression_statement "param_1 = param_1 << 2;" (assignment_expression "param_1 = param_1 << 2" (identifier "param_1") (= "=") (binary_expression "param_1 << 2" (identifier "param_1") (<< "<<") (number_literal "2"))) (; ";")) (} "}"))) (return_statement "return param_1 + 1;" (return "return") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) (; ";")) (} "}")))
int function_1(int var_2,int ops) { if (var_1 != 0) { var_2 = var_2 << 2; } return var_2 + 1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))
null
int MASKED(int param_1) { if (DAT_0012a8c0 != 0) { param_1 = param_1 << 2; } return param_1 + 1; }
1505_libMagickWand-7.Q16HDRI.so.8.0_and_libMagickWand-7.Q16HDRI.so.8.0_strip.c
ClampImage
ClampImage
/* WARNING: Control flow encountered bad instruction data */ void ClampImage(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void ClampImage(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1201912022')]
[('const-1', u'RETURN_-1201912022')]
null
null
00434720
x64
O2
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void ClampImage(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit "void ClampImage(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void ClampImage(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "ClampImage(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void ClampImage(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "ClampImage(void)" (identifier "ClampImage") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
1860_sqlite3_and_sqlite3_strip.c
unicodeNext
FUN_0017c790
int unicodeNext(sqlite3_tokenizer_cursor *pC,char **paToken,int *pnToken,int *piStart,int *piEnd, int *piPos) { byte *pbVar1; byte bVar2; byte bVar3; unicode_tokenizer *p; sqlite3_tokenizer *psVar4; int iVar5; int iVar6; sqlite3_tokenizer *psVar7; char cVar8; uint iCode; byte *pbVar9; byte *pbVar10; ushort uVar11; int iVar12; unicode_cursor *pCsr; long lVar13; byte *pbVar14; sqlite3_tokenizer *psVar15; p = (unicode_tokenizer *)pC->pTokenizer; pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)((long)&pC[2].pTokenizer + 4)); pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer); if (pbVar10 < pbVar1) { iCode = (uint)*pbVar10; pbVar14 = pbVar10 + 1; if (0xbf < *pbVar10) goto LAB_0017c82e; LAB_0017c800: iVar5 = unicodeIsAlnum(p,iCode); if (iVar5 == 0) { while( true ) { pbVar10 = pbVar14; if (pbVar1 <= pbVar10) { return 0x65; } iCode = (uint)*pbVar10; pbVar14 = pbVar10 + 1; if (iCode < 0xc0) break; LAB_0017c82e: iCode = (uint)""[iCode - 0xc0]; if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) { if (0x7f < iCode) break; } else { do { pbVar14 = pbVar14 + 1; iCode = iCode * 0x40 + (bVar2 & 0x3f); if (pbVar1 == pbVar14) break; bVar2 = *pbVar14; } while ((bVar2 & 0xc0) == 0x80); if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe)) break; } iCode = 0xfffd; iVar5 = unicodeIsAlnum(p,0xfffd); if (iVar5 != 0) goto LAB_0017c8c2; } goto LAB_0017c800; } LAB_0017c8c2: if (pbVar10 < pbVar1) { psVar7 = pC[4].pTokenizer; psVar15 = psVar7; LAB_0017c8e7: iVar5 = *(int *)&pC[5].pTokenizer; if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) { iVar6 = sqlite3_initialize(); if ((iVar6 != 0) || (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)), psVar7 == (sqlite3_tokenizer *)0x0)) { return 7; } *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40; psVar4 = pC[4].pTokenizer; pC[4].pTokenizer = psVar7; psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7); } if (0x7f < (int)iCode) { if ((int)iCode < 0x10000) { uVar11 = 0x3f1; lVar13 = -1; iVar12 = 0; iVar5 = 0xa2; iVar6 = 0xa2; do { iVar6 = iVar6 >> 1; if ((int)(iCode - uVar11) < 0) { iVar5 = iVar6 + -1; if (iVar5 < iVar12) goto LAB_0017c9f4; } else { iVar12 = iVar6 + 1; lVar13 = (long)iVar6; if (iVar5 < iVar12) goto LAB_0017c9f4; } iVar6 = iVar5 + iVar12; uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4); } while( true ); } if (iCode - 0x10400 < 0x28) { iCode = iCode + 0x28; } goto LAB_0017cbb1; } if (iCode - 0x41 < 0x1a) { iCode = iCode + 0x20; goto LAB_0017c94b; } if (iCode != 0) { *(char *)&psVar15->pModule = (char)iCode; psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1); } goto LAB_0017c953; } } return 0x65; LAB_0017c9f4: iVar5 = p->eRemoveDiacritic; if (((int)iCode < (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4) )) && (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) == 0)) { iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode & 0xffff; if (iVar5 != 0) { LAB_0017cc47: iCode = remove_diacritic(iCode,(uint)(iVar5 == 2)); } LAB_0017c94b: if (iCode != 0) { if (0x7f < (int)iCode) goto LAB_0017ca21; *(char *)&psVar15->pModule = (char)iCode; psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1); } } else { if (iVar5 != 0) goto LAB_0017cc47; LAB_0017ca21: cVar8 = ((byte)iCode & 0x3f) + 0x80; bVar2 = (byte)((int)iCode >> 6); if ((int)iCode < 0x800) { *(char *)((long)&psVar15->pModule + 1) = cVar8; *(byte *)&psVar15->pModule = bVar2 - 0x40; psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2); } else if ((int)iCode < 0x10000) { *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80; *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20; *(char *)((long)&psVar15->pModule + 2) = cVar8; psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3); } else { LAB_0017cbb1: *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10; *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80; *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80; *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80; psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4); } } LAB_0017c953: iVar5 = (int)pbVar14; if (pbVar1 <= pbVar14) goto LAB_0017cb28; bVar2 = *pbVar14; iCode = (uint)bVar2; pbVar9 = pbVar14 + 1; if (bVar2 < 0xc0) { iVar5 = unicodeIsAlnum(p,(uint)bVar2); joined_r0x0017c980: if (iVar5 == 0) goto LAB_0017cb20; } else { iCode = (uint)""[bVar2 - 0xc0]; if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) { if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea; } else { do { pbVar9 = pbVar9 + 1; iCode = iCode * 0x40 + (bVar3 & 0x3f); if (pbVar1 == pbVar9) break; bVar3 = *pbVar9; } while ((bVar3 & 0xc0) == 0x80); if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe)) { LAB_0017caea: iVar5 = unicodeIsAlnum(p,iCode); if (iVar5 != 0) goto LAB_0017c986; if (0x31 < iCode - 0x300) { LAB_0017cb20: iVar5 = (int)pbVar9; LAB_0017cb28: psVar7 = pC[4].pTokenizer; *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer; *paToken = (char *)psVar7; *pnToken = (int)psVar15 - (int)pC[4].pTokenizer; *piStart = (int)pbVar10 - (int)pC[1].pTokenizer; *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer; iVar5 = *(int *)&pC[3].pTokenizer; *(int *)&pC[3].pTokenizer = iVar5 + 1; *piPos = iVar5; return 0; } iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode); goto joined_r0x0017c980; } } iVar5 = unicodeIsAlnum(p,0xfffd); if (iVar5 == 0) goto LAB_0017cb20; iCode = 0xfffd; } LAB_0017c986: psVar7 = pC[4].pTokenizer; pbVar14 = pbVar9; goto LAB_0017c8e7; }
undefined8 FUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6) { byte *pbVar1; byte bVar2; byte bVar3; long lVar4; long lVar5; int iVar6; long lVar7; char cVar8; int iVar9; undefined8 extraout_RDX; uint uVar10; byte *pbVar11; byte *pbVar12; ushort uVar13; int iVar14; char *pcVar15; byte *pbVar16; char *pcVar17; lVar4 = *param_1; pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14)); pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]); if (pbVar12 < pbVar1) { uVar10 = (uint)*pbVar12; pbVar16 = pbVar12 + 1; if (0xbf < *pbVar12) goto LAB_0017c82e; LAB_0017c800: iVar6 = FUN_00143310(lVar4,uVar10); if (iVar6 == 0) { while( true ) { pbVar12 = pbVar16; if (pbVar1 <= pbVar12) { return 0x65; } uVar10 = (uint)*pbVar12; pbVar16 = pbVar12 + 1; if (uVar10 < 0xc0) break; LAB_0017c82e: uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]; if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) { if (0x7f < uVar10) break; } else { do { pbVar16 = pbVar16 + 1; uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f); if (pbVar1 == pbVar16) break; bVar2 = *pbVar16; } while ((bVar2 & 0xc0) == 0x80); if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) && ((uVar10 & 0xfffffffe) != 0xfffe)) break; } uVar10 = 0xfffd; iVar6 = FUN_00143310(lVar4,0xfffd); if (iVar6 != 0) goto LAB_0017c8c2; } goto LAB_0017c800; } LAB_0017c8c2: if (pbVar12 < pbVar1) { pcVar15 = (char *)param_1[4]; pcVar17 = pcVar15; LAB_0017c8e7: lVar7 = param_1[5]; if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) { iVar6 = FUN_0014f200(); if ((iVar6 != 0) || (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6), lVar7 == 0)) { return 7; } *(int *)(param_1 + 5) = (int)param_1[5] + 0x40; lVar5 = param_1[4]; param_1[4] = lVar7; pcVar17 = pcVar17 + (lVar7 - lVar5); } if (0x7f < (int)uVar10) { if ((int)uVar10 < 0x10000) { uVar13 = 0x3f1; lVar7 = -1; iVar14 = 0; iVar6 = 0xa2; iVar9 = 0xa2; do { iVar9 = iVar9 >> 1; if ((int)(uVar10 - uVar13) < 0) { iVar6 = iVar9 + -1; if (iVar6 < iVar14) goto LAB_0017c9f4; } else { iVar14 = iVar9 + 1; lVar7 = (long)iVar9; if (iVar6 < iVar14) goto LAB_0017c9f4; } iVar9 = iVar6 + iVar14; uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4); } while( true ); } if (uVar10 - 0x10400 < 0x28) { uVar10 = uVar10 + 0x28; } goto LAB_0017cbb1; } if (uVar10 - 0x41 < 0x1a) { uVar10 = uVar10 + 0x20; goto LAB_0017c94b; } if (uVar10 != 0) { *pcVar17 = (char)uVar10; pcVar17 = pcVar17 + 1; } goto LAB_0017c953; } } return 0x65; LAB_0017c9f4: iVar6 = *(int *)(lVar4 + 8); if (((int)uVar10 < (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))) && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)) == 0)) { uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) + uVar10 & 0xffff; if (iVar6 != 0) { LAB_0017cc47: uVar10 = FUN_00130ca0(uVar10,iVar6 == 2); } LAB_0017c94b: if (uVar10 != 0) { if (0x7f < (int)uVar10) goto LAB_0017ca21; *pcVar17 = (char)uVar10; pcVar17 = pcVar17 + 1; } } else { if (iVar6 != 0) goto LAB_0017cc47; LAB_0017ca21: cVar8 = ((byte)uVar10 & 0x3f) + 0x80; bVar2 = (byte)((int)uVar10 >> 6); if ((int)uVar10 < 0x800) { pcVar17[1] = cVar8; *pcVar17 = bVar2 - 0x40; pcVar17 = pcVar17 + 2; } else if ((int)uVar10 < 0x10000) { pcVar17[1] = (bVar2 & 0x3f) + 0x80; *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20; pcVar17[2] = cVar8; pcVar17 = pcVar17 + 3; } else { LAB_0017cbb1: *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10; pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80; pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80; pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80; pcVar17 = pcVar17 + 4; } } LAB_0017c953: iVar6 = (int)pbVar16; if (pbVar1 <= pbVar16) goto LAB_0017cb28; bVar2 = *pbVar16; uVar10 = (uint)bVar2; pbVar11 = pbVar16 + 1; if (bVar2 < 0xc0) { iVar6 = FUN_00143310(lVar4,bVar2); joined_r0x0017c980: if (iVar6 == 0) goto LAB_0017cb20; } else { uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]; if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) { if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea; } else { do { pbVar11 = pbVar11 + 1; uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f); if (pbVar1 == pbVar11) break; bVar3 = *pbVar11; } while ((bVar3 & 0xc0) == 0x80); if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) && ((uVar10 & 0xfffffffe) != 0xfffe)) { LAB_0017caea: iVar6 = FUN_00143310(lVar4,uVar10); if (iVar6 != 0) goto LAB_0017c986; if (0x31 < uVar10 - 0x300) { LAB_0017cb20: iVar6 = (int)pbVar11; LAB_0017cb28: *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1]; *param_2 = param_1[4]; *param_3 = (int)pcVar17 - (int)param_1[4]; *param_4 = (int)pbVar12 - (int)param_1[1]; *param_5 = (int)pbVar16 - (int)param_1[1]; lVar4 = param_1[3]; *(int *)(param_1 + 3) = (int)lVar4 + 1; *param_6 = (int)lVar4; return 0; } iVar6 = FUN_00143360(uVar10); goto joined_r0x0017c980; } } iVar6 = FUN_00143310(lVar4,0xfffd); if (iVar6 == 0) goto LAB_0017cb20; uVar10 = 0xfffd; } LAB_0017c986: pcVar15 = (char *)param_1[4]; pbVar16 = pbVar11; goto LAB_0017c8e7; }
PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBP PUSH RBX SUB RSP,0x48 MOV R10,qword ptr [RDI + 0x8] MOVSXD R11,dword ptr [RDI + 0x14] MOVSXD RAX,dword ptr [RDI + 0x10] MOV R15,qword ptr [RDI] LEA R14,[R10 + R11*0x1] LEA R12,[R10 + RAX*0x1] MOV qword ptr [RSP + 0x8],R15 CMP R14,R12 JNC 0x0017cb88 MOV RBP,R14 MOV qword ptr [RSP + 0x30],R9 MOV R14,R12 LEA R13,[0x220660] MOVZX EBX,byte ptr [RBP] MOV qword ptr [RSP + 0x28],R8 LEA R12,[RBP + 0x1] MOV qword ptr [RSP + 0x20],RCX MOV qword ptr [RSP + 0x18],RDX MOV qword ptr [RSP + 0x10],RSI MOV qword ptr [RSP],RDI CMP EBX,0xbf JA 0x0017c82e NOP dword ptr [RAX] MOV ESI,EBX MOV RDI,R15 CALL 0x00143310 TEST EAX,EAX JNZ 0x0017c8c2 CMP R12,R14 JNC 0x0017cb88 MOV RBP,R12 MOVZX EBX,byte ptr [RBP] LEA R12,[RBP + 0x1] CMP EBX,0xbf JBE 0x0017c800 LEA EAX,[RBX + -0xc0] MOVZX EBX,byte ptr [R13 + RAX*0x1] CMP R14,R12 JZ 0x0017cc90 MOVZX EAX,byte ptr [RBP + 0x1] MOV EDX,EAX AND EDX,0xffffffc0 CMP DL,0x80 JZ 0x0017c86f JMP 0x0017cc90 MOVZX EAX,byte ptr [R12] MOV EDX,EAX AND EDX,0xffffffc0 CMP DL,0x80 JNZ 0x0017c880 SHL EBX,0x6 AND EAX,0x3f ADD R12,0x1 ADD EBX,EAX CMP R14,R12 JNZ 0x0017c860 CMP EBX,0x7f JBE 0x0017c8a8 MOV EAX,EBX AND EAX,0xfffff800 CMP EAX,0xd800 JZ 0x0017c8a8 MOV EAX,EBX AND EAX,0xfffffffe CMP EAX,0xfffe JNZ 0x0017c800 NOP dword ptr [RAX + RAX*0x1] MOV ESI,0xfffd MOV EBX,0xfffd MOV RDI,R15 CALL 0x00143310 TEST EAX,EAX JZ 0x0017c812 MOV R15,R12 MOV R12,R14 MOV R14,RBP MOV RBP,qword ptr [RSP] CMP R12,R14 JBE 0x0017cb88 MOV R13,qword ptr [RBP + 0x20] MOV qword ptr [RSP + 0x38],R14 MOV R14D,EBX MOV RDI,R13 MOV EBX,dword ptr [RBP + 0x28] MOV RSI,R13 MOV qword ptr [RSP],RDI SUB RSI,RDI LEA EAX,[RBX + -0x4] CDQE CMP RSI,RAX JL 0x0017c932 CALL 0x0014f200 MOV RDI,qword ptr [RSP] TEST EAX,EAX JNZ 0x0017cc78 LEA ECX,[RBX + 0x40] MOVSXD RSI,ECX CALL 0x001383c0 TEST RAX,RAX JZ 0x0017cc78 ADD dword ptr [RBP + 0x28],0x40 SUB R13,qword ptr [RBP + 0x20] MOV qword ptr [RBP + 0x20],RAX ADD R13,RAX MOV EAX,R14D CMP R14D,0x7f JG 0x0017c998 LEA EDX,[R14 + -0x41] CMP EDX,0x19 JA 0x0017cbf8 ADD EAX,0x20 TEST EAX,EAX JNZ 0x0017cc5c CMP R15,R12 JNC 0x0017ccd6 MOVZX R14D,byte ptr [R15] LEA RBX,[R15 + 0x1] CMP R14D,0xbf JA 0x0017ca50 MOV RDI,qword ptr [RSP + 0x8] MOV ESI,R14D CALL 0x00143310 TEST EAX,EAX JZ 0x0017cb20 MOV RDI,qword ptr [RBP + 0x20] MOV R15,RBX JMP 0x0017c8e7 CMP R14D,0xffff JG 0x0017cba0 MOV ESI,0x3f1 MOV R9,-0x1 XOR EDI,EDI MOV R8D,0xa2 MOV ECX,0xa2 JMP 0x0017c9e1 LEA EDI,[RCX + 0x1] MOVSXD R9,ECX CMP R8D,EDI JL 0x0017c9f4 LEA ECX,[R8 + RDI*0x1] LEA RSI,[0x2195a0] MOV EDX,ECX SAR EDX,0x1 MOVSXD RDX,EDX MOVZX ESI,word ptr [RSI + RDX*0x4] MOVZX EDX,SI SAR ECX,0x1 CMP R14D,EDX JNS 0x0017c9c0 LEA R8D,[RCX + -0x1] CMP R8D,EDI JGE 0x0017c9cb MOV RCX,qword ptr [RSP + 0x8] LEA RBX,[0x2195a0] MOVZX ESI,word ptr [RBX + R9*0x4] MOV EDI,dword ptr [RCX + 0x8] MOVZX ECX,byte ptr [RBX + R9*0x4 + 0x3] ADD ECX,ESI CMP R14D,ECX JL 0x0017cc10 TEST EDI,EDI JNZ 0x0017cc47 MOV ECX,EAX MOV EDX,EAX AND ECX,0x3f SAR EDX,0x6 ADD ECX,-0x80 CMP EAX,0x7ff JG 0x0017cca8 SUB EDX,0x40 MOV byte ptr [R13 + 0x1],CL ADD R13,0x2 MOV byte ptr [R13 + -0x2],DL JMP 0x0017c953 LEA EAX,[R14 + -0xc0] LEA RCX,[0x220660] MOVZX R14D,byte ptr [RCX + RAX*0x1] CMP R12,RBX JZ 0x0017ca78 MOVZX EAX,byte ptr [R15 + 0x1] MOV ESI,EAX AND ESI,0xffffffc0 CMP SIL,0x80 JZ 0x0017cab5 CMP R14D,0x7f JA 0x0017caea NOP MOV RDI,qword ptr [RSP + 0x8] MOV ESI,0xfffd CALL 0x00143310 TEST EAX,EAX JZ 0x0017cb20 MOV R14D,0xfffd JMP 0x0017c986 MOVZX EAX,byte ptr [RBX] MOV EDX,EAX AND EDX,0xffffffc0 CMP DL,0x80 JNZ 0x0017cac8 SHL R14D,0x6 AND EAX,0x3f ADD RBX,0x1 ADD R14D,EAX CMP R12,RBX JNZ 0x0017caa8 CMP R14D,0x7f JBE 0x0017ca80 MOV EAX,R14D AND EAX,0xfffff800 CMP EAX,0xd800 JZ 0x0017ca80 MOV EAX,R14D AND EAX,0xfffffffe CMP EAX,0xfffe JZ 0x0017ca80 MOV RDI,qword ptr [RSP + 0x8] MOV ESI,R14D CALL 0x00143310 TEST EAX,EAX JNZ 0x0017c986 LEA EAX,[R14 + -0x300] CMP EAX,0x31 JA 0x0017cb20 MOV EDI,R14D CALL 0x00143360 TEST EAX,EAX JNZ 0x0017c986 NOP dword ptr [RAX + RAX*0x1] MOV R14,qword ptr [RSP + 0x38] MOV RCX,RBX SUB RCX,qword ptr [RBP + 0x8] MOV RAX,qword ptr [RBP + 0x20] MOV R11,R14 MOV RDX,R15 MOV dword ptr [RBP + 0x14],ECX MOV RCX,qword ptr [RSP + 0x10] MOV qword ptr [RCX],RAX MOV RAX,qword ptr [RSP + 0x18] SUB R13,qword ptr [RBP + 0x20] MOV RCX,qword ptr [RSP + 0x30] MOV dword ptr [RAX],R13D MOV RAX,qword ptr [RSP + 0x20] SUB R11,qword ptr [RBP + 0x8] MOV dword ptr [RAX],R11D MOV RAX,qword ptr [RSP + 0x28] SUB RDX,qword ptr [RBP + 0x8] MOV dword ptr [RAX],EDX MOV EAX,dword ptr [RBP + 0x18] LEA EDX,[RAX + 0x1] MOV dword ptr [RBP + 0x18],EDX MOV dword ptr [RCX],EAX ADD RSP,0x48 XOR EAX,EAX POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET ADD RSP,0x48 MOV EAX,0x65 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET LEA ECX,[R14 + -0x10400] LEA EDX,[R14 + 0x28] CMP ECX,0x28 CMOVC EAX,EDX MOV EDX,EAX ADD R13,0x4 SAR EDX,0x12 AND EDX,0x7 SUB EDX,0x10 MOV byte ptr [R13 + -0x4],DL MOV EDX,EAX SAR EDX,0xc AND EDX,0x3f ADD EDX,-0x80 MOV byte ptr [R13 + -0x3],DL MOV EDX,EAX AND EAX,0x3f SAR EDX,0x6 ADD EAX,-0x80 AND EDX,0x3f MOV byte ptr [R13 + -0x1],AL ADD EDX,-0x80 MOV byte ptr [R13 + -0x2],DL JMP 0x0017c953 TEST R14D,R14D JZ 0x0017c953 MOV byte ptr [R13],AL ADD R13,0x1 JMP 0x0017c953 MOVZX ECX,byte ptr [RBX + R9*0x4 + 0x2] XOR ESI,R14D MOV R8D,ECX AND R8D,0x1 TEST R8D,ESI JNZ 0x0017ca19 SHR CL,0x1 LEA RSI,[0x219500] AND ECX,0x7f MOVZX EAX,word ptr [RSI + RCX*0x2] ADD EAX,R14D MOVZX EAX,AX TEST EDI,EDI JZ 0x0017c94b XOR ESI,ESI CMP EDI,0x2 MOV EDI,EAX SETZ SIL CALL 0x00130ca0 JMP 0x0017c94b CMP EAX,0x7f JG 0x0017ca21 MOV byte ptr [R13],AL ADD R13,0x1 JMP 0x0017c953 ADD RSP,0x48 MOV EAX,0x7 POP RBX POP RBP POP R12 POP R13 POP R14 POP R15 RET CMP EBX,0x7f JA 0x0017c800 MOV ESI,0xfffd MOV EBX,0xfffd JMP 0x0017c8b2 MOV ESI,EAX AND EDX,0x3f SAR ESI,0xc ADD EDX,-0x80 CMP EAX,0xffff JG 0x0017cbb1 SUB ESI,0x20 MOV byte ptr [R13 + 0x1],DL ADD R13,0x3 MOV byte ptr [R13 + -0x3],SIL MOV byte ptr [R13 + -0x1],CL JMP 0x0017c953 MOV R14,qword ptr [RSP + 0x38] MOV RCX,R15 JMP 0x0017cb28
null
null
null
null
[(u'PTRSUB_-1207378302', u'PTRADD_-1207382051'), ('tmp_5081', u'STORE_-1207382674'), (u'MULTIEQUAL_-1207378103', u'MULTIEQUAL_-1207378355'), (u'CAST_-1207378158', u'INT_SLESS_-1207382050'), (u'MULTIEQUAL_-1207378620', u'INT_SUB_-1207381480'), ('const-0', u'PTRSUB_-1207377948'), (u'CAST_-1207378796', u'CALL_-1207382736'), (u'INT_NOTEQUAL_-1207381375', u'CBRANCH_-1207381375'), ('const-1', u'PTRADD_-1207381906'), ('const-0', u'INT_NOTEQUAL_-1207382597'), (u'CAST_-1207377525', u'INT_ADD_-1207377661'), (u'PTRADD_-1207378900', u'PTRSUB_-1207378898'), ('const-433', u'LOAD_-1207382845'), (u'INT_ADD_-1207382545', u'MULTIEQUAL_-1207378103'), (u'CAST_-1207377773', u'LOAD_-1207382641'), ('const-433', u'LOAD_-1207383583'), (u'INT_SLESS_-1207381747', u'CBRANCH_-1207381754'), ('const-8', u'PTRADD_-1207377931'), ('tmp_5078', u'PTRADD_-1207378494'), ('const-192', u'INT_SUB_-1207382847'), (u'CAST_-1207378785', u'INT_EQUAL_-1207382823'), ('tmp_3671', u'CBRANCH_-1207382269'), ('tmp_5078', u'PTRADD_-1207377898'), (u'MULTIEQUAL_-1207379451', u'MULTIEQUAL_-1207379476'), (u'MULTIEQUAL_-1207379551', u'MULTIEQUAL_-1207379356'), ('const-0', u'PTRSUB_-1207377960'), ('const-4294967292', u'INT_ADD_-1207379280'), (u'INT_LESS_-1207383960', u'CBRANCH_-1207383968'), (u'INT_ADD_-1207381388', u'INT_AND_-1207381369'), (u'INT_ADD_-1207381731', u'STORE_-1207381714'), (u'MULTIEQUAL_-1207379966', u'SUBPIECE_-1207378478'), (u'CAST_-1207377669', u'INT_ADD_-1207377797'), ('const-8', u'PTRADD_-1207377950'), ('const-433', u'LOAD_-1207382726'), (u'INT_AND_-1207382152', u'INT_ADD_-1207382134'), (u'PTRSUB_-1207378498', u'CAST_-1207378409'), (u'INT_ADD_-1207377994', u'CAST_-1207377826'), (u'CAST_-1207378463', u'INT_SUB_-1207383547'), ('const-0', u'PTRSUB_-1207378561'), (u'PTRADD_-1207377912', u'PTRSUB_-1207377910'), (u'MULTIEQUAL_-1207378368', u'CAST_-1207377709'), ('const-8', u'PTRADD_-1207377912'), ('tmp_5078', u'PTRADD_-1207377968'), ('const-433', u'LOAD_-1207382113'), ('const-0', u'PTRSUB_-1207378302'), ('const-2229856', u'COPY_-1207378822'), ('const-4', u'INT_MULT_-1207382067'), ('const-433', u'LOAD_-1207382688'), (u'INT_ZEXT_-1207383845', u'INT_LESS_-1207382676'), (u'INT_ADD_-1207381471', u'COPY_-1207377835'), ('tmp_2462', u'BRANCH_-1207381998'), (u'INT_SLESS_-1207382016', u'CBRANCH_-1207382023'), (u'INT_LESS_-1207382751', u'CBRANCH_-1207382759'), ('tmp_157', u'CBRANCH_-1207384068'), (u'INT_SRIGHT_-1207381955', u'INT_SEXT_-1207381958'), ('const-4', u'INT_ADD_-1207377994'), (u'SUBPIECE_-1207378492', u'INT_SUB_-1207382707'), (u'MULTIEQUAL_-1207378359', u'INT_SRIGHT_-1207382153'), ('const-101', u'COPY_-1207377871'), (u'MULTIEQUAL_-1207378683', u'CAST_-1207377472'), (u'PTRSUB_-1207377773', u'PTRADD_-1207381447'), (u'LOAD_-1207383295', u'INT_ZEXT_-1207379515'), (u'INT_SLESS_-1207382488', u'CBRANCH_-1207382495'), ('tmp_2656', u'CBRANCH_-1207382495'), (u'CAST_-1207377709', u'INT_SRIGHT_-1207381867'), (u'MULTIEQUAL_-1207379691', u'MULTIEQUAL_-1207379673'), (u'MULTIEQUAL_-1207379555', u'MULTIEQUAL_-1207379392'), (u'INT_ZEXT_-1207379255', u'MULTIEQUAL_-1207378103'), ('const-433', u'LOAD_-1207382772'), (u'SUBPIECE_-1207379773', u'STORE_-1207381685'), ('tmp_2311', u'CBRANCH_-1207382444'), ('tmp_767', u'CBRANCH_-1207383500'), ('const-433', u'LOAD_-1207381509'), ('const-0', u'PTRSUB_-1207378202'), (u'COPY_-1207378242', u'MULTIEQUAL_-1207378460'), (u'COPY_-1207378385', u'MULTIEQUAL_-1207379574'), (u'PTRSUB_-1207377880', u'CAST_-1207377766'), (u'INT_ADD_-1207377571', u'CAST_-1207377449'), (u'INT_LESS_-1207383343', u'CBRANCH_-1207383352'), (u'INT_MULT_-1207382188', u'INT_ADD_-1207382134'), (u'LOAD_-1207382688', u'SUBPIECE_-1207378473'), (u'INT_AND_-1207381796', u'INT_ADD_-1207381753'), (u'CAST_-1207377432', u'STORE_-1207381707'), (u'CALL_-1207383522', u'INT_NOTEQUAL_-1207383501'), (u'INT_ADD_-1207382545', u'INT_AND_-1207382447'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207378357'), (u'INT_NOTEQUAL_-1207381692', u'CBRANCH_-1207381691'), (u'INT_NOTEQUAL_-1207383792', u'CBRANCH_-1207383791'), ('const-65534', u'INT_NOTEQUAL_-1207382040'), ('const-2', u'PTRADD_-1207377950'), (u'CAST_-1207377627', u'STORE_-1207381685'), (u'INT_NOTEQUAL_-1207382040', u'CBRANCH_-1207382036'), (u'CAST_-1207377438', u'STORE_-1207381714'), (u'CAST_-1207377450', u'INT_ADD_-1207377571'), ('tmp_2918', u'CBRANCH_-1207381754'), (u'PTRSUB_-1207378898', u'CAST_-1207378807'), ('const-63', u'INT_AND_-1207381732'), ('const-0', u'PTRSUB_-1207377896'), ('const-55296', u'INT_NOTEQUAL_-1207382482'), (u'PTRADD_-1207378580', u'PTRSUB_-1207378578'), (u'INT_ADD_-1207377806', u'CAST_-1207377677'), (u'CAST_-1207377698', u'STORE_-1207381831'), ('const-0', u'PTRSUB_-1207378886'), (u'CALL_-1207383950', u'INT_EQUAL_-1207383936'), (u'LOAD_-1207381509', u'CAST_-1207377639'), ('const-0', u'INT_NOTEQUAL_-1207383651'), (u'MULTIEQUAL_-1207379691', u'COPY_-1207378603'), ('const-0', u'PTRSUB_-1207377780'), (u'COPY_-1207379073', u'MULTIEQUAL_-1207378955'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377508'), (u'CAST_-1207377443', u'COPY_-1207377553'), (u'MULTIEQUAL_-1207378683', u'SUBPIECE_-1207378676'), ('const-0', u'PTRSUB_-1207377525'), (u'INT_ADD_-1207378982', u'MULTIEQUAL_-1207378991'), ('const-0', u'PTRSUB_-1207378498'), (u'CAST_-1207378404', u'INT_SUB_-1207383414'), (u'PTRSUB_-1207377751', u'CAST_-1207377669'), ('const-128', u'INT_NOTEQUAL_-1207383792'), ('tmp_4811', u'CBRANCH_-1207382124'), (u'INT_ADD_-1207381720', u'STORE_-1207381723'), (u'MULTIEQUAL_-1207378895', u'MULTIEQUAL_-1207378683'), (u'MULTIEQUAL_-1207378620', u'CAST_-1207378279'), ('const-1', u'INT_RIGHT_-1207381418'), ('const-2200992', u'PTRSUB_-1207378302'), (u'INT_LESS_-1207382507', u'CBRANCH_-1207382516'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377751'), (u'MULTIEQUAL_-1207378620', u'INT_ADD_-1207383329'), (u'MULTIEQUAL_-1207379448', u'MULTIEQUAL_-1207379392'), (u'LOAD_-1207384132', u'PTRSUB_-1207378876'), ('const-4', u'INT_ADD_-1207377857'), ('const-0', u'COPY_-1207379824'), (u'LOAD_-1207382510', u'INT_AND_-1207378736'), ('tmp_5078', u'PTRADD_-1207377950'), (u'INT_ZEXT_-1207383889', u'MULTIEQUAL_-1207379551'), ('const-0', u'INT_EQUAL_-1207383936'), (u'CAST_-1207378393', u'MULTIEQUAL_-1207379556'), (u'LOAD_-1207382641', u'INT_ADD_-1207378491'), (u'CAST_-1207378207', u'INT_SLESS_-1207382157'), (u'PTRADD_-1207383225', u'INT_EQUAL_-1207382823'), (u'MULTIEQUAL_-1207378683', u'CAST_-1207378119'), (u'INT_ZEXT_-1207379646', u'INT_XOR_-1207381474'), (u'INT_ADD_-1207379033', u'MULTIEQUAL_-1207378359'), (u'MULTIEQUAL_-1207378154', u'INT_MULT_-1207382600'), (u'INT_NOTEQUAL_-1207383651', u'CBRANCH_-1207383651'), (u'INT_EQUAL_-1207382823', u'CBRANCH_-1207382821'), ('const-192', u'INT_AND_-1207379446'), ('const-0', u'INT_NOTEQUAL_-1207383501'), (u'PTRSUB_-1207377519', u'CAST_-1207377444'), ('const-7', u'COPY_-1207379560'), (u'CAST_-1207377444', u'INT_ADD_-1207377565'), (u'MULTIEQUAL_-1207378354', u'INT_EQUAL_-1207383222'), ('const-127', u'INT_LESS_-1207382507'), (u'SUBPIECE_-1207378239', u'INT_AND_-1207381796'), ('tmp_533', u'CBRANCH_-1207382685'), (u'CAST_-1207378806', u'LOAD_-1207384125'), (u'CAST_-1207378786', u'INT_ADD_-1207378922'), (u'MULTIEQUAL_-1207379556', u'COPY_-1207378456'), (u'MULTIEQUAL_-1207379820', u'MULTIEQUAL_-1207379691'), (u'INT_SUB_-1207382766', u'STORE_-1207382755'), (u'INT_RIGHT_-1207381418', u'INT_ZEXT_-1207379450'), (u'MULTIEQUAL_-1207379850', u'COPY_-1207378772'), (u'INT_AND_-1207381833', u'INT_ADD_-1207381828'), (u'MULTIEQUAL_-1207379803', u'COPY_-1207378385'), ('tmp_5078', u'PTRADD_-1207377931'), (u'INT_AND_-1207382484', u'INT_NOTEQUAL_-1207382482'), (u'MULTIEQUAL_-1207379392', u'SUBPIECE_-1207378545'), (u'LOAD_-1207383861', u'INT_ZEXT_-1207383845'), (u'MULTIEQUAL_-1207378368', u'CAST_-1207377688'), ('const-2', u'INT_EQUAL_-1207381458'), (u'INT_ZEXT_-1207379050', u'CALL_-1207381443'), (u'INT_ADD_-1207378254', u'CAST_-1207378087'), (u'INT_ZEXT_-1207380082', u'PTRADD_-1207382783'), (u'MULTIEQUAL_-1207378620', u'INT_ADD_-1207381471'), ('tmp_3923', u'CBRANCH_-1207382057'), (u'MULTIEQUAL_-1207379476', u'MULTIEQUAL_-1207379451'), ('tmp_5078', u'PTRADD_-1207377882'), ('const-1', u'PTRADD_-1207383962'), (u'PTRSUB_-1207377739', u'PTRADD_-1207381352'), (u'INT_SUB_-1207382639', u'STORE_-1207382644'), (u'PTRSUB_-1207378886', u'LOAD_-1207384112'), (u'LOAD_-1207383583', u'INT_ADD_-1207379252'), ('const-65', u'INT_SUB_-1207383359'), (u'CAST_-1207377678', u'INT_ADD_-1207377806'), ('const-49', u'INT_LESS_-1207382555'), (u'PTRADD_-1207377931', u'PTRSUB_-1207377929'), (u'PTRSUB_-1207378338', u'PTRADD_-1207381906'), (u'PTRSUB_-1207377796', u'CAST_-1207377716'), (u'MULTIEQUAL_-1207378538', u'INT_SUB_-1207382766'), (u'MULTIEQUAL_-1207378991', u'MULTIEQUAL_-1207378968'), (u'INT_ADD_-1207378491', u'STORE_-1207382626'), (u'CAST_-1207378807', u'INT_ADD_-1207378944'), (u'INT_SUB_-1207382707', u'STORE_-1207382704'), (u'INT_ADD_-1207382509', u'STORE_-1207381707'), ('const-8', u'PTRADD_-1207378488'), (u'INT_AND_-1207382447', u'INT_NOTEQUAL_-1207382447'), ('tmp_5078', u'PTRADD_-1207378900'), ('tmp_1018', u'CBRANCH_-1207383352'), ('const-0', u'SUBPIECE_-1207378276'), (u'INT_LESS_-1207382098', u'CBRANCH_-1207382107'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379555'), (u'MULTIEQUAL_-1207379771', u'CAST_-1207378462'), ('tmp_1898', u'CBRANCH_-1207382564'), ('const-0', u'PTRSUB_-1207378486'), (u'COPY_-1207377553', u'MULTIEQUAL_-1207379524'), (u'CALL_-1207383479', u'CAST_-1207378425'), (u'PTRSUB_-1207378876', u'CAST_-1207378786'), ('const-0', u'PTRSUB_-1207377910'), ('const-433', u'LOAD_-1207383454'), ('const-8', u'PTRADD_-1207377898'), ('const-4', u'INT_MULT_-1207382085'), ('const-433', u'LOAD_-1207384112'), (u'LOAD_-1207382845', u'INT_LESS_-1207382751'), ('const-192', u'INT_LESS_-1207383863'), (u'CAST_-1207377731', u'COPY_-1207377781'), ('const-0', u'INT_EQUAL_-1207383222'), (u'MULTIEQUAL_-1207380116', u'MULTIEQUAL_-1207380163'), (u'MULTIEQUAL_-1207378620', u'INT_SUB_-1207383359'), ('const-1009', u'COPY_-1207379073'), (u'COPY_-1207378780', u'MULTIEQUAL_-1207379850'), ('const-2', u'INT_ADD_-1207377554'), ('const-1', u'PTRADD_-1207377968'), (u'CAST_-1207378088', u'INT_ADD_-1207378254'), ('tmp_2728', u'BRANCH_-1207382449'), (u'PTRADD_-1207382101', u'INT_EQUAL_-1207382127'), (u'MULTIEQUAL_-1207379434', u'INT_MULT_-1207382085'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207378196'), ('const-4294965248', u'INT_AND_-1207382484'), ('const-101', u'COPY_-1207379799'), (u'MULTIEQUAL_-1207378620', u'MULTIEQUAL_-1207378184'), (u'LOAD_-1207382820', u'MULTIEQUAL_-1207378547'), (u'PTRADD_-1207382512', u'LOAD_-1207382510'), (u'LOAD_-1207382658', u'SUBPIECE_-1207378456'), ('const-2200832', u'PTRSUB_-1207377739'), ('const-0', u'SUBPIECE_-1207378473'), ('const-63', u'INT_AND_-1207381833'), (u'PTRSUB_-1207378891', u'CAST_-1207378801'), (u'MULTIEQUAL_-1207379503', u'PTRADD_-1207382512'), ('const-0', u'PTRSUB_-1207377508'), (u'SUBPIECE_-1207378270', u'INT_AND_-1207381811'), (u'LOAD_-1207382113', u'INT_ZEXT_-1207379646'), (u'INT_MULT_-1207381386', u'PTRADD_-1207381352'), (u'INT_SLESSEQUAL_-1207383521', u'CBRANCH_-1207383529'), (u'INT_SRIGHT_-1207381794', u'SUBPIECE_-1207378019'), ('const-0', u'INT_NOTEQUAL_-1207381692'), (u'LOAD_-1207382726', u'SUBPIECE_-1207378490'), ('tmp_1211', u'BRANCH_-1207383204'), ('const-128', u'INT_ADD_-1207382509'), (u'INT_SEXT_-1207384101', u'INT_ADD_-1207378922'), (u'PTRSUB_-1207377888', u'CAST_-1207377773'), (u'MULTIEQUAL_-1207379760', u'PTRADD_-1207382101'), ('const-0', u'PTRSUB_-1207378876'), ('const-1', u'INT_ADD_-1207378491'), ('const-5', u'PTRADD_-1207378563'), (u'CAST_-1207377621', u'MULTIEQUAL_-1207379524'), ('const-1', u'PTRADD_-1207381447'), (u'INT_ZEXT_-1207379899', u'INT_SUB_-1207382151'), (u'INT_ADD_-1207382545', u'INT_LESS_-1207382507'), (u'MULTIEQUAL_-1207379524', u'MULTIEQUAL_-1207379630'), ('const-0', u'INT_SLESS_-1207382157'), (u'PTRSUB_-1207378196', u'CAST_-1207378076'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377519'), ('const-0', u'SUBPIECE_-1207378019'), (u'INT_LESSEQUAL_-1207383301', u'CBRANCH_-1207383299'), (u'INT_ADD_-1207377826', u'CAST_-1207377698'), ('const-8', u'PTRADD_-1207377890'), ('tmp_1655', u'CBRANCH_-1207382821'), ('const-1', u'PTRADD_-1207382101'), (u'INT_SRIGHT_-1207382153', u'INT_ADD_-1207378982'), (u'INT_MULT_-1207382067', u'INT_ADD_-1207378308'), (u'CAST_-1207378785', u'INT_LESS_-1207383603'), (u'MULTIEQUAL_-1207378184', u'CALL_-1207381443'), (u'MULTIEQUAL_-1207379966', u'INT_LESS_-1207383603'), (u'INT_EQUAL_-1207381458', u'INT_ZEXT_-1207379050'), (u'INT_AND_-1207382563', u'INT_ADD_-1207382545'), (u'INT_EQUAL_-1207383465', u'CBRANCH_-1207383463'), (u'CAST_-1207378425', u'STORE_-1207383418'), (u'PTRADD_-1207382033', u'LOAD_-1207382095'), (u'MULTIEQUAL_-1207379448', u'MULTIEQUAL_-1207379803'), (u'INT_ZEXT_-1207379450', u'INT_MULT_-1207381386'), ('const-127', u'INT_LESS_-1207382751'), (u'MULTIEQUAL_-1207379574', u'PTRADD_-1207383225'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207378208'), (u'PTRSUB_-1207377508', u'CAST_-1207377433'), ('const-433', u'LOAD_-1207383861'), (u'INT_AND_-1207378814', u'INT_NOTEQUAL_-1207382780'), (u'INT_LESS_-1207383863', u'CBRANCH_-1207383872'), ('const-768', u'INT_SUB_-1207382574'), ('const-0', u'PTRSUB_-1207377796'), (u'CAST_-1207377688', u'INT_SRIGHT_-1207381779'), (u'LOAD_-1207381414', u'INT_ZEXT_-1207379662'), (u'CAST_-1207378796', u'PTRSUB_-1207378214'), (u'COPY_-1207378267', u'PTRADD_-1207382783'), ('const-433', u'STORE_-1207381723'), (u'MULTIEQUAL_-1207378460', u'MULTIEQUAL_-1207378620'), ('const-65536', u'INT_SLESS_-1207382262'), (u'MULTIEQUAL_-1207379630', u'CAST_-1207378404'), ('const-433', u'STORE_-1207382674'), ('const-191', u'INT_LESS_-1207383960'), ('tmp_5079', u'STORE_-1207382742'), ('const-0', u'SUBPIECE_-1207378456'), ('const-63', u'INT_AND_-1207382563'), (u'CAST_-1207378796', u'CALL_-1207383950'), (u'INT_ADD_-1207381977', u'INT_SLESS_-1207381960'), ('const-1', u'INT_ADD_-1207377765'), (u'LOAD_-1207383831', u'INT_AND_-1207379489'), (u'CAST_-1207378087', u'STORE_-1207382475'), (u'MULTIEQUAL_-1207378355', u'MULTIEQUAL_-1207378460'), (u'CAST_-1207377716', u'STORE_-1207381906'), (u'SUBPIECE_-1207378456', u'INT_SUB_-1207382639'), (u'MULTIEQUAL_-1207378368', u'SUBPIECE_-1207378239'), ('const-0', u'SUBPIECE_-1207378478'), (u'CAST_-1207378785', u'INT_LESSEQUAL_-1207383301'), (u'MULTIEQUAL_-1207379356', u'MULTIEQUAL_-1207378620'), (u'SUBPIECE_-1207378019', u'INT_ADD_-1207381731'), (u'INT_ADD_-1207382134', u'INT_LESS_-1207382098'), ('const-55296', u'INT_NOTEQUAL_-1207382074'), ('const-0', u'PTRSUB_-1207377880'), ('tmp_1808', u'BRANCH_-1207382708'), (u'INT_ADD_-1207378928', u'CAST_-1207378791'), (u'INT_ADD_-1207377565', u'CAST_-1207377443'), ('const-433', u'STORE_-1207382755'), ('const-0', u'INT_NOTEQUAL_-1207381375'), ('tmp_5080', u'STORE_-1207382704'), ('tmp_5082', u'STORE_-1207382644'), (u'CAST_-1207378082', u'INT_ADD_-1207378248'), ('const-433', u'LOAD_-1207382641'), ('const-0', u'INT_NOTEQUAL_-1207382039'), (u'CAST_-1207377732', u'INT_ADD_-1207377857'), ('const-433', u'STORE_-1207381707'), ('tmp_2162', u'CBRANCH_-1207382534'), (u'INT_SRIGHT_-1207381867', u'SUBPIECE_-1207378259'), ('const-8', u'PTRADD_-1207377882'), (u'INT_ZEXT_-1207378864', u'INT_SUB_-1207382847'), (u'INT_LESS_-1207382555', u'CBRANCH_-1207382564'), ('const-8', u'PTRADD_-1207378580'), ('const-4', u'PTRADD_-1207378494'), (u'PTRADD_-1207381447', u'LOAD_-1207381509'), (u'INT_ZEXT_-1207379542', u'CALL_-1207383236'), ('const-1', u'INT_ADD_-1207378254'), ('tmp_2195', u'CBRANCH_-1207382516'), ('const-1', u'PTRADD_-1207377898'), (u'LOAD_-1207382785', u'SUBPIECE_-1207378520'), (u'INT_EQUAL_-1207382473', u'CBRANCH_-1207382470'), (u'INT_SUB_-1207383359', u'INT_LESS_-1207383343'), (u'CAST_-1207378801', u'LOAD_-1207384118'), ('const-2229856', u'COPY_-1207378267'), ('const-40', u'INT_LESS_-1207381467'), (u'CAST_-1207378791', u'MULTIEQUAL_-1207380163'), ('const-433', u'STORE_-1207382455'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377811'), ('const-2', u'INT_MULT_-1207381386'), (u'LOAD_-1207383831', u'MULTIEQUAL_-1207379134'), (u'MULTIEQUAL_-1207378991', u'INT_ADD_-1207379033'), (u'INT_AND_-1207381811', u'INT_ADD_-1207381768'), ('tmp_5083', u'STORE_-1207382621'), (u'LOAD_-1207384118', u'INT_SEXT_-1207384101'), ('const-4', u'INT_MULT_-1207381940'), (u'LOAD_-1207384040', u'INT_ZEXT_-1207380293'), (u'MULTIEQUAL_-1207378620', u'SUBPIECE_-1207379773'), (u'MULTIEQUAL_-1207379574', u'PTRADD_-1207382758'), ('tmp_2429', u'CBRANCH_-1207382023'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377513'), (u'PTRSUB_-1207377910', u'LOAD_-1207382688'), (u'LOAD_-1207384125', u'INT_SEXT_-1207384108'), (u'CAST_-1207378208', u'LOAD_-1207381968'), ('const-433', u'LOAD_-1207383433'), ('const-8', u'PTRADD_-1207378893'), ('const-128', u'INT_ADD_-1207381753'), (u'INT_ADD_-1207377554', u'CAST_-1207377432'), ('const-64', u'INT_MULT_-1207382188'), ('const-0', u'PTRSUB_-1207378393'), (u'PTRADD_-1207377882', u'PTRSUB_-1207377880'), (u'INT_EQUAL_-1207383838', u'CBRANCH_-1207383836'), (u'CAST_-1207378796', u'CALL_-1207382612'), ('const-0', u'PTRSUB_-1207377739'), ('tmp_5078', u'PTRADD_-1207378501'), ('const-0', u'SUBPIECE_-1207378520'), (u'MULTIEQUAL_-1207379451', u'MULTIEQUAL_-1207379434'), ('const-433', u'STORE_-1207383451'), (u'CAST_-1207378382', u'INT_SLESS_-1207383370'), (u'INT_ZEXT_-1207383889', u'INT_LESS_-1207383863'), (u'MULTIEQUAL_-1207378895', u'INT_NOTEQUAL_-1207383321'), ('tmp_5078', u'PTRADD_-1207378395'), (u'PTRADD_-1207378488', u'PTRSUB_-1207378486'), ('tmp_5078', u'PTRADD_-1207377912'), ('const-5', u'PTRADD_-1207378501'), (u'LOAD_-1207382845', u'INT_ZEXT_-1207379255'), (u'PTRADD_-1207383769', u'LOAD_-1207383831'), (u'MULTIEQUAL_-1207379434', u'INT_MULT_-1207382067'), (u'INT_SUB_-1207383547', u'INT_SLESSEQUAL_-1207383521'), ('const-0', u'PTRSUB_-1207377751'), ('const-6', u'INT_SRIGHT_-1207381779'), (u'CAST_-1207377449', u'STORE_-1207381734'), (u'PTRADD_-1207383962', u'MULTIEQUAL_-1207379870'), ('const-1', u'PTRADD_-1207381352'), (u'MULTIEQUAL_-1207379556', u'MULTIEQUAL_-1207379524'), (u'LOAD_-1207383433', u'CAST_-1207378403'), (u'INT_ZEXT_-1207380056', u'INT_AND_-1207382563'), (u'CAST_-1207377530', u'STORE_-1207382017'), (u'MULTIEQUAL_-1207378357', u'MULTIEQUAL_-1207379803'), (u'MULTIEQUAL_-1207379673', u'COPY_-1207378555'), ('const-1', u'PTRADD_-1207382758'), (u'INT_ZEXT_-1207380293', u'MULTIEQUAL_-1207379551'), (u'SUBPIECE_-1207378478', u'INT_SUB_-1207382669'), (u'INT_ADD_-1207381828', u'STORE_-1207381831'), (u'PTRADD_-1207378395', u'PTRSUB_-1207378393'), (u'PTRADD_-1207382783', u'LOAD_-1207382845'), (u'PTRSUB_-1207378208', u'CAST_-1207378088'), (u'PTRSUB_-1207377966', u'LOAD_-1207382785'), ('const-433', u'STORE_-1207382017'), ('const-128', u'INT_NOTEQUAL_-1207382780'), (u'COPY_-1207378772', u'INT_LESSEQUAL_-1207383915'), (u'INT_LESS_-1207383252', u'CBRANCH_-1207383260'), (u'COPY_-1207379799', u'RETURN_-1207381401'), (u'LOAD_-1207384112', u'CAST_-1207378796'), (u'CAST_-1207378796', u'CALL_-1207383666'), (u'PTRADD_-1207378906', u'PTRSUB_-1207378904'), (u'INT_ZEXT_-1207380656', u'PTRADD_-1207383799'), (u'PTRSUB_-1207378904', u'LOAD_-1207384132'), (u'PTRSUB_-1207378486', u'STORE_-1207383418'), (u'PTRADD_-1207378501', u'PTRSUB_-1207378499'), (u'MULTIEQUAL_-1207378965', u'MULTIEQUAL_-1207378994'), ('const-0', u'PTRSUB_-1207378492'), (u'PTRSUB_-1207377896', u'LOAD_-1207382658'), (u'COPY_-1207377836', u'MULTIEQUAL_-1207378368'), ('const-0', u'SUBPIECE_-1207378259'), ('const-433', u'LOAD_-1207384125'), (u'MULTIEQUAL_-1207378994', u'INT_ADD_-1207379033'), ('const-0', u'PTRSUB_-1207377519'), ('const-8', u'PTRADD_-1207378906'), (u'CAST_-1207377472', u'INT_SLESS_-1207381747'), ('const-433', u'LOAD_-1207383905'), (u'CAST_-1207378785', u'INT_LESSEQUAL_-1207383915'), (u'MULTIEQUAL_-1207378547', u'INT_ZEXT_-1207380056'), (u'COPY_-1207378822', u'PTRADD_-1207383799'), ('const-2', u'INT_ADD_-1207377753'), ('const-0', u'SUBPIECE_-1207379675'), ('const-4', u'PTRADD_-1207378395'), (u'COPY_-1207377871', u'RETURN_-1207377861'), ('const-128', u'INT_ADD_-1207381768'), (u'COPY_-1207378456', u'MULTIEQUAL_-1207379524'), ('const-63', u'INT_AND_-1207381811'), (u'INT_AND_-1207379446', u'INT_EQUAL_-1207382056'), (u'MULTIEQUAL_-1207378103', u'CALL_-1207382552'), (u'CAST_-1207378785', u'INT_EQUAL_-1207383838'), (u'CAST_-1207378791', u'LOAD_-1207384040'), (u'CAST_-1207377524', u'COPY_-1207377655'), (u'SUBPIECE_-1207378490', u'INT_SUB_-1207382707'), ('const-0', u'RETURN_-1207381401'), (u'CAST_-1207377609', u'LOAD_-1207381414'), ('tmp_255', u'CBRANCH_-1207383968'), (u'MULTIEQUAL_-1207378620', u'CAST_-1207378382'), ('const-192', u'INT_SUB_-1207379535'), (u'MULTIEQUAL_-1207378994', u'MULTIEQUAL_-1207378965'), (u'MULTIEQUAL_-1207379771', u'CALL_-1207383479'), ('const-0', u'PTRSUB_-1207378499'), ('const-0', u'SUBPIECE_-1207378545'), ('const-66560', u'INT_SUB_-1207381480'), ('const-0', u'SUBPIECE_-1207378230'), ('const-1', u'PTRADD_-1207383225'), (u'SUBPIECE_-1207378276', u'INT_AND_-1207381908'), ('const-433', u'LOAD_-1207381414'), (u'PTRSUB_-1207378578', u'LOAD_-1207383607'), ('const-0', u'RETURN_-1207377861'), (u'INT_ADD_-1207377797', u'CAST_-1207377668'), (u'PTRADD_-1207382101', u'LOAD_-1207382095'), ('const-63', u'INT_AND_-1207382152'), (u'CAST_-1207377622', u'INT_RIGHT_-1207381418'), ('tmp_1760', u'CBRANCH_-1207382759'), (u'INT_AND_-1207381908', u'INT_SUB_-1207381902'), ('const-224', u'INT_ADD_-1207381731'), (u'INT_ADD_-1207382134', u'INT_AND_-1207382040'), (u'INT_NOTEQUAL_-1207383501', u'CBRANCH_-1207383500'), (u'CAST_-1207378131', u'INT_SRIGHT_-1207382535'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379870'), (u'MULTIEQUAL_-1207380116', u'MULTIEQUAL_-1207379966'), (u'CAST_-1207377433', u'INT_ADD_-1207377554'), ('const-433', u'STORE_-1207382621'), ('const-433', u'STORE_-1207381714'), (u'MULTIEQUAL_-1207379551', u'CALL_-1207383950'), (u'INT_NOTEQUAL_-1207382039', u'CBRANCH_-1207382038'), (u'MULTIEQUAL_-1207379820', u'INT_EQUAL_-1207383838'), (u'INT_EQUAL_-1207382056', u'CBRANCH_-1207382053'), (u'SUBPIECE_-1207378270', u'INT_SUB_-1207382471'), ('tmp_5078', u'PTRSUB_-1207378886'), ('const-4294967294', u'INT_AND_-1207382040'), ('const-26', u'INT_LESS_-1207383343'), (u'PTRSUB_-1207377929', u'LOAD_-1207382726'), (u'PTRADD_-1207381906', u'CAST_-1207378208'), (u'MULTIEQUAL_-1207378955', u'INT_ZEXT_-1207379899'), (u'MULTIEQUAL_-1207378968', u'INT_SLESS_-1207381960'), (u'INT_LESS_-1207382676', u'CBRANCH_-1207382685'), (u'INT_EQUAL_-1207382722', u'CBRANCH_-1207382721'), ('const-8', u'PTRADD_-1207377968'), (u'INT_ADD_-1207378248', u'CAST_-1207378081'), (u'PTRADD_-1207378563', u'PTRSUB_-1207378561'), (u'INT_AND_-1207381369', u'MULTIEQUAL_-1207378895'), (u'MULTIEQUAL_-1207379448', u'MULTIEQUAL_-1207378357'), (u'INT_ADD_-1207382509', u'STORE_-1207382475'), (u'PTRADD_-1207382051', u'CAST_-1207378180'), ('const-0', u'PTRSUB_-1207377620'), ('tmp_1199', u'CBRANCH_-1207383221'), (u'CAST_-1207378425', u'INT_EQUAL_-1207383465'), ('const-0', u'INT_EQUAL_-1207383465'), (u'MULTIEQUAL_-1207379630', u'MULTIEQUAL_-1207379556'), (u'CAST_-1207377699', u'INT_ADD_-1207377826'), ('const-8', u'PTRADD_-1207378395'), (u'INT_AND_-1207381369', u'MULTIEQUAL_-1207378184'), ('const-1', u'INT_ADD_-1207377661'), (u'INT_SEXT_-1207381958', u'INT_MULT_-1207381940'), ('const-0', u'PTRSUB_-1207378208'), (u'INT_ADD_-1207383395', u'CAST_-1207378393'), (u'CAST_-1207378796', u'CALL_-1207383236'), ('const-12', u'INT_SRIGHT_-1207381867'), ('const-2200992', u'PTRSUB_-1207378338'), (u'MULTIEQUAL_-1207379870', u'MULTIEQUAL_-1207379673'), (u'INT_ADD_-1207377661', u'CAST_-1207377524'), (u'INT_ADD_-1207379280', u'INT_SEXT_-1207383533'), ('const-162', u'COPY_-1207379072'), (u'MULTIEQUAL_-1207378103', u'INT_SUB_-1207382574'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379448'), (u'INT_AND_-1207381441', u'INT_EQUAL_-1207381455'), ('const-0', u'PTRSUB_-1207377773'), ('const-433', u'LOAD_-1207382785'), (u'MULTIEQUAL_-1207379574', u'SUBPIECE_-1207378482'), ('const-12', u'INT_SRIGHT_-1207381794'), ('const-8', u'PTRADD_-1207378494'), ('tmp_3601', u'CBRANCH_-1207381691'), (u'CALL_-1207383236', u'MULTIEQUAL_-1207378354'), (u'MULTIEQUAL_-1207379134', u'INT_ZEXT_-1207380633'), ('const-2', u'PTRADD_-1207378900'), ('tmp_3634', u'BRANCH_-1207381666'), (u'PTRADD_-1207383835', u'MULTIEQUAL_-1207379870'), ('const-433', u'STORE_-1207381734'), (u'MULTIEQUAL_-1207378103', u'MULTIEQUAL_-1207378460'), ('const-0', u'SUBPIECE_-1207378239'), (u'COPY_-1207379560', u'RETURN_-1207381198'), ('const-63', u'INT_AND_-1207381796'), (u'LOAD_-1207382510', u'MULTIEQUAL_-1207378547'), (u'INT_ADD_-1207381768', u'STORE_-1207381734'), (u'CAST_-1207378792', u'INT_ADD_-1207378928'), (u'MULTIEQUAL_-1207379820', u'MULTIEQUAL_-1207379760'), (u'CAST_-1207377484', u'INT_SRIGHT_-1207381794'), ('const-0', u'SUBPIECE_-1207378492'), (u'COPY_-1207379430', u'MULTIEQUAL_-1207379356'), ('tmp_4902', u'CBRANCH_-1207382071'), ('tmp_4962', u'CBRANCH_-1207382036'), (u'MULTIEQUAL_-1207378620', u'INT_SUB_-1207382151'), (u'PTRSUB_-1207378393', u'LOAD_-1207383216'), (u'INT_LESS_-1207381467', u'CBRANCH_-1207381462'), (u'LOAD_-1207382104', u'INT_NOTEQUAL_-1207381375'), ('const-433', u'STORE_-1207382626'), (u'COPY_-1207378203', u'MULTIEQUAL_-1207379524'), (u'PTRADD_-1207377962', u'PTRSUB_-1207377960'), (u'PTRADD_-1207378501', u'PTRSUB_-1207378498'), (u'CAST_-1207378279', u'INT_SLESS_-1207382262'), ('const-128', u'INT_EQUAL_-1207382056'), ('const-65534', u'INT_NOTEQUAL_-1207382447'), ('const-0', u'PTRSUB_-1207378891'), ('const-128', u'INT_ADD_-1207381828'), (u'MULTIEQUAL_-1207378683', u'COPY_-1207377571'), (u'PTRSUB_-1207378214', u'LOAD_-1207382104'), (u'INT_ZEXT_-1207379662', u'INT_ADD_-1207381388'), (u'CAST_-1207377827', u'INT_ADD_-1207377994'), (u'PTRADD_-1207378494', u'PTRSUB_-1207378492'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377796'), (u'LOAD_-1207382641', u'STORE_-1207382621'), (u'CAST_-1207377668', u'STORE_-1207381723'), ('const-0', u'PTRSUB_-1207378291'), (u'PTRSUB_-1207377948', u'CAST_-1207377827'), ('const--1', u'COPY_-1207382260'), ('const-1', u'PTRADD_-1207382758'), (u'LOAD_-1207382104', u'INT_NOTEQUAL_-1207382039'), (u'MULTIEQUAL_-1207378357', u'MULTIEQUAL_-1207379392'), (u'INT_NOTEQUAL_-1207382074', u'CBRANCH_-1207382071'), (u'INT_SEXT_-1207383533', u'INT_SLESSEQUAL_-1207383521'), (u'INT_ADD_-1207379252', u'INT_SEXT_-1207383474'), ('const-0', u'PTRSUB_-1207378578'), ('const-4', u'PTRADD_-1207377931'), (u'INT_ZEXT_-1207383889', u'MULTIEQUAL_-1207379496'), ('tmp_1153', u'CBRANCH_-1207383260'), (u'LOAD_-1207382095', u'CAST_-1207378165'), ('const-1', u'PTRADD_-1207383769'), (u'SUBPIECE_-1207378545', u'COPY_-1207377976'), (u'INT_AND_-1207381455', u'INT_AND_-1207381441'), ('const-433', u'LOAD_-1207382510'), (u'INT_ZEXT_-1207380633', u'INT_AND_-1207382152'), ('const-64', u'INT_SUB_-1207382471'), (u'SUBPIECE_-1207379675', u'STORE_-1207382017'), (u'MULTIEQUAL_-1207379434', u'INT_MULT_-1207381481'), ('const-0', u'PTRSUB_-1207377929'), (u'CAST_-1207378462', u'INT_SUB_-1207383547'), (u'COPY_-1207377835', u'MULTIEQUAL_-1207378368'), ('tmp_4349', u'CBRANCH_-1207381967'), (u'INT_ZEXT_-1207379255', u'MULTIEQUAL_-1207378154'), (u'MULTIEQUAL_-1207378620', u'COPY_-1207377836'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379448'), ('tmp_5078', u'PTRADD_-1207378893'), ('const-433', u'LOAD_-1207384040'), (u'COPY_-1207377571', u'MULTIEQUAL_-1207378368'), (u'CALL_-1207382736', u'INT_EQUAL_-1207382722'), (u'INT_SUB_-1207382151', u'CAST_-1207378207'), ('const-8', u'PTRADD_-1207378900'), ('const-0', u'PTRSUB_-1207377966'), (u'INT_NOTEQUAL_-1207382482', u'CBRANCH_-1207382479'), (u'INT_SRIGHT_-1207382535', u'SUBPIECE_-1207378270'), (u'INT_SRIGHT_-1207382153', u'INT_ADD_-1207381977'), (u'PTRADD_-1207378893', u'PTRSUB_-1207378891'), (u'CALL_-1207383666', u'INT_NOTEQUAL_-1207383651'), ('const-0', u'PTRSUB_-1207378196'), ('const-63', u'INT_AND_-1207382552'), (u'MULTIEQUAL_-1207379630', u'CAST_-1207378463'), (u'CAST_-1207378785', u'INT_EQUAL_-1207382127'), (u'INT_LESSEQUAL_-1207383915', u'CBRANCH_-1207383913'), ('tmp_2253', u'CBRANCH_-1207382479'), (u'INT_MULT_-1207381940', u'PTRADD_-1207381906'), (u'INT_ADD_-1207377765', u'CAST_-1207377621'), (u'LOAD_-1207381509', u'CAST_-1207377622'), (u'INT_MULT_-1207382085', u'PTRADD_-1207382051'), ('const-2200992', u'PTRSUB_-1207377773'), ('const-32', u'INT_ADD_-1207383329'), (u'PTRADD_-1207383835', u'MULTIEQUAL_-1207379820'), (u'MULTIEQUAL_-1207378683', u'CAST_-1207377484'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379760'), ('const-0', u'PTRSUB_-1207377811'), ('const-2', u'INT_ADD_-1207377797'), (u'COPY_-1207378772', u'MULTIEQUAL_-1207380116'), (u'INT_ADD_-1207382134', u'INT_AND_-1207382076'), (u'SUBPIECE_-1207378482', u'INT_SUB_-1207382639'), ('const-3', u'PTRADD_-1207377890'), (u'COPY_-1207378772', u'LOAD_-1207383905'), (u'COPY_-1207378457', u'MULTIEQUAL_-1207378359'), (u'CAST_-1207378409', u'STORE_-1207383451'), ('tmp_5078', u'PTRADD_-1207377962'), ('const-433', u'LOAD_-1207383216'), ('const-1', u'PTRADD_-1207383769'), ('const-0', u'PTRSUB_-1207377760'), ('const-1', u'PTRADD_-1207382101'), (u'INT_LESS_-1207384071', u'CBRANCH_-1207384068'), (u'PTRADD_-1207381352', u'CAST_-1207377609'), (u'INT_ADD_-1207382545', u'INT_AND_-1207382484'), ('tmp_5078', u'PTRADD_-1207378906'), ('const-4', u'PTRADD_-1207377962'), (u'COPY_-1207377655', u'MULTIEQUAL_-1207379524'), ('tmp_4844', u'CBRANCH_-1207382107'), (u'COPY_-1207378438', u'MULTIEQUAL_-1207378538'), (u'INT_EQUAL_-1207382537', u'CBRANCH_-1207382534'), (u'INT_SUB_-1207379535', u'INT_ZEXT_-1207380656'), (u'INT_EQUAL_-1207381455', u'CBRANCH_-1207381452'), ('const-0', u'RETURN_-1207381198'), (u'PTRADD_-1207377898', u'PTRSUB_-1207377896'), ('const-4', u'INT_ADD_-1207378944'), (u'CAST_-1207377766', u'STORE_-1207382626'), (u'MULTIEQUAL_-1207378620', u'INT_NOTEQUAL_-1207381692'), ('const-0', u'RETURN_-1207382550'), ('tmp_427', u'CBRANCH_-1207383836'), (u'INT_ADD_-1207377857', u'CAST_-1207377731'), (u'CAST_-1207377565', u'INT_SLESS_-1207382016'), (u'INT_ADD_-1207381977', u'MULTIEQUAL_-1207378994'), ('const-18', u'INT_SRIGHT_-1207381942'), ('const-0', u'PTRSUB_-1207377724'), (u'PTRADD_-1207377890', u'PTRSUB_-1207377888'), (u'INT_LESS_-1207383603', u'CBRANCH_-1207383612'), ('const-0', u'INT_NOTEQUAL_-1207383321'), (u'CAST_-1207378410', u'LOAD_-1207383454'), ('const-433', u'STORE_-1207382742'), ('const-7', u'INT_AND_-1207381908'), ('tmp_1725', u'CBRANCH_-1207382778'), (u'CAST_-1207377677', u'STORE_-1207381743'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377615'), (u'INT_ADD_-1207382545', u'MULTIEQUAL_-1207378154'), (u'SUBPIECE_-1207378259', u'INT_AND_-1207381833'), ('const-128', u'INT_EQUAL_-1207382473'), (u'CALL_-1207382552', u'MULTIEQUAL_-1207378354'), (u'INT_SEXT_-1207381972', u'MULTIEQUAL_-1207379434'), ('tmp_376', u'CBRANCH_-1207383872'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377780'), ('const-4', u'INT_MULT_-1207381481'), (u'MULTIEQUAL_-1207379555', u'MULTIEQUAL_-1207379803'), (u'CAST_-1207378403', u'INT_SUB_-1207383414'), (u'MULTIEQUAL_-1207379574', u'INT_LESSEQUAL_-1207383301'), (u'CAST_-1207378394', u'INT_ADD_-1207383395'), ('const-433', u'LOAD_-1207384118'), (u'MULTIEQUAL_-1207379434', u'INT_MULT_-1207382188'), (u'INT_ADD_-1207378944', u'CAST_-1207378806'), (u'INT_SEXT_-1207381972', u'MULTIEQUAL_-1207379476'), ('const-1', u'PTRADD_-1207383799'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377620'), (u'CALL_-1207382612', u'INT_NOTEQUAL_-1207382597'), ('const-1', u'INT_ADD_-1207381977'), (u'MULTIEQUAL_-1207378620', u'MULTIEQUAL_-1207378683'), (u'INT_SLESS_-1207381960', u'CBRANCH_-1207381967'), (u'COPY_-1207378555', u'MULTIEQUAL_-1207379574'), (u'SUBPIECE_-1207378676', u'INT_AND_-1207382552'), ('tmp_329', u'CBRANCH_-1207383913'), ('const-4294967295', u'INT_ADD_-1207378982'), (u'INT_NOTEQUAL_-1207382780', u'CBRANCH_-1207382778'), ('const-64', u'INT_ADD_-1207379252'), (u'SUBPIECE_-1207378230', u'INT_AND_-1207381732'), (u'PTRSUB_-1207377760', u'CAST_-1207377678'), (u'SUBPIECE_-1207378473', u'INT_SUB_-1207382669'), (u'INT_XOR_-1207381474', u'INT_AND_-1207381441'), (u'LOAD_-1207382095', u'MULTIEQUAL_-1207379134'), (u'INT_ZEXT_-1207380293', u'MULTIEQUAL_-1207379496'), (u'SUBPIECE_-1207378482', u'COPY_-1207378438'), (u'INT_SUB_-1207382669', u'STORE_-1207382674'), (u'INT_NOTEQUAL_-1207382447', u'CBRANCH_-1207382444'), (u'INT_SUB_-1207382574', u'INT_LESS_-1207382555'), ('tmp_297', u'CBRANCH_-1207383934'), (u'PTRADD_-1207377968', u'PTRSUB_-1207377966'), ('const-65533', u'COPY_-1207379430'), ('tmp_3707', u'BRANCH_-1207382224'), (u'MULTIEQUAL_-1207378895', u'SUBPIECE_-1207379675'), (u'CAST_-1207378081', u'COPY_-1207378203'), (u'PTRSUB_-1207378291', u'PTRADD_-1207382033'), (u'LOAD_-1207382772', u'CAST_-1207377817'), ('const-2', u'INT_ADD_-1207378248'), (u'PTRADD_-1207383799', u'LOAD_-1207383861'), (u'PTRSUB_-1207378882', u'CAST_-1207378792'), (u'LOAD_-1207383216', u'MULTIEQUAL_-1207379771'), (u'COPY_-1207378772', u'MULTIEQUAL_-1207380163'), ('const-433', u'STORE_-1207381906'), (u'LOAD_-1207383607', u'COPY_-1207378556'), (u'INT_AND_-1207382076', u'INT_NOTEQUAL_-1207382074'), (u'LOAD_-1207381968', u'MULTIEQUAL_-1207378955'), ('const-0', u'PTRSUB_-1207377513'), (u'CAST_-1207377826', u'STORE_-1207382755'), (u'COPY_-1207379070', u'MULTIEQUAL_-1207378965'), ('const-1', u'PTRADD_-1207383835'), ('const-0', u'SUBPIECE_-1207378490'), ('const-1', u'PTRADD_-1207382783'), ('const-4', u'PTRADD_-1207378488'), (u'MULTIEQUAL_-1207378683', u'CAST_-1207378131'), (u'CAST_-1207378791', u'INT_LESS_-1207384071'), (u'INT_SRIGHT_-1207382153', u'INT_SEXT_-1207381972'), ('const-0', u'PTRSUB_-1207377615'), (u'INT_SEXT_-1207383474', u'CALL_-1207383479'), ('const-433', u'LOAD_-1207382820'), ('const-4', u'PTRADD_-1207378580'), ('const-127', u'INT_LESS_-1207382098'), (u'INT_MULT_-1207381481', u'INT_ADD_-1207377753'), ('tmp_1074', u'CBRANCH_-1207383320'), ('const-0', u'PTRSUB_-1207378882'), (u'COPY_-1207378772', u'PTRADD_-1207383835'), ('tmp_726', u'CBRANCH_-1207383529'), ('const-64', u'INT_MULT_-1207382600'), (u'INT_ADD_-1207378308', u'PTRADD_-1207382033'), (u'PTRADD_-1207383962', u'MULTIEQUAL_-1207379820'), (u'INT_ADD_-1207383329', u'MULTIEQUAL_-1207378895'), (u'INT_SLESS_-1207383370', u'CBRANCH_-1207383377'), (u'INT_SEXT_-1207384108', u'INT_ADD_-1207378928'), ('tmp_4244', u'CBRANCH_-1207381375'), ('const-1', u'INT_SRIGHT_-1207381955'), ('const-65533', u'CALL_-1207383666'), ('tmp_4021', u'BRANCH_-1207381440'), ('const-2', u'PTRADD_-1207378893'), ('const-433', u'LOAD_-1207383607'), ('tmp_4401', u'CBRANCH_-1207381462'), (u'MULTIEQUAL_-1207379820', u'MULTIEQUAL_-1207379870'), ('const-0', u'SUBPIECE_-1207378270'), (u'LOAD_-1207383607', u'MULTIEQUAL_-1207379771'), ('const-433', u'LOAD_-1207384132'), ('const-433', u'LOAD_-1207382095'), (u'INT_ADD_-1207379033', u'INT_SRIGHT_-1207381955'), (u'PTRSUB_-1207377811', u'CAST_-1207377732'), (u'MULTIEQUAL_-1207378620', u'INT_XOR_-1207381474'), (u'MULTIEQUAL_-1207379524', u'SUBPIECE_-1207378492'), ('const-2048', u'INT_SLESS_-1207382488'), (u'INT_ADD_-1207382067', u'CAST_-1207378158'), ('const-162', u'COPY_-1207378457'), ('const-3', u'INT_ADD_-1207377565'), (u'LOAD_-1207382095', u'INT_AND_-1207379446'), ('const-3', u'PTRADD_-1207377882'), (u'LOAD_-1207383905', u'INT_ZEXT_-1207383889'), ('const-433', u'STORE_-1207382704'), ('const-433', u'LOAD_-1207383831'), ('const-433', u'STORE_-1207381743'), (u'PTRSUB_-1207378492', u'LOAD_-1207383433'), ('const-6', u'INT_SRIGHT_-1207382535'), (u'MULTIEQUAL_-1207378620', u'INT_ADD_-1207381388'), ('const-2200992', u'PTRSUB_-1207378291'), ('const-0', u'SUBPIECE_-1207378676'), ('const-1', u'PTRADD_-1207382051'), (u'CAST_-1207378180', u'LOAD_-1207382113'), ('const-127', u'INT_SLESS_-1207383370'), ('const-8', u'PTRADD_-1207378501'), (u'MULTIEQUAL_-1207379870', u'COPY_-1207378780'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207378202'), (u'CAST_-1207378076', u'STORE_-1207382455'), (u'INT_SLESS_-1207382124', u'CBRANCH_-1207382131'), (u'MULTIEQUAL_-1207380116', u'PTRADD_-1207383769'), ('tmp_574', u'CBRANCH_-1207383651'), ('const-8', u'PTRADD_-1207378563'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379555'), (u'INT_AND_-1207381732', u'INT_ADD_-1207381720'), ('const-433', u'STORE_-1207383418'), (u'INT_ZEXT_-1207383845', u'MULTIEQUAL_-1207379434'), (u'PTRSUB_-1207378561', u'CAST_-1207378474'), ('tmp_3576', u'BRANCH_-1207381717'), (u'INT_ADD_-1207381753', u'STORE_-1207381743'), ('tmp_975', u'CBRANCH_-1207383377'), ('tmp_1804', u'CBRANCH_-1207382721'), ('const-0', u'PTRSUB_-1207378898'), (u'PTRSUB_-1207377780', u'CAST_-1207377699'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377719'), ('const-3', u'INT_ADD_-1207378308'), (u'SUBPIECE_-1207378520', u'INT_SUB_-1207382766'), (u'MULTIEQUAL_-1207378965', u'INT_SLESS_-1207382124'), (u'COPY_-1207379072', u'MULTIEQUAL_-1207378968'), (u'INT_ADD_-1207382134', u'MULTIEQUAL_-1207379551'), ('const-0', u'PTRSUB_-1207378338'), (u'INT_ADD_-1207377753', u'PTRADD_-1207381447'), (u'CAST_-1207377817', u'STORE_-1207382742'), ('const-192', u'INT_AND_-1207378814'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377525'), (u'INT_ZEXT_-1207379646', u'INT_ADD_-1207382067'), (u'COPY_-1207382260', u'MULTIEQUAL_-1207379451'), ('tmp_618', u'CBRANCH_-1207383612'), ('const-127', u'INT_LESS_-1207382676'), (u'INT_EQUAL_-1207382127', u'CBRANCH_-1207382124'), (u'LOAD_-1207383295', u'INT_ZEXT_-1207378864'), (u'COPY_-1207378556', u'MULTIEQUAL_-1207379630'), (u'INT_AND_-1207382552', u'INT_ADD_-1207382509'), ('const-192', u'INT_AND_-1207378736'), ('const-1', u'PTRADD_-1207378906'), (u'PTRSUB_-1207378499', u'CAST_-1207378410'), (u'MULTIEQUAL_-1207380163', u'MULTIEQUAL_-1207379966'), (u'MULTIEQUAL_-1207378368', u'CAST_-1207377726'), ('tmp_2380', u'CBRANCH_-1207382470'), ('tmp_5078', u'PTRADD_-1207378488'), (u'INT_AND_-1207378736', u'INT_EQUAL_-1207382473'), (u'PTRSUB_-1207377960', u'LOAD_-1207382772'), ('const-3', u'INT_ADD_-1207377806'), ('const-0', u'SUBPIECE_-1207379773'), ('tmp_5041', u'CBRANCH_-1207382053'), ('const-1', u'PTRADD_-1207383962'), (u'LOAD_-1207384040', u'INT_LESS_-1207383960'), ('const-8', u'PTRSUB_-1207378214'), ('const-433', u'LOAD_-1207382658'), (u'INT_ZEXT_-1207379515', u'MULTIEQUAL_-1207378355'), ('const-433', u'LOAD_-1207382104'), ('const-4294967294', u'INT_AND_-1207382447'), (u'MULTIEQUAL_-1207378895', u'CAST_-1207377565'), (u'CAST_-1207377726', u'INT_SRIGHT_-1207381942'), (u'CAST_-1207378791', u'PTRADD_-1207383962'), ('const-8', u'PTRADD_-1207377962'), ('const-65533', u'COPY_-1207378242'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379503'), ('const-433', u'LOAD_-1207381968'), (u'PTRSUB_-1207378202', u'CAST_-1207378082'), (u'INT_SRIGHT_-1207381779', u'SUBPIECE_-1207378230'), (u'PTRSUB_-1207377724', u'CAST_-1207377627'), ('tmp_5078', u'PTRADD_-1207377890'), (u'PTRSUB_-1207377719', u'CAST_-1207377622'), (u'INT_NOTEQUAL_-1207383321', u'CBRANCH_-1207383320'), (u'COPY_-1207378603', u'MULTIEQUAL_-1207379850'), ('tmp_2998', u'BRANCH_-1207381701'), (u'LOAD_-1207383295', u'INT_ZEXT_-1207379542'), (u'INT_SRIGHT_-1207381942', u'SUBPIECE_-1207378276'), ('const-192', u'INT_LESS_-1207383252'), (u'INT_ADD_-1207378922', u'CAST_-1207378785'), (u'COPY_-1207377976', u'MULTIEQUAL_-1207378538'), ('const-1', u'PTRADD_-1207383225'), (u'MULTIEQUAL_-1207378620', u'CAST_-1207378159'), ('const-433', u'STORE_-1207382475'), ('const-1', u'PTRADD_-1207382033'), (u'INT_ZEXT_-1207380041', u'INT_ADD_-1207382067'), (u'CAST_-1207378785', u'INT_LESS_-1207384071'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379691'), ('const-0', u'PTRSUB_-1207377888'), (u'INT_AND_-1207379489', u'INT_NOTEQUAL_-1207383792'), (u'INT_EQUAL_-1207383936', u'CBRANCH_-1207383934'), (u'LOAD_-1207383583', u'INT_ADD_-1207379280'), (u'INT_ADD_-1207378982', u'INT_SLESS_-1207382124'), ('tmp_811', u'CBRANCH_-1207383463'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379503'), ('const-65535', u'INT_AND_-1207381369'), (u'INT_ZEXT_-1207383845', u'MULTIEQUAL_-1207379551'), (u'INT_ADD_-1207383436', u'STORE_-1207383451'), ('const-0', u'SUBPIECE_-1207378482'), (u'CAST_-1207378165', u'INT_ZEXT_-1207380041'), (u'PTRSUB_-1207377513', u'CAST_-1207377438'), (u'CAST_-1207377639', u'INT_ZEXT_-1207379509'), (u'LOAD_-1207384132', u'PTRSUB_-1207378882'), (u'INT_SLESS_-1207382050', u'CBRANCH_-1207382057'), ('const-1', u'INT_SRIGHT_-1207382153'), (u'CALL_-1207381443', u'MULTIEQUAL_-1207378895'), ('tmp_497', u'CBRANCH_-1207383791'), (u'CAST_-1207378425', u'CAST_-1207378394'), ('const-433', u'STORE_-1207381831'), ('tmp_5078', u'PTRADD_-1207378580'), ('const-433', u'LOAD_-1207382095'), ('const-433', u'STORE_-1207382644'), (u'INT_ADD_-1207382134', u'MULTIEQUAL_-1207379434'), ('const-40', u'INT_ADD_-1207381471'), (u'MULTIEQUAL_-1207379574', u'LOAD_-1207383295'), ('const-0', u'INT_EQUAL_-1207382722'), (u'COPY_-1207379824', u'RETURN_-1207382550'), (u'CAST_-1207378474', u'LOAD_-1207383583'), (u'MULTIEQUAL_-1207379496', u'INT_SUB_-1207379535'), (u'PTRADD_-1207382512', u'INT_EQUAL_-1207382537'), ('const-128', u'INT_ADD_-1207381720'), ('tmp_3813', u'CBRANCH_-1207382131'), ('const-16', u'INT_SUB_-1207381902'), (u'INT_ZEXT_-1207379509', u'INT_AND_-1207381455'), (u'INT_MULT_-1207382600', u'INT_ADD_-1207382545'), ('const-1', u'INT_ADD_-1207377571'), (u'INT_SUB_-1207383414', u'INT_ADD_-1207383395'), ('tmp_3772', u'CBRANCH_-1207382155'), ('const-433', u'STORE_-1207381685'), (u'MULTIEQUAL_-1207378968', u'MULTIEQUAL_-1207378991'), ('const-433', u'LOAD_-1207383295'), ('tmp_4120', u'CBRANCH_-1207381452'), ('const-192', u'INT_AND_-1207379489'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377760'), ('const-1', u'INT_ADD_-1207377826'), (u'INT_SUB_-1207381480', u'INT_LESS_-1207381467'), (u'PTRADD_-1207382758', u'LOAD_-1207382820'), (u'LOAD_-1207382820', u'INT_AND_-1207378814'), (u'CAST_-1207378791', u'MULTIEQUAL_-1207380116'), (u'CAST_-1207378785', u'INT_EQUAL_-1207382537'), (u'PTRSUB_-1207377620', u'CAST_-1207377530'), (u'CAST_-1207378119', u'INT_SLESS_-1207382488'), (u'LOAD_-1207382104', u'INT_EQUAL_-1207381458'), ('const-64', u'INT_ADD_-1207383436'), ('const-65533', u'CALL_-1207382736'), (u'PTRSUB_-1207377615', u'CAST_-1207377525'), (u'INT_SUB_-1207381902', u'STORE_-1207381906'), (u'LOAD_-1207383454', u'INT_ADD_-1207383436'), ('const-65536', u'INT_SLESS_-1207381747'), (u'INT_SUB_-1207382471', u'STORE_-1207382455'), ('const-1', u'PTRADD_-1207382512'), ('const-1', u'PTRADD_-1207383835'), ('const-0', u'PTRSUB_-1207377719'), (u'CAST_-1207378159', u'INT_SLESS_-1207382050'), (u'INT_NOTEQUAL_-1207382597', u'CBRANCH_-1207382596'), (u'MULTIEQUAL_-1207378103', u'CALL_-1207382612'), ('const-0', u'COPY_-1207379070'), (u'INT_SLESS_-1207382157', u'CBRANCH_-1207382155'), (u'PTRADD_-1207377950', u'PTRSUB_-1207377948'), (u'INT_SUB_-1207382847', u'INT_ZEXT_-1207380082'), (u'INT_SLESS_-1207382262', u'CBRANCH_-1207382269'), (u'INT_EQUAL_-1207383222', u'CBRANCH_-1207383221'), ('tmp_1106', u'CBRANCH_-1207383299'), ('const-1', u'PTRADD_-1207377912'), (u'MULTIEQUAL_-1207379556', u'PTRSUB_-1207377724'), (u'INT_AND_-1207382040', u'INT_NOTEQUAL_-1207382040'), ('const-0', u'PTRSUB_-1207378904'), ('const-0', u'INT_EQUAL_-1207381455'), ('tmp_3951', u'CBRANCH_-1207382038'), (u'INT_ZEXT_-1207379542', u'INT_LESS_-1207383252'), ('const-1', u'INT_AND_-1207381455'), ('tmp_1855', u'CBRANCH_-1207382596'), ('const-1', u'PTRADD_-1207382512'), ('const-127', u'INT_SLESS_-1207382016'), (u'COPY_-1207377781', u'MULTIEQUAL_-1207379524'), ('tmp_5078', u'PTRADD_-1207378563'), ('const-4294965248', u'INT_AND_-1207382076'), (u'PTRSUB_-1207377525', u'CAST_-1207377450'), (u'CAST_-1207377622', u'INT_ADD_-1207377765')]
[(u'PTRADD_-1207383962', u'MULTIEQUAL_-1207379846'), (u'LOAD_-1207381509', u'CAST_-1207377758'), (u'PTRADD_-1207377980', u'LOAD_-1207382641'), ('const-1', u'PTRADD_-1207381663'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381665'), (u'MULTIEQUAL_-1207378472', u'MULTIEQUAL_-1207379821'), (u'MULTIEQUAL_-1207379502', u'MULTIEQUAL_-1207379477'), (u'INT_NOTEQUAL_-1207381375', u'CBRANCH_-1207381375'), (u'CAST_-1207378900', u'INT_LESS_-1207383603'), ('const-0', u'INT_NOTEQUAL_-1207382597'), ('const-0', u'PTRSUB_-1207377830'), (u'MULTIEQUAL_-1207379984', u'SUBPIECE_-1207378537'), (u'INT_ZEXT_-1207379917', u'INT_SUB_-1207382151'), ('const-433', u'STORE_-1207382674'), (u'MULTIEQUAL_-1207379717', u'COPY_-1207378714'), (u'SUBPIECE_-1207377969', u'INT_ADD_-1207378554'), (u'LOAD_-1207383583', u'SUBPIECE_-1207378613'), (u'INT_SLESS_-1207381747', u'CBRANCH_-1207381754'), ('const-192', u'INT_AND_-1207378867'), (u'MULTIEQUAL_-1207379600', u'PTRADD_-1207382758'), (u'CAST_-1207377591', u'INT_SLESS_-1207381747'), (u'MULTIEQUAL_-1207378775', u'CAST_-1207378238'), ('tmp_3671', u'CBRANCH_-1207382269'), (u'CAST_-1207378294', u'LOAD_-1207382104'), (u'COPY_-1207378883', u'MULTIEQUAL_-1207380181'), (u'COPY_-1207377766', u'MULTIEQUAL_-1207379550'), ('const-3', u'PTRADD_-1207377980'), (u'INT_LESS_-1207383960', u'CBRANCH_-1207383968'), (u'INT_ADD_-1207381388', u'INT_AND_-1207381369'), ('const-8', u'INT_ADD_-1207382088'), (u'INT_ADD_-1207381731', u'STORE_-1207381714'), (u'MULTIEQUAL_-1207378775', u'COPY_-1207377682'), (u'PTRADD_-1207378633', u'LOAD_-1207383583'), ('const-1', u'PTRADD_-1207383349'), (u'LOAD_-1207382641', u'SUBPIECE_-1207377969'), (u'MULTIEQUAL_-1207378974', u'MULTIEQUAL_-1207378775'), (u'INT_AND_-1207382152', u'INT_ADD_-1207382134'), ('const-2229856', u'PTRSUB_-1207378816'), ('const-20', u'INT_ADD_-1207382741'), ('const-192', u'INT_AND_-1207378898'), (u'LOAD_-1207382820', u'MULTIEQUAL_-1207378622'), ('const-4', u'INT_MULT_-1207382067'), (u'CALL_-1207382552', u'MULTIEQUAL_-1207378469'), (u'CAST_-1207377831', u'INT_SRIGHT_-1207381867'), (u'SUBPIECE_-1207378613', u'INT_ADD_-1207379298'), (u'CAST_-1207378900', u'INT_EQUAL_-1207382127'), (u'INT_ZEXT_-1207383845', u'INT_LESS_-1207382676'), ('const-127', u'INT_LESS_-1207382098'), ('const-8', u'PTRADD_-1207378561'), ('const-1', u'PTRADD_-1207382033'), ('tmp_2462', u'BRANCH_-1207381998'), (u'LOAD_-1207382726', u'SUBPIECE_-1207378553'), (u'INT_SLESS_-1207382016', u'CBRANCH_-1207382023'), ('const-8', u'PTRADD_-1207378965'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379521'), (u'INT_LESS_-1207382751', u'CBRANCH_-1207382759'), ('tmp_157', u'CBRANCH_-1207384068'), (u'COPY_-1207377947', u'MULTIEQUAL_-1207378433'), (u'LOAD_-1207383216', u'CAST_-1207378400'), (u'INT_SRIGHT_-1207381955', u'INT_SEXT_-1207381958'), ('const-1', u'PTRADD_-1207383225'), (u'MULTIEQUAL_-1207379021', u'INT_SRIGHT_-1207382153'), (u'SUBPIECE_-1207378315', u'INT_AND_-1207381811'), ('const-433', u'STORE_-1207382621'), (u'MULTIEQUAL_-1207379786', u'PTRADD_-1207382101'), (u'MULTIEQUAL_-1207379717', u'MULTIEQUAL_-1207379699'), (u'INT_SLESS_-1207382488', u'CBRANCH_-1207382495'), ('tmp_2656', u'CBRANCH_-1207382495'), (u'CAST_-1207377971', u'INT_ADD_-1207382741'), ('tmp_12960', u'PTRADD_-1207378567'), ('tmp_12960', u'PTRADD_-1207378018'), (u'SUBPIECE_-1207379773', u'STORE_-1207381685'), (u'MULTIEQUAL_-1207380134', u'MULTIEQUAL_-1207380181'), ('tmp_2311', u'CBRANCH_-1207382444'), (u'LOAD_-1207382688', u'SUBPIECE_-1207378536'), ('tmp_767', u'CBRANCH_-1207383500'), ('const-0', u'PTRSUB_-1207378349'), (u'CAST_-1207378905', u'MULTIEQUAL_-1207380134'), (u'PTRADD_-1207378045', u'LOAD_-1207382772'), (u'LOAD_-1207384112', u'CALL_-1207383950'), ('const-1', u'PTRADD_-1207381352'), (u'MULTIEQUAL_-1207379004', u'INT_ZEXT_-1207379917'), (u'CAST_-1207377912', u'STORE_-1207382626'), (u'LOAD_-1207384118', u'SUBPIECE_-1207378935'), (u'INT_MULT_-1207382188', u'INT_ADD_-1207382134'), (u'INT_ZEXT_-1207379527', u'INT_AND_-1207381455'), (u'INT_AND_-1207381796', u'INT_ADD_-1207381753'), ('const-4', u'PTRADD_-1207378018'), (u'LOAD_-1207383433', u'INT_SUB_-1207378603'), (u'CAST_-1207378400', u'MULTIEQUAL_-1207379797'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381683'), ('const-7', u'COPY_-1207381249'), (u'CALL_-1207383522', u'INT_NOTEQUAL_-1207383501'), (u'INT_ADD_-1207382545', u'INT_AND_-1207382447'), (u'MULTIEQUAL_-1207379466', u'MULTIEQUAL_-1207379410'), ('const-2200994', u'PTRSUB_-1207377830'), (u'INT_NOTEQUAL_-1207381692', u'CBRANCH_-1207381691'), (u'INT_NOTEQUAL_-1207383792', u'CBRANCH_-1207383791'), ('const-127', u'INT_LESS_-1207382676'), (u'INT_NOTEQUAL_-1207382040', u'CBRANCH_-1207382036'), ('tmp_2918', u'CBRANCH_-1207381754'), (u'MULTIEQUAL_-1207379582', u'STORE_-1207381714'), (u'COPY_-1207377682', u'MULTIEQUAL_-1207378433'), (u'MULTIEQUAL_-1207378694', u'COPY_-1207377947'), (u'LOAD_-1207382785', u'SUBPIECE_-1207378583'), (u'MULTIEQUAL_-1207379522', u'INT_SUB_-1207379561'), (u'CALL_-1207383950', u'INT_EQUAL_-1207383936'), ('const-1', u'PTRADD_-1207381771'), (u'MULTIEQUAL_-1207379582', u'STORE_-1207382455'), ('const-1', u'PTRADD_-1207382101'), ('const-0', u'INT_NOTEQUAL_-1207383651'), ('const-0', u'PTRSUB_-1207378395'), (u'INT_ZEXT_-1207380311', u'MULTIEQUAL_-1207379577'), (u'COPY_-1207378883', u'LOAD_-1207383905'), (u'MULTIEQUAL_-1207379797', u'CAST_-1207378576'), ('const-16', u'INT_SUB_-1207381902'), (u'MULTIEQUAL_-1207378775', u'CAST_-1207378250'), (u'MULTIEQUAL_-1207378694', u'INT_SUB_-1207383359'), ('const-8', u'PTRADD_-1207378572'), ('tmp_4811', u'CBRANCH_-1207382124'), ('const-65533', u'CALL_-1207383666'), (u'INT_ADD_-1207381720', u'STORE_-1207381723'), ('const-55296', u'INT_NOTEQUAL_-1207382482'), ('const-0', u'SUBPIECE_-1207378536'), ('const-0', u'SUBPIECE_-1207378519'), ('const-1', u'INT_RIGHT_-1207381418'), ('tmp_12966', u'STORE_-1207382674'), ('const-4', u'PTRADD_-1207378469'), ('tmp_12962', u'STORE_-1207382621'), (u'INT_LESS_-1207382507', u'CBRANCH_-1207382516'), (u'CAST_-1207378577', u'INT_SUB_-1207383547'), ('tmp_12960', u'PTRADD_-1207377987'), (u'COPY_-1207378314', u'MULTIEQUAL_-1207379550'), ('const-433', u'STORE_-1207381714'), ('const-433', u'STORE_-1207382742'), (u'PTRADD_-1207381921', u'COPY_-1207377892'), ('const-0', u'INT_EQUAL_-1207383936'), (u'LOAD_-1207384112', u'CALL_-1207382736'), ('const-128', u'INT_NOTEQUAL_-1207383792'), (u'PTRADD_-1207383225', u'INT_EQUAL_-1207382823'), ('tmp_12960', u'PTRADD_-1207378956'), (u'INT_NOTEQUAL_-1207383651', u'CBRANCH_-1207383651'), (u'INT_EQUAL_-1207382823', u'CBRANCH_-1207382821'), (u'CAST_-1207377847', u'INT_SRIGHT_-1207381942'), ('const-128', u'INT_NOTEQUAL_-1207382780'), ('const-0', u'INT_NOTEQUAL_-1207383501'), ('tmp_533', u'CBRANCH_-1207382685'), ('const-2200992', u'PTRSUB_-1207378395'), ('const-55296', u'INT_NOTEQUAL_-1207382074'), (u'INT_SUB_-1207382766', u'STORE_-1207382755'), (u'INT_ADD_-1207381989', u'INT_SRIGHT_-1207381955'), (u'MULTIEQUAL_-1207378974', u'CAST_-1207377684'), (u'INT_AND_-1207381833', u'INT_ADD_-1207381828'), (u'INT_AND_-1207382484', u'INT_NOTEQUAL_-1207382482'), (u'PTRADD_-1207383835', u'MULTIEQUAL_-1207379896'), (u'PTRSUB_-1207378349', u'PTRADD_-1207382033'), (u'PTRADD_-1207381771', u'STORE_-1207381831'), (u'MULTIEQUAL_-1207379582', u'STORE_-1207382017'), (u'MULTIEQUAL_-1207379573', u'MULTIEQUAL_-1207379410'), ('tmp_3923', u'CBRANCH_-1207382057'), (u'SUBPIECE_-1207378519', u'INT_SUB_-1207382639'), ('const-1', u'PTRADD_-1207383962'), (u'MULTIEQUAL_-1207379577', u'CALL_-1207383950'), (u'INT_SUB_-1207382639', u'STORE_-1207382644'), (u'MULTIEQUAL_-1207379984', u'INT_LESS_-1207383603'), (u'INT_SUB_-1207382707', u'STORE_-1207382704'), ('const-433', u'LOAD_-1207382095'), (u'INT_ADD_-1207382509', u'STORE_-1207381707'), (u'INT_AND_-1207382447', u'INT_NOTEQUAL_-1207382447'), ('tmp_1018', u'CBRANCH_-1207383352'), (u'INT_ADD_-1207381471', u'COPY_-1207377946'), (u'INT_ZEXT_-1207380067', u'INT_AND_-1207382563'), (u'INT_LESS_-1207382098', u'CBRANCH_-1207382107'), ('tmp_1898', u'CBRANCH_-1207382564'), (u'MULTIEQUAL_-1207378694', u'INT_NOTEQUAL_-1207381692'), ('const-4', u'INT_MULT_-1207382085'), ('tmp_12960', u'CAST_-1207377971'), (u'PTRADD_-1207381674', u'STORE_-1207381734'), ('const-8', u'PTRADD_-1207377973'), (u'MULTIEQUAL_-1207380134', u'MULTIEQUAL_-1207379984'), (u'INT_SUB_-1207382847', u'INT_ZEXT_-1207380093'), ('const-63', u'INT_AND_-1207382552'), ('const-433', u'STORE_-1207381906'), ('const-0', u'INT_EQUAL_-1207383222'), (u'COPY_-1207378567', u'MULTIEQUAL_-1207379550'), (u'PTRADD_-1207378050', u'LOAD_-1207382785'), (u'COPY_-1207379119', u'MULTIEQUAL_-1207379021'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381616'), ('const-4', u'PTRADD_-1207378561'), (u'CAST_-1207377684', u'INT_SLESS_-1207382016'), ('tmp_2728', u'BRANCH_-1207382449'), (u'PTRADD_-1207382101', u'INT_EQUAL_-1207382127'), ('const-4294965248', u'INT_AND_-1207382484'), (u'INT_ADD_-1207382088', u'CAST_-1207378294'), (u'PTRADD_-1207382406', u'COPY_-1207378314'), ('const-128', u'INT_EQUAL_-1207382473'), ('const-0', u'SUBPIECE_-1207378314'), (u'CALL_-1207383479', u'INT_SUB_-1207378603'), (u'PTRADD_-1207382512', u'LOAD_-1207382510'), ('const-1', u'PTRADD_-1207382758'), ('const-3', u'PTRADD_-1207381665'), (u'PTRADD_-1207378956', u'LOAD_-1207384118'), (u'COPY_-1207378001', u'RETURN_-1207377976'), (u'INT_MULT_-1207381386', u'PTRADD_-1207381352'), (u'PTRADD_-1207383962', u'MULTIEQUAL_-1207379896'), (u'INT_SLESSEQUAL_-1207383521', u'CBRANCH_-1207383529'), ('const-0', u'SUBPIECE_-1207377969'), ('const-0', u'INT_NOTEQUAL_-1207381692'), ('tmp_1211', u'BRANCH_-1207383204'), ('const-1', u'PTRADD_-1207381647'), (u'PTRSUB_-1207378816', u'PTRADD_-1207383799'), (u'INT_ADD_-1207382545', u'INT_LESS_-1207382507'), (u'INT_ZEXT_-1207379541', u'MULTIEQUAL_-1207378470'), (u'SUBPIECE_-1207378613', u'INT_ADD_-1207379326'), (u'INT_LESSEQUAL_-1207383301', u'CBRANCH_-1207383299'), (u'INT_SRIGHT_-1207381779', u'SUBPIECE_-1207377888'), ('const-433', u'LOAD_-1207384118'), ('tmp_1655', u'CBRANCH_-1207382821'), (u'LOAD_-1207382845', u'CAST_-1207378189'), (u'SUBPIECE_-1207378555', u'INT_SUB_-1207382707'), ('const-128', u'INT_EQUAL_-1207382056'), ('const-433', u'STORE_-1207382626'), ('const-5', u'PTRADD_-1207378633'), (u'LOAD_-1207384132', u'INT_ADD_-1207384082'), (u'INT_AND_-1207382563', u'INT_ADD_-1207382545'), (u'CAST_-1207378576', u'INT_SUB_-1207383547'), (u'INT_MULT_-1207382067', u'PTRADD_-1207382033'), (u'INT_EQUAL_-1207383465', u'CBRANCH_-1207383463'), ('const-1', u'PTRADD_-1207378050'), (u'INT_ADD_-1207379298', u'CALL_-1207383479'), (u'PTRADD_-1207382033', u'LOAD_-1207382095'), (u'MULTIEQUAL_-1207379846', u'INT_EQUAL_-1207383838'), (u'CAST_-1207378603', u'MULTIEQUAL_-1207379797'), ('tmp_12960', u'PTRADD_-1207378045'), ('const-65', u'INT_SUB_-1207383359'), ('tmp_12960', u'PTRADD_-1207378561'), (u'INT_LESS_-1207383863', u'CBRANCH_-1207383872'), (u'INT_AND_-1207378251', u'INT_EQUAL_-1207382473'), ('const-0', u'SUBPIECE_-1207378315'), (u'MULTIEQUAL_-1207378694', u'INT_SUB_-1207382151'), (u'LOAD_-1207381414', u'INT_ZEXT_-1207379662'), (u'CAST_-1207378900', u'INT_EQUAL_-1207383838'), (u'MULTIEQUAL_-1207379846', u'MULTIEQUAL_-1207379786'), (u'MULTIEQUAL_-1207379477', u'MULTIEQUAL_-1207379460'), (u'LOAD_-1207382095', u'INT_AND_-1207378865'), ('const-433', u'LOAD_-1207384040'), (u'SUBPIECE_-1207378550', u'INT_SUB_-1207382639'), (u'INT_SEXT_-1207384108', u'INT_ADD_-1207384089'), ('const-63', u'INT_AND_-1207382563'), (u'INT_ADD_-1207381977', u'INT_SLESS_-1207381960'), (u'INT_SRIGHT_-1207382535', u'SUBPIECE_-1207378315'), (u'INT_ADD_-1207382741', u'CAST_-1207377970'), (u'CAST_-1207378918', u'INT_ADD_-1207384109'), (u'MULTIEQUAL_-1207378470', u'MULTIEQUAL_-1207378534'), ('const-433', u'LOAD_-1207382113'), (u'INT_ADD_-1207382134', u'INT_LESS_-1207382098'), (u'MULTIEQUAL_-1207379582', u'STORE_-1207381906'), ('const-224', u'INT_ADD_-1207381731'), ('tmp_1808', u'BRANCH_-1207382708'), (u'SUBPIECE_-1207378537', u'INT_SUB_-1207382669'), (u'COPY_-1207381249', u'RETURN_-1207381198'), ('const-768', u'INT_SUB_-1207382574'), (u'LOAD_-1207382772', u'STORE_-1207382742'), (u'INT_ADD_-1207382134', u'MULTIEQUAL_-1207379577'), ('const-0', u'INT_NOTEQUAL_-1207381375'), (u'INT_SEXT_-1207384101', u'INT_ADD_-1207384082'), (u'PTRADD_-1207381647', u'STORE_-1207381707'), ('const-0', u'INT_NOTEQUAL_-1207382039'), ('tmp_2162', u'CBRANCH_-1207382534'), (u'INT_LESS_-1207382555', u'CBRANCH_-1207382564'), ('const-162', u'COPY_-1207379119'), (u'PTRADD_-1207378561', u'STORE_-1207383418'), (u'PTRADD_-1207381447', u'LOAD_-1207381509'), (u'SUBPIECE_-1207378334', u'INT_AND_-1207381833'), ('tmp_2195', u'CBRANCH_-1207382516'), (u'SUBPIECE_-1207378550', u'COPY_-1207378549'), (u'INT_EQUAL_-1207382473', u'CBRANCH_-1207382470'), ('const-2', u'PTRADD_-1207381663'), (u'MULTIEQUAL_-1207379846', u'MULTIEQUAL_-1207379717'), (u'SUBPIECE_-1207378315', u'INT_SUB_-1207382471'), ('const-2', u'INT_MULT_-1207381386'), (u'MULTIEQUAL_-1207379550', u'SUBPIECE_-1207378555'), (u'CAST_-1207378277', u'INT_SLESS_-1207382050'), ('const-433', u'LOAD_-1207383295'), (u'INT_ADD_-1207381989', u'MULTIEQUAL_-1207379021'), (u'MULTIEQUAL_-1207378177', u'INT_SUB_-1207382574'), (u'INT_AND_-1207381811', u'INT_ADD_-1207381768'), (u'COPY_-1207378316', u'MULTIEQUAL_-1207378534'), ('const-433', u'LOAD_-1207382785'), ('const-127', u'INT_LESS_-1207382751'), (u'MULTIEQUAL_-1207379600', u'SUBPIECE_-1207378550'), ('const-4', u'INT_MULT_-1207381940'), (u'MULTIEQUAL_-1207378452', u'MULTIEQUAL_-1207378431'), ('tmp_2429', u'CBRANCH_-1207382023'), ('const-63', u'INT_AND_-1207381811'), ('tmp_12960', u'PTRADD_-1207378633'), ('const-0', u'SUBPIECE_-1207378537'), (u'LOAD_-1207384125', u'INT_SEXT_-1207384108'), ('const-433', u'LOAD_-1207382845'), (u'CAST_-1207378300', u'LOAD_-1207382113'), (u'LOAD_-1207383295', u'INT_ZEXT_-1207379541'), (u'INT_EQUAL_-1207383838', u'CBRANCH_-1207383836'), ('const-65535', u'INT_AND_-1207381369'), ('const-433', u'LOAD_-1207381414'), ('tmp_12960', u'LOAD_-1207384112'), (u'INT_ZEXT_-1207383889', u'INT_LESS_-1207383863'), (u'PTRADD_-1207383769', u'LOAD_-1207383831'), (u'COPY_-1207377892', u'MULTIEQUAL_-1207379550'), (u'INT_SUB_-1207383547', u'INT_SLESSEQUAL_-1207383521'), (u'MULTIEQUAL_-1207378694', u'CAST_-1207378399'), ('const-3', u'PTRADD_-1207377973'), (u'PTRADD_-1207382051', u'CAST_-1207378300'), ('const-4', u'PTRADD_-1207378649'), (u'INT_ADD_-1207383329', u'MULTIEQUAL_-1207378974'), (u'MULTIEQUAL_-1207378228', u'INT_MULT_-1207382600'), ('const-0', u'PTRSUB_-1207378816'), ('const-1', u'PTRADD_-1207377987'), (u'CAST_-1207378905', u'LOAD_-1207384040'), (u'CAST_-1207378189', u'INT_ZEXT_-1207379281'), (u'INT_ADD_-1207381828', u'STORE_-1207381831'), ('const-433', u'LOAD_-1207382104'), (u'MULTIEQUAL_-1207378177', u'CALL_-1207382552'), (u'MULTIEQUAL_-1207379410', u'SUBPIECE_-1207378608'), (u'MULTIEQUAL_-1207379041', u'INT_ADD_-1207381989'), (u'PTRADD_-1207382783', u'LOAD_-1207382845'), (u'PTRADD_-1207382415', u'STORE_-1207382475'), ('const-0', u'SUBPIECE_-1207378334'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379521'), (u'INT_LESS_-1207383252', u'CBRANCH_-1207383260'), ('const-0', u'PTRSUB_-1207378359'), (u'INT_SUB_-1207378603', u'PTRADD_-1207383349'), ('const-8', u'PTRADD_-1207378045'), ('const-0', u'SUBPIECE_-1207378552'), (u'INT_ZEXT_-1207378917', u'INT_SUB_-1207382847'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379896'), ('const-63', u'INT_AND_-1207381833'), (u'PTRADD_-1207378572', u'CAST_-1207378525'), (u'CAST_-1207378900', u'INT_EQUAL_-1207382537'), ('const-65533', u'COPY_-1207378316'), (u'MULTIEQUAL_-1207378601', u'INT_SUB_-1207382766'), ('const-1', u'PTRADD_-1207381948'), (u'CAST_-1207378900', u'INT_EQUAL_-1207382823'), ('tmp_12963', u'STORE_-1207382644'), (u'COPY_-1207378087', u'MULTIEQUAL_-1207378601'), (u'LOAD_-1207382658', u'SUBPIECE_-1207378519'), ('const-1', u'PTRADD_-1207381674'), ('const-26', u'INT_LESS_-1207383344'), (u'MULTIEQUAL_-1207378177', u'MULTIEQUAL_-1207378470'), ('const-192', u'INT_SUB_-1207382847'), ('const-128', u'INT_ADD_-1207381720'), (u'MULTIEQUAL_-1207379382', u'MULTIEQUAL_-1207378694'), ('const-2048', u'INT_SLESS_-1207382488'), ('const-0', u'RETURN_-1207381401'), ('tmp_255', u'CBRANCH_-1207383968'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207378472'), (u'MULTIEQUAL_-1207380134', u'PTRADD_-1207383769'), (u'PTRADD_-1207381906', u'CAST_-1207378327'), (u'PTRADD_-1207378000', u'LOAD_-1207382688'), (u'INT_SRIGHT_-1207381867', u'SUBPIECE_-1207378334'), (u'MULTIEQUAL_-1207379573', u'MULTIEQUAL_-1207379821'), ('const-162', u'COPY_-1207378533'), ('const-1', u'PTRADD_-1207383225'), ('const-0', u'SUBPIECE_-1207378608'), ('const-8', u'PTRADD_-1207378000'), (u'INT_ADD_-1207384082', u'CAST_-1207378900'), ('const-192', u'INT_AND_-1207378865'), (u'MULTIEQUAL_-1207379876', u'COPY_-1207378883'), (u'PTRADD_-1207382101', u'LOAD_-1207382095'), ('const-63', u'INT_AND_-1207382152'), (u'LOAD_-1207383861', u'CAST_-1207378768'), ('const-433', u'LOAD_-1207382658'), (u'SUBPIECE_-1207378314', u'INT_AND_-1207381796'), ('const-128', u'INT_ADD_-1207382509'), ('tmp_1760', u'CBRANCH_-1207382759'), (u'LOAD_-1207382845', u'CAST_-1207378158'), (u'INT_AND_-1207381908', u'INT_SUB_-1207381902'), ('const-1', u'PTRADD_-1207382051'), ('const-1', u'INT_ADD_-1207378554'), (u'CAST_-1207378399', u'INT_SLESS_-1207382262'), (u'INT_ADD_-1207382134', u'INT_AND_-1207382040'), (u'INT_NOTEQUAL_-1207383501', u'CBRANCH_-1207383500'), ('const-1', u'PTRADD_-1207381616'), ('const-433', u'STORE_-1207382704'), (u'INT_SUB_-1207382151', u'CAST_-1207378327'), ('tmp_12964', u'STORE_-1207382742'), (u'CAST_-1207378905', u'INT_LESS_-1207384071'), (u'COPY_-1207378883', u'INT_LESSEQUAL_-1207383915'), (u'MULTIEQUAL_-1207379460', u'INT_MULT_-1207382067'), ('const-433', u'STORE_-1207383418'), (u'LOAD_-1207382510', u'INT_AND_-1207378251'), ('const-1', u'PTRADD_-1207381665'), (u'LOAD_-1207383607', u'CAST_-1207378603'), ('const-65536', u'INT_SLESS_-1207381747'), (u'MULTIEQUAL_-1207379015', u'INT_SLESS_-1207382124'), ('const-0', u'SUBPIECE_-1207378935'), (u'LOAD_-1207382095', u'MULTIEQUAL_-1207379211'), (u'INT_ZEXT_-1207380059', u'INT_ADD_-1207382067'), (u'INT_AND_-1207381369', u'MULTIEQUAL_-1207378253'), ('tmp_12960', u'PTRADD_-1207378649'), (u'INT_NOTEQUAL_-1207382039', u'CBRANCH_-1207382038'), ('const-191', u'INT_LESS_-1207383960'), (u'INT_EQUAL_-1207382056', u'CBRANCH_-1207382053'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379573'), ('tmp_12960', u'CAST_-1207378918'), ('const-4294967294', u'INT_AND_-1207382040'), ('const-192', u'INT_SUB_-1207379561'), (u'CAST_-1207377603', u'INT_SRIGHT_-1207381794'), (u'INT_ADD_-1207382134', u'MULTIEQUAL_-1207379460'), (u'PTRSUB_-1207378261', u'PTRADD_-1207382783'), (u'MULTIEQUAL_-1207378694', u'INT_XOR_-1207381474'), (u'INT_LESS_-1207382676', u'CBRANCH_-1207382685'), ('const-3', u'PTRADD_-1207381683'), (u'INT_EQUAL_-1207382722', u'CBRANCH_-1207382721'), (u'MULTIEQUAL_-1207380181', u'MULTIEQUAL_-1207379984'), (u'MULTIEQUAL_-1207379656', u'PTRADD_-1207383349'), (u'MULTIEQUAL_-1207379600', u'PTRADD_-1207383225'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381921'), ('const-2', u'INT_EQUAL_-1207381458'), (u'CAST_-1207378525', u'STORE_-1207383451'), (u'INT_ADD_-1207379031', u'MULTIEQUAL_-1207378452'), ('const-2', u'PTRADD_-1207378956'), ('const-65533', u'COPY_-1207379456'), (u'CAST_-1207378327', u'LOAD_-1207381968'), (u'LOAD_-1207381968', u'MULTIEQUAL_-1207379004'), ('const-433', u'STORE_-1207381723'), ('tmp_12965', u'STORE_-1207382704'), (u'INT_ADD_-1207382509', u'STORE_-1207382475'), ('const-433', u'LOAD_-1207382095'), (u'SUBPIECE_-1207377888', u'INT_AND_-1207381732'), (u'MULTIEQUAL_-1207379577', u'MULTIEQUAL_-1207379382'), ('const-127', u'INT_LESS_-1207382507'), (u'INT_ZEXT_-1207379468', u'INT_MULT_-1207381386'), (u'LOAD_-1207384132', u'INT_ADD_-1207384089'), ('tmp_1199', u'CBRANCH_-1207383221'), ('const-0', u'INT_EQUAL_-1207383465'), ('const-433', u'STORE_-1207381743'), ('const-0', u'SUBPIECE_-1207378751'), ('const-12', u'INT_SRIGHT_-1207381867'), ('const-433', u'LOAD_-1207383607'), (u'INT_SEXT_-1207381958', u'INT_MULT_-1207381940'), (u'INT_ADD_-1207382545', u'MULTIEQUAL_-1207378177'), ('tmp_12960', u'PTRADD_-1207378965'), (u'LOAD_-1207384040', u'INT_ZEXT_-1207380311'), (u'COPY_-1207379120', u'MULTIEQUAL_-1207379015'), ('tmp_12960', u'PTRADD_-1207378572'), (u'CAST_-1207378900', u'INT_LESS_-1207384071'), (u'LOAD_-1207381509', u'CAST_-1207377741'), ('const-64', u'INT_MULT_-1207382600'), ('const-433', u'LOAD_-1207383433'), (u'INT_ZEXT_-1207383889', u'MULTIEQUAL_-1207379577'), ('const-0', u'PTRSUB_-1207378261'), (u'INT_AND_-1207381441', u'INT_EQUAL_-1207381455'), ('const-433', u'LOAD_-1207383831'), ('tmp_3601', u'CBRANCH_-1207381691'), (u'MULTIEQUAL_-1207378177', u'MULTIEQUAL_-1207378534'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207382415'), ('tmp_3634', u'BRANCH_-1207381666'), (u'MULTIEQUAL_-1207379041', u'MULTIEQUAL_-1207379015'), (u'INT_ADD_-1207381768', u'STORE_-1207381734'), (u'MULTIEQUAL_-1207378433', u'CAST_-1207377847'), (u'MULTIEQUAL_-1207379015', u'MULTIEQUAL_-1207379041'), ('const-0', u'SUBPIECE_-1207379675'), ('const-433', u'LOAD_-1207384132'), ('tmp_4902', u'CBRANCH_-1207382071'), (u'COPY_-1207378714', u'MULTIEQUAL_-1207379876'), ('tmp_4962', u'CBRANCH_-1207382036'), (u'INT_LESS_-1207381467', u'CBRANCH_-1207381462'), (u'LOAD_-1207382104', u'INT_NOTEQUAL_-1207381375'), (u'INT_ZEXT_-1207380311', u'MULTIEQUAL_-1207379522'), ('const-433', u'LOAD_-1207383454'), ('const-433', u'STORE_-1207383451'), (u'MULTIEQUAL_-1207378694', u'INT_ADD_-1207381388'), (u'INT_ZEXT_-1207379281', u'MULTIEQUAL_-1207378228'), (u'MULTIEQUAL_-1207379521', u'PTRADD_-1207382512'), (u'CALL_-1207381443', u'MULTIEQUAL_-1207378974'), (u'INT_ZEXT_-1207379662', u'INT_ADD_-1207381388'), (u'PTRADD_-1207378567', u'LOAD_-1207383433'), (u'INT_ZEXT_-1207380093', u'PTRADD_-1207382783'), (u'MULTIEQUAL_-1207378694', u'MULTIEQUAL_-1207378253'), ('const--1', u'COPY_-1207382260'), ('const-1', u'PTRADD_-1207382758'), (u'INT_SUB_-1207383359', u'INT_LESS_-1207383344'), (u'LOAD_-1207382104', u'INT_NOTEQUAL_-1207382039'), (u'CAST_-1207378158', u'INT_LESS_-1207382751'), (u'SUBPIECE_-1207378351', u'INT_AND_-1207381908'), (u'INT_NOTEQUAL_-1207382074', u'CBRANCH_-1207382071'), (u'INT_SEXT_-1207383533', u'INT_SLESSEQUAL_-1207383521'), (u'COPY_-1207378667', u'MULTIEQUAL_-1207379656'), (u'PTRADD_-1207378965', u'LOAD_-1207384132'), (u'COPY_-1207382604', u'RETURN_-1207382550'), (u'PTRADD_-1207381665', u'COPY_-1207377664'), (u'INT_SRIGHT_-1207381942', u'SUBPIECE_-1207378351'), (u'LOAD_-1207383831', u'MULTIEQUAL_-1207379211'), ('const-63', u'INT_AND_-1207381796'), ('const-0', u'COPY_-1207379120'), ('tmp_1153', u'CBRANCH_-1207383260'), (u'LOAD_-1207382113', u'INT_ZEXT_-1207379664'), (u'INT_AND_-1207381455', u'INT_AND_-1207381441'), ('const-20', u'INT_ADD_-1207384109'), (u'MULTIEQUAL_-1207379896', u'COPY_-1207378891'), (u'MULTIEQUAL_-1207379550', u'MULTIEQUAL_-1207379656'), ('const-4294967295', u'INT_ADD_-1207379031'), (u'SUBPIECE_-1207379675', u'STORE_-1207382017'), (u'MULTIEQUAL_-1207379699', u'COPY_-1207378666'), ('const-128', u'INT_ADD_-1207381768'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381771'), (u'INT_ADD_-1207379031', u'INT_SLESS_-1207382124'), ('const-192', u'INT_LESS_-1207383252'), ('tmp_4349', u'CBRANCH_-1207381967'), (u'SUBPIECE_-1207378536', u'INT_SUB_-1207382669'), (u'CAST_-1207378905', u'PTRADD_-1207383962'), (u'INT_ZEXT_-1207379664', u'INT_ADD_-1207382067'), ('const-6', u'INT_SRIGHT_-1207382535'), (u'MULTIEQUAL_-1207379582', u'STORE_-1207381685'), (u'INT_MULT_-1207381481', u'PTRADD_-1207381447'), ('tmp_12960', u'PTRADD_-1207378050'), ('const-433', u'STORE_-1207381685'), (u'INT_AND_-1207381369', u'MULTIEQUAL_-1207378974'), ('const-433', u'LOAD_-1207384112'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379573'), (u'MULTIEQUAL_-1207378694', u'INT_ADD_-1207381471'), (u'MULTIEQUAL_-1207378534', u'MULTIEQUAL_-1207378694'), ('const-2200992', u'PTRSUB_-1207378359'), (u'CALL_-1207382736', u'INT_EQUAL_-1207382722'), (u'CAST_-1207378327', u'INT_SLESS_-1207382157'), ('const-1', u'PTRADD_-1207383962'), ('const-0', u'PTRSUB_-1207377796'), (u'SUBPIECE_-1207378552', u'INT_ADD_-1207383436'), (u'INT_NOTEQUAL_-1207382482', u'CBRANCH_-1207382479'), (u'INT_SRIGHT_-1207382153', u'INT_ADD_-1207381977'), (u'CALL_-1207383666', u'INT_NOTEQUAL_-1207383651'), (u'INT_ADD_-1207382067', u'CAST_-1207378277'), (u'PTRADD_-1207383349', u'MULTIEQUAL_-1207379582'), (u'INT_LESSEQUAL_-1207383915', u'CBRANCH_-1207383913'), ('tmp_2253', u'CBRANCH_-1207382479'), ('const-1', u'PTRADD_-1207381921'), ('const-8', u'PTRADD_-1207378050'), (u'PTRADD_-1207381663', u'STORE_-1207381723'), (u'INT_MULT_-1207381940', u'PTRADD_-1207381906'), (u'CAST_-1207378900', u'INT_LESSEQUAL_-1207383915'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379786'), (u'INT_MULT_-1207382085', u'PTRADD_-1207382051'), (u'CAST_-1207377741', u'INT_RIGHT_-1207381418'), ('const-32', u'INT_ADD_-1207383329'), (u'CALL_-1207383479', u'STORE_-1207383418'), (u'SUBPIECE_-1207378553', u'INT_SUB_-1207382707'), ('const-1', u'PTRADD_-1207378000'), ('const-4', u'PTRADD_-1207378567'), ('const-433', u'STORE_-1207381831'), (u'INT_ADD_-1207382134', u'INT_AND_-1207382076'), ('const-40', u'INT_ADD_-1207381471'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207382406'), ('const-0', u'SUBPIECE_-1207378555'), (u'MULTIEQUAL_-1207378694', u'SUBPIECE_-1207379773'), ('const-64', u'INT_SUB_-1207382471'), ('const-1', u'PTRADD_-1207383835'), (u'MULTIEQUAL_-1207378974', u'INT_NOTEQUAL_-1207383321'), (u'PTRADD_-1207381616', u'MULTIEQUAL_-1207379550'), (u'MULTIEQUAL_-1207379600', u'LOAD_-1207383295'), ('const-1', u'PTRADD_-1207383769'), ('const-1', u'PTRADD_-1207382101'), ('const-101', u'COPY_-1207378001'), (u'INT_LESS_-1207384071', u'CBRANCH_-1207384068'), (u'INT_ADD_-1207382545', u'INT_AND_-1207382484'), ('const-8', u'PTRADD_-1207378018'), (u'PTRADD_-1207382101', u'MULTIEQUAL_-1207379717'), ('const-65534', u'INT_NOTEQUAL_-1207382040'), ('const-1009', u'COPY_-1207379122'), ('const-4294967292', u'INT_ADD_-1207379326'), ('const-49', u'INT_LESS_-1207382555'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381647'), ('tmp_12960', u'PTRADD_-1207377973'), ('tmp_4844', u'CBRANCH_-1207382107'), (u'PTRADD_-1207377973', u'CAST_-1207377912'), ('const-65536', u'INT_SLESS_-1207382262'), (u'INT_ZEXT_-1207379664', u'INT_XOR_-1207381474'), (u'INT_EQUAL_-1207382537', u'CBRANCH_-1207382534'), (u'INT_EQUAL_-1207381455', u'CBRANCH_-1207381452'), (u'INT_ZEXT_-1207383845', u'MULTIEQUAL_-1207379460'), ('const-0', u'RETURN_-1207381198'), (u'MULTIEQUAL_-1207379460', u'INT_MULT_-1207382085'), (u'INT_ZEXT_-1207380638', u'INT_AND_-1207382152'), (u'MULTIEQUAL_-1207379582', u'MULTIEQUAL_-1207379550'), ('const-0', u'RETURN_-1207382550'), ('tmp_427', u'CBRANCH_-1207383836'), (u'CAST_-1207377758', u'INT_ZEXT_-1207379527'), ('const-127', u'INT_SLESS_-1207383370'), ('const-40', u'INT_LESS_-1207381467'), (u'INT_LESS_-1207383344', u'CBRANCH_-1207383352'), (u'MULTIEQUAL_-1207379846', u'MULTIEQUAL_-1207379896'), ('const-433', u'STORE_-1207381707'), (u'INT_LESS_-1207383603', u'CBRANCH_-1207383612'), ('const-128', u'INT_ADD_-1207381828'), ('const-0', u'INT_NOTEQUAL_-1207383321'), ('const-6', u'INT_SRIGHT_-1207381779'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381948'), ('const-433', u'LOAD_-1207383216'), ('const-63', u'INT_AND_-1207381732'), ('tmp_12960', u'PTRADD_-1207378469'), ('tmp_1725', u'CBRANCH_-1207382778'), (u'INDIRECT_-1207380028', u'CALL_-1207383479'), ('const-433', u'LOAD_-1207382510'), (u'INT_SRIGHT_-1207381794', u'SUBPIECE_-1207378096'), ('const-433', u'LOAD_-1207384125'), ('const-5', u'PTRADD_-1207378572'), (u'LOAD_-1207382510', u'MULTIEQUAL_-1207378622'), ('const-433', u'STORE_-1207382455'), ('tmp_376', u'CBRANCH_-1207383872'), ('const-4', u'INT_MULT_-1207381481'), ('const-433', u'LOAD_-1207383905'), (u'MULTIEQUAL_-1207378694', u'INT_ADD_-1207383329'), (u'PTRADD_-1207378649', u'LOAD_-1207383607'), (u'LOAD_-1207384112', u'CALL_-1207383236'), (u'PTRADD_-1207378018', u'LOAD_-1207382726'), (u'PTRADD_-1207382512', u'MULTIEQUAL_-1207379466'), ('const-433', u'LOAD_-1207382820'), (u'PTRADD_-1207377987', u'LOAD_-1207382658'), (u'COPY_-1207378496', u'MULTIEQUAL_-1207379600'), (u'CALL_-1207382612', u'INT_NOTEQUAL_-1207382597'), (u'CAST_-1207377970', u'STORE_-1207382755'), (u'PTRADD_-1207378572', u'LOAD_-1207383454'), (u'INT_SLESS_-1207381960', u'CBRANCH_-1207381967'), ('tmp_329', u'CBRANCH_-1207383913'), (u'CAST_-1207378900', u'INT_LESSEQUAL_-1207383301'), (u'INT_NOTEQUAL_-1207382780', u'CBRANCH_-1207382778'), (u'INT_XOR_-1207381474', u'INT_AND_-1207381441'), (u'MULTIEQUAL_-1207378694', u'CAST_-1207378278'), (u'INT_RIGHT_-1207381418', u'INT_ZEXT_-1207379468'), (u'SUBPIECE_-1207378751', u'INT_AND_-1207382552'), ('const-65533', u'CALL_-1207382736'), (u'MULTIEQUAL_-1207378694', u'INT_SUB_-1207381480'), (u'INT_SUB_-1207382669', u'STORE_-1207382674'), (u'INT_NOTEQUAL_-1207382447', u'CBRANCH_-1207382444'), (u'INT_SUB_-1207382574', u'INT_LESS_-1207382555'), (u'COPY_-1207381452', u'RETURN_-1207381401'), ('tmp_297', u'CBRANCH_-1207383934'), ('const-1', u'INT_ADD_-1207381977'), ('const-8', u'PTRADD_-1207377980'), ('const-12', u'INT_SRIGHT_-1207381794'), ('const-8', u'PTRADD_-1207378567'), (u'CALL_-1207383522', u'INDIRECT_-1207380028'), ('const-192', u'INT_LESS_-1207383863'), (u'MULTIEQUAL_-1207378433', u'CAST_-1207377831'), (u'PTRADD_-1207378469', u'LOAD_-1207383216'), ('tmp_3707', u'BRANCH_-1207382224'), (u'PTRADD_-1207383799', u'LOAD_-1207383861'), ('const-101', u'COPY_-1207381452'), (u'COPY_-1207377664', u'MULTIEQUAL_-1207379550'), (u'PTRSUB_-1207378359', u'PTRADD_-1207382051'), ('const-433', u'STORE_-1207382644'), (u'INT_AND_-1207382076', u'INT_NOTEQUAL_-1207382074'), (u'COPY_-1207379122', u'MULTIEQUAL_-1207379004'), (u'COPY_-1207377946', u'MULTIEQUAL_-1207378433'), (u'INT_ADD_-1207382545', u'MULTIEQUAL_-1207378228'), (u'MULTIEQUAL_-1207378622', u'INT_ZEXT_-1207380067'), (u'INT_SRIGHT_-1207382153', u'INT_SEXT_-1207381972'), (u'INT_SEXT_-1207383474', u'CALL_-1207383479'), ('const-1', u'PTRADD_-1207378965'), (u'MULTIEQUAL_-1207378694', u'MULTIEQUAL_-1207378775'), ('const-433', u'STORE_-1207381734'), (u'CAST_-1207378917', u'LOAD_-1207384125'), ('tmp_1074', u'CBRANCH_-1207383320'), (u'CAST_-1207378284', u'INT_ZEXT_-1207380059'), ('tmp_726', u'CBRANCH_-1207383529'), (u'MULTIEQUAL_-1207378775', u'SUBPIECE_-1207378751'), (u'INT_ZEXT_-1207383845', u'MULTIEQUAL_-1207379577'), (u'INT_SEXT_-1207381972', u'MULTIEQUAL_-1207379502'), (u'SUBPIECE_-1207378608', u'COPY_-1207378087'), (u'INT_SUB_-1207379561', u'INT_ZEXT_-1207380661'), (u'PTRADD_-1207383225', u'MULTIEQUAL_-1207379466'), (u'MULTIEQUAL_-1207378452', u'INT_ADD_-1207381989'), ('const-433', u'LOAD_-1207381509'), (u'INT_SLESS_-1207383370', u'CBRANCH_-1207383377'), ('const-18', u'INT_SRIGHT_-1207381942'), (u'MULTIEQUAL_-1207378253', u'CALL_-1207381443'), ('tmp_4244', u'CBRANCH_-1207381375'), ('const-1', u'INT_SRIGHT_-1207381955'), ('tmp_4021', u'BRANCH_-1207381440'), ('const-1', u'PTRADD_-1207383769'), ('const-1', u'PTRADD_-1207381616'), ('tmp_4401', u'CBRANCH_-1207381462'), (u'MULTIEQUAL_-1207378433', u'CAST_-1207377812'), (u'MULTIEQUAL_-1207379460', u'INT_MULT_-1207381481'), ('const-433', u'LOAD_-1207382688'), ('const-4', u'PTRADD_-1207381921'), (u'CAST_-1207378603', u'COPY_-1207378667'), (u'MULTIEQUAL_-1207379477', u'MULTIEQUAL_-1207379502'), (u'CAST_-1207377728', u'LOAD_-1207381414'), (u'LOAD_-1207383295', u'INT_LESS_-1207383252'), (u'INT_AND_-1207378865', u'INT_EQUAL_-1207382056'), (u'COPY_-1207378666', u'MULTIEQUAL_-1207379600'), ('const-0', u'SUBPIECE_-1207377888'), (u'MULTIEQUAL_-1207379211', u'INT_ZEXT_-1207380638'), (u'CAST_-1207378278', u'INT_SLESS_-1207382050'), (u'INT_ZEXT_-1207379281', u'MULTIEQUAL_-1207378177'), (u'CAST_-1207377812', u'INT_SRIGHT_-1207381779'), ('const-2', u'PTRADD_-1207382406'), (u'LOAD_-1207383905', u'INT_ZEXT_-1207383889'), (u'MULTIEQUAL_-1207379466', u'MULTIEQUAL_-1207379821'), (u'INT_ZEXT_-1207380661', u'PTRADD_-1207383799'), (u'CAST_-1207378768', u'INT_ZEXT_-1207383845'), ('const-0', u'SUBPIECE_-1207378550'), (u'LOAD_-1207383831', u'INT_AND_-1207378898'), (u'PTRADD_-1207381948', u'COPY_-1207377766'), (u'INT_SEXT_-1207381972', u'MULTIEQUAL_-1207379460'), ('const-0', u'SUBPIECE_-1207378096'), (u'COPY_-1207378533', u'MULTIEQUAL_-1207378431'), (u'INT_SLESS_-1207382124', u'CBRANCH_-1207382131'), ('tmp_574', u'CBRANCH_-1207383651'), (u'INT_AND_-1207381732', u'INT_ADD_-1207381720'), ('tmp_3576', u'BRANCH_-1207381717'), ('tmp_12960', u'PTRADD_-1207378000'), (u'INT_ADD_-1207381753', u'STORE_-1207381743'), ('tmp_975', u'CBRANCH_-1207383377'), ('tmp_1804', u'CBRANCH_-1207382721'), (u'MULTIEQUAL_-1207379821', u'COPY_-1207378496'), ('const-0', u'SUBPIECE_-1207378553'), (u'PTRSUB_-1207377796', u'PTRADD_-1207381352'), (u'MULTIEQUAL_-1207379466', u'MULTIEQUAL_-1207378472'), (u'CAST_-1207378905', u'MULTIEQUAL_-1207380181'), (u'INT_AND_-1207378867', u'INT_NOTEQUAL_-1207382780'), ('const-1', u'PTRADD_-1207381674'), ('const-1', u'PTRADD_-1207381906'), ('const-2', u'PTRADD_-1207381647'), ('const-1', u'PTRADD_-1207382415'), ('const-64', u'INT_ADD_-1207379298'), (u'PTRSUB_-1207378395', u'PTRADD_-1207381906'), ('const-0', u'COPY_-1207382604'), ('const-0', u'SUBPIECE_-1207378351'), ('const-1', u'PTRADD_-1207383799'), (u'COPY_-1207378549', u'MULTIEQUAL_-1207378601'), ('tmp_618', u'CBRANCH_-1207383612'), (u'INT_EQUAL_-1207382127', u'CBRANCH_-1207382124'), (u'MULTIEQUAL_-1207378431', u'MULTIEQUAL_-1207378452'), (u'MULTIEQUAL_-1207378775', u'CAST_-1207377603'), (u'INT_AND_-1207382552', u'INT_ADD_-1207382509'), ('const-433', u'LOAD_-1207381968'), ('const-7', u'INT_AND_-1207381908'), ('const-0', u'INT_SLESS_-1207382157'), (u'COPY_-1207378883', u'MULTIEQUAL_-1207380134'), (u'MULTIEQUAL_-1207379797', u'CALL_-1207383479'), ('const-8', u'PTRADD_-1207378649'), ('tmp_2380', u'CBRANCH_-1207382470'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381674'), ('tmp_5041', u'CBRANCH_-1207382053'), (u'COPY_-1207378883', u'PTRADD_-1207383835'), (u'INT_AND_-1207378898', u'INT_NOTEQUAL_-1207383792'), (u'COPY_-1207379456', u'MULTIEQUAL_-1207379382'), (u'LOAD_-1207384040', u'INT_LESS_-1207383960'), ('const-128', u'INT_ADD_-1207381753'), (u'LOAD_-1207384112', u'INT_ADD_-1207382088'), (u'INT_SRIGHT_-1207382153', u'INT_ADD_-1207379031'), (u'LOAD_-1207384112', u'CALL_-1207382612'), ('const-433', u'LOAD_-1207382726'), (u'MULTIEQUAL_-1207379896', u'MULTIEQUAL_-1207379699'), (u'INT_ADD_-1207378554', u'STORE_-1207382626'), (u'MULTIEQUAL_-1207378974', u'SUBPIECE_-1207379675'), ('const-4294967294', u'INT_AND_-1207382447'), (u'LOAD_-1207382820', u'INT_AND_-1207378867'), ('const-1', u'PTRADD_-1207381447'), (u'COPY_-1207382260', u'MULTIEQUAL_-1207379477'), ('const-192', u'INT_AND_-1207378251'), (u'PTRADD_-1207381352', u'CAST_-1207377728'), (u'LOAD_-1207383295', u'INT_ZEXT_-1207378917'), ('const-1', u'PTRADD_-1207382406'), ('const-433', u'STORE_-1207382017'), (u'INT_NOTEQUAL_-1207383321', u'CBRANCH_-1207383320'), (u'MULTIEQUAL_-1207378177', u'CALL_-1207382612'), ('tmp_2998', u'BRANCH_-1207381701'), (u'PTRADD_-1207381683', u'STORE_-1207381743'), (u'INT_ZEXT_-1207383889', u'MULTIEQUAL_-1207379522'), (u'MULTIEQUAL_-1207378694', u'CAST_-1207378502'), ('const-0', u'SUBPIECE_-1207378583'), (u'MULTIEQUAL_-1207379656', u'MULTIEQUAL_-1207379582'), (u'INT_EQUAL_-1207383936', u'CBRANCH_-1207383934'), (u'CAST_-1207378502', u'INT_SLESS_-1207383370'), ('tmp_811', u'CBRANCH_-1207383463'), (u'MULTIEQUAL_-1207379582', u'PTRADD_-1207381663'), (u'MULTIEQUAL_-1207378472', u'MULTIEQUAL_-1207379410'), ('const-0', u'SUBPIECE_-1207378613'), (u'SUBPIECE_-1207377969', u'STORE_-1207382621'), (u'CAST_-1207378238', u'INT_SLESS_-1207382488'), (u'INT_ADD_-1207383436', u'STORE_-1207383451'), (u'LOAD_-1207382095', u'CAST_-1207378284'), (u'SUBPIECE_-1207378935', u'INT_SEXT_-1207384101'), (u'INT_SLESS_-1207382050', u'CBRANCH_-1207382057'), ('const-1', u'INT_SRIGHT_-1207382153'), ('tmp_497', u'CBRANCH_-1207383791'), ('const-1', u'PTRADD_-1207381771'), ('const-1', u'PTRADD_-1207381948'), (u'CALL_-1207383236', u'MULTIEQUAL_-1207378469'), (u'CAST_-1207378250', u'INT_SRIGHT_-1207382535'), ('const-433', u'LOAD_-1207383861'), ('const-64', u'INT_MULT_-1207382188'), (u'COPY_-1207378891', u'MULTIEQUAL_-1207379876'), ('const-0', u'INT_EQUAL_-1207382722'), (u'PTRADD_-1207382512', u'INT_EQUAL_-1207382537'), ('const-66560', u'INT_SUB_-1207381480'), ('const-0', u'SUBPIECE_-1207379773'), ('const-1', u'PTRADD_-1207382783'), (u'MULTIEQUAL_-1207379460', u'INT_MULT_-1207382188'), ('tmp_3813', u'CBRANCH_-1207382131'), ('const-2200832', u'PTRSUB_-1207377796'), (u'MULTIEQUAL_-1207378469', u'INT_EQUAL_-1207383222'), (u'INT_ADD_-1207379298', u'INT_SEXT_-1207383474'), (u'INT_MULT_-1207382600', u'INT_ADD_-1207382545'), (u'CALL_-1207383479', u'INT_EQUAL_-1207383465'), ('tmp_3772', u'CBRANCH_-1207382155'), ('const-8', u'PTRADD_-1207378956'), ('tmp_4120', u'CBRANCH_-1207381452'), ('const-1', u'PTRADD_-1207381683'), ('const-8', u'PTRADD_-1207377987'), ('const-8', u'PTRADD_-1207378469'), (u'SUBPIECE_-1207378583', u'INT_SUB_-1207382766'), ('const-433', u'LOAD_-1207383583'), (u'INT_ADD_-1207379326', u'INT_SEXT_-1207383533'), (u'INT_ADD_-1207384089', u'CAST_-1207378905'), (u'INT_SUB_-1207381480', u'INT_LESS_-1207381467'), ('const-65534', u'INT_NOTEQUAL_-1207382447'), (u'LOAD_-1207383295', u'CALL_-1207383236'), (u'PTRADD_-1207382758', u'LOAD_-1207382820'), (u'LOAD_-1207384112', u'CALL_-1207383666'), (u'LOAD_-1207382104', u'INT_EQUAL_-1207381458'), ('const-64', u'INT_ADD_-1207383436'), (u'INT_ADD_-1207384109', u'CAST_-1207378917'), (u'MULTIEQUAL_-1207378433', u'SUBPIECE_-1207378314'), (u'INT_ADD_-1207381977', u'MULTIEQUAL_-1207379041'), ('const-1', u'PTRADD_-1207382512'), (u'INT_SUB_-1207381902', u'STORE_-1207381906'), ('const-8', u'PTRADD_-1207378633'), (u'INT_SUB_-1207382471', u'STORE_-1207382455'), ('const-1', u'PTRADD_-1207382512'), (u'MULTIEQUAL_-1207378431', u'INT_SLESS_-1207381960'), ('const-1', u'PTRADD_-1207383835'), (u'INT_EQUAL_-1207381458', u'CALL_-1207381443'), ('const-0', u'RETURN_-1207377976'), (u'INT_NOTEQUAL_-1207382597', u'CBRANCH_-1207382596'), ('const-2200995', u'PTRSUB_-1207378349'), ('const-4', u'PTRADD_-1207378045'), (u'LOAD_-1207383454', u'SUBPIECE_-1207378552'), (u'MULTIEQUAL_-1207378775', u'CAST_-1207377591'), ('tmp_12960', u'PTRADD_-1207377980'), (u'INT_SLESS_-1207382157', u'CBRANCH_-1207382155'), (u'INT_SLESS_-1207382262', u'CBRANCH_-1207382269'), (u'INT_EQUAL_-1207383222', u'CBRANCH_-1207383221'), ('const-433', u'STORE_-1207382755'), ('tmp_1106', u'CBRANCH_-1207383299'), ('const-433', u'LOAD_-1207382772'), ('const-433', u'STORE_-1207382475'), (u'INT_AND_-1207382040', u'INT_NOTEQUAL_-1207382040'), ('const-0', u'INT_EQUAL_-1207381455'), ('tmp_3951', u'CBRANCH_-1207382038'), (u'PTRSUB_-1207377830', u'PTRADD_-1207381447'), (u'MULTIEQUAL_-1207379656', u'CAST_-1207378577'), ('const-1', u'INT_AND_-1207381455'), ('const-127', u'INT_SLESS_-1207382016'), ('const-2229856', u'PTRSUB_-1207378261'), ('tmp_1855', u'CBRANCH_-1207382596'), (u'MULTIEQUAL_-1207379600', u'INT_LESSEQUAL_-1207383301'), (u'MULTIEQUAL_-1207379582', u'COPY_-1207378567'), ('const-4294965248', u'INT_AND_-1207382076'), ('const-1', u'PTRADD_-1207382415'), (u'SUBPIECE_-1207378096', u'INT_ADD_-1207381731'), (u'PTRADD_-1207383835', u'MULTIEQUAL_-1207379846'), ('const-433', u'LOAD_-1207382641')]
null
null
0017c790
x64
O2
(translation_unit "undefined8\nFUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}\n\n" (function_definition "undefined8\nFUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" type_identifier (function_declarator "FUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" identifier (parameter_list "(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) ))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "ushort uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "char *pcVar17;" primitive_type (pointer_declarator "*pcVar17" * identifier) ;) (expression_statement "lVar4 = *param_1;" (assignment_expression "lVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));" (assignment_expression "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" identifier = (cast_expression "(byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" ( (binary_expression "param_1[1] + (long)*(int *)((long)param_1 + 0x14)" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (cast_expression "(long)*(int *)((long)param_1 + 0x14)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))))) )))) ;) (expression_statement "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);" (assignment_expression "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2])" identifier = (cast_expression "(byte *)(param_1[1] + (long)(int)param_1[2])" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + (long)(int)param_1[2])" ( (binary_expression "param_1[1] + (long)(int)param_1[2]" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (cast_expression "(long)(int)param_1[2]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])))) )))) ;) (if_statement "if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" if (parenthesized_expression "(pbVar12 < pbVar1)" ( (binary_expression "pbVar12 < pbVar1" identifier < identifier) )) (compound_statement "{\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" { (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" identifier = (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" identifier = (binary_expression "pbVar12 + 1" identifier + number_literal)) ;) (if_statement "if (0xbf < *pbVar12) goto LAB_0017c82e;" if (parenthesized_expression "(0xbf < *pbVar12)" ( (binary_expression "0xbf < *pbVar12" number_literal < (pointer_expression "*pbVar12" * identifier)) )) (goto_statement "goto LAB_0017c82e;" goto statement_identifier ;)) (labeled_statement "LAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);" statement_identifier : (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" identifier = (call_expression "FUN_00143310(lVar4,uVar10)" identifier (argument_list "(lVar4,uVar10)" ( identifier , identifier )))) ;)) (if_statement "if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" { (while_statement "while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" { (expression_statement "pbVar12 = pbVar16;" (assignment_expression "pbVar12 = pbVar16" identifier = identifier) ;) (if_statement "if (pbVar1 <= pbVar12) {\n return 0x65;\n }" if (parenthesized_expression "(pbVar1 <= pbVar12)" ( (binary_expression "pbVar1 <= pbVar12" identifier <= identifier) )) (compound_statement "{\n return 0x65;\n }" { (return_statement "return 0x65;" return number_literal ;) })) (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" identifier = (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" identifier = (binary_expression "pbVar12 + 1" identifier + number_literal)) ;) (if_statement "if (uVar10 < 0xc0) break;" if (parenthesized_expression "(uVar10 < 0xc0)" ( (binary_expression "uVar10 < 0xc0" identifier < number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" statement_identifier : (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" identifier = (subscript_expression "(uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "uVar10 - 0xc0" identifier - number_literal) ])) ;)) (if_statement "if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" if (parenthesized_expression "((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar16)" ( (binary_expression "pbVar1 == pbVar16" identifier == identifier) )) || (parenthesized_expression "(bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" ( (comma_expression "bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80" (assignment_expression "bVar2 = pbVar12[1]" identifier = (subscript_expression "pbVar12[1]" identifier [ number_literal ])) , (binary_expression "(bVar2 & 0xc0) != 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < uVar10) break;\n }" { (if_statement "if (0x7f < uVar10) break;" if (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" else (compound_statement "{\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" { (do_statement "do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n }" { (expression_statement "pbVar16 = pbVar16 + 1;" (assignment_expression "pbVar16 = pbVar16 + 1" identifier = (binary_expression "pbVar16 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f)" identifier = (binary_expression "uVar10 * 0x40 + (bVar2 & 0x3f)" (binary_expression "uVar10 * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar16) break;" if (parenthesized_expression "(pbVar1 == pbVar16)" ( (binary_expression "pbVar1 == pbVar16" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" identifier = (pointer_expression "*pbVar16" * identifier)) ;) }) while (parenthesized_expression "((bVar2 & 0xc0) == 0x80)" ( (binary_expression "(bVar2 & 0xc0) == 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;" if (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) && (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" ( (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" ( (binary_expression "uVar10 & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" ( (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" ( (binary_expression "uVar10 & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) }))) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" identifier = number_literal) ;) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" identifier = (call_expression "FUN_00143310(lVar4,0xfffd)" identifier (argument_list "(lVar4,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar6 != 0) goto LAB_0017c8c2;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c8c2;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0017c800;" goto statement_identifier ;) })) (labeled_statement "LAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" statement_identifier : (if_statement "if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" if (parenthesized_expression "(pbVar12 < pbVar1)" ( (binary_expression "pbVar12 < pbVar1" identifier < identifier) )) (compound_statement "{\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" { (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" identifier = (cast_expression "(char *)param_1[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (expression_statement "pcVar17 = pcVar15;" (assignment_expression "pcVar17 = pcVar15" identifier = identifier) ;) (labeled_statement "LAB_0017c8e7:\n lVar7 = param_1[5];" statement_identifier : (expression_statement "lVar7 = param_1[5];" (assignment_expression "lVar7 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;)) (if_statement "if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" if (parenthesized_expression "((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15)" ( (binary_expression "(long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15" (cast_expression "(long)((int)lVar7 + -4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar7 + -4)" ( (binary_expression "(int)lVar7 + -4" (cast_expression "(int)lVar7" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) <= (binary_expression "(long)pcVar17 - (long)pcVar15" (cast_expression "(long)pcVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" { (expression_statement "iVar6 = FUN_0014f200();" (assignment_expression "iVar6 = FUN_0014f200()" identifier = (call_expression "FUN_0014f200()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }" if (parenthesized_expression "((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0))" ( (binary_expression "(iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) || (parenthesized_expression "(iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" ( (comma_expression "iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "iVar6 = (int)lVar7 + 0x40" identifier = (binary_expression "(int)lVar7 + 0x40" (cast_expression "(int)lVar7" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) , (comma_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" identifier = (call_expression "FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" identifier (argument_list "(pcVar15,(long)iVar6,extraout_RDX,iVar6)" ( identifier , (cast_expression "(long)iVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , identifier , identifier )))) , (binary_expression "lVar7 == 0" identifier == number_literal))) ))) )) (compound_statement "{\n return 7;\n }" { (return_statement "return 7;" return number_literal ;) })) (expression_statement "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40;" (assignment_expression "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40" (pointer_expression "*(int *)(param_1 + 5)" * (cast_expression "(int *)(param_1 + 5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 5)" ( (binary_expression "param_1 + 5" identifier + number_literal) )))) = (binary_expression "(int)param_1[5] + 0x40" (cast_expression "(int)param_1[5]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) + number_literal)) ;) (expression_statement "lVar5 = param_1[4];" (assignment_expression "lVar5 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = lVar7;" (assignment_expression "param_1[4] = lVar7" (subscript_expression "param_1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pcVar17 = pcVar17 + (lVar7 - lVar5);" (assignment_expression "pcVar17 = pcVar17 + (lVar7 - lVar5)" identifier = (binary_expression "pcVar17 + (lVar7 - lVar5)" identifier + (parenthesized_expression "(lVar7 - lVar5)" ( (binary_expression "lVar7 - lVar5" identifier - identifier) )))) ;) })) (if_statement "if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" if (parenthesized_expression "(0x7f < (int)uVar10)" ( (binary_expression "0x7f < (int)uVar10" number_literal < (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" { (if_statement "if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" if (parenthesized_expression "((int)uVar10 < 0x10000)" ( (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" { (expression_statement "uVar13 = 0x3f1;" (assignment_expression "uVar13 = 0x3f1" identifier = number_literal) ;) (expression_statement "lVar7 = -1;" (assignment_expression "lVar7 = -1" identifier = number_literal) ;) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = 0xa2;" (assignment_expression "iVar6 = 0xa2" identifier = number_literal) ;) (expression_statement "iVar9 = 0xa2;" (assignment_expression "iVar9 = 0xa2" identifier = number_literal) ;) (do_statement "do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );" do (compound_statement "{\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n }" { (expression_statement "iVar9 = iVar9 >> 1;" (assignment_expression "iVar9 = iVar9 >> 1" identifier = (binary_expression "iVar9 >> 1" identifier >> number_literal)) ;) (if_statement "if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" if (parenthesized_expression "((int)(uVar10 - uVar13) < 0)" ( (binary_expression "(int)(uVar10 - uVar13) < 0" (cast_expression "(int)(uVar10 - uVar13)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 - uVar13)" ( (binary_expression "uVar10 - uVar13" identifier - identifier) ))) < number_literal) )) (compound_statement "{\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" { (expression_statement "iVar6 = iVar9 + -1;" (assignment_expression "iVar6 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar6 < iVar14)" ( (binary_expression "iVar6 < iVar14" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" else (compound_statement "{\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" { (expression_statement "iVar14 = iVar9 + 1;" (assignment_expression "iVar14 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) (expression_statement "lVar7 = (long)iVar9;" (assignment_expression "lVar7 = (long)iVar9" identifier = (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar6 < iVar14)" ( (binary_expression "iVar6 < iVar14" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }))) (expression_statement "iVar9 = iVar6 + iVar14;" (assignment_expression "iVar9 = iVar6 + iVar14" identifier = (binary_expression "iVar6 + iVar14" identifier + identifier)) ;) (expression_statement "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);" (assignment_expression "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" identifier = (pointer_expression "*(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" * (cast_expression "(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" ( (binary_expression "&DAT_002195a0 + (long)(iVar9 >> 1) * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "(long)(iVar9 >> 1) * 4" (cast_expression "(long)(iVar9 >> 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar9 >> 1)" ( (binary_expression "iVar9 >> 1" identifier >> number_literal) ))) * number_literal)) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }" if (parenthesized_expression "(uVar10 - 0x10400 < 0x28)" ( (binary_expression "uVar10 - 0x10400 < 0x28" (binary_expression "uVar10 - 0x10400" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar10 = uVar10 + 0x28;\n }" { (expression_statement "uVar10 = uVar10 + 0x28;" (assignment_expression "uVar10 = uVar10 + 0x28" identifier = (binary_expression "uVar10 + 0x28" identifier + number_literal)) ;) })) (goto_statement "goto LAB_0017cbb1;" goto statement_identifier ;) })) (if_statement "if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" if (parenthesized_expression "(uVar10 - 0x41 < 0x1a)" ( (binary_expression "uVar10 - 0x41 < 0x1a" (binary_expression "uVar10 - 0x41" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" { (expression_statement "uVar10 = uVar10 + 0x20;" (assignment_expression "uVar10 = uVar10 + 0x20" identifier = (binary_expression "uVar10 + 0x20" identifier + number_literal)) ;) (goto_statement "goto LAB_0017c94b;" goto statement_identifier ;) })) (if_statement "if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" if (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" { (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" * identifier) = (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" identifier = (binary_expression "pcVar17 + 1" identifier + number_literal)) ;) })) (goto_statement "goto LAB_0017c953;" goto statement_identifier ;) }))) })) (return_statement "return 0x65;" return number_literal ;) (labeled_statement "LAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);" statement_identifier : (expression_statement "iVar6 = *(int *)(lVar4 + 8);" (assignment_expression "iVar6 = *(int *)(lVar4 + 8)" identifier = (pointer_expression "*(int *)(lVar4 + 8)" * (cast_expression "(int *)(lVar4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) ))))) ;)) (if_statement "if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" if (parenthesized_expression "(((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0))" ( (binary_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" (parenthesized_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))" ( (binary_expression "(int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" ( (binary_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (subscript_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4]" (call_expression "(uint)(byte)(&UNK_002195a3)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&UNK_002195a3)" ( (pointer_expression "&UNK_002195a3" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) + (binary_expression "(uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" ( (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "lVar7 * 4" identifier * number_literal)) ))))) )))) )) && (parenthesized_expression "(((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" ( (binary_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0" (parenthesized_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))" ( (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&UNK_002195a2)" ( (pointer_expression "&UNK_002195a2" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) & number_literal) & (parenthesized_expression "(*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" ( (binary_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10" (pointer_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4)" * (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" ( (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "lVar7 * 4" identifier * number_literal)) )))) ^ identifier) ))) )) == number_literal) ))) )) (compound_statement "{\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }" { (expression_statement "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;" (assignment_expression "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" identifier = (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10" (pointer_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" * (cast_expression "(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" ( (binary_expression "&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (pointer_expression "&DAT_00219500" & identifier) + (binary_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (call_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" ( (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] >> 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&UNK_002195a2)" ( (pointer_expression "&UNK_002195a2" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) >> number_literal) ))) * number_literal)) )))) + identifier) & number_literal)) ;) (if_statement "if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" { (labeled_statement "LAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" statement_identifier : (expression_statement "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" (assignment_expression "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2)" identifier = (call_expression "FUN_00130ca0(uVar10,iVar6 == 2)" identifier (argument_list "(uVar10,iVar6 == 2)" ( identifier , (binary_expression "iVar6 == 2" identifier == number_literal) )))) ;)) })) (labeled_statement "LAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" statement_identifier : (if_statement "if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" if (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" { (if_statement "if (0x7f < (int)uVar10) goto LAB_0017ca21;" if (parenthesized_expression "(0x7f < (int)uVar10)" ( (binary_expression "0x7f < (int)uVar10" number_literal < (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0017ca21;" goto statement_identifier ;)) (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" * identifier) = (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" identifier = (binary_expression "pcVar17 + 1" identifier + number_literal)) ;) }))) }) (else_clause "else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" else (compound_statement "{\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" { (if_statement "if (iVar6 != 0) goto LAB_0017cc47;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017cc47;" goto statement_identifier ;)) (labeled_statement "LAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" statement_identifier : (expression_statement "cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "cVar8 = ((byte)uVar10 & 0x3f) + 0x80" identifier = (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;)) (expression_statement "bVar2 = (byte)((int)uVar10 >> 6);" (assignment_expression "bVar2 = (byte)((int)uVar10 >> 6)" identifier = (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 6)" ( (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) (if_statement "if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" if (parenthesized_expression "((int)uVar10 < 0x800)" ( (binary_expression "(int)uVar10 < 0x800" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }" { (expression_statement "pcVar17[1] = cVar8;" (assignment_expression "pcVar17[1] = cVar8" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*pcVar17 = bVar2 - 0x40;" (assignment_expression "*pcVar17 = bVar2 - 0x40" (pointer_expression "*pcVar17" * identifier) = (binary_expression "bVar2 - 0x40" identifier - number_literal)) ;) (expression_statement "pcVar17 = pcVar17 + 2;" (assignment_expression "pcVar17 = pcVar17 + 2" identifier = (binary_expression "pcVar17 + 2" identifier + number_literal)) ;) }) (else_clause "else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" else (if_statement "if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" if (parenthesized_expression "((int)uVar10 < 0x10000)" ( (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }" { (expression_statement "pcVar17[1] = (bVar2 & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = (bVar2 & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = (binary_expression "(bVar2 & 0x3f) + 0x80" (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )) + number_literal)) ;) (expression_statement "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;" (assignment_expression "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20" (pointer_expression "*pcVar17" * identifier) = (binary_expression "(char)((int)uVar10 >> 0xc) + -0x20" (cast_expression "(char)((int)uVar10 >> 0xc)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((int)uVar10 >> 0xc)" ( (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + number_literal)) ;) (expression_statement "pcVar17[2] = cVar8;" (assignment_expression "pcVar17[2] = cVar8" (subscript_expression "pcVar17[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pcVar17 = pcVar17 + 3;" (assignment_expression "pcVar17 = pcVar17 + 3" identifier = (binary_expression "pcVar17 + 3" identifier + number_literal)) ;) }) (else_clause "else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" else (compound_statement "{\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" { (labeled_statement "LAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" statement_identifier : (expression_statement "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" (assignment_expression "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (pointer_expression "*pcVar17" * identifier) = (binary_expression "((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (parenthesized_expression "((byte)((int)uVar10 >> 0x12) & 7)" ( (binary_expression "(byte)((int)uVar10 >> 0x12) & 7" (call_expression "(byte)((int)uVar10 >> 0x12)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 0x12)" ( (binary_expression "(int)uVar10 >> 0x12" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) - number_literal)) ;)) (expression_statement "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = (binary_expression "((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 0xc) & 0x3f)" ( (binary_expression "(byte)((int)uVar10 >> 0xc) & 0x3f" (call_expression "(byte)((int)uVar10 >> 0xc)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 0xc)" ( (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80" (subscript_expression "pcVar17[3]" identifier [ number_literal ]) = (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;" (assignment_expression "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (subscript_expression "pcVar17[2]" identifier [ number_literal ]) = (binary_expression "((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 6) & 0x3f)" ( (binary_expression "(byte)((int)uVar10 >> 6) & 0x3f" (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 6)" ( (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17 = pcVar17 + 4;" (assignment_expression "pcVar17 = pcVar17 + 4" identifier = (binary_expression "pcVar17 + 4" identifier + number_literal)) ;) }))))) }))) (labeled_statement "LAB_0017c953:\n iVar6 = (int)pbVar16;" statement_identifier : (expression_statement "iVar6 = (int)pbVar16;" (assignment_expression "iVar6 = (int)pbVar16" identifier = (cast_expression "(int)pbVar16" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (pbVar1 <= pbVar16) goto LAB_0017cb28;" if (parenthesized_expression "(pbVar1 <= pbVar16)" ( (binary_expression "pbVar1 <= pbVar16" identifier <= identifier) )) (goto_statement "goto LAB_0017cb28;" goto statement_identifier ;)) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" identifier = (pointer_expression "*pbVar16" * identifier)) ;) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "pbVar11 = pbVar16 + 1;" (assignment_expression "pbVar11 = pbVar16 + 1" identifier = (binary_expression "pbVar16 + 1" identifier + number_literal)) ;) (if_statement "if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" if (parenthesized_expression "(bVar2 < 0xc0)" ( (binary_expression "bVar2 < 0xc0" identifier < number_literal) )) (compound_statement "{\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }" { (expression_statement "iVar6 = FUN_00143310(lVar4,bVar2);" (assignment_expression "iVar6 = FUN_00143310(lVar4,bVar2)" identifier = (call_expression "FUN_00143310(lVar4,bVar2)" identifier (argument_list "(lVar4,bVar2)" ( identifier , identifier )))) ;) (labeled_statement "joined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;" statement_identifier : (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;))) }) (else_clause "else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" else (compound_statement "{\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" { (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" identifier = (subscript_expression "(uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ])) ;) (if_statement "if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" if (parenthesized_expression "((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar11)" ( (binary_expression "pbVar1 == pbVar11" identifier == identifier) )) || (parenthesized_expression "(bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" ( (comma_expression "bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80" (assignment_expression "bVar3 = pbVar16[1]" identifier = (subscript_expression "pbVar16[1]" identifier [ number_literal ])) , (binary_expression "(bVar3 & 0xc0) != 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }" { (if_statement "if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;" if (parenthesized_expression "(0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0])" ( (binary_expression "0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]" number_literal < (subscript_expression "(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(byte)(&DAT_00220660)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ])) )) (goto_statement "goto LAB_0017caea;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" else (compound_statement "{\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" { (do_statement "do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f)" identifier = (binary_expression "uVar10 * 0x40 + (bVar3 & 0x3f)" (binary_expression "uVar10 * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar11) break;" if (parenthesized_expression "(pbVar1 == pbVar11)" ( (binary_expression "pbVar1 == pbVar11" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar3 = *pbVar11;" (assignment_expression "bVar3 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) }) while (parenthesized_expression "((bVar3 & 0xc0) == 0x80)" ( (binary_expression "(bVar3 & 0xc0) == 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" if (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) && (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" ( (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" ( (binary_expression "uVar10 & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" ( (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" ( (binary_expression "uVar10 & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" { (labeled_statement "LAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);" statement_identifier : (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" identifier = (call_expression "FUN_00143310(lVar4,uVar10)" identifier (argument_list "(lVar4,uVar10)" ( identifier , identifier )))) ;)) (if_statement "if (iVar6 != 0) goto LAB_0017c986;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c986;" goto statement_identifier ;)) (if_statement "if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" if (parenthesized_expression "(0x31 < uVar10 - 0x300)" ( (binary_expression "0x31 < uVar10 - 0x300" number_literal < (binary_expression "uVar10 - 0x300" identifier - number_literal)) )) (compound_statement "{\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" { (labeled_statement "LAB_0017cb20:\n iVar6 = (int)pbVar11;" statement_identifier : (expression_statement "iVar6 = (int)pbVar11;" (assignment_expression "iVar6 = (int)pbVar11" identifier = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (labeled_statement "LAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" statement_identifier : (expression_statement "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" (assignment_expression "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1]" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "iVar6 - (int)param_1[1]" identifier - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;)) (expression_statement "*param_2 = param_1[4];" (assignment_expression "*param_2 = param_1[4]" (pointer_expression "*param_2" * identifier) = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "*param_3 = (int)pcVar17 - (int)param_1[4];" (assignment_expression "*param_3 = (int)pcVar17 - (int)param_1[4]" (pointer_expression "*param_3" * identifier) = (binary_expression "(int)pcVar17 - (int)param_1[4]" (cast_expression "(int)pcVar17" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[4]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])))) ;) (expression_statement "*param_4 = (int)pbVar12 - (int)param_1[1];" (assignment_expression "*param_4 = (int)pbVar12 - (int)param_1[1]" (pointer_expression "*param_4" * identifier) = (binary_expression "(int)pbVar12 - (int)param_1[1]" (cast_expression "(int)pbVar12" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) (expression_statement "*param_5 = (int)pbVar16 - (int)param_1[1];" (assignment_expression "*param_5 = (int)pbVar16 - (int)param_1[1]" (pointer_expression "*param_5" * identifier) = (binary_expression "(int)pbVar16 - (int)param_1[1]" (cast_expression "(int)pbVar16" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) (expression_statement "lVar4 = param_1[3];" (assignment_expression "lVar4 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "*(int *)(param_1 + 3) = (int)lVar4 + 1;" (assignment_expression "*(int *)(param_1 + 3) = (int)lVar4 + 1" (pointer_expression "*(int *)(param_1 + 3)" * (cast_expression "(int *)(param_1 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = (binary_expression "(int)lVar4 + 1" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) (expression_statement "*param_6 = (int)lVar4;" (assignment_expression "*param_6 = (int)lVar4" (pointer_expression "*param_6" * identifier) = (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar6 = FUN_00143360(uVar10);" (assignment_expression "iVar6 = FUN_00143360(uVar10)" identifier = (call_expression "FUN_00143360(uVar10)" identifier (argument_list "(uVar10)" ( identifier )))) ;) (goto_statement "goto joined_r0x0017c980;" goto statement_identifier ;) })) }))) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" identifier = (call_expression "FUN_00143310(lVar4,0xfffd)" identifier (argument_list "(lVar4,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;)) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" identifier = number_literal) ;) }))) (labeled_statement "LAB_0017c986:\n pcVar15 = (char *)param_1[4];" statement_identifier : (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" identifier = (cast_expression "(char *)param_1[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;)) (expression_statement "pbVar16 = pbVar11;" (assignment_expression "pbVar16 = pbVar11" identifier = identifier) ;) (goto_statement "goto LAB_0017c8e7;" goto statement_identifier ;) })))
(translation_unit "int unicodeNext(sqlite3_tokenizer_cursor *pC,char **paToken,int *pnToken,int *piStart,int *piEnd,\n int *piPos)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n unicode_tokenizer *p;\n sqlite3_tokenizer *psVar4;\n int iVar5;\n int iVar6;\n sqlite3_tokenizer *psVar7;\n char cVar8;\n uint iCode;\n byte *pbVar9;\n byte *pbVar10;\n ushort uVar11;\n int iVar12;\n unicode_cursor *pCsr;\n long lVar13;\n byte *pbVar14;\n sqlite3_tokenizer *psVar15;\n \n p = (unicode_tokenizer *)pC->pTokenizer;\n pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4));\n pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer);\n if (pbVar10 < pbVar1) {\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (0xbf < *pbVar10) goto LAB_0017c82e;\nLAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar5 = p->eRemoveDiacritic;\n if (((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)) {\n iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;\n if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }\nLAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }\nLAB_0017c953:\n iVar5 = (int)pbVar14;\n if (pbVar1 <= pbVar14) goto LAB_0017cb28;\n bVar2 = *pbVar14;\n iCode = (uint)bVar2;\n pbVar9 = pbVar14 + 1;\n if (bVar2 < 0xc0) {\n iVar5 = unicodeIsAlnum(p,(uint)bVar2);\njoined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;\n }\n else {\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }\nLAB_0017c986:\n psVar7 = pC[4].pTokenizer;\n pbVar14 = pbVar9;\n goto LAB_0017c8e7;\n}\n\n" (function_definition "int unicodeNext(sqlite3_tokenizer_cursor *pC,char **paToken,int *pnToken,int *piStart,int *piEnd,\n int *piPos)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n unicode_tokenizer *p;\n sqlite3_tokenizer *psVar4;\n int iVar5;\n int iVar6;\n sqlite3_tokenizer *psVar7;\n char cVar8;\n uint iCode;\n byte *pbVar9;\n byte *pbVar10;\n ushort uVar11;\n int iVar12;\n unicode_cursor *pCsr;\n long lVar13;\n byte *pbVar14;\n sqlite3_tokenizer *psVar15;\n \n p = (unicode_tokenizer *)pC->pTokenizer;\n pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4));\n pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer);\n if (pbVar10 < pbVar1) {\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (0xbf < *pbVar10) goto LAB_0017c82e;\nLAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar5 = p->eRemoveDiacritic;\n if (((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)) {\n iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;\n if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }\nLAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }\nLAB_0017c953:\n iVar5 = (int)pbVar14;\n if (pbVar1 <= pbVar14) goto LAB_0017cb28;\n bVar2 = *pbVar14;\n iCode = (uint)bVar2;\n pbVar9 = pbVar14 + 1;\n if (bVar2 < 0xc0) {\n iVar5 = unicodeIsAlnum(p,(uint)bVar2);\njoined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;\n }\n else {\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }\nLAB_0017c986:\n psVar7 = pC[4].pTokenizer;\n pbVar14 = pbVar9;\n goto LAB_0017c8e7;\n}" primitive_type (function_declarator "unicodeNext(sqlite3_tokenizer_cursor *pC,char **paToken,int *pnToken,int *piStart,int *piEnd,\n int *piPos)" identifier (parameter_list "(sqlite3_tokenizer_cursor *pC,char **paToken,int *pnToken,int *piStart,int *piEnd,\n int *piPos)" ( (parameter_declaration "sqlite3_tokenizer_cursor *pC" type_identifier (pointer_declarator "*pC" * identifier)) , (parameter_declaration "char **paToken" primitive_type (pointer_declarator "**paToken" * (pointer_declarator "*paToken" * identifier))) , (parameter_declaration "int *pnToken" primitive_type (pointer_declarator "*pnToken" * identifier)) , (parameter_declaration "int *piStart" primitive_type (pointer_declarator "*piStart" * identifier)) , (parameter_declaration "int *piEnd" primitive_type (pointer_declarator "*piEnd" * identifier)) , (parameter_declaration "int *piPos" primitive_type (pointer_declarator "*piPos" * identifier)) ))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n unicode_tokenizer *p;\n sqlite3_tokenizer *psVar4;\n int iVar5;\n int iVar6;\n sqlite3_tokenizer *psVar7;\n char cVar8;\n uint iCode;\n byte *pbVar9;\n byte *pbVar10;\n ushort uVar11;\n int iVar12;\n unicode_cursor *pCsr;\n long lVar13;\n byte *pbVar14;\n sqlite3_tokenizer *psVar15;\n \n p = (unicode_tokenizer *)pC->pTokenizer;\n pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4));\n pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer);\n if (pbVar10 < pbVar1) {\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (0xbf < *pbVar10) goto LAB_0017c82e;\nLAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar5 = p->eRemoveDiacritic;\n if (((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)) {\n iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;\n if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }\nLAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }\nLAB_0017c953:\n iVar5 = (int)pbVar14;\n if (pbVar1 <= pbVar14) goto LAB_0017cb28;\n bVar2 = *pbVar14;\n iCode = (uint)bVar2;\n pbVar9 = pbVar14 + 1;\n if (bVar2 < 0xc0) {\n iVar5 = unicodeIsAlnum(p,(uint)bVar2);\njoined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;\n }\n else {\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }\nLAB_0017c986:\n psVar7 = pC[4].pTokenizer;\n pbVar14 = pbVar9;\n goto LAB_0017c8e7;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "unicode_tokenizer *p;" type_identifier (pointer_declarator "*p" * identifier) ;) (declaration "sqlite3_tokenizer *psVar4;" type_identifier (pointer_declarator "*psVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "sqlite3_tokenizer *psVar7;" type_identifier (pointer_declarator "*psVar7" * identifier) ;) (declaration "char cVar8;" primitive_type identifier ;) (declaration "uint iCode;" type_identifier identifier ;) (declaration "byte *pbVar9;" type_identifier (pointer_declarator "*pbVar9" * identifier) ;) (declaration "byte *pbVar10;" type_identifier (pointer_declarator "*pbVar10" * identifier) ;) (declaration "ushort uVar11;" type_identifier identifier ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "unicode_cursor *pCsr;" type_identifier (pointer_declarator "*pCsr" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "sqlite3_tokenizer *psVar15;" type_identifier (pointer_declarator "*psVar15" * identifier) ;) (expression_statement "p = (unicode_tokenizer *)pC->pTokenizer;" (assignment_expression "p = (unicode_tokenizer *)pC->pTokenizer" identifier = (cast_expression "(unicode_tokenizer *)pC->pTokenizer" ( (type_descriptor "unicode_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pC->pTokenizer" identifier -> field_identifier))) ;) (expression_statement "pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4));" (assignment_expression "pbVar10 = (byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4))" identifier = (cast_expression "(byte *)((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4))" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4))" ( (binary_expression "(long)&(pC[1].pTokenizer)->pModule +\n (long)*(int *)((long)&pC[2].pTokenizer + 4)" (cast_expression "(long)&(pC[1].pTokenizer)->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pC[1].pTokenizer)->pModule" & (field_expression "(pC[1].pTokenizer)->pModule" (parenthesized_expression "(pC[1].pTokenizer)" ( (field_expression "pC[1].pTokenizer" (subscript_expression "pC[1]" identifier [ number_literal ]) . field_identifier) )) -> field_identifier))) + (cast_expression "(long)*(int *)((long)&pC[2].pTokenizer + 4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)&pC[2].pTokenizer + 4)" * (cast_expression "(int *)((long)&pC[2].pTokenizer + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pC[2].pTokenizer + 4)" ( (binary_expression "(long)&pC[2].pTokenizer + 4" (cast_expression "(long)&pC[2].pTokenizer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pC[2].pTokenizer" & (field_expression "pC[2].pTokenizer" (subscript_expression "pC[2]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))))) )))) ;) (expression_statement "pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer);" (assignment_expression "pbVar1 = (byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer)" identifier = (cast_expression "(byte *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer)" ( (binary_expression "(long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer" (cast_expression "(long)&(pC[1].pTokenizer)->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&(pC[1].pTokenizer)->pModule" & (field_expression "(pC[1].pTokenizer)->pModule" (parenthesized_expression "(pC[1].pTokenizer)" ( (field_expression "pC[1].pTokenizer" (subscript_expression "pC[1]" identifier [ number_literal ]) . field_identifier) )) -> field_identifier))) + (cast_expression "(long)*(int *)&pC[2].pTokenizer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)&pC[2].pTokenizer" * (cast_expression "(int *)&pC[2].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[2].pTokenizer" & (field_expression "pC[2].pTokenizer" (subscript_expression "pC[2]" identifier [ number_literal ]) . field_identifier)))))) )))) ;) (if_statement "if (pbVar10 < pbVar1) {\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (0xbf < *pbVar10) goto LAB_0017c82e;\nLAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }\n }" if (parenthesized_expression "(pbVar10 < pbVar1)" ( (binary_expression "pbVar10 < pbVar1" identifier < identifier) )) (compound_statement "{\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (0xbf < *pbVar10) goto LAB_0017c82e;\nLAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }\n }" { (expression_statement "iCode = (uint)*pbVar10;" (assignment_expression "iCode = (uint)*pbVar10" identifier = (binary_expression "(uint)*pbVar10" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar14 = pbVar10 + 1;" (assignment_expression "pbVar14 = pbVar10 + 1" identifier = (binary_expression "pbVar10 + 1" identifier + number_literal)) ;) (if_statement "if (0xbf < *pbVar10) goto LAB_0017c82e;" if (parenthesized_expression "(0xbf < *pbVar10)" ( (binary_expression "0xbf < *pbVar10" number_literal < (pointer_expression "*pbVar10" * identifier)) )) (goto_statement "goto LAB_0017c82e;" goto statement_identifier ;)) (labeled_statement "LAB_0017c800:\n iVar5 = unicodeIsAlnum(p,iCode);" statement_identifier : (expression_statement "iVar5 = unicodeIsAlnum(p,iCode);" (assignment_expression "iVar5 = unicodeIsAlnum(p,iCode)" identifier = (call_expression "unicodeIsAlnum(p,iCode)" identifier (argument_list "(p,iCode)" ( identifier , identifier )))) ;)) (if_statement "if (iVar5 == 0) {\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (compound_statement "{\n while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" { (while_statement "while( true ) {\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar10 = pbVar14;\n if (pbVar1 <= pbVar10) {\n return 0x65;\n }\n iCode = (uint)*pbVar10;\n pbVar14 = pbVar10 + 1;\n if (iCode < 0xc0) break;\nLAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];\n if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }\n iCode = 0xfffd;\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 != 0) goto LAB_0017c8c2;\n }" { (expression_statement "pbVar10 = pbVar14;" (assignment_expression "pbVar10 = pbVar14" identifier = identifier) ;) (if_statement "if (pbVar1 <= pbVar10) {\n return 0x65;\n }" if (parenthesized_expression "(pbVar1 <= pbVar10)" ( (binary_expression "pbVar1 <= pbVar10" identifier <= identifier) )) (compound_statement "{\n return 0x65;\n }" { (return_statement "return 0x65;" return number_literal ;) })) (expression_statement "iCode = (uint)*pbVar10;" (assignment_expression "iCode = (uint)*pbVar10" identifier = (binary_expression "(uint)*pbVar10" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar14 = pbVar10 + 1;" (assignment_expression "pbVar14 = pbVar10 + 1" identifier = (binary_expression "pbVar10 + 1" identifier + number_literal)) ;) (if_statement "if (iCode < 0xc0) break;" if (parenthesized_expression "(iCode < 0xc0)" ( (binary_expression "iCode < 0xc0" identifier < number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0017c82e:\n iCode = (uint)""[iCode - 0xc0];" statement_identifier : (expression_statement "iCode = (uint)""[iCode - 0xc0];" (assignment_expression "iCode = (uint)""[iCode - 0xc0]" identifier = (cast_expression "(uint)""[iCode - 0xc0]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression """[iCode - 0xc0]" (string_literal """" " ") [ (binary_expression "iCode - 0xc0" identifier - number_literal) ]))) ;)) (if_statement "if ((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < iCode) break;\n }\n else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }" if (parenthesized_expression "((pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar14) || (bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar14)" ( (binary_expression "pbVar1 == pbVar14" identifier == identifier) )) || (parenthesized_expression "(bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80)" ( (comma_expression "bVar2 = pbVar10[1], (bVar2 & 0xc0) != 0x80" (assignment_expression "bVar2 = pbVar10[1]" identifier = (subscript_expression "pbVar10[1]" identifier [ number_literal ])) , (binary_expression "(bVar2 & 0xc0) != 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < iCode) break;\n }" { (if_statement "if (0x7f < iCode) break;" if (parenthesized_expression "(0x7f < iCode)" ( (binary_expression "0x7f < iCode" number_literal < identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }" else (compound_statement "{\n do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;\n }" { (do_statement "do {\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n } while ((bVar2 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar14 = pbVar14 + 1;\n iCode = iCode * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar14) break;\n bVar2 = *pbVar14;\n }" { (expression_statement "pbVar14 = pbVar14 + 1;" (assignment_expression "pbVar14 = pbVar14 + 1" identifier = (binary_expression "pbVar14 + 1" identifier + number_literal)) ;) (expression_statement "iCode = iCode * 0x40 + (bVar2 & 0x3f);" (assignment_expression "iCode = iCode * 0x40 + (bVar2 & 0x3f)" identifier = (binary_expression "iCode * 0x40 + (bVar2 & 0x3f)" (binary_expression "iCode * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar14) break;" if (parenthesized_expression "(pbVar1 == pbVar14)" ( (binary_expression "pbVar1 == pbVar14" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar2 = *pbVar14;" (assignment_expression "bVar2 = *pbVar14" identifier = (pointer_expression "*pbVar14" * identifier)) ;) }) while (parenthesized_expression "((bVar2 & 0xc0) == 0x80)" ( (binary_expression "(bVar2 & 0xc0) == 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)) break;" if (parenthesized_expression "(((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) &&\n ((iCode & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < iCode)" ( (binary_expression "0x7f < iCode" number_literal < identifier) )) && (parenthesized_expression "((iCode & 0xfffff800) != 0xd800)" ( (binary_expression "(iCode & 0xfffff800) != 0xd800" (parenthesized_expression "(iCode & 0xfffff800)" ( (binary_expression "iCode & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((iCode & 0xfffffffe) != 0xfffe)" ( (binary_expression "(iCode & 0xfffffffe) != 0xfffe" (parenthesized_expression "(iCode & 0xfffffffe)" ( (binary_expression "iCode & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) }))) (expression_statement "iCode = 0xfffd;" (assignment_expression "iCode = 0xfffd" identifier = number_literal) ;) (expression_statement "iVar5 = unicodeIsAlnum(p,0xfffd);" (assignment_expression "iVar5 = unicodeIsAlnum(p,0xfffd)" identifier = (call_expression "unicodeIsAlnum(p,0xfffd)" identifier (argument_list "(p,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar5 != 0) goto LAB_0017c8c2;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c8c2;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0017c800;" goto statement_identifier ;) })) (labeled_statement "LAB_0017c8c2:\n if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }" statement_identifier : (if_statement "if (pbVar10 < pbVar1) {\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }" if (parenthesized_expression "(pbVar10 < pbVar1)" ( (binary_expression "pbVar10 < pbVar1" identifier < identifier) )) (compound_statement "{\n psVar7 = pC[4].pTokenizer;\n psVar15 = psVar7;\nLAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;\n if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }\n if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }\n if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n goto LAB_0017c953;\n }" { (expression_statement "psVar7 = pC[4].pTokenizer;" (assignment_expression "psVar7 = pC[4].pTokenizer" identifier = (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "psVar15 = psVar7;" (assignment_expression "psVar15 = psVar7" identifier = identifier) ;) (labeled_statement "LAB_0017c8e7:\n iVar5 = *(int *)&pC[5].pTokenizer;" statement_identifier : (expression_statement "iVar5 = *(int *)&pC[5].pTokenizer;" (assignment_expression "iVar5 = *(int *)&pC[5].pTokenizer" identifier = (pointer_expression "*(int *)&pC[5].pTokenizer" * (cast_expression "(int *)&pC[5].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[5].pTokenizer" & (field_expression "pC[5].pTokenizer" (subscript_expression "pC[5]" identifier [ number_literal ]) . field_identifier))))) ;)) (if_statement "if ((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7) {\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }" if (parenthesized_expression "((long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7)" ( (binary_expression "(long)(iVar5 + -4) <= (long)psVar15 - (long)psVar7" (cast_expression "(long)(iVar5 + -4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar5 + -4)" ( (binary_expression "iVar5 + -4" identifier + number_literal) ))) <= (binary_expression "(long)psVar15 - (long)psVar7" (cast_expression "(long)psVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)psVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n iVar6 = sqlite3_initialize();\n if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }\n *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;\n psVar4 = pC[4].pTokenizer;\n pC[4].pTokenizer = psVar7;\n psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);\n }" { (expression_statement "iVar6 = sqlite3_initialize();" (assignment_expression "iVar6 = sqlite3_initialize()" identifier = (call_expression "sqlite3_initialize()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)) {\n return 7;\n }" if (parenthesized_expression "((iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0))" ( (binary_expression "(iVar6 != 0) ||\n (psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)" (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) || (parenthesized_expression "(psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0)" ( (comma_expression "psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40)),\n psVar7 == (sqlite3_tokenizer *)0x0" (assignment_expression "psVar7 = (sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40))" identifier = (cast_expression "(sqlite3_tokenizer *)sqlite3Realloc(psVar7,(long)(iVar5 + 0x40))" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "sqlite3Realloc(psVar7,(long)(iVar5 + 0x40))" identifier (argument_list "(psVar7,(long)(iVar5 + 0x40))" ( identifier , (cast_expression "(long)(iVar5 + 0x40)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar5 + 0x40)" ( (binary_expression "iVar5 + 0x40" identifier + number_literal) ))) ))))) , (binary_expression "psVar7 == (sqlite3_tokenizer *)0x0" identifier == (cast_expression "(sqlite3_tokenizer *)0x0" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n return 7;\n }" { (return_statement "return 7;" return number_literal ;) })) (expression_statement "*(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40;" (assignment_expression "*(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40" (pointer_expression "*(int *)&pC[5].pTokenizer" * (cast_expression "(int *)&pC[5].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[5].pTokenizer" & (field_expression "pC[5].pTokenizer" (subscript_expression "pC[5]" identifier [ number_literal ]) . field_identifier)))) = (binary_expression "*(int *)&pC[5].pTokenizer + 0x40" (pointer_expression "*(int *)&pC[5].pTokenizer" * (cast_expression "(int *)&pC[5].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[5].pTokenizer" & (field_expression "pC[5].pTokenizer" (subscript_expression "pC[5]" identifier [ number_literal ]) . field_identifier)))) + number_literal)) ;) (expression_statement "psVar4 = pC[4].pTokenizer;" (assignment_expression "psVar4 = pC[4].pTokenizer" identifier = (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier)) ;) (expression_statement "pC[4].pTokenizer = psVar7;" (assignment_expression "pC[4].pTokenizer = psVar7" (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7)" identifier = (cast_expression "(sqlite3_tokenizer *)(((long)psVar15 - (long)psVar4) + (long)psVar7)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((long)psVar15 - (long)psVar4) + (long)psVar7)" ( (binary_expression "((long)psVar15 - (long)psVar4) + (long)psVar7" (parenthesized_expression "((long)psVar15 - (long)psVar4)" ( (binary_expression "(long)psVar15 - (long)psVar4" (cast_expression "(long)psVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)psVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )) + (cast_expression "(long)psVar7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) })) (if_statement "if (0x7f < (int)iCode) {\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }" if (parenthesized_expression "(0x7f < (int)iCode)" ( (binary_expression "0x7f < (int)iCode" number_literal < (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }\n if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }\n goto LAB_0017cbb1;\n }" { (if_statement "if ((int)iCode < 0x10000) {\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }" if (parenthesized_expression "((int)iCode < 0x10000)" ( (binary_expression "(int)iCode < 0x10000" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n uVar11 = 0x3f1;\n lVar13 = -1;\n iVar12 = 0;\n iVar5 = 0xa2;\n iVar6 = 0xa2;\n do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );\n }" { (expression_statement "uVar11 = 0x3f1;" (assignment_expression "uVar11 = 0x3f1" identifier = number_literal) ;) (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) (expression_statement "iVar12 = 0;" (assignment_expression "iVar12 = 0" identifier = number_literal) ;) (expression_statement "iVar5 = 0xa2;" (assignment_expression "iVar5 = 0xa2" identifier = number_literal) ;) (expression_statement "iVar6 = 0xa2;" (assignment_expression "iVar6 = 0xa2" identifier = number_literal) ;) (do_statement "do {\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n } while( true );" do (compound_statement "{\n iVar6 = iVar6 >> 1;\n if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n iVar6 = iVar5 + iVar12;\n uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);\n }" { (expression_statement "iVar6 = iVar6 >> 1;" (assignment_expression "iVar6 = iVar6 >> 1" identifier = (binary_expression "iVar6 >> 1" identifier >> number_literal)) ;) (if_statement "if ((int)(iCode - uVar11) < 0) {\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }\n else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }" if (parenthesized_expression "((int)(iCode - uVar11) < 0)" ( (binary_expression "(int)(iCode - uVar11) < 0" (cast_expression "(int)(iCode - uVar11)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(iCode - uVar11)" ( (binary_expression "iCode - uVar11" identifier - identifier) ))) < number_literal) )) (compound_statement "{\n iVar5 = iVar6 + -1;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }" { (expression_statement "iVar5 = iVar6 + -1;" (assignment_expression "iVar5 = iVar6 + -1" identifier = (binary_expression "iVar6 + -1" identifier + number_literal)) ;) (if_statement "if (iVar5 < iVar12) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar5 < iVar12)" ( (binary_expression "iVar5 < iVar12" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }" else (compound_statement "{\n iVar12 = iVar6 + 1;\n lVar13 = (long)iVar6;\n if (iVar5 < iVar12) goto LAB_0017c9f4;\n }" { (expression_statement "iVar12 = iVar6 + 1;" (assignment_expression "iVar12 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = (long)iVar6;" (assignment_expression "lVar13 = (long)iVar6" identifier = (cast_expression "(long)iVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (iVar5 < iVar12) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar5 < iVar12)" ( (binary_expression "iVar5 < iVar12" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }))) (expression_statement "iVar6 = iVar5 + iVar12;" (assignment_expression "iVar6 = iVar5 + iVar12" identifier = (binary_expression "iVar5 + iVar12" identifier + identifier)) ;) (expression_statement "uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4);" (assignment_expression "uVar11 = *(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4)" identifier = (pointer_expression "*(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4)" * (cast_expression "(ushort *)(aEntry_44926 + (long)(iVar6 >> 1) * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(aEntry_44926 + (long)(iVar6 >> 1) * 4)" ( (binary_expression "aEntry_44926 + (long)(iVar6 >> 1) * 4" identifier + (binary_expression "(long)(iVar6 >> 1) * 4" (cast_expression "(long)(iVar6 >> 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar6 >> 1)" ( (binary_expression "iVar6 >> 1" identifier >> number_literal) ))) * number_literal)) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (iCode - 0x10400 < 0x28) {\n iCode = iCode + 0x28;\n }" if (parenthesized_expression "(iCode - 0x10400 < 0x28)" ( (binary_expression "iCode - 0x10400 < 0x28" (binary_expression "iCode - 0x10400" identifier - number_literal) < number_literal) )) (compound_statement "{\n iCode = iCode + 0x28;\n }" { (expression_statement "iCode = iCode + 0x28;" (assignment_expression "iCode = iCode + 0x28" identifier = (binary_expression "iCode + 0x28" identifier + number_literal)) ;) })) (goto_statement "goto LAB_0017cbb1;" goto statement_identifier ;) })) (if_statement "if (iCode - 0x41 < 0x1a) {\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }" if (parenthesized_expression "(iCode - 0x41 < 0x1a)" ( (binary_expression "iCode - 0x41 < 0x1a" (binary_expression "iCode - 0x41" identifier - number_literal) < number_literal) )) (compound_statement "{\n iCode = iCode + 0x20;\n goto LAB_0017c94b;\n }" { (expression_statement "iCode = iCode + 0x20;" (assignment_expression "iCode = iCode + 0x20" identifier = (binary_expression "iCode + 0x20" identifier + number_literal)) ;) (goto_statement "goto LAB_0017c94b;" goto statement_identifier ;) })) (if_statement "if (iCode != 0) {\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }" if (parenthesized_expression "(iCode != 0)" ( (binary_expression "iCode != 0" identifier != number_literal) )) (compound_statement "{\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }" { (expression_statement "*(char *)&psVar15->pModule = (char)iCode;" (assignment_expression "*(char *)&psVar15->pModule = (char)iCode" (pointer_expression "*(char *)&psVar15->pModule" * (cast_expression "(char *)&psVar15->pModule" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier)))) = (cast_expression "(char)iCode" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1)" identifier = (cast_expression "(sqlite3_tokenizer *)((long)&psVar15->pModule + 1)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 1)" ( (binary_expression "(long)&psVar15->pModule + 1" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) ;) })) (goto_statement "goto LAB_0017c953;" goto statement_identifier ;) }))) })) (return_statement "return 0x65;" return number_literal ;) (labeled_statement "LAB_0017c9f4:\n iVar5 = p->eRemoveDiacritic;" statement_identifier : (expression_statement "iVar5 = p->eRemoveDiacritic;" (assignment_expression "iVar5 = p->eRemoveDiacritic" identifier = (field_expression "p->eRemoveDiacritic" identifier -> field_identifier)) ;)) (if_statement "if (((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)) {\n iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;\n if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }\nLAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n }\n else {\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }" if (parenthesized_expression "(((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0))" ( (binary_expression "((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )) &&\n (((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)" (parenthesized_expression "((int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n ))" ( (binary_expression "(int)iCode <\n (int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)\n )" ( (binary_expression "(uint)(byte)aEntry_44926[lVar13 * 4 + 3] + (uint)*(ushort *)(aEntry_44926 + lVar13 * 4)" (cast_expression "(uint)(byte)aEntry_44926[lVar13 * 4 + 3]" ( (type_descriptor "uint" type_identifier) ) (cast_expression "(byte)aEntry_44926[lVar13 * 4 + 3]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "aEntry_44926[lVar13 * 4 + 3]" identifier [ (binary_expression "lVar13 * 4 + 3" (binary_expression "lVar13 * 4" identifier * number_literal) + number_literal) ]))) + (binary_expression "(uint)*(ushort *)(aEntry_44926 + lVar13 * 4)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(aEntry_44926 + lVar13 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(aEntry_44926 + lVar13 * 4)" ( (binary_expression "aEntry_44926 + lVar13 * 4" identifier + (binary_expression "lVar13 * 4" identifier * number_literal)) ))))) )))) )) && (parenthesized_expression "(((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0)" ( (binary_expression "((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)) ==\n 0" (parenthesized_expression "((byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode))" ( (binary_expression "(byte)aEntry_44926[lVar13 * 4 + 2] & 1 & (*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)" (binary_expression "(byte)aEntry_44926[lVar13 * 4 + 2] & 1" (cast_expression "(byte)aEntry_44926[lVar13 * 4 + 2]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "aEntry_44926[lVar13 * 4 + 2]" identifier [ (binary_expression "lVar13 * 4 + 2" (binary_expression "lVar13 * 4" identifier * number_literal) + number_literal) ])) & number_literal) & (parenthesized_expression "(*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode)" ( (binary_expression "*(ushort *)(aEntry_44926 + lVar13 * 4) ^ iCode" (pointer_expression "*(ushort *)(aEntry_44926 + lVar13 * 4)" * (cast_expression "(ushort *)(aEntry_44926 + lVar13 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(aEntry_44926 + lVar13 * 4)" ( (binary_expression "aEntry_44926 + lVar13 * 4" identifier + (binary_expression "lVar13 * 4" identifier * number_literal)) )))) ^ identifier) ))) )) == number_literal) ))) )) (compound_statement "{\n iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;\n if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }\nLAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }\n }" { (expression_statement "iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff;" (assignment_expression "iCode = *(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff" identifier = (binary_expression "*(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode\n & 0xffff" (binary_expression "*(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2) + iCode" (pointer_expression "*(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2)" * (cast_expression "(ushort *)(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2)" ( (binary_expression "aiOff_44927 + (ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2" identifier + (binary_expression "(ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1) * 2" (call_expression "(ulong)((byte)aEntry_44926[lVar13 * 4 + 2] >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((byte)aEntry_44926[lVar13 * 4 + 2] >> 1)" ( (binary_expression "(byte)aEntry_44926[lVar13 * 4 + 2] >> 1" (cast_expression "(byte)aEntry_44926[lVar13 * 4 + 2]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "aEntry_44926[lVar13 * 4 + 2]" identifier [ (binary_expression "lVar13 * 4 + 2" (binary_expression "lVar13 * 4" identifier * number_literal) + number_literal) ])) >> number_literal) ))) * number_literal)) )))) + identifier) & number_literal)) ;) (if_statement "if (iVar5 != 0) {\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));\n }" { (labeled_statement "LAB_0017cc47:\n iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));" statement_identifier : (expression_statement "iCode = remove_diacritic(iCode,(uint)(iVar5 == 2));" (assignment_expression "iCode = remove_diacritic(iCode,(uint)(iVar5 == 2))" identifier = (call_expression "remove_diacritic(iCode,(uint)(iVar5 == 2))" identifier (argument_list "(iCode,(uint)(iVar5 == 2))" ( identifier , (call_expression "(uint)(iVar5 == 2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(iVar5 == 2)" ( (binary_expression "iVar5 == 2" identifier == number_literal) ))) )))) ;)) })) (labeled_statement "LAB_0017c94b:\n if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }" statement_identifier : (if_statement "if (iCode != 0) {\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }" if (parenthesized_expression "(iCode != 0)" ( (binary_expression "iCode != 0" identifier != number_literal) )) (compound_statement "{\n if (0x7f < (int)iCode) goto LAB_0017ca21;\n *(char *)&psVar15->pModule = (char)iCode;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);\n }" { (if_statement "if (0x7f < (int)iCode) goto LAB_0017ca21;" if (parenthesized_expression "(0x7f < (int)iCode)" ( (binary_expression "0x7f < (int)iCode" number_literal < (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0017ca21;" goto statement_identifier ;)) (expression_statement "*(char *)&psVar15->pModule = (char)iCode;" (assignment_expression "*(char *)&psVar15->pModule = (char)iCode" (pointer_expression "*(char *)&psVar15->pModule" * (cast_expression "(char *)&psVar15->pModule" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier)))) = (cast_expression "(char)iCode" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 1)" identifier = (cast_expression "(sqlite3_tokenizer *)((long)&psVar15->pModule + 1)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 1)" ( (binary_expression "(long)&psVar15->pModule + 1" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) ;) }))) }) (else_clause "else {\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }" else (compound_statement "{\n if (iVar5 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;\n bVar2 = (byte)((int)iCode >> 6);\n if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }\n }" { (if_statement "if (iVar5 != 0) goto LAB_0017cc47;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017cc47;" goto statement_identifier ;)) (labeled_statement "LAB_0017ca21:\n cVar8 = ((byte)iCode & 0x3f) + 0x80;" statement_identifier : (expression_statement "cVar8 = ((byte)iCode & 0x3f) + 0x80;" (assignment_expression "cVar8 = ((byte)iCode & 0x3f) + 0x80" identifier = (binary_expression "((byte)iCode & 0x3f) + 0x80" (parenthesized_expression "((byte)iCode & 0x3f)" ( (binary_expression "(byte)iCode & 0x3f" (cast_expression "(byte)iCode" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;)) (expression_statement "bVar2 = (byte)((int)iCode >> 6);" (assignment_expression "bVar2 = (byte)((int)iCode >> 6)" identifier = (call_expression "(byte)((int)iCode >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)iCode >> 6)" ( (binary_expression "(int)iCode >> 6" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) (if_statement "if ((int)iCode < 0x800) {\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }\n else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }" if (parenthesized_expression "((int)iCode < 0x800)" ( (binary_expression "(int)iCode < 0x800" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n *(char *)((long)&psVar15->pModule + 1) = cVar8;\n *(byte *)&psVar15->pModule = bVar2 - 0x40;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);\n }" { (expression_statement "*(char *)((long)&psVar15->pModule + 1) = cVar8;" (assignment_expression "*(char *)((long)&psVar15->pModule + 1) = cVar8" (pointer_expression "*(char *)((long)&psVar15->pModule + 1)" * (cast_expression "(char *)((long)&psVar15->pModule + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 1)" ( (binary_expression "(long)&psVar15->pModule + 1" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = identifier) ;) (expression_statement "*(byte *)&psVar15->pModule = bVar2 - 0x40;" (assignment_expression "*(byte *)&psVar15->pModule = bVar2 - 0x40" (pointer_expression "*(byte *)&psVar15->pModule" * (cast_expression "(byte *)&psVar15->pModule" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier)))) = (binary_expression "bVar2 - 0x40" identifier - number_literal)) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 2)" identifier = (cast_expression "(sqlite3_tokenizer *)((long)&psVar15->pModule + 2)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 2)" ( (binary_expression "(long)&psVar15->pModule + 2" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) ;) }) (else_clause "else if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }" else (if_statement "if ((int)iCode < 0x10000) {\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }\n else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }" if (parenthesized_expression "((int)iCode < 0x10000)" ( (binary_expression "(int)iCode < 0x10000" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n *(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;\n *(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;\n *(char *)((long)&psVar15->pModule + 2) = cVar8;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);\n }" { (expression_statement "*(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80;" (assignment_expression "*(byte *)((long)&psVar15->pModule + 1) = (bVar2 & 0x3f) + 0x80" (pointer_expression "*(byte *)((long)&psVar15->pModule + 1)" * (cast_expression "(byte *)((long)&psVar15->pModule + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 1)" ( (binary_expression "(long)&psVar15->pModule + 1" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = (binary_expression "(bVar2 & 0x3f) + 0x80" (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )) + number_literal)) ;) (expression_statement "*(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20;" (assignment_expression "*(char *)&psVar15->pModule = (char)((int)iCode >> 0xc) + -0x20" (pointer_expression "*(char *)&psVar15->pModule" * (cast_expression "(char *)&psVar15->pModule" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier)))) = (binary_expression "(char)((int)iCode >> 0xc) + -0x20" (cast_expression "(char)((int)iCode >> 0xc)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((int)iCode >> 0xc)" ( (binary_expression "(int)iCode >> 0xc" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + number_literal)) ;) (expression_statement "*(char *)((long)&psVar15->pModule + 2) = cVar8;" (assignment_expression "*(char *)((long)&psVar15->pModule + 2) = cVar8" (pointer_expression "*(char *)((long)&psVar15->pModule + 2)" * (cast_expression "(char *)((long)&psVar15->pModule + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 2)" ( (binary_expression "(long)&psVar15->pModule + 2" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = identifier) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 3)" identifier = (cast_expression "(sqlite3_tokenizer *)((long)&psVar15->pModule + 3)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 3)" ( (binary_expression "(long)&psVar15->pModule + 3" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) ;) }) (else_clause "else {\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }" else (compound_statement "{\nLAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;\n *(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;\n *(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;\n psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);\n }" { (labeled_statement "LAB_0017cbb1:\n *(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;" statement_identifier : (expression_statement "*(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10;" (assignment_expression "*(byte *)&psVar15->pModule = ((byte)((int)iCode >> 0x12) & 7) - 0x10" (pointer_expression "*(byte *)&psVar15->pModule" * (cast_expression "(byte *)&psVar15->pModule" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier)))) = (binary_expression "((byte)((int)iCode >> 0x12) & 7) - 0x10" (parenthesized_expression "((byte)((int)iCode >> 0x12) & 7)" ( (binary_expression "(byte)((int)iCode >> 0x12) & 7" (call_expression "(byte)((int)iCode >> 0x12)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)iCode >> 0x12)" ( (binary_expression "(int)iCode >> 0x12" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) - number_literal)) ;)) (expression_statement "*(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80;" (assignment_expression "*(byte *)((long)&psVar15->pModule + 1) = ((byte)((int)iCode >> 0xc) & 0x3f) + 0x80" (pointer_expression "*(byte *)((long)&psVar15->pModule + 1)" * (cast_expression "(byte *)((long)&psVar15->pModule + 1)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 1)" ( (binary_expression "(long)&psVar15->pModule + 1" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = (binary_expression "((byte)((int)iCode >> 0xc) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)iCode >> 0xc) & 0x3f)" ( (binary_expression "(byte)((int)iCode >> 0xc) & 0x3f" (call_expression "(byte)((int)iCode >> 0xc)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)iCode >> 0xc)" ( (binary_expression "(int)iCode >> 0xc" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "*(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80;" (assignment_expression "*(byte *)((long)&psVar15->pModule + 3) = ((byte)iCode & 0x3f) + 0x80" (pointer_expression "*(byte *)((long)&psVar15->pModule + 3)" * (cast_expression "(byte *)((long)&psVar15->pModule + 3)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 3)" ( (binary_expression "(long)&psVar15->pModule + 3" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = (binary_expression "((byte)iCode & 0x3f) + 0x80" (parenthesized_expression "((byte)iCode & 0x3f)" ( (binary_expression "(byte)iCode & 0x3f" (cast_expression "(byte)iCode" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;) (expression_statement "*(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80;" (assignment_expression "*(byte *)((long)&psVar15->pModule + 2) = ((byte)((int)iCode >> 6) & 0x3f) + 0x80" (pointer_expression "*(byte *)((long)&psVar15->pModule + 2)" * (cast_expression "(byte *)((long)&psVar15->pModule + 2)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 2)" ( (binary_expression "(long)&psVar15->pModule + 2" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) = (binary_expression "((byte)((int)iCode >> 6) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)iCode >> 6) & 0x3f)" ( (binary_expression "(byte)((int)iCode >> 6) & 0x3f" (call_expression "(byte)((int)iCode >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)iCode >> 6)" ( (binary_expression "(int)iCode >> 6" (cast_expression "(int)iCode" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4);" (assignment_expression "psVar15 = (sqlite3_tokenizer *)((long)&psVar15->pModule + 4)" identifier = (cast_expression "(sqlite3_tokenizer *)((long)&psVar15->pModule + 4)" ( (type_descriptor "sqlite3_tokenizer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&psVar15->pModule + 4)" ( (binary_expression "(long)&psVar15->pModule + 4" (cast_expression "(long)&psVar15->pModule" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&psVar15->pModule" & (field_expression "psVar15->pModule" identifier -> field_identifier))) + number_literal) )))) ;) }))))) }))) (labeled_statement "LAB_0017c953:\n iVar5 = (int)pbVar14;" statement_identifier : (expression_statement "iVar5 = (int)pbVar14;" (assignment_expression "iVar5 = (int)pbVar14" identifier = (cast_expression "(int)pbVar14" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (pbVar1 <= pbVar14) goto LAB_0017cb28;" if (parenthesized_expression "(pbVar1 <= pbVar14)" ( (binary_expression "pbVar1 <= pbVar14" identifier <= identifier) )) (goto_statement "goto LAB_0017cb28;" goto statement_identifier ;)) (expression_statement "bVar2 = *pbVar14;" (assignment_expression "bVar2 = *pbVar14" identifier = (pointer_expression "*pbVar14" * identifier)) ;) (expression_statement "iCode = (uint)bVar2;" (assignment_expression "iCode = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "pbVar9 = pbVar14 + 1;" (assignment_expression "pbVar9 = pbVar14 + 1" identifier = (binary_expression "pbVar14 + 1" identifier + number_literal)) ;) (if_statement "if (bVar2 < 0xc0) {\n iVar5 = unicodeIsAlnum(p,(uint)bVar2);\njoined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;\n }\n else {\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }" if (parenthesized_expression "(bVar2 < 0xc0)" ( (binary_expression "bVar2 < 0xc0" identifier < number_literal) )) (compound_statement "{\n iVar5 = unicodeIsAlnum(p,(uint)bVar2);\njoined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;\n }" { (expression_statement "iVar5 = unicodeIsAlnum(p,(uint)bVar2);" (assignment_expression "iVar5 = unicodeIsAlnum(p,(uint)bVar2)" identifier = (call_expression "unicodeIsAlnum(p,(uint)bVar2)" identifier (argument_list "(p,(uint)bVar2)" ( identifier , (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier) )))) ;) (labeled_statement "joined_r0x0017c980:\n if (iVar5 == 0) goto LAB_0017cb20;" statement_identifier : (if_statement "if (iVar5 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;))) }) (else_clause "else {\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }" else (compound_statement "{\n iCode = (uint)""[bVar2 - 0xc0];\n if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }\n iVar5 = unicodeIsAlnum(p,0xfffd);\n if (iVar5 == 0) goto LAB_0017cb20;\n iCode = 0xfffd;\n }" { (expression_statement "iCode = (uint)""[bVar2 - 0xc0];" (assignment_expression "iCode = (uint)""[bVar2 - 0xc0]" identifier = (cast_expression "(uint)""[bVar2 - 0xc0]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression """[bVar2 - 0xc0]" (string_literal """" " ") [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ]))) ;) (if_statement "if ((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }" if (parenthesized_expression "((pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar9) || (bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar9)" ( (binary_expression "pbVar1 == pbVar9" identifier == identifier) )) || (parenthesized_expression "(bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80)" ( (comma_expression "bVar3 = pbVar14[1], (bVar3 & 0xc0) != 0x80" (assignment_expression "bVar3 = pbVar14[1]" identifier = (subscript_expression "pbVar14[1]" identifier [ number_literal ])) , (binary_expression "(bVar3 & 0xc0) != 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;\n }" { (if_statement "if (0x7f < ""[bVar2 - 0xc0]) goto LAB_0017caea;" if (parenthesized_expression "(0x7f < ""[bVar2 - 0xc0])" ( (binary_expression "0x7f < ""[bVar2 - 0xc0]" number_literal < (subscript_expression """[bVar2 - 0xc0]" (string_literal """" " ") [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ])) )) (goto_statement "goto LAB_0017caea;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }" else (compound_statement "{\n do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }\n }" { (do_statement "do {\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n } while ((bVar3 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar9 = pbVar9 + 1;\n iCode = iCode * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar9) break;\n bVar3 = *pbVar9;\n }" { (expression_statement "pbVar9 = pbVar9 + 1;" (assignment_expression "pbVar9 = pbVar9 + 1" identifier = (binary_expression "pbVar9 + 1" identifier + number_literal)) ;) (expression_statement "iCode = iCode * 0x40 + (bVar3 & 0x3f);" (assignment_expression "iCode = iCode * 0x40 + (bVar3 & 0x3f)" identifier = (binary_expression "iCode * 0x40 + (bVar3 & 0x3f)" (binary_expression "iCode * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar9) break;" if (parenthesized_expression "(pbVar1 == pbVar9)" ( (binary_expression "pbVar1 == pbVar9" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar3 = *pbVar9;" (assignment_expression "bVar3 = *pbVar9" identifier = (pointer_expression "*pbVar9" * identifier)) ;) }) while (parenthesized_expression "((bVar3 & 0xc0) == 0x80)" ( (binary_expression "(bVar3 & 0xc0) == 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))\n {\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }" if (parenthesized_expression "(((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)) && ((iCode & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < iCode) && ((iCode & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < iCode)" ( (binary_expression "0x7f < iCode" number_literal < identifier) )) && (parenthesized_expression "((iCode & 0xfffff800) != 0xd800)" ( (binary_expression "(iCode & 0xfffff800) != 0xd800" (parenthesized_expression "(iCode & 0xfffff800)" ( (binary_expression "iCode & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((iCode & 0xfffffffe) != 0xfffe)" ( (binary_expression "(iCode & 0xfffffffe) != 0xfffe" (parenthesized_expression "(iCode & 0xfffffffe)" ( (binary_expression "iCode & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);\n if (iVar5 != 0) goto LAB_0017c986;\n if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }\n iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);\n goto joined_r0x0017c980;\n }" { (labeled_statement "LAB_0017caea:\n iVar5 = unicodeIsAlnum(p,iCode);" statement_identifier : (expression_statement "iVar5 = unicodeIsAlnum(p,iCode);" (assignment_expression "iVar5 = unicodeIsAlnum(p,iCode)" identifier = (call_expression "unicodeIsAlnum(p,iCode)" identifier (argument_list "(p,iCode)" ( identifier , identifier )))) ;)) (if_statement "if (iVar5 != 0) goto LAB_0017c986;" if (parenthesized_expression "(iVar5 != 0)" ( (binary_expression "iVar5 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c986;" goto statement_identifier ;)) (if_statement "if (0x31 < iCode - 0x300) {\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }" if (parenthesized_expression "(0x31 < iCode - 0x300)" ( (binary_expression "0x31 < iCode - 0x300" number_literal < (binary_expression "iCode - 0x300" identifier - number_literal)) )) (compound_statement "{\nLAB_0017cb20:\n iVar5 = (int)pbVar9;\nLAB_0017cb28:\n psVar7 = pC[4].pTokenizer;\n *(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;\n *paToken = (char *)psVar7;\n *pnToken = (int)psVar15 - (int)pC[4].pTokenizer;\n *piStart = (int)pbVar10 - (int)pC[1].pTokenizer;\n *piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;\n iVar5 = *(int *)&pC[3].pTokenizer;\n *(int *)&pC[3].pTokenizer = iVar5 + 1;\n *piPos = iVar5;\n return 0;\n }" { (labeled_statement "LAB_0017cb20:\n iVar5 = (int)pbVar9;" statement_identifier : (expression_statement "iVar5 = (int)pbVar9;" (assignment_expression "iVar5 = (int)pbVar9" identifier = (cast_expression "(int)pbVar9" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (labeled_statement "LAB_0017cb28:\n psVar7 = pC[4].pTokenizer;" statement_identifier : (expression_statement "psVar7 = pC[4].pTokenizer;" (assignment_expression "psVar7 = pC[4].pTokenizer" identifier = (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier)) ;)) (expression_statement "*(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer;" (assignment_expression "*(int *)((long)&pC[2].pTokenizer + 4) = iVar5 - (int)pC[1].pTokenizer" (pointer_expression "*(int *)((long)&pC[2].pTokenizer + 4)" * (cast_expression "(int *)((long)&pC[2].pTokenizer + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)&pC[2].pTokenizer + 4)" ( (binary_expression "(long)&pC[2].pTokenizer + 4" (cast_expression "(long)&pC[2].pTokenizer" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "&pC[2].pTokenizer" & (field_expression "pC[2].pTokenizer" (subscript_expression "pC[2]" identifier [ number_literal ]) . field_identifier))) + number_literal) )))) = (binary_expression "iVar5 - (int)pC[1].pTokenizer" identifier - (cast_expression "(int)pC[1].pTokenizer" ( (type_descriptor "int" primitive_type) ) (field_expression "pC[1].pTokenizer" (subscript_expression "pC[1]" identifier [ number_literal ]) . field_identifier)))) ;) (expression_statement "*paToken = (char *)psVar7;" (assignment_expression "*paToken = (char *)psVar7" (pointer_expression "*paToken" * identifier) = (cast_expression "(char *)psVar7" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "*pnToken = (int)psVar15 - (int)pC[4].pTokenizer;" (assignment_expression "*pnToken = (int)psVar15 - (int)pC[4].pTokenizer" (pointer_expression "*pnToken" * identifier) = (binary_expression "(int)psVar15 - (int)pC[4].pTokenizer" (cast_expression "(int)psVar15" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pC[4].pTokenizer" ( (type_descriptor "int" primitive_type) ) (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier)))) ;) (expression_statement "*piStart = (int)pbVar10 - (int)pC[1].pTokenizer;" (assignment_expression "*piStart = (int)pbVar10 - (int)pC[1].pTokenizer" (pointer_expression "*piStart" * identifier) = (binary_expression "(int)pbVar10 - (int)pC[1].pTokenizer" (cast_expression "(int)pbVar10" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pC[1].pTokenizer" ( (type_descriptor "int" primitive_type) ) (field_expression "pC[1].pTokenizer" (subscript_expression "pC[1]" identifier [ number_literal ]) . field_identifier)))) ;) (expression_statement "*piEnd = (int)pbVar14 - (int)pC[1].pTokenizer;" (assignment_expression "*piEnd = (int)pbVar14 - (int)pC[1].pTokenizer" (pointer_expression "*piEnd" * identifier) = (binary_expression "(int)pbVar14 - (int)pC[1].pTokenizer" (cast_expression "(int)pbVar14" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)pC[1].pTokenizer" ( (type_descriptor "int" primitive_type) ) (field_expression "pC[1].pTokenizer" (subscript_expression "pC[1]" identifier [ number_literal ]) . field_identifier)))) ;) (expression_statement "iVar5 = *(int *)&pC[3].pTokenizer;" (assignment_expression "iVar5 = *(int *)&pC[3].pTokenizer" identifier = (pointer_expression "*(int *)&pC[3].pTokenizer" * (cast_expression "(int *)&pC[3].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[3].pTokenizer" & (field_expression "pC[3].pTokenizer" (subscript_expression "pC[3]" identifier [ number_literal ]) . field_identifier))))) ;) (expression_statement "*(int *)&pC[3].pTokenizer = iVar5 + 1;" (assignment_expression "*(int *)&pC[3].pTokenizer = iVar5 + 1" (pointer_expression "*(int *)&pC[3].pTokenizer" * (cast_expression "(int *)&pC[3].pTokenizer" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pC[3].pTokenizer" & (field_expression "pC[3].pTokenizer" (subscript_expression "pC[3]" identifier [ number_literal ]) . field_identifier)))) = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "*piPos = iVar5;" (assignment_expression "*piPos = iVar5" (pointer_expression "*piPos" * identifier) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode);" (assignment_expression "iVar5 = sqlite3FtsUnicodeIsdiacritic(iCode)" identifier = (call_expression "sqlite3FtsUnicodeIsdiacritic(iCode)" identifier (argument_list "(iCode)" ( identifier )))) ;) (goto_statement "goto joined_r0x0017c980;" goto statement_identifier ;) })) }))) (expression_statement "iVar5 = unicodeIsAlnum(p,0xfffd);" (assignment_expression "iVar5 = unicodeIsAlnum(p,0xfffd)" identifier = (call_expression "unicodeIsAlnum(p,0xfffd)" identifier (argument_list "(p,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar5 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar5 == 0)" ( (binary_expression "iVar5 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;)) (expression_statement "iCode = 0xfffd;" (assignment_expression "iCode = 0xfffd" identifier = number_literal) ;) }))) (labeled_statement "LAB_0017c986:\n psVar7 = pC[4].pTokenizer;" statement_identifier : (expression_statement "psVar7 = pC[4].pTokenizer;" (assignment_expression "psVar7 = pC[4].pTokenizer" identifier = (field_expression "pC[4].pTokenizer" (subscript_expression "pC[4]" identifier [ number_literal ]) . field_identifier)) ;)) (expression_statement "pbVar14 = pbVar9;" (assignment_expression "pbVar14 = pbVar9" identifier = identifier) ;) (goto_statement "goto LAB_0017c8e7;" goto statement_identifier ;) })))
(translation_unit "undefined8\nFUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}\n\n" (function_definition "undefined8\nFUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" type_identifier (function_declarator "FUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" identifier (parameter_list "(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "int *param_6" primitive_type (pointer_declarator "*param_6" * identifier)) ))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "byte bVar3;" type_identifier identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar8;" primitive_type identifier ;) (declaration "int iVar9;" primitive_type identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "byte *pbVar11;" type_identifier (pointer_declarator "*pbVar11" * identifier) ;) (declaration "byte *pbVar12;" type_identifier (pointer_declarator "*pbVar12" * identifier) ;) (declaration "ushort uVar13;" type_identifier identifier ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "byte *pbVar16;" type_identifier (pointer_declarator "*pbVar16" * identifier) ;) (declaration "char *pcVar17;" primitive_type (pointer_declarator "*pcVar17" * identifier) ;) (expression_statement "lVar4 = *param_1;" (assignment_expression "lVar4 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));" (assignment_expression "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" identifier = (cast_expression "(byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" ( (binary_expression "param_1[1] + (long)*(int *)((long)param_1 + 0x14)" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (cast_expression "(long)*(int *)((long)param_1 + 0x14)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))))) )))) ;) (expression_statement "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);" (assignment_expression "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2])" identifier = (cast_expression "(byte *)(param_1[1] + (long)(int)param_1[2])" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[1] + (long)(int)param_1[2])" ( (binary_expression "param_1[1] + (long)(int)param_1[2]" (subscript_expression "param_1[1]" identifier [ number_literal ]) + (cast_expression "(long)(int)param_1[2]" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)param_1[2]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[2]" identifier [ number_literal ])))) )))) ;) (if_statement "if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" if (parenthesized_expression "(pbVar12 < pbVar1)" ( (binary_expression "pbVar12 < pbVar1" identifier < identifier) )) (compound_statement "{\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" { (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" identifier = (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" identifier = (binary_expression "pbVar12 + 1" identifier + number_literal)) ;) (if_statement "if (0xbf < *pbVar12) goto LAB_0017c82e;" if (parenthesized_expression "(0xbf < *pbVar12)" ( (binary_expression "0xbf < *pbVar12" number_literal < (pointer_expression "*pbVar12" * identifier)) )) (goto_statement "goto LAB_0017c82e;" goto statement_identifier ;)) (labeled_statement "LAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);" statement_identifier : (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" identifier = (call_expression "FUN_00143310(lVar4,uVar10)" identifier (argument_list "(lVar4,uVar10)" ( identifier , identifier )))) ;)) (if_statement "if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (compound_statement "{\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" { (while_statement "while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" { (expression_statement "pbVar12 = pbVar16;" (assignment_expression "pbVar12 = pbVar16" identifier = identifier) ;) (if_statement "if (pbVar1 <= pbVar12) {\n return 0x65;\n }" if (parenthesized_expression "(pbVar1 <= pbVar12)" ( (binary_expression "pbVar1 <= pbVar12" identifier <= identifier) )) (compound_statement "{\n return 0x65;\n }" { (return_statement "return 0x65;" return number_literal ;) })) (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" identifier = (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" ( identifier )) * identifier)) ;) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" identifier = (binary_expression "pbVar12 + 1" identifier + number_literal)) ;) (if_statement "if (uVar10 < 0xc0) break;" if (parenthesized_expression "(uVar10 < 0xc0)" ( (binary_expression "uVar10 < 0xc0" identifier < number_literal) )) (break_statement "break;" break ;)) (labeled_statement "LAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" statement_identifier : (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" identifier = (subscript_expression "(uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "uVar10 - 0xc0" identifier - number_literal) ])) ;)) (if_statement "if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" if (parenthesized_expression "((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar16)" ( (binary_expression "pbVar1 == pbVar16" identifier == identifier) )) || (parenthesized_expression "(bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" ( (comma_expression "bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80" (assignment_expression "bVar2 = pbVar12[1]" identifier = (subscript_expression "pbVar12[1]" identifier [ number_literal ])) , (binary_expression "(bVar2 & 0xc0) != 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < uVar10) break;\n }" { (if_statement "if (0x7f < uVar10) break;" if (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) (break_statement "break;" break ;)) }) (else_clause "else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" else (compound_statement "{\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" { (do_statement "do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n }" { (expression_statement "pbVar16 = pbVar16 + 1;" (assignment_expression "pbVar16 = pbVar16 + 1" identifier = (binary_expression "pbVar16 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f)" identifier = (binary_expression "uVar10 * 0x40 + (bVar2 & 0x3f)" (binary_expression "uVar10 * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar16) break;" if (parenthesized_expression "(pbVar1 == pbVar16)" ( (binary_expression "pbVar1 == pbVar16" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" identifier = (pointer_expression "*pbVar16" * identifier)) ;) }) while (parenthesized_expression "((bVar2 & 0xc0) == 0x80)" ( (binary_expression "(bVar2 & 0xc0) == 0x80" (parenthesized_expression "(bVar2 & 0xc0)" ( (binary_expression "bVar2 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;" if (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) && (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" ( (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" ( (binary_expression "uVar10 & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" ( (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" ( (binary_expression "uVar10 & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (break_statement "break;" break ;)) }))) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" identifier = number_literal) ;) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" identifier = (call_expression "FUN_00143310(lVar4,0xfffd)" identifier (argument_list "(lVar4,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar6 != 0) goto LAB_0017c8c2;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c8c2;" goto statement_identifier ;)) })) (goto_statement "goto LAB_0017c800;" goto statement_identifier ;) })) (labeled_statement "LAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" statement_identifier : (if_statement "if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" if (parenthesized_expression "(pbVar12 < pbVar1)" ( (binary_expression "pbVar12 < pbVar1" identifier < identifier) )) (compound_statement "{\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" { (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" identifier = (cast_expression "(char *)param_1[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;) (expression_statement "pcVar17 = pcVar15;" (assignment_expression "pcVar17 = pcVar15" identifier = identifier) ;) (labeled_statement "LAB_0017c8e7:\n lVar7 = param_1[5];" statement_identifier : (expression_statement "lVar7 = param_1[5];" (assignment_expression "lVar7 = param_1[5]" identifier = (subscript_expression "param_1[5]" identifier [ number_literal ])) ;)) (if_statement "if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" if (parenthesized_expression "((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15)" ( (binary_expression "(long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15" (cast_expression "(long)((int)lVar7 + -4)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)lVar7 + -4)" ( (binary_expression "(int)lVar7 + -4" (cast_expression "(int)lVar7" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) ))) <= (binary_expression "(long)pcVar17 - (long)pcVar15" (cast_expression "(long)pcVar17" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pcVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) )) (compound_statement "{\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" { (expression_statement "iVar6 = FUN_0014f200();" (assignment_expression "iVar6 = FUN_0014f200()" identifier = (call_expression "FUN_0014f200()" identifier (argument_list "()" ( )))) ;) (if_statement "if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }" if (parenthesized_expression "((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0))" ( (binary_expression "(iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) || (parenthesized_expression "(iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" ( (comma_expression "iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "iVar6 = (int)lVar7 + 0x40" identifier = (binary_expression "(int)lVar7 + 0x40" (cast_expression "(int)lVar7" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) , (comma_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" identifier = (call_expression "FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" identifier (argument_list "(pcVar15,(long)iVar6,extraout_RDX,iVar6)" ( identifier , (cast_expression "(long)iVar6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) , identifier , identifier )))) , (binary_expression "lVar7 == 0" identifier == number_literal))) ))) )) (compound_statement "{\n return 7;\n }" { (return_statement "return 7;" return number_literal ;) })) (expression_statement "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40;" (assignment_expression "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40" (pointer_expression "*(int *)(param_1 + 5)" * (cast_expression "(int *)(param_1 + 5)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 5)" ( (binary_expression "param_1 + 5" identifier + number_literal) )))) = (binary_expression "(int)param_1[5] + 0x40" (cast_expression "(int)param_1[5]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[5]" identifier [ number_literal ])) + number_literal)) ;) (expression_statement "lVar5 = param_1[4];" (assignment_expression "lVar5 = param_1[4]" identifier = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "param_1[4] = lVar7;" (assignment_expression "param_1[4] = lVar7" (subscript_expression "param_1[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pcVar17 = pcVar17 + (lVar7 - lVar5);" (assignment_expression "pcVar17 = pcVar17 + (lVar7 - lVar5)" identifier = (binary_expression "pcVar17 + (lVar7 - lVar5)" identifier + (parenthesized_expression "(lVar7 - lVar5)" ( (binary_expression "lVar7 - lVar5" identifier - identifier) )))) ;) })) (if_statement "if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" if (parenthesized_expression "(0x7f < (int)uVar10)" ( (binary_expression "0x7f < (int)uVar10" number_literal < (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" { (if_statement "if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" if (parenthesized_expression "((int)uVar10 < 0x10000)" ( (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" { (expression_statement "uVar13 = 0x3f1;" (assignment_expression "uVar13 = 0x3f1" identifier = number_literal) ;) (expression_statement "lVar7 = -1;" (assignment_expression "lVar7 = -1" identifier = number_literal) ;) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" identifier = number_literal) ;) (expression_statement "iVar6 = 0xa2;" (assignment_expression "iVar6 = 0xa2" identifier = number_literal) ;) (expression_statement "iVar9 = 0xa2;" (assignment_expression "iVar9 = 0xa2" identifier = number_literal) ;) (do_statement "do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );" do (compound_statement "{\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n }" { (expression_statement "iVar9 = iVar9 >> 1;" (assignment_expression "iVar9 = iVar9 >> 1" identifier = (binary_expression "iVar9 >> 1" identifier >> number_literal)) ;) (if_statement "if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" if (parenthesized_expression "((int)(uVar10 - uVar13) < 0)" ( (binary_expression "(int)(uVar10 - uVar13) < 0" (cast_expression "(int)(uVar10 - uVar13)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar10 - uVar13)" ( (binary_expression "uVar10 - uVar13" identifier - identifier) ))) < number_literal) )) (compound_statement "{\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" { (expression_statement "iVar6 = iVar9 + -1;" (assignment_expression "iVar6 = iVar9 + -1" identifier = (binary_expression "iVar9 + -1" identifier + number_literal)) ;) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar6 < iVar14)" ( (binary_expression "iVar6 < iVar14" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }) (else_clause "else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" else (compound_statement "{\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" { (expression_statement "iVar14 = iVar9 + 1;" (assignment_expression "iVar14 = iVar9 + 1" identifier = (binary_expression "iVar9 + 1" identifier + number_literal)) ;) (expression_statement "lVar7 = (long)iVar9;" (assignment_expression "lVar7 = (long)iVar9" identifier = (cast_expression "(long)iVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" if (parenthesized_expression "(iVar6 < iVar14)" ( (binary_expression "iVar6 < iVar14" identifier < identifier) )) (goto_statement "goto LAB_0017c9f4;" goto statement_identifier ;)) }))) (expression_statement "iVar9 = iVar6 + iVar14;" (assignment_expression "iVar9 = iVar6 + iVar14" identifier = (binary_expression "iVar6 + iVar14" identifier + identifier)) ;) (expression_statement "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);" (assignment_expression "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" identifier = (pointer_expression "*(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" * (cast_expression "(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" ( (binary_expression "&DAT_002195a0 + (long)(iVar9 >> 1) * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "(long)(iVar9 >> 1) * 4" (cast_expression "(long)(iVar9 >> 1)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "(iVar9 >> 1)" ( (binary_expression "iVar9 >> 1" identifier >> number_literal) ))) * number_literal)) ))))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) })) (if_statement "if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }" if (parenthesized_expression "(uVar10 - 0x10400 < 0x28)" ( (binary_expression "uVar10 - 0x10400 < 0x28" (binary_expression "uVar10 - 0x10400" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar10 = uVar10 + 0x28;\n }" { (expression_statement "uVar10 = uVar10 + 0x28;" (assignment_expression "uVar10 = uVar10 + 0x28" identifier = (binary_expression "uVar10 + 0x28" identifier + number_literal)) ;) })) (goto_statement "goto LAB_0017cbb1;" goto statement_identifier ;) })) (if_statement "if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" if (parenthesized_expression "(uVar10 - 0x41 < 0x1a)" ( (binary_expression "uVar10 - 0x41 < 0x1a" (binary_expression "uVar10 - 0x41" identifier - number_literal) < number_literal) )) (compound_statement "{\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" { (expression_statement "uVar10 = uVar10 + 0x20;" (assignment_expression "uVar10 = uVar10 + 0x20" identifier = (binary_expression "uVar10 + 0x20" identifier + number_literal)) ;) (goto_statement "goto LAB_0017c94b;" goto statement_identifier ;) })) (if_statement "if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" if (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" { (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" * identifier) = (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" identifier = (binary_expression "pcVar17 + 1" identifier + number_literal)) ;) })) (goto_statement "goto LAB_0017c953;" goto statement_identifier ;) }))) })) (return_statement "return 0x65;" return number_literal ;) (labeled_statement "LAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);" statement_identifier : (expression_statement "iVar6 = *(int *)(lVar4 + 8);" (assignment_expression "iVar6 = *(int *)(lVar4 + 8)" identifier = (pointer_expression "*(int *)(lVar4 + 8)" * (cast_expression "(int *)(lVar4 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + 8)" ( (binary_expression "lVar4 + 8" identifier + number_literal) ))))) ;)) (if_statement "if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" if (parenthesized_expression "(((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0))" ( (binary_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" (parenthesized_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))" ( (binary_expression "(int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" ( (binary_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (subscript_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4]" (call_expression "(uint)(byte)(&UNK_002195a3)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&UNK_002195a3)" ( (pointer_expression "&UNK_002195a3" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) + (binary_expression "(uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" ( (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "lVar7 * 4" identifier * number_literal)) ))))) )))) )) && (parenthesized_expression "(((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" ( (binary_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0" (parenthesized_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))" ( (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&UNK_002195a2)" ( (pointer_expression "&UNK_002195a2" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) & number_literal) & (parenthesized_expression "(*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" ( (binary_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10" (pointer_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4)" * (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" ( (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" & identifier) + (binary_expression "lVar7 * 4" identifier * number_literal)) )))) ^ identifier) ))) )) == number_literal) ))) )) (compound_statement "{\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }" { (expression_statement "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;" (assignment_expression "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" identifier = (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10" (pointer_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" * (cast_expression "(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" ( (type_descriptor "ushort *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" ( (binary_expression "&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (pointer_expression "&DAT_00219500" & identifier) + (binary_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (call_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" ( (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] >> 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&UNK_002195a2)" ( (pointer_expression "&UNK_002195a2" & identifier) ))) [ (binary_expression "lVar7 * 4" identifier * number_literal) ]) >> number_literal) ))) * number_literal)) )))) + identifier) & number_literal)) ;) (if_statement "if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (compound_statement "{\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" { (labeled_statement "LAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" statement_identifier : (expression_statement "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" (assignment_expression "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2)" identifier = (call_expression "FUN_00130ca0(uVar10,iVar6 == 2)" identifier (argument_list "(uVar10,iVar6 == 2)" ( identifier , (binary_expression "iVar6 == 2" identifier == number_literal) )))) ;)) })) (labeled_statement "LAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" statement_identifier : (if_statement "if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" if (parenthesized_expression "(uVar10 != 0)" ( (binary_expression "uVar10 != 0" identifier != number_literal) )) (compound_statement "{\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" { (if_statement "if (0x7f < (int)uVar10) goto LAB_0017ca21;" if (parenthesized_expression "(0x7f < (int)uVar10)" ( (binary_expression "0x7f < (int)uVar10" number_literal < (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier)) )) (goto_statement "goto LAB_0017ca21;" goto statement_identifier ;)) (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" * identifier) = (cast_expression "(char)uVar10" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" identifier = (binary_expression "pcVar17 + 1" identifier + number_literal)) ;) }))) }) (else_clause "else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" else (compound_statement "{\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" { (if_statement "if (iVar6 != 0) goto LAB_0017cc47;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017cc47;" goto statement_identifier ;)) (labeled_statement "LAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" statement_identifier : (expression_statement "cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "cVar8 = ((byte)uVar10 & 0x3f) + 0x80" identifier = (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;)) (expression_statement "bVar2 = (byte)((int)uVar10 >> 6);" (assignment_expression "bVar2 = (byte)((int)uVar10 >> 6)" identifier = (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 6)" ( (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) )))) ;) (if_statement "if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" if (parenthesized_expression "((int)uVar10 < 0x800)" ( (binary_expression "(int)uVar10 < 0x800" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }" { (expression_statement "pcVar17[1] = cVar8;" (assignment_expression "pcVar17[1] = cVar8" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*pcVar17 = bVar2 - 0x40;" (assignment_expression "*pcVar17 = bVar2 - 0x40" (pointer_expression "*pcVar17" * identifier) = (binary_expression "bVar2 - 0x40" identifier - number_literal)) ;) (expression_statement "pcVar17 = pcVar17 + 2;" (assignment_expression "pcVar17 = pcVar17 + 2" identifier = (binary_expression "pcVar17 + 2" identifier + number_literal)) ;) }) (else_clause "else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" else (if_statement "if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" if (parenthesized_expression "((int)uVar10 < 0x10000)" ( (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }" { (expression_statement "pcVar17[1] = (bVar2 & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = (bVar2 & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = (binary_expression "(bVar2 & 0x3f) + 0x80" (parenthesized_expression "(bVar2 & 0x3f)" ( (binary_expression "bVar2 & 0x3f" identifier & number_literal) )) + number_literal)) ;) (expression_statement "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;" (assignment_expression "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20" (pointer_expression "*pcVar17" * identifier) = (binary_expression "(char)((int)uVar10 >> 0xc) + -0x20" (cast_expression "(char)((int)uVar10 >> 0xc)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "((int)uVar10 >> 0xc)" ( (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) + number_literal)) ;) (expression_statement "pcVar17[2] = cVar8;" (assignment_expression "pcVar17[2] = cVar8" (subscript_expression "pcVar17[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "pcVar17 = pcVar17 + 3;" (assignment_expression "pcVar17 = pcVar17 + 3" identifier = (binary_expression "pcVar17 + 3" identifier + number_literal)) ;) }) (else_clause "else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" else (compound_statement "{\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" { (labeled_statement "LAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" statement_identifier : (expression_statement "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" (assignment_expression "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (pointer_expression "*pcVar17" * identifier) = (binary_expression "((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (parenthesized_expression "((byte)((int)uVar10 >> 0x12) & 7)" ( (binary_expression "(byte)((int)uVar10 >> 0x12) & 7" (call_expression "(byte)((int)uVar10 >> 0x12)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 0x12)" ( (binary_expression "(int)uVar10 >> 0x12" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) - number_literal)) ;)) (expression_statement "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" identifier [ number_literal ]) = (binary_expression "((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 0xc) & 0x3f)" ( (binary_expression "(byte)((int)uVar10 >> 0xc) & 0x3f" (call_expression "(byte)((int)uVar10 >> 0xc)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 0xc)" ( (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80" (subscript_expression "pcVar17[3]" identifier [ number_literal ]) = (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" ( (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;" (assignment_expression "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (subscript_expression "pcVar17[2]" identifier [ number_literal ]) = (binary_expression "((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 6) & 0x3f)" ( (binary_expression "(byte)((int)uVar10 >> 6) & 0x3f" (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((int)uVar10 >> 6)" ( (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal) ))) & number_literal) )) + number_literal)) ;) (expression_statement "pcVar17 = pcVar17 + 4;" (assignment_expression "pcVar17 = pcVar17 + 4" identifier = (binary_expression "pcVar17 + 4" identifier + number_literal)) ;) }))))) }))) (labeled_statement "LAB_0017c953:\n iVar6 = (int)pbVar16;" statement_identifier : (expression_statement "iVar6 = (int)pbVar16;" (assignment_expression "iVar6 = (int)pbVar16" identifier = (cast_expression "(int)pbVar16" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (if_statement "if (pbVar1 <= pbVar16) goto LAB_0017cb28;" if (parenthesized_expression "(pbVar1 <= pbVar16)" ( (binary_expression "pbVar1 <= pbVar16" identifier <= identifier) )) (goto_statement "goto LAB_0017cb28;" goto statement_identifier ;)) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" identifier = (pointer_expression "*pbVar16" * identifier)) ;) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" identifier = (cast_expression "(uint)bVar2" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "pbVar11 = pbVar16 + 1;" (assignment_expression "pbVar11 = pbVar16 + 1" identifier = (binary_expression "pbVar16 + 1" identifier + number_literal)) ;) (if_statement "if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" if (parenthesized_expression "(bVar2 < 0xc0)" ( (binary_expression "bVar2 < 0xc0" identifier < number_literal) )) (compound_statement "{\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }" { (expression_statement "iVar6 = FUN_00143310(lVar4,bVar2);" (assignment_expression "iVar6 = FUN_00143310(lVar4,bVar2)" identifier = (call_expression "FUN_00143310(lVar4,bVar2)" identifier (argument_list "(lVar4,bVar2)" ( identifier , identifier )))) ;) (labeled_statement "joined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;" statement_identifier : (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;))) }) (else_clause "else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" else (compound_statement "{\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" { (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" identifier = (subscript_expression "(uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(byte)" ( identifier ))) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ])) ;) (if_statement "if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" if (parenthesized_expression "((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80))" ( (binary_expression "(pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar11)" ( (binary_expression "pbVar1 == pbVar11" identifier == identifier) )) || (parenthesized_expression "(bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" ( (comma_expression "bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80" (assignment_expression "bVar3 = pbVar16[1]" identifier = (subscript_expression "pbVar16[1]" identifier [ number_literal ])) , (binary_expression "(bVar3 & 0xc0) != 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }" { (if_statement "if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;" if (parenthesized_expression "(0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0])" ( (binary_expression "0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]" number_literal < (subscript_expression "(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(byte)(&DAT_00220660)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(&DAT_00220660)" ( (pointer_expression "&DAT_00220660" & identifier) ))) [ (binary_expression "bVar2 - 0xc0" identifier - number_literal) ])) )) (goto_statement "goto LAB_0017caea;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" else (compound_statement "{\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" { (do_statement "do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);" do (compound_statement "{\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n }" { (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" identifier = (binary_expression "pbVar11 + 1" identifier + number_literal)) ;) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f)" identifier = (binary_expression "uVar10 * 0x40 + (bVar3 & 0x3f)" (binary_expression "uVar10 * 0x40" identifier * number_literal) + (parenthesized_expression "(bVar3 & 0x3f)" ( (binary_expression "bVar3 & 0x3f" identifier & number_literal) )))) ;) (if_statement "if (pbVar1 == pbVar11) break;" if (parenthesized_expression "(pbVar1 == pbVar11)" ( (binary_expression "pbVar1 == pbVar11" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar3 = *pbVar11;" (assignment_expression "bVar3 = *pbVar11" identifier = (pointer_expression "*pbVar11" * identifier)) ;) }) while (parenthesized_expression "((bVar3 & 0xc0) == 0x80)" ( (binary_expression "(bVar3 & 0xc0) == 0x80" (parenthesized_expression "(bVar3 & 0xc0)" ( (binary_expression "bVar3 & 0xc0" identifier & number_literal) )) == number_literal) )) ;) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" if (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" ( (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" ( (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" ( (binary_expression "0x7f < uVar10" number_literal < identifier) )) && (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" ( (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" ( (binary_expression "uVar10 & 0xfffff800" identifier & number_literal) )) != number_literal) ))) )) && (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" ( (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" ( (binary_expression "uVar10 & 0xfffffffe" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" { (labeled_statement "LAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);" statement_identifier : (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" identifier = (call_expression "FUN_00143310(lVar4,uVar10)" identifier (argument_list "(lVar4,uVar10)" ( identifier , identifier )))) ;)) (if_statement "if (iVar6 != 0) goto LAB_0017c986;" if (parenthesized_expression "(iVar6 != 0)" ( (binary_expression "iVar6 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0017c986;" goto statement_identifier ;)) (if_statement "if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" if (parenthesized_expression "(0x31 < uVar10 - 0x300)" ( (binary_expression "0x31 < uVar10 - 0x300" number_literal < (binary_expression "uVar10 - 0x300" identifier - number_literal)) )) (compound_statement "{\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" { (labeled_statement "LAB_0017cb20:\n iVar6 = (int)pbVar11;" statement_identifier : (expression_statement "iVar6 = (int)pbVar11;" (assignment_expression "iVar6 = (int)pbVar11" identifier = (cast_expression "(int)pbVar11" ( (type_descriptor "int" primitive_type) ) identifier)) ;)) (labeled_statement "LAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" statement_identifier : (expression_statement "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" (assignment_expression "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1]" (pointer_expression "*(int *)((long)param_1 + 0x14)" * (cast_expression "(int *)((long)param_1 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + 0x14)" ( (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "iVar6 - (int)param_1[1]" identifier - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;)) (expression_statement "*param_2 = param_1[4];" (assignment_expression "*param_2 = param_1[4]" (pointer_expression "*param_2" * identifier) = (subscript_expression "param_1[4]" identifier [ number_literal ])) ;) (expression_statement "*param_3 = (int)pcVar17 - (int)param_1[4];" (assignment_expression "*param_3 = (int)pcVar17 - (int)param_1[4]" (pointer_expression "*param_3" * identifier) = (binary_expression "(int)pcVar17 - (int)param_1[4]" (cast_expression "(int)pcVar17" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[4]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[4]" identifier [ number_literal ])))) ;) (expression_statement "*param_4 = (int)pbVar12 - (int)param_1[1];" (assignment_expression "*param_4 = (int)pbVar12 - (int)param_1[1]" (pointer_expression "*param_4" * identifier) = (binary_expression "(int)pbVar12 - (int)param_1[1]" (cast_expression "(int)pbVar12" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) (expression_statement "*param_5 = (int)pbVar16 - (int)param_1[1];" (assignment_expression "*param_5 = (int)pbVar16 - (int)param_1[1]" (pointer_expression "*param_5" * identifier) = (binary_expression "(int)pbVar16 - (int)param_1[1]" (cast_expression "(int)pbVar16" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_1[1]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))) ;) (expression_statement "lVar4 = param_1[3];" (assignment_expression "lVar4 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "*(int *)(param_1 + 3) = (int)lVar4 + 1;" (assignment_expression "*(int *)(param_1 + 3) = (int)lVar4 + 1" (pointer_expression "*(int *)(param_1 + 3)" * (cast_expression "(int *)(param_1 + 3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = (binary_expression "(int)lVar4 + 1" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) (expression_statement "*param_6 = (int)lVar4;" (assignment_expression "*param_6 = (int)lVar4" (pointer_expression "*param_6" * identifier) = (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "iVar6 = FUN_00143360(uVar10);" (assignment_expression "iVar6 = FUN_00143360(uVar10)" identifier = (call_expression "FUN_00143360(uVar10)" identifier (argument_list "(uVar10)" ( identifier )))) ;) (goto_statement "goto joined_r0x0017c980;" goto statement_identifier ;) })) }))) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" identifier = (call_expression "FUN_00143310(lVar4,0xfffd)" identifier (argument_list "(lVar4,0xfffd)" ( identifier , number_literal )))) ;) (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" if (parenthesized_expression "(iVar6 == 0)" ( (binary_expression "iVar6 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0017cb20;" goto statement_identifier ;)) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" identifier = number_literal) ;) }))) (labeled_statement "LAB_0017c986:\n pcVar15 = (char *)param_1[4];" statement_identifier : (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" identifier = (cast_expression "(char *)param_1[4]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[4]" identifier [ number_literal ]))) ;)) (expression_statement "pbVar16 = pbVar11;" (assignment_expression "pbVar16 = pbVar11" identifier = identifier) ;) (goto_statement "goto LAB_0017c8e7;" goto statement_identifier ;) })))
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))))) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (pointer_expression * IDENT)) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (break_statement break ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT - LIT) ])) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (break_statement break ;)) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (break_statement break ;)) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) })) (goto_statement goto statement_identifier ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;)) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) ))) <= (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT)) , (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) , IDENT , IDENT )))) , (binary_expression IDENT == LIT))) ))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) + LIT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT - IDENT) )))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression IDENT >> LIT) ))) * LIT)) ))))) ;) }) while (parenthesized_expression ( BOOL )) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (goto_statement goto statement_identifier ;) }))) })) (return_statement return LIT ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (subscript_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT * LIT) ]) + (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression IDENT * LIT)) ))))) )))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (subscript_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT * LIT) ]) & LIT) & (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression IDENT * LIT)) )))) ^ IDENT) ))) )) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (subscript_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT * LIT) ]) >> LIT) ))) * LIT)) )))) + IDENT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT == LIT) )))) ;)) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) + LIT)) ;)) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT - LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) & LIT) )) - LIT)) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) & LIT) )) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) ))) & LIT) )) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))))) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT - LIT) ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == IDENT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT)) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression LIT < (subscript_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (pointer_expression & IDENT) ))) [ (binary_expression IDENT - LIT) ])) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + (parenthesized_expression ( (binary_expression IDENT & LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT - LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = (binary_expression IDENT - (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })))
(function_definition "undefined8\nFUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)\n\n{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" (type_identifier "undefined8") (function_declarator "FUN_0017c790(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" (identifier "FUN_0017c790") (parameter_list "(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "int *param_4" (primitive_type "int") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "int *param_5" (primitive_type "int") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "int *param_6" (primitive_type "int") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) () ")"))) (compound_statement "{\n byte *pbVar1;\n byte bVar2;\n byte bVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n char cVar8;\n int iVar9;\n undefined8 extraout_RDX;\n uint uVar10;\n byte *pbVar11;\n byte *pbVar12;\n ushort uVar13;\n int iVar14;\n char *pcVar15;\n byte *pbVar16;\n char *pcVar17;\n \n lVar4 = *param_1;\n pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));\n pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);\n if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }\n return 0x65;\nLAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);\n if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }\nLAB_0017c953:\n iVar6 = (int)pbVar16;\n if (pbVar1 <= pbVar16) goto LAB_0017cb28;\n bVar2 = *pbVar16;\n uVar10 = (uint)bVar2;\n pbVar11 = pbVar16 + 1;\n if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }\nLAB_0017c986:\n pcVar15 = (char *)param_1[4];\n pbVar16 = pbVar11;\n goto LAB_0017c8e7;\n}" ({ "{") (declaration "byte *pbVar1;" (type_identifier "byte") (pointer_declarator "*pbVar1" (* "*") (identifier "pbVar1")) (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "char cVar8;" (primitive_type "char") (identifier "cVar8") (; ";")) (declaration "int iVar9;" (primitive_type "int") (identifier "iVar9") (; ";")) (declaration "undefined8 extraout_RDX;" (type_identifier "undefined8") (identifier "extraout_RDX") (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "byte *pbVar11;" (type_identifier "byte") (pointer_declarator "*pbVar11" (* "*") (identifier "pbVar11")) (; ";")) (declaration "byte *pbVar12;" (type_identifier "byte") (pointer_declarator "*pbVar12" (* "*") (identifier "pbVar12")) (; ";")) (declaration "ushort uVar13;" (type_identifier "ushort") (identifier "uVar13") (; ";")) (declaration "int iVar14;" (primitive_type "int") (identifier "iVar14") (; ";")) (declaration "char *pcVar15;" (primitive_type "char") (pointer_declarator "*pcVar15" (* "*") (identifier "pcVar15")) (; ";")) (declaration "byte *pbVar16;" (type_identifier "byte") (pointer_declarator "*pbVar16" (* "*") (identifier "pbVar16")) (; ";")) (declaration "char *pcVar17;" (primitive_type "char") (pointer_declarator "*pcVar17" (* "*") (identifier "pcVar17")) (; ";")) (expression_statement "lVar4 = *param_1;" (assignment_expression "lVar4 = *param_1" (identifier "lVar4") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14));" (assignment_expression "pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" (identifier "pbVar12") (= "=") (cast_expression "(byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + (long)*(int *)((long)param_1 + 0x14))" (( "(") (binary_expression "param_1[1] + (long)*(int *)((long)param_1 + 0x14)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (cast_expression "(long)*(int *)((long)param_1 + 0x14)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (pointer_expression "*(int *)((long)param_1 + 0x14)" (* "*") (cast_expression "(int *)((long)param_1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))))) () ")")))) (; ";")) (expression_statement "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]);" (assignment_expression "pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2])" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(param_1[1] + (long)(int)param_1[2])" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[1] + (long)(int)param_1[2])" (( "(") (binary_expression "param_1[1] + (long)(int)param_1[2]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (+ "+") (cast_expression "(long)(int)param_1[2]" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)param_1[2]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))))) () ")")))) (; ";")) (if_statement "if (pbVar12 < pbVar1) {\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" (if "if") (parenthesized_expression "(pbVar12 < pbVar1)" (( "(") (binary_expression "pbVar12 < pbVar1" (identifier "pbVar12") (< "<") (identifier "pbVar1")) () ")")) (compound_statement "{\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (0xbf < *pbVar12) goto LAB_0017c82e;\nLAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }\nLAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }\n }" ({ "{") (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" (identifier "uVar10") (= "=") (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar12"))) (; ";")) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" (identifier "pbVar16") (= "=") (binary_expression "pbVar12 + 1" (identifier "pbVar12") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (0xbf < *pbVar12) goto LAB_0017c82e;" (if "if") (parenthesized_expression "(0xbf < *pbVar12)" (( "(") (binary_expression "0xbf < *pbVar12" (number_literal "0xbf") (< "<") (pointer_expression "*pbVar12" (* "*") (identifier "pbVar12"))) () ")")) (goto_statement "goto LAB_0017c82e;" (goto "goto") (statement_identifier "LAB_0017c82e") (; ";"))) (labeled_statement "LAB_0017c800:\n iVar6 = FUN_00143310(lVar4,uVar10);" (statement_identifier "LAB_0017c800") (: ":") (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" (identifier "iVar6") (= "=") (call_expression "FUN_00143310(lVar4,uVar10)" (identifier "FUN_00143310") (argument_list "(lVar4,uVar10)" (( "(") (identifier "lVar4") (, ",") (identifier "uVar10") () ")")))) (; ";"))) (if_statement "if (iVar6 == 0) {\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }\n goto LAB_0017c800;\n }" ({ "{") (while_statement "while( true ) {\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n pbVar12 = pbVar16;\n if (pbVar1 <= pbVar12) {\n return 0x65;\n }\n uVar10 = (uint)*pbVar12;\n pbVar16 = pbVar12 + 1;\n if (uVar10 < 0xc0) break;\nLAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];\n if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }\n uVar10 = 0xfffd;\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 != 0) goto LAB_0017c8c2;\n }" ({ "{") (expression_statement "pbVar12 = pbVar16;" (assignment_expression "pbVar12 = pbVar16" (identifier "pbVar12") (= "=") (identifier "pbVar16")) (; ";")) (if_statement "if (pbVar1 <= pbVar12) {\n return 0x65;\n }" (if "if") (parenthesized_expression "(pbVar1 <= pbVar12)" (( "(") (binary_expression "pbVar1 <= pbVar12" (identifier "pbVar1") (<= "<=") (identifier "pbVar12")) () ")")) (compound_statement "{\n return 0x65;\n }" ({ "{") (return_statement "return 0x65;" (return "return") (number_literal "0x65") (; ";")) (} "}"))) (expression_statement "uVar10 = (uint)*pbVar12;" (assignment_expression "uVar10 = (uint)*pbVar12" (identifier "uVar10") (= "=") (binary_expression "(uint)*pbVar12" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar12"))) (; ";")) (expression_statement "pbVar16 = pbVar12 + 1;" (assignment_expression "pbVar16 = pbVar12 + 1" (identifier "pbVar16") (= "=") (binary_expression "pbVar12 + 1" (identifier "pbVar12") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (uVar10 < 0xc0) break;" (if "if") (parenthesized_expression "(uVar10 < 0xc0)" (( "(") (binary_expression "uVar10 < 0xc0" (identifier "uVar10") (< "<") (number_literal "0xc0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_0017c82e:\n uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" (statement_identifier "LAB_0017c82e") (: ":") (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" (identifier "uVar10") (= "=") (subscript_expression "(uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(byte)" (( "(") (identifier "byte") () ")"))) (argument_list "(&DAT_00220660)" (( "(") (pointer_expression "&DAT_00220660" (& "&") (identifier "DAT_00220660")) () ")"))) ([ "[") (binary_expression "uVar10 - 0xc0" (identifier "uVar10") (- "-") (number_literal "0xc0")) (] "]"))) (; ";"))) (if_statement "if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) {\n if (0x7f < uVar10) break;\n }\n else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" (if "if") (parenthesized_expression "((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80))" (( "(") (binary_expression "(pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar16)" (( "(") (binary_expression "pbVar1 == pbVar16" (identifier "pbVar1") (== "==") (identifier "pbVar16")) () ")")) (|| "||") (parenthesized_expression "(bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)" (( "(") (comma_expression "bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80" (assignment_expression "bVar2 = pbVar12[1]" (identifier "bVar2") (= "=") (subscript_expression "pbVar12[1]" (identifier "pbVar12") ([ "[") (number_literal "1") (] "]"))) (, ",") (binary_expression "(bVar2 & 0xc0) != 0x80" (parenthesized_expression "(bVar2 & 0xc0)" (( "(") (binary_expression "bVar2 & 0xc0" (identifier "bVar2") (& "&") (number_literal "0xc0")) () ")")) (!= "!=") (number_literal "0x80"))) () ")"))) () ")")) (compound_statement "{\n if (0x7f < uVar10) break;\n }" ({ "{") (if_statement "if (0x7f < uVar10) break;" (if "if") (parenthesized_expression "(0x7f < uVar10)" (( "(") (binary_expression "0x7f < uVar10" (number_literal "0x7f") (< "<") (identifier "uVar10")) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")) (else_clause "else {\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" (else "else") (compound_statement "{\n do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;\n }" ({ "{") (do_statement "do {\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n } while ((bVar2 & 0xc0) == 0x80);" (do "do") (compound_statement "{\n pbVar16 = pbVar16 + 1;\n uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);\n if (pbVar1 == pbVar16) break;\n bVar2 = *pbVar16;\n }" ({ "{") (expression_statement "pbVar16 = pbVar16 + 1;" (assignment_expression "pbVar16 = pbVar16 + 1" (identifier "pbVar16") (= "=") (binary_expression "pbVar16 + 1" (identifier "pbVar16") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f)" (identifier "uVar10") (= "=") (binary_expression "uVar10 * 0x40 + (bVar2 & 0x3f)" (binary_expression "uVar10 * 0x40" (identifier "uVar10") (* "*") (number_literal "0x40")) (+ "+") (parenthesized_expression "(bVar2 & 0x3f)" (( "(") (binary_expression "bVar2 & 0x3f" (identifier "bVar2") (& "&") (number_literal "0x3f")) () ")")))) (; ";")) (if_statement "if (pbVar1 == pbVar16) break;" (if "if") (parenthesized_expression "(pbVar1 == pbVar16)" (( "(") (binary_expression "pbVar1 == pbVar16" (identifier "pbVar1") (== "==") (identifier "pbVar16")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" (identifier "bVar2") (= "=") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((bVar2 & 0xc0) == 0x80)" (( "(") (binary_expression "(bVar2 & 0xc0) == 0x80" (parenthesized_expression "(bVar2 & 0xc0)" (( "(") (binary_expression "bVar2 & 0xc0" (identifier "bVar2") (& "&") (number_literal "0xc0")) () ")")) (== "==") (number_literal "0x80")) () ")")) (; ";")) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) break;" (if "if") (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" (( "(") (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" (( "(") (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" (( "(") (binary_expression "0x7f < uVar10" (number_literal "0x7f") (< "<") (identifier "uVar10")) () ")")) (&& "&&") (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" (( "(") (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" (( "(") (binary_expression "uVar10 & 0xfffff800" (identifier "uVar10") (& "&") (number_literal "0xfffff800")) () ")")) (!= "!=") (number_literal "0xd800")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" (( "(") (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" (( "(") (binary_expression "uVar10 & 0xfffffffe" (identifier "uVar10") (& "&") (number_literal "0xfffffffe")) () ")")) (!= "!=") (number_literal "0xfffe")) () ")"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (} "}")))) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" (identifier "uVar10") (= "=") (number_literal "0xfffd")) (; ";")) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" (identifier "iVar6") (= "=") (call_expression "FUN_00143310(lVar4,0xfffd)" (identifier "FUN_00143310") (argument_list "(lVar4,0xfffd)" (( "(") (identifier "lVar4") (, ",") (number_literal "0xfffd") () ")")))) (; ";")) (if_statement "if (iVar6 != 0) goto LAB_0017c8c2;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017c8c2;" (goto "goto") (statement_identifier "LAB_0017c8c2") (; ";"))) (} "}"))) (goto_statement "goto LAB_0017c800;" (goto "goto") (statement_identifier "LAB_0017c800") (; ";")) (} "}"))) (labeled_statement "LAB_0017c8c2:\n if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" (statement_identifier "LAB_0017c8c2") (: ":") (if_statement "if (pbVar12 < pbVar1) {\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" (if "if") (parenthesized_expression "(pbVar12 < pbVar1)" (( "(") (binary_expression "pbVar12 < pbVar1" (identifier "pbVar12") (< "<") (identifier "pbVar1")) () ")")) (compound_statement "{\n pcVar15 = (char *)param_1[4];\n pcVar17 = pcVar15;\nLAB_0017c8e7:\n lVar7 = param_1[5];\n if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }\n if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }\n if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }\n if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n goto LAB_0017c953;\n }" ({ "{") (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" (identifier "pcVar15") (= "=") (cast_expression "(char *)param_1[4]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")))) (; ";")) (expression_statement "pcVar17 = pcVar15;" (assignment_expression "pcVar17 = pcVar15" (identifier "pcVar17") (= "=") (identifier "pcVar15")) (; ";")) (labeled_statement "LAB_0017c8e7:\n lVar7 = param_1[5];" (statement_identifier "LAB_0017c8e7") (: ":") (expression_statement "lVar7 = param_1[5];" (assignment_expression "lVar7 = param_1[5]" (identifier "lVar7") (= "=") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (; ";"))) (if_statement "if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) {\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" (if "if") (parenthesized_expression "((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15)" (( "(") (binary_expression "(long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15" (cast_expression "(long)((int)lVar7 + -4)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((int)lVar7 + -4)" (( "(") (binary_expression "(int)lVar7 + -4" (cast_expression "(int)lVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar7")) (+ "+") (number_literal "-4")) () ")"))) (<= "<=") (binary_expression "(long)pcVar17 - (long)pcVar15" (cast_expression "(long)pcVar17" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar17")) (- "-") (cast_expression "(long)pcVar15" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pcVar15")))) () ")")) (compound_statement "{\n iVar6 = FUN_0014f200();\n if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }\n *(int *)(param_1 + 5) = (int)param_1[5] + 0x40;\n lVar5 = param_1[4];\n param_1[4] = lVar7;\n pcVar17 = pcVar17 + (lVar7 - lVar5);\n }" ({ "{") (expression_statement "iVar6 = FUN_0014f200();" (assignment_expression "iVar6 = FUN_0014f200()" (identifier "iVar6") (= "=") (call_expression "FUN_0014f200()" (identifier "FUN_0014f200") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if ((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)) {\n return 7;\n }" (if "if") (parenthesized_expression "((iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0))" (( "(") (binary_expression "(iVar6 != 0) ||\n (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0)" (( "(") (comma_expression "iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "iVar6 = (int)lVar7 + 0x40" (identifier "iVar6") (= "=") (binary_expression "(int)lVar7 + 0x40" (cast_expression "(int)lVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar7")) (+ "+") (number_literal "0x40"))) (, ",") (comma_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6),\n lVar7 == 0" (assignment_expression "lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" (identifier "lVar7") (= "=") (call_expression "FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6)" (identifier "FUN_001383c0") (argument_list "(pcVar15,(long)iVar6,extraout_RDX,iVar6)" (( "(") (identifier "pcVar15") (, ",") (cast_expression "(long)iVar6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar6")) (, ",") (identifier "extraout_RDX") (, ",") (identifier "iVar6") () ")")))) (, ",") (binary_expression "lVar7 == 0" (identifier "lVar7") (== "==") (number_literal "0")))) () ")"))) () ")")) (compound_statement "{\n return 7;\n }" ({ "{") (return_statement "return 7;" (return "return") (number_literal "7") (; ";")) (} "}"))) (expression_statement "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40;" (assignment_expression "*(int *)(param_1 + 5) = (int)param_1[5] + 0x40" (pointer_expression "*(int *)(param_1 + 5)" (* "*") (cast_expression "(int *)(param_1 + 5)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 5)" (( "(") (binary_expression "param_1 + 5" (identifier "param_1") (+ "+") (number_literal "5")) () ")")))) (= "=") (binary_expression "(int)param_1[5] + 0x40" (cast_expression "(int)param_1[5]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]"))) (+ "+") (number_literal "0x40"))) (; ";")) (expression_statement "lVar5 = param_1[4];" (assignment_expression "lVar5 = param_1[4]" (identifier "lVar5") (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "param_1[4] = lVar7;" (assignment_expression "param_1[4] = lVar7" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "lVar7")) (; ";")) (expression_statement "pcVar17 = pcVar17 + (lVar7 - lVar5);" (assignment_expression "pcVar17 = pcVar17 + (lVar7 - lVar5)" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + (lVar7 - lVar5)" (identifier "pcVar17") (+ "+") (parenthesized_expression "(lVar7 - lVar5)" (( "(") (binary_expression "lVar7 - lVar5" (identifier "lVar7") (- "-") (identifier "lVar5")) () ")")))) (; ";")) (} "}"))) (if_statement "if (0x7f < (int)uVar10) {\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" (if "if") (parenthesized_expression "(0x7f < (int)uVar10)" (( "(") (binary_expression "0x7f < (int)uVar10" (number_literal "0x7f") (< "<") (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10"))) () ")")) (compound_statement "{\n if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }\n if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }\n goto LAB_0017cbb1;\n }" ({ "{") (if_statement "if ((int)uVar10 < 0x10000) {\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" (if "if") (parenthesized_expression "((int)uVar10 < 0x10000)" (( "(") (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (< "<") (number_literal "0x10000")) () ")")) (compound_statement "{\n uVar13 = 0x3f1;\n lVar7 = -1;\n iVar14 = 0;\n iVar6 = 0xa2;\n iVar9 = 0xa2;\n do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );\n }" ({ "{") (expression_statement "uVar13 = 0x3f1;" (assignment_expression "uVar13 = 0x3f1" (identifier "uVar13") (= "=") (number_literal "0x3f1")) (; ";")) (expression_statement "lVar7 = -1;" (assignment_expression "lVar7 = -1" (identifier "lVar7") (= "=") (number_literal "-1")) (; ";")) (expression_statement "iVar14 = 0;" (assignment_expression "iVar14 = 0" (identifier "iVar14") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar6 = 0xa2;" (assignment_expression "iVar6 = 0xa2" (identifier "iVar6") (= "=") (number_literal "0xa2")) (; ";")) (expression_statement "iVar9 = 0xa2;" (assignment_expression "iVar9 = 0xa2" (identifier "iVar9") (= "=") (number_literal "0xa2")) (; ";")) (do_statement "do {\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n } while( true );" (do "do") (compound_statement "{\n iVar9 = iVar9 >> 1;\n if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n iVar9 = iVar6 + iVar14;\n uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);\n }" ({ "{") (expression_statement "iVar9 = iVar9 >> 1;" (assignment_expression "iVar9 = iVar9 >> 1" (identifier "iVar9") (= "=") (binary_expression "iVar9 >> 1" (identifier "iVar9") (>> ">>") (number_literal "1"))) (; ";")) (if_statement "if ((int)(uVar10 - uVar13) < 0) {\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }\n else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" (if "if") (parenthesized_expression "((int)(uVar10 - uVar13) < 0)" (( "(") (binary_expression "(int)(uVar10 - uVar13) < 0" (cast_expression "(int)(uVar10 - uVar13)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(uVar10 - uVar13)" (( "(") (binary_expression "uVar10 - uVar13" (identifier "uVar10") (- "-") (identifier "uVar13")) () ")"))) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n iVar6 = iVar9 + -1;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" ({ "{") (expression_statement "iVar6 = iVar9 + -1;" (assignment_expression "iVar6 = iVar9 + -1" (identifier "iVar6") (= "=") (binary_expression "iVar9 + -1" (identifier "iVar9") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" (if "if") (parenthesized_expression "(iVar6 < iVar14)" (( "(") (binary_expression "iVar6 < iVar14" (identifier "iVar6") (< "<") (identifier "iVar14")) () ")")) (goto_statement "goto LAB_0017c9f4;" (goto "goto") (statement_identifier "LAB_0017c9f4") (; ";"))) (} "}")) (else_clause "else {\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" (else "else") (compound_statement "{\n iVar14 = iVar9 + 1;\n lVar7 = (long)iVar9;\n if (iVar6 < iVar14) goto LAB_0017c9f4;\n }" ({ "{") (expression_statement "iVar14 = iVar9 + 1;" (assignment_expression "iVar14 = iVar9 + 1" (identifier "iVar14") (= "=") (binary_expression "iVar9 + 1" (identifier "iVar9") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar7 = (long)iVar9;" (assignment_expression "lVar7 = (long)iVar9" (identifier "lVar7") (= "=") (cast_expression "(long)iVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar9"))) (; ";")) (if_statement "if (iVar6 < iVar14) goto LAB_0017c9f4;" (if "if") (parenthesized_expression "(iVar6 < iVar14)" (( "(") (binary_expression "iVar6 < iVar14" (identifier "iVar6") (< "<") (identifier "iVar14")) () ")")) (goto_statement "goto LAB_0017c9f4;" (goto "goto") (statement_identifier "LAB_0017c9f4") (; ";"))) (} "}")))) (expression_statement "iVar9 = iVar6 + iVar14;" (assignment_expression "iVar9 = iVar6 + iVar14" (identifier "iVar9") (= "=") (binary_expression "iVar6 + iVar14" (identifier "iVar6") (+ "+") (identifier "iVar14"))) (; ";")) (expression_statement "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4);" (assignment_expression "uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" (identifier "uVar13") (= "=") (pointer_expression "*(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" (* "*") (cast_expression "(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_002195a0 + (long)(iVar9 >> 1) * 4)" (( "(") (binary_expression "&DAT_002195a0 + (long)(iVar9 >> 1) * 4" (pointer_expression "&DAT_002195a0" (& "&") (identifier "DAT_002195a0")) (+ "+") (binary_expression "(long)(iVar9 >> 1) * 4" (cast_expression "(long)(iVar9 >> 1)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "(iVar9 >> 1)" (( "(") (binary_expression "iVar9 >> 1" (identifier "iVar9") (>> ">>") (number_literal "1")) () ")"))) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) (if_statement "if (uVar10 - 0x10400 < 0x28) {\n uVar10 = uVar10 + 0x28;\n }" (if "if") (parenthesized_expression "(uVar10 - 0x10400 < 0x28)" (( "(") (binary_expression "uVar10 - 0x10400 < 0x28" (binary_expression "uVar10 - 0x10400" (identifier "uVar10") (- "-") (number_literal "0x10400")) (< "<") (number_literal "0x28")) () ")")) (compound_statement "{\n uVar10 = uVar10 + 0x28;\n }" ({ "{") (expression_statement "uVar10 = uVar10 + 0x28;" (assignment_expression "uVar10 = uVar10 + 0x28" (identifier "uVar10") (= "=") (binary_expression "uVar10 + 0x28" (identifier "uVar10") (+ "+") (number_literal "0x28"))) (; ";")) (} "}"))) (goto_statement "goto LAB_0017cbb1;" (goto "goto") (statement_identifier "LAB_0017cbb1") (; ";")) (} "}"))) (if_statement "if (uVar10 - 0x41 < 0x1a) {\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" (if "if") (parenthesized_expression "(uVar10 - 0x41 < 0x1a)" (( "(") (binary_expression "uVar10 - 0x41 < 0x1a" (binary_expression "uVar10 - 0x41" (identifier "uVar10") (- "-") (number_literal "0x41")) (< "<") (number_literal "0x1a")) () ")")) (compound_statement "{\n uVar10 = uVar10 + 0x20;\n goto LAB_0017c94b;\n }" ({ "{") (expression_statement "uVar10 = uVar10 + 0x20;" (assignment_expression "uVar10 = uVar10 + 0x20" (identifier "uVar10") (= "=") (binary_expression "uVar10 + 0x20" (identifier "uVar10") (+ "+") (number_literal "0x20"))) (; ";")) (goto_statement "goto LAB_0017c94b;" (goto "goto") (statement_identifier "LAB_0017c94b") (; ";")) (} "}"))) (if_statement "if (uVar10 != 0) {\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" (if "if") (parenthesized_expression "(uVar10 != 0)" (( "(") (binary_expression "uVar10 != 0" (identifier "uVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" ({ "{") (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" (* "*") (identifier "pcVar17")) (= "=") (cast_expression "(char)uVar10" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar10"))) (; ";")) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + 1" (identifier "pcVar17") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (goto_statement "goto LAB_0017c953;" (goto "goto") (statement_identifier "LAB_0017c953") (; ";")) (} "}")))) (} "}"))) (return_statement "return 0x65;" (return "return") (number_literal "0x65") (; ";")) (labeled_statement "LAB_0017c9f4:\n iVar6 = *(int *)(lVar4 + 8);" (statement_identifier "LAB_0017c9f4") (: ":") (expression_statement "iVar6 = *(int *)(lVar4 + 8);" (assignment_expression "iVar6 = *(int *)(lVar4 + 8)" (identifier "iVar6") (= "=") (pointer_expression "*(int *)(lVar4 + 8)" (* "*") (cast_expression "(int *)(lVar4 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + 8)" (( "(") (binary_expression "lVar4 + 8" (identifier "lVar4") (+ "+") (number_literal "8")) () ")"))))) (; ";"))) (if_statement "if (((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)) {\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }\n else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" (if "if") (parenthesized_expression "(((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0))" (( "(") (binary_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))\n && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" (parenthesized_expression "((int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)))" (( "(") (binary_expression "(int)uVar10 <\n (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (< "<") (cast_expression "(int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))" (( "(") (binary_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (subscript_expression "(uint)(byte)(&UNK_002195a3)[lVar7 * 4]" (call_expression "(uint)(byte)(&UNK_002195a3)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(byte)" (( "(") (identifier "byte") () ")"))) (argument_list "(&UNK_002195a3)" (( "(") (pointer_expression "&UNK_002195a3" (& "&") (identifier "UNK_002195a3")) () ")"))) ([ "[") (binary_expression "lVar7 * 4" (identifier "lVar7") (* "*") (number_literal "4")) (] "]")) (+ "+") (binary_expression "(uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" (( "(") (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" (& "&") (identifier "DAT_002195a0")) (+ "+") (binary_expression "lVar7 * 4" (identifier "lVar7") (* "*") (number_literal "4"))) () ")"))))) () ")")))) () ")")) (&& "&&") (parenthesized_expression "(((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0)" (( "(") (binary_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))\n == 0" (parenthesized_expression "((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10))" (( "(") (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] & 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(&UNK_002195a2)" (( "(") (pointer_expression "&UNK_002195a2" (& "&") (identifier "UNK_002195a2")) () ")"))) ([ "[") (binary_expression "lVar7 * 4" (identifier "lVar7") (* "*") (number_literal "4")) (] "]")) (& "&") (number_literal "1")) (& "&") (parenthesized_expression "(*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)" (( "(") (binary_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10" (pointer_expression "*(ushort *)(&DAT_002195a0 + lVar7 * 4)" (* "*") (cast_expression "(ushort *)(&DAT_002195a0 + lVar7 * 4)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_002195a0 + lVar7 * 4)" (( "(") (binary_expression "&DAT_002195a0 + lVar7 * 4" (pointer_expression "&DAT_002195a0" (& "&") (identifier "DAT_002195a0")) (+ "+") (binary_expression "lVar7 * 4" (identifier "lVar7") (* "*") (number_literal "4"))) () ")")))) (^ "^") (identifier "uVar10")) () ")"))) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;\n if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }\nLAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }\n }" ({ "{") (expression_statement "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff;" (assignment_expression "uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" (identifier "uVar10") (= "=") (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10 & 0xffff" (binary_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) +\n uVar10" (pointer_expression "*(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" (* "*") (cast_expression "(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" (( "(") (type_descriptor "ushort *" (type_identifier "ushort") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2)" (( "(") (binary_expression "&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (pointer_expression "&DAT_00219500" (& "&") (identifier "DAT_00219500")) (+ "+") (binary_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2" (call_expression "(ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((byte)(&UNK_002195a2)[lVar7 * 4] >> 1)" (( "(") (binary_expression "(byte)(&UNK_002195a2)[lVar7 * 4] >> 1" (subscript_expression "(byte)(&UNK_002195a2)[lVar7 * 4]" (call_expression "(byte)(&UNK_002195a2)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(&UNK_002195a2)" (( "(") (pointer_expression "&UNK_002195a2" (& "&") (identifier "UNK_002195a2")) () ")"))) ([ "[") (binary_expression "lVar7 * 4" (identifier "lVar7") (* "*") (number_literal "4")) (] "]")) (>> ">>") (number_literal "1")) () ")"))) (* "*") (number_literal "2"))) () ")")))) (+ "+") (identifier "uVar10")) (& "&") (number_literal "0xffff"))) (; ";")) (if_statement "if (iVar6 != 0) {\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);\n }" ({ "{") (labeled_statement "LAB_0017cc47:\n uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" (statement_identifier "LAB_0017cc47") (: ":") (expression_statement "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2);" (assignment_expression "uVar10 = FUN_00130ca0(uVar10,iVar6 == 2)" (identifier "uVar10") (= "=") (call_expression "FUN_00130ca0(uVar10,iVar6 == 2)" (identifier "FUN_00130ca0") (argument_list "(uVar10,iVar6 == 2)" (( "(") (identifier "uVar10") (, ",") (binary_expression "iVar6 == 2" (identifier "iVar6") (== "==") (number_literal "2")) () ")")))) (; ";"))) (} "}"))) (labeled_statement "LAB_0017c94b:\n if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" (statement_identifier "LAB_0017c94b") (: ":") (if_statement "if (uVar10 != 0) {\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" (if "if") (parenthesized_expression "(uVar10 != 0)" (( "(") (binary_expression "uVar10 != 0" (identifier "uVar10") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (0x7f < (int)uVar10) goto LAB_0017ca21;\n *pcVar17 = (char)uVar10;\n pcVar17 = pcVar17 + 1;\n }" ({ "{") (if_statement "if (0x7f < (int)uVar10) goto LAB_0017ca21;" (if "if") (parenthesized_expression "(0x7f < (int)uVar10)" (( "(") (binary_expression "0x7f < (int)uVar10" (number_literal "0x7f") (< "<") (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10"))) () ")")) (goto_statement "goto LAB_0017ca21;" (goto "goto") (statement_identifier "LAB_0017ca21") (; ";"))) (expression_statement "*pcVar17 = (char)uVar10;" (assignment_expression "*pcVar17 = (char)uVar10" (pointer_expression "*pcVar17" (* "*") (identifier "pcVar17")) (= "=") (cast_expression "(char)uVar10" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar10"))) (; ";")) (expression_statement "pcVar17 = pcVar17 + 1;" (assignment_expression "pcVar17 = pcVar17 + 1" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + 1" (identifier "pcVar17") (+ "+") (number_literal "1"))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" (else "else") (compound_statement "{\n if (iVar6 != 0) goto LAB_0017cc47;\nLAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;\n bVar2 = (byte)((int)uVar10 >> 6);\n if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }\n }" ({ "{") (if_statement "if (iVar6 != 0) goto LAB_0017cc47;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017cc47;" (goto "goto") (statement_identifier "LAB_0017cc47") (; ";"))) (labeled_statement "LAB_0017ca21:\n cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" (statement_identifier "LAB_0017ca21") (: ":") (expression_statement "cVar8 = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "cVar8 = ((byte)uVar10 & 0x3f) + 0x80" (identifier "cVar8") (= "=") (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" (( "(") (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar10")) (& "&") (number_literal "0x3f")) () ")")) (+ "+") (number_literal "0x80"))) (; ";"))) (expression_statement "bVar2 = (byte)((int)uVar10 >> 6);" (assignment_expression "bVar2 = (byte)((int)uVar10 >> 6)" (identifier "bVar2") (= "=") (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((int)uVar10 >> 6)" (( "(") (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (>> ">>") (number_literal "6")) () ")")))) (; ";")) (if_statement "if ((int)uVar10 < 0x800) {\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }\n else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" (if "if") (parenthesized_expression "((int)uVar10 < 0x800)" (( "(") (binary_expression "(int)uVar10 < 0x800" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (< "<") (number_literal "0x800")) () ")")) (compound_statement "{\n pcVar17[1] = cVar8;\n *pcVar17 = bVar2 - 0x40;\n pcVar17 = pcVar17 + 2;\n }" ({ "{") (expression_statement "pcVar17[1] = cVar8;" (assignment_expression "pcVar17[1] = cVar8" (subscript_expression "pcVar17[1]" (identifier "pcVar17") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "cVar8")) (; ";")) (expression_statement "*pcVar17 = bVar2 - 0x40;" (assignment_expression "*pcVar17 = bVar2 - 0x40" (pointer_expression "*pcVar17" (* "*") (identifier "pcVar17")) (= "=") (binary_expression "bVar2 - 0x40" (identifier "bVar2") (- "-") (number_literal "0x40"))) (; ";")) (expression_statement "pcVar17 = pcVar17 + 2;" (assignment_expression "pcVar17 = pcVar17 + 2" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + 2" (identifier "pcVar17") (+ "+") (number_literal "2"))) (; ";")) (} "}")) (else_clause "else if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" (else "else") (if_statement "if ((int)uVar10 < 0x10000) {\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }\n else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" (if "if") (parenthesized_expression "((int)uVar10 < 0x10000)" (( "(") (binary_expression "(int)uVar10 < 0x10000" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (< "<") (number_literal "0x10000")) () ")")) (compound_statement "{\n pcVar17[1] = (bVar2 & 0x3f) + 0x80;\n *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;\n pcVar17[2] = cVar8;\n pcVar17 = pcVar17 + 3;\n }" ({ "{") (expression_statement "pcVar17[1] = (bVar2 & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = (bVar2 & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" (identifier "pcVar17") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(bVar2 & 0x3f) + 0x80" (parenthesized_expression "(bVar2 & 0x3f)" (( "(") (binary_expression "bVar2 & 0x3f" (identifier "bVar2") (& "&") (number_literal "0x3f")) () ")")) (+ "+") (number_literal "0x80"))) (; ";")) (expression_statement "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20;" (assignment_expression "*pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20" (pointer_expression "*pcVar17" (* "*") (identifier "pcVar17")) (= "=") (binary_expression "(char)((int)uVar10 >> 0xc) + -0x20" (cast_expression "(char)((int)uVar10 >> 0xc)" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (parenthesized_expression "((int)uVar10 >> 0xc)" (( "(") (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (>> ">>") (number_literal "0xc")) () ")"))) (+ "+") (number_literal "-0x20"))) (; ";")) (expression_statement "pcVar17[2] = cVar8;" (assignment_expression "pcVar17[2] = cVar8" (subscript_expression "pcVar17[2]" (identifier "pcVar17") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "cVar8")) (; ";")) (expression_statement "pcVar17 = pcVar17 + 3;" (assignment_expression "pcVar17 = pcVar17 + 3" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + 3" (identifier "pcVar17") (+ "+") (number_literal "3"))) (; ";")) (} "}")) (else_clause "else {\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" (else "else") (compound_statement "{\nLAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;\n pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;\n pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;\n pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;\n pcVar17 = pcVar17 + 4;\n }" ({ "{") (labeled_statement "LAB_0017cbb1:\n *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" (statement_identifier "LAB_0017cbb1") (: ":") (expression_statement "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10;" (assignment_expression "*pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (pointer_expression "*pcVar17" (* "*") (identifier "pcVar17")) (= "=") (binary_expression "((byte)((int)uVar10 >> 0x12) & 7) - 0x10" (parenthesized_expression "((byte)((int)uVar10 >> 0x12) & 7)" (( "(") (binary_expression "(byte)((int)uVar10 >> 0x12) & 7" (call_expression "(byte)((int)uVar10 >> 0x12)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((int)uVar10 >> 0x12)" (( "(") (binary_expression "(int)uVar10 >> 0x12" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (>> ">>") (number_literal "0x12")) () ")"))) (& "&") (number_literal "7")) () ")")) (- "-") (number_literal "0x10"))) (; ";"))) (expression_statement "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80;" (assignment_expression "pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (subscript_expression "pcVar17[1]" (identifier "pcVar17") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 0xc) & 0x3f)" (( "(") (binary_expression "(byte)((int)uVar10 >> 0xc) & 0x3f" (call_expression "(byte)((int)uVar10 >> 0xc)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((int)uVar10 >> 0xc)" (( "(") (binary_expression "(int)uVar10 >> 0xc" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (>> ">>") (number_literal "0xc")) () ")"))) (& "&") (number_literal "0x3f")) () ")")) (+ "+") (number_literal "0x80"))) (; ";")) (expression_statement "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80;" (assignment_expression "pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80" (subscript_expression "pcVar17[3]" (identifier "pcVar17") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "((byte)uVar10 & 0x3f) + 0x80" (parenthesized_expression "((byte)uVar10 & 0x3f)" (( "(") (binary_expression "(byte)uVar10 & 0x3f" (cast_expression "(byte)uVar10" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "uVar10")) (& "&") (number_literal "0x3f")) () ")")) (+ "+") (number_literal "0x80"))) (; ";")) (expression_statement "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80;" (assignment_expression "pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (subscript_expression "pcVar17[2]" (identifier "pcVar17") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "((byte)((int)uVar10 >> 6) & 0x3f) + 0x80" (parenthesized_expression "((byte)((int)uVar10 >> 6) & 0x3f)" (( "(") (binary_expression "(byte)((int)uVar10 >> 6) & 0x3f" (call_expression "(byte)((int)uVar10 >> 6)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "((int)uVar10 >> 6)" (( "(") (binary_expression "(int)uVar10 >> 6" (cast_expression "(int)uVar10" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar10")) (>> ">>") (number_literal "6")) () ")"))) (& "&") (number_literal "0x3f")) () ")")) (+ "+") (number_literal "0x80"))) (; ";")) (expression_statement "pcVar17 = pcVar17 + 4;" (assignment_expression "pcVar17 = pcVar17 + 4" (identifier "pcVar17") (= "=") (binary_expression "pcVar17 + 4" (identifier "pcVar17") (+ "+") (number_literal "4"))) (; ";")) (} "}")))))) (} "}")))) (labeled_statement "LAB_0017c953:\n iVar6 = (int)pbVar16;" (statement_identifier "LAB_0017c953") (: ":") (expression_statement "iVar6 = (int)pbVar16;" (assignment_expression "iVar6 = (int)pbVar16" (identifier "iVar6") (= "=") (cast_expression "(int)pbVar16" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar16"))) (; ";"))) (if_statement "if (pbVar1 <= pbVar16) goto LAB_0017cb28;" (if "if") (parenthesized_expression "(pbVar1 <= pbVar16)" (( "(") (binary_expression "pbVar1 <= pbVar16" (identifier "pbVar1") (<= "<=") (identifier "pbVar16")) () ")")) (goto_statement "goto LAB_0017cb28;" (goto "goto") (statement_identifier "LAB_0017cb28") (; ";"))) (expression_statement "bVar2 = *pbVar16;" (assignment_expression "bVar2 = *pbVar16" (identifier "bVar2") (= "=") (pointer_expression "*pbVar16" (* "*") (identifier "pbVar16"))) (; ";")) (expression_statement "uVar10 = (uint)bVar2;" (assignment_expression "uVar10 = (uint)bVar2" (identifier "uVar10") (= "=") (cast_expression "(uint)bVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar2"))) (; ";")) (expression_statement "pbVar11 = pbVar16 + 1;" (assignment_expression "pbVar11 = pbVar16 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar16 + 1" (identifier "pbVar16") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (bVar2 < 0xc0) {\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }\n else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" (if "if") (parenthesized_expression "(bVar2 < 0xc0)" (( "(") (binary_expression "bVar2 < 0xc0" (identifier "bVar2") (< "<") (number_literal "0xc0")) () ")")) (compound_statement "{\n iVar6 = FUN_00143310(lVar4,bVar2);\njoined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;\n }" ({ "{") (expression_statement "iVar6 = FUN_00143310(lVar4,bVar2);" (assignment_expression "iVar6 = FUN_00143310(lVar4,bVar2)" (identifier "iVar6") (= "=") (call_expression "FUN_00143310(lVar4,bVar2)" (identifier "FUN_00143310") (argument_list "(lVar4,bVar2)" (( "(") (identifier "lVar4") (, ",") (identifier "bVar2") () ")")))) (; ";")) (labeled_statement "joined_r0x0017c980:\n if (iVar6 == 0) goto LAB_0017cb20;" (statement_identifier "joined_r0x0017c980") (: ":") (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017cb20;" (goto "goto") (statement_identifier "LAB_0017cb20") (; ";")))) (} "}")) (else_clause "else {\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" (else "else") (compound_statement "{\n uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];\n if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }\n iVar6 = FUN_00143310(lVar4,0xfffd);\n if (iVar6 == 0) goto LAB_0017cb20;\n uVar10 = 0xfffd;\n }" ({ "{") (expression_statement "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0];" (assignment_expression "uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" (identifier "uVar10") (= "=") (subscript_expression "(uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(uint)(byte)(&DAT_00220660)" (call_expression "(uint)(byte)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(byte)" (( "(") (identifier "byte") () ")"))) (argument_list "(&DAT_00220660)" (( "(") (pointer_expression "&DAT_00220660" (& "&") (identifier "DAT_00220660")) () ")"))) ([ "[") (binary_expression "bVar2 - 0xc0" (identifier "bVar2") (- "-") (number_literal "0xc0")) (] "]"))) (; ";")) (if_statement "if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) {\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }\n else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" (if "if") (parenthesized_expression "((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80))" (( "(") (binary_expression "(pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" (parenthesized_expression "(pbVar1 == pbVar11)" (( "(") (binary_expression "pbVar1 == pbVar11" (identifier "pbVar1") (== "==") (identifier "pbVar11")) () ")")) (|| "||") (parenthesized_expression "(bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)" (( "(") (comma_expression "bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80" (assignment_expression "bVar3 = pbVar16[1]" (identifier "bVar3") (= "=") (subscript_expression "pbVar16[1]" (identifier "pbVar16") ([ "[") (number_literal "1") (] "]"))) (, ",") (binary_expression "(bVar3 & 0xc0) != 0x80" (parenthesized_expression "(bVar3 & 0xc0)" (( "(") (binary_expression "bVar3 & 0xc0" (identifier "bVar3") (& "&") (number_literal "0xc0")) () ")")) (!= "!=") (number_literal "0x80"))) () ")"))) () ")")) (compound_statement "{\n if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;\n }" ({ "{") (if_statement "if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea;" (if "if") (parenthesized_expression "(0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0])" (( "(") (binary_expression "0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]" (number_literal "0x7f") (< "<") (subscript_expression "(byte)(&DAT_00220660)[bVar2 - 0xc0]" (call_expression "(byte)(&DAT_00220660)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(&DAT_00220660)" (( "(") (pointer_expression "&DAT_00220660" (& "&") (identifier "DAT_00220660")) () ")"))) ([ "[") (binary_expression "bVar2 - 0xc0" (identifier "bVar2") (- "-") (number_literal "0xc0")) (] "]"))) () ")")) (goto_statement "goto LAB_0017caea;" (goto "goto") (statement_identifier "LAB_0017caea") (; ";"))) (} "}")) (else_clause "else {\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" (else "else") (compound_statement "{\n do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);\n if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }\n }" ({ "{") (do_statement "do {\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n } while ((bVar3 & 0xc0) == 0x80);" (do "do") (compound_statement "{\n pbVar11 = pbVar11 + 1;\n uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);\n if (pbVar1 == pbVar11) break;\n bVar3 = *pbVar11;\n }" ({ "{") (expression_statement "pbVar11 = pbVar11 + 1;" (assignment_expression "pbVar11 = pbVar11 + 1" (identifier "pbVar11") (= "=") (binary_expression "pbVar11 + 1" (identifier "pbVar11") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f);" (assignment_expression "uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f)" (identifier "uVar10") (= "=") (binary_expression "uVar10 * 0x40 + (bVar3 & 0x3f)" (binary_expression "uVar10 * 0x40" (identifier "uVar10") (* "*") (number_literal "0x40")) (+ "+") (parenthesized_expression "(bVar3 & 0x3f)" (( "(") (binary_expression "bVar3 & 0x3f" (identifier "bVar3") (& "&") (number_literal "0x3f")) () ")")))) (; ";")) (if_statement "if (pbVar1 == pbVar11) break;" (if "if") (parenthesized_expression "(pbVar1 == pbVar11)" (( "(") (binary_expression "pbVar1 == pbVar11" (identifier "pbVar1") (== "==") (identifier "pbVar11")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "bVar3 = *pbVar11;" (assignment_expression "bVar3 = *pbVar11" (identifier "bVar3") (= "=") (pointer_expression "*pbVar11" (* "*") (identifier "pbVar11"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "((bVar3 & 0xc0) == 0x80)" (( "(") (binary_expression "(bVar3 & 0xc0) == 0x80" (parenthesized_expression "(bVar3 & 0xc0)" (( "(") (binary_expression "bVar3 & 0xc0" (identifier "bVar3") (& "&") (number_literal "0xc0")) () ")")) (== "==") (number_literal "0x80")) () ")")) (; ";")) (if_statement "if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)) {\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" (if "if") (parenthesized_expression "(((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe))" (( "(") (binary_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) &&\n ((uVar10 & 0xfffffffe) != 0xfffe)" (parenthesized_expression "((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800))" (( "(") (binary_expression "(0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)" (parenthesized_expression "(0x7f < uVar10)" (( "(") (binary_expression "0x7f < uVar10" (number_literal "0x7f") (< "<") (identifier "uVar10")) () ")")) (&& "&&") (parenthesized_expression "((uVar10 & 0xfffff800) != 0xd800)" (( "(") (binary_expression "(uVar10 & 0xfffff800) != 0xd800" (parenthesized_expression "(uVar10 & 0xfffff800)" (( "(") (binary_expression "uVar10 & 0xfffff800" (identifier "uVar10") (& "&") (number_literal "0xfffff800")) () ")")) (!= "!=") (number_literal "0xd800")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((uVar10 & 0xfffffffe) != 0xfffe)" (( "(") (binary_expression "(uVar10 & 0xfffffffe) != 0xfffe" (parenthesized_expression "(uVar10 & 0xfffffffe)" (( "(") (binary_expression "uVar10 & 0xfffffffe" (identifier "uVar10") (& "&") (number_literal "0xfffffffe")) () ")")) (!= "!=") (number_literal "0xfffe")) () ")"))) () ")")) (compound_statement "{\nLAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);\n if (iVar6 != 0) goto LAB_0017c986;\n if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }\n iVar6 = FUN_00143360(uVar10);\n goto joined_r0x0017c980;\n }" ({ "{") (labeled_statement "LAB_0017caea:\n iVar6 = FUN_00143310(lVar4,uVar10);" (statement_identifier "LAB_0017caea") (: ":") (expression_statement "iVar6 = FUN_00143310(lVar4,uVar10);" (assignment_expression "iVar6 = FUN_00143310(lVar4,uVar10)" (identifier "iVar6") (= "=") (call_expression "FUN_00143310(lVar4,uVar10)" (identifier "FUN_00143310") (argument_list "(lVar4,uVar10)" (( "(") (identifier "lVar4") (, ",") (identifier "uVar10") () ")")))) (; ";"))) (if_statement "if (iVar6 != 0) goto LAB_0017c986;" (if "if") (parenthesized_expression "(iVar6 != 0)" (( "(") (binary_expression "iVar6 != 0" (identifier "iVar6") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017c986;" (goto "goto") (statement_identifier "LAB_0017c986") (; ";"))) (if_statement "if (0x31 < uVar10 - 0x300) {\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" (if "if") (parenthesized_expression "(0x31 < uVar10 - 0x300)" (( "(") (binary_expression "0x31 < uVar10 - 0x300" (number_literal "0x31") (< "<") (binary_expression "uVar10 - 0x300" (identifier "uVar10") (- "-") (number_literal "0x300"))) () ")")) (compound_statement "{\nLAB_0017cb20:\n iVar6 = (int)pbVar11;\nLAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];\n *param_2 = param_1[4];\n *param_3 = (int)pcVar17 - (int)param_1[4];\n *param_4 = (int)pbVar12 - (int)param_1[1];\n *param_5 = (int)pbVar16 - (int)param_1[1];\n lVar4 = param_1[3];\n *(int *)(param_1 + 3) = (int)lVar4 + 1;\n *param_6 = (int)lVar4;\n return 0;\n }" ({ "{") (labeled_statement "LAB_0017cb20:\n iVar6 = (int)pbVar11;" (statement_identifier "LAB_0017cb20") (: ":") (expression_statement "iVar6 = (int)pbVar11;" (assignment_expression "iVar6 = (int)pbVar11" (identifier "iVar6") (= "=") (cast_expression "(int)pbVar11" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar11"))) (; ";"))) (labeled_statement "LAB_0017cb28:\n *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" (statement_identifier "LAB_0017cb28") (: ":") (expression_statement "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1];" (assignment_expression "*(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1]" (pointer_expression "*(int *)((long)param_1 + 0x14)" (* "*") (cast_expression "(int *)((long)param_1 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + 0x14)" (( "(") (binary_expression "(long)param_1 + 0x14" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (number_literal "0x14")) () ")")))) (= "=") (binary_expression "iVar6 - (int)param_1[1]" (identifier "iVar6") (- "-") (cast_expression "(int)param_1[1]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))))) (; ";"))) (expression_statement "*param_2 = param_1[4];" (assignment_expression "*param_2 = param_1[4]" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "*param_3 = (int)pcVar17 - (int)param_1[4];" (assignment_expression "*param_3 = (int)pcVar17 - (int)param_1[4]" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (binary_expression "(int)pcVar17 - (int)param_1[4]" (cast_expression "(int)pcVar17" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pcVar17")) (- "-") (cast_expression "(int)param_1[4]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]"))))) (; ";")) (expression_statement "*param_4 = (int)pbVar12 - (int)param_1[1];" (assignment_expression "*param_4 = (int)pbVar12 - (int)param_1[1]" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (binary_expression "(int)pbVar12 - (int)param_1[1]" (cast_expression "(int)pbVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar12")) (- "-") (cast_expression "(int)param_1[1]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))))) (; ";")) (expression_statement "*param_5 = (int)pbVar16 - (int)param_1[1];" (assignment_expression "*param_5 = (int)pbVar16 - (int)param_1[1]" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (binary_expression "(int)pbVar16 - (int)param_1[1]" (cast_expression "(int)pbVar16" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pbVar16")) (- "-") (cast_expression "(int)param_1[1]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))))) (; ";")) (expression_statement "lVar4 = param_1[3];" (assignment_expression "lVar4 = param_1[3]" (identifier "lVar4") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "*(int *)(param_1 + 3) = (int)lVar4 + 1;" (assignment_expression "*(int *)(param_1 + 3) = (int)lVar4 + 1" (pointer_expression "*(int *)(param_1 + 3)" (* "*") (cast_expression "(int *)(param_1 + 3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (binary_expression "(int)lVar4 + 1" (cast_expression "(int)lVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar4")) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_6 = (int)lVar4;" (assignment_expression "*param_6 = (int)lVar4" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (cast_expression "(int)lVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar4"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "iVar6 = FUN_00143360(uVar10);" (assignment_expression "iVar6 = FUN_00143360(uVar10)" (identifier "iVar6") (= "=") (call_expression "FUN_00143360(uVar10)" (identifier "FUN_00143360") (argument_list "(uVar10)" (( "(") (identifier "uVar10") () ")")))) (; ";")) (goto_statement "goto joined_r0x0017c980;" (goto "goto") (statement_identifier "joined_r0x0017c980") (; ";")) (} "}"))) (} "}")))) (expression_statement "iVar6 = FUN_00143310(lVar4,0xfffd);" (assignment_expression "iVar6 = FUN_00143310(lVar4,0xfffd)" (identifier "iVar6") (= "=") (call_expression "FUN_00143310(lVar4,0xfffd)" (identifier "FUN_00143310") (argument_list "(lVar4,0xfffd)" (( "(") (identifier "lVar4") (, ",") (number_literal "0xfffd") () ")")))) (; ";")) (if_statement "if (iVar6 == 0) goto LAB_0017cb20;" (if "if") (parenthesized_expression "(iVar6 == 0)" (( "(") (binary_expression "iVar6 == 0" (identifier "iVar6") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0017cb20;" (goto "goto") (statement_identifier "LAB_0017cb20") (; ";"))) (expression_statement "uVar10 = 0xfffd;" (assignment_expression "uVar10 = 0xfffd" (identifier "uVar10") (= "=") (number_literal "0xfffd")) (; ";")) (} "}")))) (labeled_statement "LAB_0017c986:\n pcVar15 = (char *)param_1[4];" (statement_identifier "LAB_0017c986") (: ":") (expression_statement "pcVar15 = (char *)param_1[4];" (assignment_expression "pcVar15 = (char *)param_1[4]" (identifier "pcVar15") (= "=") (cast_expression "(char *)param_1[4]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")))) (; ";"))) (expression_statement "pbVar16 = pbVar11;" (assignment_expression "pbVar16 = pbVar11" (identifier "pbVar16") (= "=") (identifier "pbVar11")) (; ";")) (goto_statement "goto LAB_0017c8e7;" (goto "goto") (statement_identifier "LAB_0017c8e7") (; ";")) (} "}")))
int function_1(type_1 *pC,char **paToken,int *pnToken,int *piStart,int *piEnd, int *piPos) { type_2 *var_2; type_2 var_7; type_2 var_19; type_3 *p; type_4 *psVar4; int var_4; int var_9; type_4 *var_11; char cVar8; type_5 var_5; type_2 *var_18; type_2 *var_1; type_6 var_12; int var_13; type_7 *pCsr; long var_15; type_2 *var_6; type_4 *psVar15; p = (type_3 *)pC->pTokenizer; var_1 = (type_2 *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)((long)&pC[2].pTokenizer + 4)); var_2 = (type_2 *)((long)&(pC[1].pTokenizer)->pModule + (long)*(int *)&pC[2].pTokenizer); if (var_1 < var_2) { var_5 = (type_5)*var_1; var_6 = var_1 + 1; if (0xbf < *var_1) goto LAB_0017c82e; LAB_0017c800: var_4 = var_3(p,var_5); if (var_4 == 0) { while( true ) { var_1 = var_6; if (var_2 <= var_1) { return 0x65; } var_5 = (type_5)*var_1; var_6 = var_1 + 1; if (var_5 < 0xc0) break; LAB_0017c82e: var_5 = (type_5)""[var_5 - 0xc0]; if ((var_2 == var_6) || (var_7 = var_1[1], (var_7 & 0xc0) != 0x80)) { if (0x7f < var_5) break; } else { do { var_6 = var_6 + 1; var_5 = var_5 * 0x40 + (var_7 & 0x3f); if (var_2 == var_6) break; var_7 = *var_6; } while ((var_7 & 0xc0) == 0x80); if (((0x7f < var_5) && ((var_5 & 0xfffff800) != 0xd800)) && ((var_5 & 0xfffffffe) != 0xfffe)) break; } var_5 = 0xfffd; var_4 = var_3(p,0xfffd); if (var_4 != 0) goto LAB_0017c8c2; } goto LAB_0017c800; } LAB_0017c8c2: if (var_1 < var_2) { var_11 = pC[4].pTokenizer; psVar15 = var_11; LAB_0017c8e7: var_4 = *(int *)&pC[5].pTokenizer; if ((long)(var_4 + -4) <= (long)psVar15 - (long)var_11) { var_9 = var_8(); if ((var_9 != 0) || (var_11 = (type_4 *)var_10(var_11,(long)(var_4 + 0x40)), var_11 == (type_4 *)0x0)) { return 7; } *(int *)&pC[5].pTokenizer = *(int *)&pC[5].pTokenizer + 0x40; psVar4 = pC[4].pTokenizer; pC[4].pTokenizer = var_11; psVar15 = (type_4 *)(((long)psVar15 - (long)psVar4) + (long)var_11); } if (0x7f < (int)var_5) { if ((int)var_5 < 0x10000) { var_12 = 0x3f1; var_15 = -1; var_13 = 0; var_4 = 0xa2; var_9 = 0xa2; do { var_9 = var_9 >> 1; if ((int)(var_5 - var_12) < 0) { var_4 = var_9 + -1; if (var_4 < var_13) goto LAB_0017c9f4; } else { var_13 = var_9 + 1; var_15 = (long)var_9; if (var_4 < var_13) goto LAB_0017c9f4; } var_9 = var_4 + var_13; var_12 = *(type_6 *)(var_14 + (long)(var_9 >> 1) * 4); } while( true ); } if (var_5 - 0x10400 < 0x28) { var_5 = var_5 + 0x28; } goto LAB_0017cbb1; } if (var_5 - 0x41 < 0x1a) { var_5 = var_5 + 0x20; goto LAB_0017c94b; } if (var_5 != 0) { *(char *)&psVar15->pModule = (char)var_5; psVar15 = (type_4 *)((long)&psVar15->pModule + 1); } goto LAB_0017c953; } } return 0x65; LAB_0017c9f4: var_4 = p->eRemoveDiacritic; if (((int)var_5 < (int)((type_5)(type_2)var_14[var_15 * 4 + 3] + (type_5)*(type_6 *)(var_14 + var_15 * 4) )) && (((type_2)var_14[var_15 * 4 + 2] & 1 & (*(type_6 *)(var_14 + var_15 * 4) ^ var_5)) == 0)) { var_5 = *(type_6 *)(var_16 + (ulong)((type_2)var_14[var_15 * 4 + 2] >> 1) * 2) + var_5 & 0xffff; if (var_4 != 0) { LAB_0017cc47: var_5 = var_17(var_5,(type_5)(var_4 == 2)); } LAB_0017c94b: if (var_5 != 0) { if (0x7f < (int)var_5) goto LAB_0017ca21; *(char *)&psVar15->pModule = (char)var_5; psVar15 = (type_4 *)((long)&psVar15->pModule + 1); } } else { if (var_4 != 0) goto LAB_0017cc47; LAB_0017ca21: cVar8 = ((type_2)var_5 & 0x3f) + 0x80; var_7 = (type_2)((int)var_5 >> 6); if ((int)var_5 < 0x800) { *(char *)((long)&psVar15->pModule + 1) = cVar8; *(type_2 *)&psVar15->pModule = var_7 - 0x40; psVar15 = (type_4 *)((long)&psVar15->pModule + 2); } else if ((int)var_5 < 0x10000) { *(type_2 *)((long)&psVar15->pModule + 1) = (var_7 & 0x3f) + 0x80; *(char *)&psVar15->pModule = (char)((int)var_5 >> 0xc) + -0x20; *(char *)((long)&psVar15->pModule + 2) = cVar8; psVar15 = (type_4 *)((long)&psVar15->pModule + 3); } else { LAB_0017cbb1: *(type_2 *)&psVar15->pModule = ((type_2)((int)var_5 >> 0x12) & 7) - 0x10; *(type_2 *)((long)&psVar15->pModule + 1) = ((type_2)((int)var_5 >> 0xc) & 0x3f) + 0x80; *(type_2 *)((long)&psVar15->pModule + 3) = ((type_2)var_5 & 0x3f) + 0x80; *(type_2 *)((long)&psVar15->pModule + 2) = ((type_2)((int)var_5 >> 6) & 0x3f) + 0x80; psVar15 = (type_4 *)((long)&psVar15->pModule + 4); } } LAB_0017c953: var_4 = (int)var_6; if (var_2 <= var_6) goto LAB_0017cb28; var_7 = *var_6; var_5 = (type_5)var_7; var_18 = var_6 + 1; if (var_7 < 0xc0) { var_4 = var_3(p,(type_5)var_7); joined_r0x0017c980: if (var_4 == 0) goto LAB_0017cb20; } else { var_5 = (type_5)""[var_7 - 0xc0]; if ((var_2 == var_18) || (var_19 = var_6[1], (var_19 & 0xc0) != 0x80)) { if (0x7f < ""[var_7 - 0xc0]) goto LAB_0017caea; } else { do { var_18 = var_18 + 1; var_5 = var_5 * 0x40 + (var_19 & 0x3f); if (var_2 == var_18) break; var_19 = *var_18; } while ((var_19 & 0xc0) == 0x80); if (((0x7f < var_5) && ((var_5 & 0xfffff800) != 0xd800)) && ((var_5 & 0xfffffffe) != 0xfffe)) { LAB_0017caea: var_4 = var_3(p,var_5); if (var_4 != 0) goto LAB_0017c986; if (0x31 < var_5 - 0x300) { LAB_0017cb20: var_4 = (int)var_18; LAB_0017cb28: var_11 = pC[4].pTokenizer; *(int *)((long)&pC[2].pTokenizer + 4) = var_4 - (int)pC[1].pTokenizer; *paToken = (char *)var_11; *pnToken = (int)psVar15 - (int)pC[4].pTokenizer; *piStart = (int)var_1 - (int)pC[1].pTokenizer; *piEnd = (int)var_6 - (int)pC[1].pTokenizer; var_4 = *(int *)&pC[3].pTokenizer; *(int *)&pC[3].pTokenizer = var_4 + 1; *piPos = var_4; return 0; } var_4 = var_20(var_5); goto joined_r0x0017c980; } } var_4 = var_3(p,0xfffd); if (var_4 == 0) goto LAB_0017cb20; var_5 = 0xfffd; } LAB_0017c986: var_11 = pC[4].pTokenizer; var_6 = var_18; goto LAB_0017c8e7; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (break_statement))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (break_statement))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (goto_statement label: (statement_identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) right: (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) (identifier) (identifier)))) right: (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))))))))) condition: (parenthesized_expression (true))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (goto_statement label: (statement_identifier))))))) (return_statement (number_literal)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal))))))))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (subscript_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (subscript_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) right: (number_literal)))))) right: (identifier)) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal))) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (subscript_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (pointer_expression argument: (identifier)))) index: (binary_expression left: (identifier) right: (number_literal))))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))))
null
undefined8 MASKED(long *param_1,long *param_2,int *param_3,int *param_4,int *param_5,int *param_6) { byte *pbVar1; byte bVar2; byte bVar3; long lVar4; long lVar5; int iVar6; long lVar7; char cVar8; int iVar9; undefined8 extraout_RDX; uint uVar10; byte *pbVar11; byte *pbVar12; ushort uVar13; int iVar14; char *pcVar15; byte *pbVar16; char *pcVar17; lVar4 = *param_1; pbVar12 = (byte *)(param_1[1] + (long)*(int *)((long)param_1 + 0x14)); pbVar1 = (byte *)(param_1[1] + (long)(int)param_1[2]); if (pbVar12 < pbVar1) { uVar10 = (uint)*pbVar12; pbVar16 = pbVar12 + 1; if (0xbf < *pbVar12) goto LAB_0017c82e; LAB_0017c800: iVar6 = FUN_00143310(lVar4,uVar10); if (iVar6 == 0) { while( true ) { pbVar12 = pbVar16; if (pbVar1 <= pbVar12) { return 0x65; } uVar10 = (uint)*pbVar12; pbVar16 = pbVar12 + 1; if (uVar10 < 0xc0) break; LAB_0017c82e: uVar10 = (uint)(byte)(&DAT_00220660)[uVar10 - 0xc0]; if ((pbVar1 == pbVar16) || (bVar2 = pbVar12[1], (bVar2 & 0xc0) != 0x80)) { if (0x7f < uVar10) break; } else { do { pbVar16 = pbVar16 + 1; uVar10 = uVar10 * 0x40 + (bVar2 & 0x3f); if (pbVar1 == pbVar16) break; bVar2 = *pbVar16; } while ((bVar2 & 0xc0) == 0x80); if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) && ((uVar10 & 0xfffffffe) != 0xfffe)) break; } uVar10 = 0xfffd; iVar6 = FUN_00143310(lVar4,0xfffd); if (iVar6 != 0) goto LAB_0017c8c2; } goto LAB_0017c800; } LAB_0017c8c2: if (pbVar12 < pbVar1) { pcVar15 = (char *)param_1[4]; pcVar17 = pcVar15; LAB_0017c8e7: lVar7 = param_1[5]; if ((long)((int)lVar7 + -4) <= (long)pcVar17 - (long)pcVar15) { iVar6 = FUN_0014f200(); if ((iVar6 != 0) || (iVar6 = (int)lVar7 + 0x40, lVar7 = FUN_001383c0(pcVar15,(long)iVar6,extraout_RDX,iVar6), lVar7 == 0)) { return 7; } *(int *)(param_1 + 5) = (int)param_1[5] + 0x40; lVar5 = param_1[4]; param_1[4] = lVar7; pcVar17 = pcVar17 + (lVar7 - lVar5); } if (0x7f < (int)uVar10) { if ((int)uVar10 < 0x10000) { uVar13 = 0x3f1; lVar7 = -1; iVar14 = 0; iVar6 = 0xa2; iVar9 = 0xa2; do { iVar9 = iVar9 >> 1; if ((int)(uVar10 - uVar13) < 0) { iVar6 = iVar9 + -1; if (iVar6 < iVar14) goto LAB_0017c9f4; } else { iVar14 = iVar9 + 1; lVar7 = (long)iVar9; if (iVar6 < iVar14) goto LAB_0017c9f4; } iVar9 = iVar6 + iVar14; uVar13 = *(ushort *)(&DAT_002195a0 + (long)(iVar9 >> 1) * 4); } while( true ); } if (uVar10 - 0x10400 < 0x28) { uVar10 = uVar10 + 0x28; } goto LAB_0017cbb1; } if (uVar10 - 0x41 < 0x1a) { uVar10 = uVar10 + 0x20; goto LAB_0017c94b; } if (uVar10 != 0) { *pcVar17 = (char)uVar10; pcVar17 = pcVar17 + 1; } goto LAB_0017c953; } } return 0x65; LAB_0017c9f4: iVar6 = *(int *)(lVar4 + 8); if (((int)uVar10 < (int)((uint)(byte)(&UNK_002195a3)[lVar7 * 4] + (uint)*(ushort *)(&DAT_002195a0 + lVar7 * 4))) && (((byte)(&UNK_002195a2)[lVar7 * 4] & 1 & (*(ushort *)(&DAT_002195a0 + lVar7 * 4) ^ uVar10)) == 0)) { uVar10 = *(ushort *)(&DAT_00219500 + (ulong)((byte)(&UNK_002195a2)[lVar7 * 4] >> 1) * 2) + uVar10 & 0xffff; if (iVar6 != 0) { LAB_0017cc47: uVar10 = FUN_00130ca0(uVar10,iVar6 == 2); } LAB_0017c94b: if (uVar10 != 0) { if (0x7f < (int)uVar10) goto LAB_0017ca21; *pcVar17 = (char)uVar10; pcVar17 = pcVar17 + 1; } } else { if (iVar6 != 0) goto LAB_0017cc47; LAB_0017ca21: cVar8 = ((byte)uVar10 & 0x3f) + 0x80; bVar2 = (byte)((int)uVar10 >> 6); if ((int)uVar10 < 0x800) { pcVar17[1] = cVar8; *pcVar17 = bVar2 - 0x40; pcVar17 = pcVar17 + 2; } else if ((int)uVar10 < 0x10000) { pcVar17[1] = (bVar2 & 0x3f) + 0x80; *pcVar17 = (char)((int)uVar10 >> 0xc) + -0x20; pcVar17[2] = cVar8; pcVar17 = pcVar17 + 3; } else { LAB_0017cbb1: *pcVar17 = ((byte)((int)uVar10 >> 0x12) & 7) - 0x10; pcVar17[1] = ((byte)((int)uVar10 >> 0xc) & 0x3f) + 0x80; pcVar17[3] = ((byte)uVar10 & 0x3f) + 0x80; pcVar17[2] = ((byte)((int)uVar10 >> 6) & 0x3f) + 0x80; pcVar17 = pcVar17 + 4; } } LAB_0017c953: iVar6 = (int)pbVar16; if (pbVar1 <= pbVar16) goto LAB_0017cb28; bVar2 = *pbVar16; uVar10 = (uint)bVar2; pbVar11 = pbVar16 + 1; if (bVar2 < 0xc0) { iVar6 = FUN_00143310(lVar4,bVar2); joined_r0x0017c980: if (iVar6 == 0) goto LAB_0017cb20; } else { uVar10 = (uint)(byte)(&DAT_00220660)[bVar2 - 0xc0]; if ((pbVar1 == pbVar11) || (bVar3 = pbVar16[1], (bVar3 & 0xc0) != 0x80)) { if (0x7f < (byte)(&DAT_00220660)[bVar2 - 0xc0]) goto LAB_0017caea; } else { do { pbVar11 = pbVar11 + 1; uVar10 = uVar10 * 0x40 + (bVar3 & 0x3f); if (pbVar1 == pbVar11) break; bVar3 = *pbVar11; } while ((bVar3 & 0xc0) == 0x80); if (((0x7f < uVar10) && ((uVar10 & 0xfffff800) != 0xd800)) && ((uVar10 & 0xfffffffe) != 0xfffe)) { LAB_0017caea: iVar6 = FUN_00143310(lVar4,uVar10); if (iVar6 != 0) goto LAB_0017c986; if (0x31 < uVar10 - 0x300) { LAB_0017cb20: iVar6 = (int)pbVar11; LAB_0017cb28: *(int *)((long)param_1 + 0x14) = iVar6 - (int)param_1[1]; *param_2 = param_1[4]; *param_3 = (int)pcVar17 - (int)param_1[4]; *param_4 = (int)pbVar12 - (int)param_1[1]; *param_5 = (int)pbVar16 - (int)param_1[1]; lVar4 = param_1[3]; *(int *)(param_1 + 3) = (int)lVar4 + 1; *param_6 = (int)lVar4; return 0; } iVar6 = FUN_00143360(uVar10); goto joined_r0x0017c980; } } iVar6 = FUN_00143310(lVar4,0xfffd); if (iVar6 == 0) goto LAB_0017cb20; uVar10 = 0xfffd; } LAB_0017c986: pcVar15 = (char *)param_1[4]; pbVar16 = pbVar11; goto LAB_0017c8e7; }